BACnetLiftCarMode

<< Click to Display Table of Contents >>

 

BACnetLiftCarMode

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

XML Schema

<xs:simpleType name="BACnetLiftCarMode">
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown" />
    <xs:enumeration value="normal" />
    <xs:enumeration value="vip" />
    <xs:enumeration value="homing" />
    <xs:enumeration value="parking" />
    <xs:enumeration value="attendantControl" />
    <xs:enumeration value="firefighterControl" />
    <xs:enumeration value="emergencyPower" />
    <xs:enumeration value="inspection" />
    <xs:enumeration value="cabinetRecall" />
    <xs:enumeration value="earthquakeOperation" />
    <xs:enumeration value="fireOperation" />
    <xs:enumeration value="outOfService" />
    <xs:enumeration value="occupantEvacuation" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetLiftCarMode>unknown</BACnetLiftCarMode>

Was this page useful?