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