<?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="alarm1">
    <class>customClasses.Alarm</class>
    <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>customClasses.Alarm</class>
    <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>customClasses.Alarm</class>
    <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>customClasses.Alarm</class>
    <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>