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