<< Click to Display Table of Contents >>
SequenceOfBACnetPropertyReference |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="SequenceOfBACnetPropertyReference">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetPropertyReference" type="BACnetPropertyReference" />
</xs:sequence>
</xs:complexType>
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>