<< Click to Display Table of Contents >>
BACnetEscalatorOperationDirection |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<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>
Example 1:
<BACnetEscalatorOperationDirection>unknown</BACnetEscalatorOperationDirection>