<< Clique para Mostrar o Sumário >>
BACnetDateTime |
Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:
•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>
Exemplo 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>
Exemplo 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetDateTime>
<Date>????-??-??-?</Date>
<Time>??:??:??.???</Time>
</BACnetDateTime>
</Value>
Exemplo 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>