BACnetDateTime

<< Clique para Mostrar o Sumário >>

 

BACnetDateTime

Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:

accessCredential.activationTime

accessCredential.expirationTime

accessCredential.lastUseTime

accessDoor.priorityArray

accessZone.lastCredentialAddedTime

accessZone.lastCredentialRemovedTime

accumulator.loggingRecord

accumulator.valueChangeTime

analogOutput.priorityArray

analogValue.priorityArray

averaging.maximumValueTimestamp

averaging.minimumValueTimestamp

binaryInput.changeOfStateTime

binaryInput.timeOfActiveTimeReset

binaryInput.timeOfStateCountReset

binaryLightingOutput.priorityArray

binaryLightingOutput.timeOfActiveTimeReset

binaryLightingOutput.timeOfStrikeCountReset

binaryOutput.changeOfStateTime

binaryOutput.priorityArray

binaryOutput.timeOfActiveTimeReset

binaryOutput.timeOfStateCountReset

binaryValue.changeOfStateTime

binaryValue.priorityArray

binaryValue.timeOfActiveTimeReset

binaryValue.timeOfStateCountReset

bitstringValue.priorityArray

characterstringValue.priorityArray

dateValue.priorityArray

datepatternValue.priorityArray

datetimeValue.presentValue

datetimeValue.priorityArray

datetimeValue.relinquishDefault

datetimepatternValue.presentValue

datetimepatternValue.priorityArray

datetimepatternValue.relinquishDefault

eventLog.startTime

eventLog.stopTime

file.modificationDate

integerValue.priorityArray

largeAnalogValue.priorityArray

lightingOutput.priorityArray

loadControl.startTime

multiStateOutput.priorityArray

multiStateValue.priorityArray

octetstringValue.priorityArray

positiveIntegerValue.priorityArray

pulseConverter.countChangeTime

pulseConverter.updateTime

timeValue.priorityArray

timepatternValue.priorityArray

timer.expirationTime

timer.stateChangeValues

timer.updateTime

trendLog.startTime

trendLog.stopTime

trendLogMultiple.startTime

trendLogMultiple.stopTime

Esquema XML

<?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>

Exemplos

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>

Esta página foi útil?