SequenceOfBACnetPropertyReference

<< Click to Display Table of Contents >>

 

SequenceOfBACnetPropertyReference

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

XML Schema

<xs:complexType name="SequenceOfBACnetPropertyReference">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetPropertyReference" type="BACnetPropertyReference" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<SequenceOfBACnetPropertyReference />

Example 2:

<SequenceOfBACnetPropertyReference>
  <BACnetPropertyReference>
    <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
    <PropertyArrayIndex>1235</PropertyArrayIndex>
  </BACnetPropertyReference>
  <BACnetPropertyReference>
    <PropertyIdentifier>action</PropertyIdentifier>
    <PropertyArrayIndex>1237</PropertyArrayIndex>
  </BACnetPropertyReference>
  <BACnetPropertyReference>
    <PropertyIdentifier>activeText</PropertyIdentifier>
    <PropertyArrayIndex>1239</PropertyArrayIndex>
  </BACnetPropertyReference>
</SequenceOfBACnetPropertyReference>

Was this page useful?