<< Click to Display Table of Contents >>
BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item">
<xs:sequence>
<xs:element name="MonitoredObjectIdentifier" type="BACnetObjectIdentifier" />
<xs:element name="ListOfCovReferences" type="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>
<MonitoredObjectIdentifier>device-501</MonitoredObjectIdentifier>
<ListOfCovReferences />
</BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>
Example 2:
<BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>
<MonitoredObjectIdentifier>device-502</MonitoredObjectIdentifier>
<ListOfCovReferences>
<ListOfCovReferences_Item>
<MonitoredProperty>
<PropertyIdentifier>action</PropertyIdentifier>
<PropertyArrayIndex>1237</PropertyArrayIndex>
</MonitoredProperty>
<CovIncrement>1238.567749</CovIncrement>
<Timestamped>true</Timestamped>
</ListOfCovReferences_Item>
<ListOfCovReferences_Item>
<MonitoredProperty>
<PropertyIdentifier>activeVtSessions</PropertyIdentifier>
<PropertyArrayIndex>1240</PropertyArrayIndex>
</MonitoredProperty>
<CovIncrement>1241.567749</CovIncrement>
<Timestamped>true</Timestamped>
</ListOfCovReferences_Item>
<ListOfCovReferences_Item>
<MonitoredProperty>
<PropertyIdentifier>all</PropertyIdentifier>
<PropertyArrayIndex>1243</PropertyArrayIndex>
</MonitoredProperty>
<CovIncrement>1244.567749</CovIncrement>
<Timestamped>true</Timestamped>
</ListOfCovReferences_Item>
</ListOfCovReferences>
</BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>