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