BACnetAuthorizationExemption

<< Click to Display Table of Contents >>

 

BACnetAuthorizationExemption

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

XML Schema

<xs:simpleType name="BACnetAuthorizationExemption">
  <xs:restriction base="xs:string">
    <xs:enumeration value="passback" />
    <xs:enumeration value="occupancyCheck" />
    <xs:enumeration value="accessRights" />
    <xs:enumeration value="lockout" />
    <xs:enumeration value="deny" />
    <xs:enumeration value="verification" />
    <xs:enumeration value="authorizationDelay" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetAuthorizationExemption>passback</BACnetAuthorizationExemption>

Was this page useful?