BACnetDoorAlarmState

<< Click to Display Table of Contents >>

 

BACnetDoorAlarmState

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

XML Schema

<xs:simpleType name="BACnetDoorAlarmState">
  <xs:restriction base="xs:string">
    <xs:enumeration value="normal" />
    <xs:enumeration value="alarm" />
    <xs:enumeration value="doorOpenTooLong" />
    <xs:enumeration value="forcedOpen" />
    <xs:enumeration value="tamper" />
    <xs:enumeration value="doorFault" />
    <xs:enumeration value="lockDown" />
    <xs:enumeration value="freeAccess" />
    <xs:enumeration value="egressOpen" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetDoorAlarmState>normal</BACnetDoorAlarmState>

Was this page useful?