<< Click to Display Table of Contents >>
BACnetDeviceObjectPropertyValue |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetDeviceObjectPropertyValue">
<xs:sequence>
<xs:element name="DeviceIdentifier" type="BACnetObjectIdentifier" />
<xs:element name="ObjectIdentifier" type="BACnetObjectIdentifier" />
<xs:element name="PropertyIdentifier" type="BACnetPropertyIdentifier" />
<xs:element minOccurs="0" name="PropertyArrayIndex" type="Unsigned" />
<xs:element name="PropertyValue" type="Any" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetDeviceObjectPropertyValue>
<DeviceIdentifier>device-501</DeviceIdentifier>
<ObjectIdentifier>device-502</ObjectIdentifier>
<PropertyIdentifier>action</PropertyIdentifier>
<PropertyArrayIndex>1237</PropertyArrayIndex>
<PropertyValue>
<Boolean>true</Boolean>
</PropertyValue>
</BACnetDeviceObjectPropertyValue>
Example 2:
<BACnetDeviceObjectPropertyValue>
<DeviceIdentifier>device-505</DeviceIdentifier>
<ObjectIdentifier>device-506</ObjectIdentifier>
<PropertyIdentifier>alarmValue</PropertyIdentifier>
<PropertyValue>
<Boolean>true</Boolean>
</PropertyValue>
</BACnetDeviceObjectPropertyValue>