BACnetLiftCarCallList

<< Click to Display Table of Contents >>

 

BACnetLiftCarCallList

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

XML Schema

<xs:complexType name="BACnetLiftCarCallList">
  <xs:sequence>
    <xs:element name="FloorNumbers" type="SequenceOfUnsigned8" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetLiftCarCallList>
  <FloorNumbers />
</BACnetLiftCarCallList>

Example 2:

<BACnetLiftCarCallList>
  <FloorNumbers>
    <Unsigned8>33</Unsigned8>
    <Unsigned8>34</Unsigned8>
    <Unsigned8>35</Unsigned8>
  </FloorNumbers>
</BACnetLiftCarCallList>

Was this page useful?