<< Click to Display Table of Contents >>
BACnetAccessRule |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAccessRule">
<xs:sequence>
<xs:element name="TimeRangeSpecifier" type="BACnetAccessRule_TimeRangeSpecifier" />
<xs:element minOccurs="0" name="TimeRange" type="BACnetDeviceObjectPropertyReference" />
<xs:element name="LocationSpecifier" type="BACnetAccessRule_LocationSpecifier" />
<xs:element minOccurs="0" name="Location" type="BACnetDeviceObjectReference" />
<xs:element name="Enable" type="Boolean" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetAccessRule>
<TimeRangeSpecifier>specified</TimeRangeSpecifier>
<TimeRange>
<ObjectIdentifier>device-502</ObjectIdentifier>
<PropertyIdentifier>action</PropertyIdentifier>
<PropertyArrayIndex>1237</PropertyArrayIndex>
<DeviceIdentifier>device-505</DeviceIdentifier>
</TimeRange>
<LocationSpecifier>all</LocationSpecifier>
<Location>
<DeviceIdentifier>device-507</DeviceIdentifier>
<ObjectIdentifier>device-508</ObjectIdentifier>
</Location>
<Enable>true</Enable>
</BACnetAccessRule>
Example 2:
<BACnetAccessRule>
<TimeRangeSpecifier>specified</TimeRangeSpecifier>
<LocationSpecifier>all</LocationSpecifier>
<Enable>true</Enable>
</BACnetAccessRule>