<< Clique para Mostrar o Sumário >>
BACnetAddress |
Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:
•analogOutput.valueSourceArray
•binaryLightingOutput.valueSource
•binaryLightingOutput.valueSourceArray
•binaryOutput.valueSourceArray
•bitstringValue.valueSourceArray
•characterstringValue.valueSource
•characterstringValue.valueSourceArray
•datepatternValue.valueSourceArray
•datetimeValue.valueSourceArray
•datetimepatternValue.valueSource
•datetimepatternValue.valueSourceArray
•integerValue.valueSourceArray
•largeAnalogValue.valueSourceArray
•lightingOutput.valueSourceArray
•multiStateOutput.valueSourceArray
•multiStateValue.valueSourceArray
•octetstringValue.valueSourceArray
•positiveIntegerValue.valueSource
•positiveIntegerValue.valueSourceArray
•timepatternValue.valueSourceArray
<?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="BACnetAddress">
<xs:sequence>
<xs:element name="NetworkNumber" type="Unsigned16" />
<xs:element name="MacAddress" type="OctetString" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="BACnetAddress" />
</xs:schema>
Exemplo 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetAddress>
<NetworkNumber>7634</NetworkNumber>
<MacAddress>00010203040506070809</MacAddress>
</BACnetAddress>
</Value>