Double

<< Clique para Mostrar o Sumário >>

 

Double

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

accessDoor.priorityArray

analogOutput.priorityArray

analogValue.priorityArray

binaryLightingOutput.priorityArray

binaryOutput.priorityArray

binaryValue.priorityArray

bitstringValue.priorityArray

channel.presentValue

characterstringValue.priorityArray

dateValue.priorityArray

datepatternValue.priorityArray

datetimeValue.priorityArray

datetimepatternValue.priorityArray

integerValue.priorityArray

largeAnalogValue.priorityArray

lightingOutput.priorityArray

multiStateOutput.priorityArray

multiStateValue.priorityArray

octetstringValue.priorityArray

positiveIntegerValue.priorityArray

timeValue.priorityArray

timepatternValue.priorityArray

timer.stateChangeValues

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:simpleType name="Double">
    <xs:restriction base="xs:double" />
  </xs:simpleType>
  <xs:element name="Value" type="Double" />
</xs:schema>

Exemplos

Exemplo 1:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <Double>123456.789012</Double>
</Value>

Esta página foi útil?