SequenceOfBACnetPropertyStates

<< Click to Display Table of Contents >>

 

SequenceOfBACnetPropertyStates

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

XML Schema

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

Examples

Example 1:

<SequenceOfBACnetPropertyStates />

Example 2:

<SequenceOfBACnetPropertyStates>
  <BACnetPropertyStates>
    <BooleanValue>true</BooleanValue>
  </BACnetPropertyStates>
  <BACnetPropertyStates>
    <BooleanValue>true</BooleanValue>
  </BACnetPropertyStates>
  <BACnetPropertyStates>
    <BooleanValue>true</BooleanValue>
  </BACnetPropertyStates>
</SequenceOfBACnetPropertyStates>

Was this page useful?