<< Click to Display Table of Contents >>
BACnetAssignedLandingCalls_LandingCalls |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAssignedLandingCalls_LandingCalls">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="LandingCalls_Item" type="BACnetAssignedLandingCalls_LandingCalls_Item" />
</xs:sequence>
</xs:complexType>
Example 1:
<SequenceOfBACnetAssignedLandingCalls_LandingCalls />
Example 2:
<SequenceOfBACnetAssignedLandingCalls_LandingCalls>
<LandingCalls />
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>33</FloorNumber>
<Direction>none</Direction>
</LandingCalls_Item>
</LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>35</FloorNumber>
<Direction>up</Direction>
</LandingCalls_Item>
</LandingCalls>
</SequenceOfBACnetAssignedLandingCalls_LandingCalls>
Example 3:
<SequenceOfBACnetAssignedLandingCalls_LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>37</FloorNumber>
<Direction>upAndDown</Direction>
</LandingCalls_Item>
<LandingCalls_Item>
<FloorNumber>39</FloorNumber>
<Direction>none</Direction>
</LandingCalls_Item>
<LandingCalls_Item>
<FloorNumber>41</FloorNumber>
<Direction>up</Direction>
</LandingCalls_Item>
</LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>43</FloorNumber>
<Direction>upAndDown</Direction>
</LandingCalls_Item>
</LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>45</FloorNumber>
<Direction>none</Direction>
</LandingCalls_Item>
</LandingCalls>
</SequenceOfBACnetAssignedLandingCalls_LandingCalls>