<< Click to Display Table of Contents >>
BACnetTimeValue |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetTimeValue">
<xs:sequence>
<xs:element name="Time" type="Time" />
<xs:element name="Value" type="Any" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetTimeValue>
<Time>22:39:15.980</Time>
<Value>
<Boolean>true</Boolean>
</Value>
</BACnetTimeValue>