SequenceOfBACnetPropertyIdentifier

<< Click to Display Table of Contents >>

 

SequenceOfBACnetPropertyIdentifier

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

accessCredential.propertyList

accessDoor.propertyList

accessPoint.propertyList

accessRights.propertyList

accessUser.propertyList

accessZone.propertyList

accumulator.propertyList

alertEnrollment.propertyList

analogInput.propertyList

analogOutput.propertyList

analogValue.propertyList

averaging.propertyList

binaryInput.propertyList

binaryLightingOutput.propertyList

binaryOutput.propertyList

binaryValue.propertyList

bitstringValue.propertyList

calendar.propertyList

channel.propertyList

characterstringValue.propertyList

command.propertyList

credentialDataInput.propertyList

dateValue.propertyList

datepatternValue.propertyList

datetimeValue.propertyList

datetimepatternValue.propertyList

device.propertyList

elevatorGroup.propertyList

escalator.propertyList

eventEnrollment.propertyList

eventLog.propertyList

file.propertyList

globalGroup.propertyList

group.propertyList

integerValue.propertyList

largeAnalogValue.propertyList

lifeSafetyPoint.propertyList

lifeSafetyZone.propertyList

lift.propertyList

lightingOutput.propertyList

loadControl.propertyList

loop.propertyList

multiStateInput.propertyList

multiStateOutput.propertyList

multiStateValue.propertyList

networkPort.propertyList

networkSecurity.propertyList

notificationClass.propertyList

notificationForwarder.propertyList

octetstringValue.propertyList

positiveIntegerValue.propertyList

program.propertyList

pulseConverter.propertyList

schedule.propertyList

structuredView.propertyList

timeValue.propertyList

timepatternValue.propertyList

timer.propertyList

trendLog.propertyList

trendLogMultiple.propertyList

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

Examples

Example 1:

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

Example 2:

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

Was this page useful?