BACnetEscalatorMode

<< Click to Display Table of Contents >>

 

BACnetEscalatorMode

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

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

Examples

Example 1:

<BACnetEscalatorMode>unknown</BACnetEscalatorMode>

Was this page useful?