<< Click to Display Table of Contents >>
BACnetDeviceObjectReference |
This XML representation of complex data is used by the following objects/properties:
•analogOutput.valueSourceArray
•binaryLightingOutput.valueSource
•binaryLightingOutput.valueSourceArray
•binaryOutput.valueSourceArray
•bitstringValue.valueSourceArray
•characterstringValue.valueSource
•characterstringValue.valueSourceArray
•datepatternValue.valueSourceArray
•datetimeValue.valueSourceArray
•datetimepatternValue.valueSource
•datetimepatternValue.valueSourceArray
•integerValue.valueSourceArray
•largeAnalogValue.valueSourceArray
•lightingOutput.valueSourceArray
•multiStateOutput.valueSourceArray
•multiStateValue.valueSourceArray
•octetstringValue.valueSourceArray
•positiveIntegerValue.valueSource
•positiveIntegerValue.valueSourceArray
•timepatternValue.valueSourceArray
<?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="BACnetDeviceObjectReference">
<xs:sequence>
<xs:element minOccurs="0" name="DeviceIdentifier" type="BACnetObjectIdentifier" />
<xs:element name="ObjectIdentifier" type="BACnetObjectIdentifier" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="BACnetDeviceObjectReference" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetDeviceObjectReference>
<DeviceIdentifier>device-501</DeviceIdentifier>
<ObjectIdentifier>device-502</ObjectIdentifier>
</BACnetDeviceObjectReference>
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetDeviceObjectReference>
<ObjectIdentifier>device-503</ObjectIdentifier>
</BACnetDeviceObjectReference>
</Value>