SequenceOfBACnetNameValue

<< Click to Display Table of Contents >>

 

SequenceOfBACnetNameValue

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

accessCredential.tags

accessDoor.tags

accessPoint.tags

accessRights.tags

accessUser.tags

accessZone.tags

accumulator.tags

alertEnrollment.tags

analogInput.tags

analogOutput.tags

analogValue.tags

averaging.tags

binaryInput.tags

binaryLightingOutput.tags

binaryOutput.tags

binaryValue.tags

bitstringValue.tags

calendar.tags

channel.tags

characterstringValue.tags

command.tags

credentialDataInput.tags

dateValue.tags

datepatternValue.tags

datetimeValue.tags

datetimepatternValue.tags

device.tags

elevatorGroup.tags

escalator.tags

eventEnrollment.tags

eventLog.tags

file.tags

globalGroup.tags

group.tags

integerValue.tags

largeAnalogValue.tags

lifeSafetyPoint.tags

lifeSafetyZone.tags

lift.tags

lightingOutput.tags

loadControl.tags

loop.tags

multiStateInput.tags

multiStateOutput.tags

multiStateValue.tags

networkPort.tags

networkSecurity.tags

notificationClass.tags

notificationForwarder.tags

octetstringValue.tags

positiveIntegerValue.tags

program.tags

pulseConverter.tags

schedule.tags

structuredView.tags

timeValue.tags

timepatternValue.tags

timer.tags

trendLog.tags

trendLogMultiple.tags

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:complexType name="SequenceOfBACnetNameValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetNameValue" type="BACnetNameValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Value" type="SequenceOfBACnetNameValue" />
</xs:schema>

Examples

Example 1:

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

Example 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetNameValue>
    <BACnetNameValue>
      <Name>Abcde</Name>
      <Value>
        <Boolean>true</Boolean>
      </Value>
    </BACnetNameValue>
    <BACnetNameValue>
      <Name>Abcde</Name>
      <Value>
        <Boolean>true</Boolean>
      </Value>
    </BACnetNameValue>
    <BACnetNameValue>
      <Name>Abcde</Name>
      <Value>
        <Boolean>true</Boolean>
      </Value>
    </BACnetNameValue>
  </SequenceOfBACnetNameValue>
</Value>

Was this page useful?