<< Click to Display Table of Contents >>
BACnetNameValue |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetNameValue">
<xs:sequence>
<xs:element name="Name" type="CharacterString" />
<xs:element minOccurs="0" name="Value" type="Any" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetNameValue>
<Name>Abcde</Name>
<Value>
<Boolean>true</Boolean>
</Value>
</BACnetNameValue>
Example 2:
<BACnetNameValue>
<Name>Abcde</Name>
</BACnetNameValue>