<?xml version="1.0" encoding="UTF-8"?> <cplData xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation = "ilog/cpl/schema/data.xsd"> <addObject id="Alarms"> <class>Folder</class> </addObject> <addObject id="alarm1"> <class>Alarm</class> <parent>Alarms</parent> <attribute name="identifier">Alarm 1</attribute> <attribute name="perceivedSeverity">2</attribute> <attribute name="acknowledged">False</attribute> <attribute name="creationTime">21:22:23</attribute> </addObject> <addObject id="alarm2"> <class>Alarm</class> <parent>Alarms</parent> <attribute name="identifier">Alarm 2</attribute> <attribute name="perceivedSeverity">3</attribute> <attribute name="acknowledged">True</attribute> <attribute name="creationTime">22:23:24</attribute> </addObject> <addObject id="alarm3"> <class>Alarm</class> <parent>Alarms</parent> <attribute name="identifier">Alarm 3</attribute> <attribute name="perceivedSeverity">0</attribute> <attribute name="acknowledged">True</attribute> <attribute name="creationTime">22:48:57</attribute> </addObject> <addObject id="alarm4"> <class>Alarm</class> <parent>Alarms</parent> <attribute name="identifier">Alarm 4</attribute> <attribute name="perceivedSeverity">5</attribute> <attribute name="acknowledged">False</attribute> <attribute name="creationTime">00:26:38</attribute> </addObject> </cplData>