BACnetLiftGroupMode

<< Click to Display Table of Contents >>

 

BACnetLiftGroupMode

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

XML Schema

<xs:simpleType name="BACnetLiftGroupMode">
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown" />
    <xs:enumeration value="normal" />
    <xs:enumeration value="downPeak" />
    <xs:enumeration value="twoWay" />
    <xs:enumeration value="fourWay" />
    <xs:enumeration value="emergencyPower" />
    <xs:enumeration value="upPeak" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetLiftGroupMode>unknown</BACnetLiftGroupMode>

Was this page useful?