SequenceOfBACnetPropertyValue

<< Click to Display Table of Contents >>

 

SequenceOfBACnetPropertyValue

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:complexType name="SequenceOfBACnetPropertyValue">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetPropertyValue" type="BACnetPropertyValue" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<SequenceOfBACnetPropertyValue />

Example 2:

<SequenceOfBACnetPropertyValue>
  <BACnetPropertyValue>
    <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
    <PropertyArrayIndex>1235</PropertyArrayIndex>
    <PropertyValue>
      <Boolean>true</Boolean>
    </PropertyValue>
    <Priority>1236</Priority>
  </BACnetPropertyValue>
  <BACnetPropertyValue>
    <PropertyIdentifier>actionText</PropertyIdentifier>
    <PropertyArrayIndex>1238</PropertyArrayIndex>
    <PropertyValue>
      <Boolean>true</Boolean>
    </PropertyValue>
    <Priority>1239</Priority>
  </BACnetPropertyValue>
  <BACnetPropertyValue>
    <PropertyIdentifier>alarmValue</PropertyIdentifier>
    <PropertyArrayIndex>1241</PropertyArrayIndex>
    <PropertyValue>
      <Boolean>true</Boolean>
    </PropertyValue>
    <Priority>1242</Priority>
  </BACnetPropertyValue>
</SequenceOfBACnetPropertyValue>

Was this page useful?