<< Click to Display Table of Contents >>
BACnetAssignedLandingCalls_LandingCalls_Item |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAssignedLandingCalls_LandingCalls_Item">
<xs:sequence>
<xs:element name="FloorNumber" type="Unsigned8" />
<xs:element name="Direction" type="BACnetLiftCarDirection" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetAssignedLandingCalls_LandingCalls_Item>
<FloorNumber>33</FloorNumber>
<Direction>none</Direction>
</BACnetAssignedLandingCalls_LandingCalls_Item>