BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item

<< Clique para Mostrar o Sumário >>

 

BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item

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

Esquema XML

<xs:complexType name="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item">
  <xs:sequence>
    <xs:element name="MonitoredObjectIdentifier" type="BACnetObjectIdentifier" />
    <xs:element name="ListOfCovReferences" type="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item_ListOfCovReferences" />
  </xs:sequence>
</xs:complexType>

Exemplos

Exemplo 1:

<BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>
  <MonitoredObjectIdentifier>device-501</MonitoredObjectIdentifier>
  <ListOfCovReferences />
</BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>

Exemplo 2:

<BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>
  <MonitoredObjectIdentifier>device-502</MonitoredObjectIdentifier>
  <ListOfCovReferences>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>action</PropertyIdentifier>
        <PropertyArrayIndex>1237</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1238.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>activeVtSessions</PropertyIdentifier>
        <PropertyArrayIndex>1240</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1241.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
    <ListOfCovReferences_Item>
      <MonitoredProperty>
        <PropertyIdentifier>all</PropertyIdentifier>
        <PropertyArrayIndex>1243</PropertyArrayIndex>
      </MonitoredProperty>
      <CovIncrement>1244.567749</CovIncrement>
      <Timestamped>true</Timestamped>
    </ListOfCovReferences_Item>
  </ListOfCovReferences>
</BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications_Item>

Esta página foi útil?