BACnetEscalatorOperationDirection

<< Click to Display Table of Contents >>

 

BACnetEscalatorOperationDirection

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

XML Schema

<xs:simpleType name="BACnetEscalatorOperationDirection">
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown" />
    <xs:enumeration value="stopped" />
    <xs:enumeration value="upRatedSpeed" />
    <xs:enumeration value="upReducedSpeed" />
    <xs:enumeration value="downRatedSpeed" />
    <xs:enumeration value="downReducedSpeed" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetEscalatorOperationDirection>unknown</BACnetEscalatorOperationDirection>

Was this page useful?