<< Click to Display Table of Contents >>
BACnetDateTime |
This XML representation of complex data is used by the following objects/properties:
•accessCredential.activationTime
•accessCredential.expirationTime
•accessZone.lastCredentialAddedTime
•accessZone.lastCredentialRemovedTime
•averaging.maximumValueTimestamp
•averaging.minimumValueTimestamp
•binaryInput.changeOfStateTime
•binaryInput.timeOfActiveTimeReset
•binaryInput.timeOfStateCountReset
•binaryLightingOutput.priorityArray
•binaryLightingOutput.timeOfActiveTimeReset
•binaryLightingOutput.timeOfStrikeCountReset
•binaryOutput.changeOfStateTime
•binaryOutput.timeOfActiveTimeReset
•binaryOutput.timeOfStateCountReset
•binaryValue.changeOfStateTime
•binaryValue.timeOfActiveTimeReset
•binaryValue.timeOfStateCountReset
•characterstringValue.priorityArray
•datepatternValue.priorityArray
•datetimeValue.relinquishDefault
•datetimepatternValue.presentValue
•datetimepatternValue.priorityArray
•datetimepatternValue.relinquishDefault
•largeAnalogValue.priorityArray
•multiStateOutput.priorityArray
•multiStateValue.priorityArray
•octetstringValue.priorityArray
•positiveIntegerValue.priorityArray
•pulseConverter.countChangeTime
•timepatternValue.priorityArray
<?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="BACnetDateTime">
<xs:sequence>
<xs:element name="Date" type="Date" />
<xs:element name="Time" type="Time" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="BACnetDateTime" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetDateTime>
<Date>2017-12-20</Date>
<Time>22:39:15.980</Time>
</BACnetDateTime>
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetDateTime>
<Date>????-??-??-?</Date>
<Time>??:??:??.???</Time>
</BACnetDateTime>
</Value>
Example 3:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetDateTime>
<Date>????-??-??-?</Date>
<Time>22:39:15.980</Time>
</BACnetDateTime>
</Value>