BACnetDoorValue

<< Click to Display Table of Contents >>

 

BACnetDoorValue

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

XML Schema

<xs:simpleType name="BACnetDoorValue">
  <xs:restriction base="xs:string">
    <xs:enumeration value="lock" />
    <xs:enumeration value="unlock" />
    <xs:enumeration value="pulseUnlock" />
    <xs:enumeration value="extendedPulseUnlock" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetDoorValue>lock</BACnetDoorValue>

Was this page useful?