<< Click to Display Table of Contents >>
BACnetEscalatorMode |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetEscalatorMode">
<xs:restriction base="xs:string">
<xs:enumeration value="unknown" />
<xs:enumeration value="stop" />
<xs:enumeration value="up" />
<xs:enumeration value="down" />
<xs:enumeration value="inspection" />
<xs:enumeration value="outOfService" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetEscalatorMode>unknown</BACnetEscalatorMode>