OctetString

<< Click to Display Table of Contents >>

 

OctetString

This XML representation of complex data is used by the following objects/properties:

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

XML Schema

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

Examples

Example 1:

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

Was this page useful?