<< Click to Display Table of Contents >>
BACnetEventParameter_AccessEvent |
This XML representation of complex data is used by the following objects/properties:
•eventEnrollment.eventParameters
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://www.elipse.com.br/drivers/BACnet" xmlns:mstns="http://www.elipse.com.br/drivers/BACnet" elementFormDefault="qualified" targetNamespace="http://www.elipse.com.br/drivers/BACnet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="BACnetEventParameter_AccessEvent">
<xs:sequence>
<xs:element name="ListOfAccessEvents" type="SequenceOfBACnetAccessEvent" />
<xs:element name="AccessEventTimeReference" type="BACnetDeviceObjectPropertyReference" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="BACnetEventParameter_AccessEvent" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetEventParameter_AccessEvent>
<ListOfAccessEvents />
<AccessEventTimeReference>
<ObjectIdentifier>device-501</ObjectIdentifier>
<PropertyIdentifier>ackRequired</PropertyIdentifier>
<PropertyArrayIndex>1236</PropertyArrayIndex>
<DeviceIdentifier>device-504</DeviceIdentifier>
</AccessEventTimeReference>
</BACnetEventParameter_AccessEvent>
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetEventParameter_AccessEvent>
<ListOfAccessEvents>
<BACnetAccessEvent>duress</BACnetAccessEvent>
<BACnetAccessEvent>trace</BACnetAccessEvent>
<BACnetAccessEvent>lockoutMaxAttempts</BACnetAccessEvent>
</ListOfAccessEvents>
<AccessEventTimeReference>
<ObjectIdentifier>device-508</ObjectIdentifier>
<PropertyIdentifier>all</PropertyIdentifier>
<PropertyArrayIndex>1243</PropertyArrayIndex>
<DeviceIdentifier>device-511</DeviceIdentifier>
</AccessEventTimeReference>
</BACnetEventParameter_AccessEvent>
</Value>