BACnetLiftCarDirection

<< Click to Display Table of Contents >>

 

BACnetLiftCarDirection

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

XML Schema

<xs:simpleType name="BACnetLiftCarDirection">
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown" />
    <xs:enumeration value="none" />
    <xs:enumeration value="stopped" />
    <xs:enumeration value="up" />
    <xs:enumeration value="down" />
    <xs:enumeration value="upAndDown" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetLiftCarDirection>unknown</BACnetLiftCarDirection>

Was this page useful?