<< Click to Display Table of Contents >>
SequenceOfBACnetPropertyStates |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="SequenceOfBACnetPropertyStates">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetPropertyStates" type="BACnetPropertyStates" />
</xs:sequence>
</xs:complexType>
Example 1:
<SequenceOfBACnetPropertyStates />
Example 2:
<SequenceOfBACnetPropertyStates>
<BACnetPropertyStates>
<BooleanValue>true</BooleanValue>
</BACnetPropertyStates>
<BACnetPropertyStates>
<BooleanValue>true</BooleanValue>
</BACnetPropertyStates>
<BACnetPropertyStates>
<BooleanValue>true</BooleanValue>
</BACnetPropertyStates>
</SequenceOfBACnetPropertyStates>