<< Click to Display Table of Contents >>
BACnetAccessZoneOccupancyState |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetAccessZoneOccupancyState">
<xs:restriction base="xs:string">
<xs:enumeration value="normal" />
<xs:enumeration value="belowLowerLimit" />
<xs:enumeration value="atLowerLimit" />
<xs:enumeration value="atUpperLimit" />
<xs:enumeration value="aboveUpperLimit" />
<xs:enumeration value="disabled" />
<xs:enumeration value="notSupported" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetAccessZoneOccupancyState>normal</BACnetAccessZoneOccupancyState>