BACnetAssignedLandingCalls

<< Click to Display Table of Contents >>

 

BACnetAssignedLandingCalls

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

XML Schema

<xs:complexType name="BACnetAssignedLandingCalls">
  <xs:sequence>
    <xs:element name="LandingCalls" type="BACnetAssignedLandingCalls_LandingCalls" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetAssignedLandingCalls>
  <LandingCalls />
</BACnetAssignedLandingCalls>

Example 2:

<BACnetAssignedLandingCalls>
  <LandingCalls>
    <LandingCalls_Item>
      <FloorNumber>33</FloorNumber>
      <Direction>none</Direction>
    </LandingCalls_Item>
    <LandingCalls_Item>
      <FloorNumber>35</FloorNumber>
      <Direction>up</Direction>
    </LandingCalls_Item>
    <LandingCalls_Item>
      <FloorNumber>37</FloorNumber>
      <Direction>upAndDown</Direction>
    </LandingCalls_Item>
  </LandingCalls>
</BACnetAssignedLandingCalls>

Was this page useful?