SequenceOfBACnetPropertyValue

<< Clique para Mostrar o Sumário >>

 

SequenceOfBACnetPropertyValue

Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.

Esquema XML

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

Exemplos

Exemplo 1:

<SequenceOfBACnetPropertyValue />

Exemplo 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>

Esta página foi útil?