BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences

<< Click to Display Table of Contents >>

 

BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:complexType name="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ListOfCovReferences_Item" type="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<SequenceOfBACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences />

Example 2:

<SequenceOfBACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences>
  <ListOfCovReferences />
  <ListOfCovReferences>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
        <PropertyArrayIndex>1235</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1236.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
  </ListOfCovReferences>
  <ListOfCovReferences>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>actionText</PropertyIdentifier>
        <PropertyArrayIndex>1238</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1239.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
  </ListOfCovReferences>
</SequenceOfBACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences>

Example 3:

<SequenceOfBACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences>
  <ListOfCovReferences>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>alarmValue</PropertyIdentifier>
        <PropertyArrayIndex>1241</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1242.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>allWritesSuccessful</PropertyIdentifier>
        <PropertyArrayIndex>1244</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1245.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>applicationSoftwareVersion</PropertyIdentifier>
        <PropertyArrayIndex>1247</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1248.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
  </ListOfCovReferences>
  <ListOfCovReferences>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>changeOfStateCount</PropertyIdentifier>
        <PropertyArrayIndex>1250</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1251.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
  </ListOfCovReferences>
  <ListOfCovReferences>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>controlledVariableReference</PropertyIdentifier>
        <PropertyArrayIndex>1253</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1254.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
  </ListOfCovReferences>
</SequenceOfBACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences>

Was this page useful?