BACnetLandingDoorStatus_LandingDoors_Item

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

XML Schema

<xs:complexType name="BACnetLandingDoorStatus_LandingDoors_Item">
  <xs:sequence>
    <xs:element name="FloorNumber" type="Unsigned8" />
    <xs:element name="DoorStatus" type="BACnetDoorStatus" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetLandingDoorStatus_LandingDoors_Item>
  <FloorNumber>33</FloorNumber>
  <DoorStatus>opened</DoorStatus>
</BACnetLandingDoorStatus_LandingDoors_Item>

Was this page useful?