BACnetAccessRule_LocationSpecifier

<< Click to Display Table of Contents >>

 

BACnetAccessRule_LocationSpecifier

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

XML Schema

<xs:simpleType name="BACnetAccessRule_LocationSpecifier">
  <xs:restriction base="xs:string">
    <xs:enumeration value="specified" />
    <xs:enumeration value="all" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetAccessRule_LocationSpecifier>specified</BACnetAccessRule_LocationSpecifier>

Was this page useful?