BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item

<< Click to Display Table of Contents >>

 

BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item

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_Item">
  <xs:sequence>
    <xs:element name="MonitoredProperty" type="BACnetPropertyReference" />
    <xs:element minOccurs="0" name="CovIncrement" type="REAL" />
    <xs:element name="Timestamped" type="Boolean" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item>
  <MonitoredProperty>
    <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
    <PropertyArrayIndex>1235</PropertyArrayIndex>
  </MonitoredProperty>
  <CovIncrement>1236.567749</CovIncrement>
  <Timestamped>true</Timestamped>
</BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item>

Example 2:

<BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item>
  <MonitoredProperty>
    <PropertyIdentifier>actionText</PropertyIdentifier>
    <PropertyArrayIndex>1238</PropertyArrayIndex>
  </MonitoredProperty>
  <Timestamped>true</Timestamped>
</BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences_Item>

Was this page useful?