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