<< Click to Display Table of Contents >>
BACnetDoorStatus |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetDoorStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="closed" />
<xs:enumeration value="opened" />
<xs:enumeration value="unknown" />
<xs:enumeration value="doorFault" />
<xs:enumeration value="unused" />
<xs:enumeration value="none" />
<xs:enumeration value="closing" />
<xs:enumeration value="opening" />
<xs:enumeration value="safetyLocked" />
<xs:enumeration value="limitedOpened" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetDoorStatus>closed</BACnetDoorStatus>