SequenceOfBACnetActionList

<< Clique para Mostrar o Sumário >>

 

SequenceOfBACnetActionList

Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:

command.action

Esquema XML

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

Exemplos

Exemplo 1:

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

Exemplo 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetActionList>
    <BACnetActionList>
      <Action />
    </BACnetActionList>
    <BACnetActionList>
      <Action>
        <BACnetActionCommand>
          <DeviceIdentifier>device-501</DeviceIdentifier>
          <ObjectIdentifier>device-502</ObjectIdentifier>
          <PropertyIdentifier>action</PropertyIdentifier>
          <PropertyArrayIndex>1237</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1238</Priority>
          <PostDelay>1239</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
      </Action>
    </BACnetActionList>
    <BACnetActionList>
      <Action>
        <BACnetActionCommand>
          <DeviceIdentifier>device-507</DeviceIdentifier>
          <ObjectIdentifier>device-508</ObjectIdentifier>
          <PropertyIdentifier>all</PropertyIdentifier>
          <PropertyArrayIndex>1243</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1244</Priority>
          <PostDelay>1245</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
      </Action>
    </BACnetActionList>
  </SequenceOfBACnetActionList>
</Value>

Exemplo 3:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetActionList>
    <BACnetActionList>
      <Action>
        <BACnetActionCommand>
          <DeviceIdentifier>device-513</DeviceIdentifier>
          <ObjectIdentifier>device-514</ObjectIdentifier>
          <PropertyIdentifier>bias</PropertyIdentifier>
          <PropertyArrayIndex>1249</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1250</Priority>
          <PostDelay>1251</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
        <BACnetActionCommand>
          <DeviceIdentifier>device-519</DeviceIdentifier>
          <ObjectIdentifier>device-520</ObjectIdentifier>
          <PropertyIdentifier>controlledVariableValue</PropertyIdentifier>
          <PropertyArrayIndex>1255</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1256</Priority>
          <PostDelay>1257</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
        <BACnetActionCommand>
          <DeviceIdentifier>device-525</DeviceIdentifier>
          <ObjectIdentifier>device-526</ObjectIdentifier>
          <PropertyIdentifier>derivativeConstantUnits</PropertyIdentifier>
          <PropertyArrayIndex>1261</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1262</Priority>
          <PostDelay>1263</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
      </Action>
    </BACnetActionList>
    <BACnetActionList>
      <Action>
        <BACnetActionCommand>
          <DeviceIdentifier>device-531</DeviceIdentifier>
          <ObjectIdentifier>device-532</ObjectIdentifier>
          <PropertyIdentifier>elapsedActiveTime</PropertyIdentifier>
          <PropertyArrayIndex>1267</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1268</Priority>
          <PostDelay>1269</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
      </Action>
    </BACnetActionList>
    <BACnetActionList>
      <Action>
        <BACnetActionCommand>
          <DeviceIdentifier>device-537</DeviceIdentifier>
          <ObjectIdentifier>device-538</ObjectIdentifier>
          <PropertyIdentifier>faultValues</PropertyIdentifier>
          <PropertyArrayIndex>1273</PropertyArrayIndex>
          <PropertyValue>
            <Boolean>true</Boolean>
          </PropertyValue>
          <Priority>1274</Priority>
          <PostDelay>1275</PostDelay>
          <QuitOnFailure>true</QuitOnFailure>
          <WriteSuccessful>true</WriteSuccessful>
        </BACnetActionCommand>
      </Action>
    </BACnetActionList>
  </SequenceOfBACnetActionList>
</Value>

Esta página foi útil?