BACnetAssignedLandingCalls_LandingCalls_Item

<< 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.

XML Schema

<xs:complexType name="BACnetAssignedLandingCalls_LandingCalls_Item">
  <xs:sequence>
    <xs:element name="FloorNumber" type="Unsigned8" />
    <xs:element name="Direction" type="BACnetLiftCarDirection" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetAssignedLandingCalls_LandingCalls_Item>
  <FloorNumber>33</FloorNumber>
  <Direction>none</Direction>
</BACnetAssignedLandingCalls_LandingCalls_Item>

Was this page useful?