BACnetNotificationParameters_Extended_Unnamed

<< Clique para Mostrar o Sumário >>

 

BACnetNotificationParameters_Extended_Unnamed

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

Esquema XML

<xs:complexType name="BACnetNotificationParameters_Extended_Unnamed">
  <xs:sequence>
    <xs:choice>
      <xs:element name="Null" type="Null" />
      <xs:element name="Real" type="REAL" />
      <xs:element name="Unsigned" type="Unsigned" />
      <xs:element name="Boolean" type="Boolean" />
      <xs:element name="Integer" type="INTEGER" />
      <xs:element name="Double" type="Double" />
      <xs:element name="Octetstring" type="OctetString" />
      <xs:element name="Characterstring" type="CharacterString" />
      <xs:element name="Bitstring" type="BitString" />
      <xs:element name="Enumerated" type="Enumerated" />
      <xs:element name="Date" type="Date" />
      <xs:element name="Time" type="Time" />
      <xs:element name="Objectidentifier" type="BACnetObjectIdentifier" />
      <xs:element name="PropertyValue" type="BACnetDeviceObjectPropertyValue" />
    </xs:choice>
  </xs:sequence>
</xs:complexType>

Exemplos

Exemplo 1:

<BACnetNotificationParameters_Extended_Unnamed>
  <Null />
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 2:

<BACnetNotificationParameters_Extended_Unnamed>
  <Real>1234.567749</Real>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 3:

<BACnetNotificationParameters_Extended_Unnamed>
  <Unsigned>1235</Unsigned>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 4:

<BACnetNotificationParameters_Extended_Unnamed>
  <Boolean>true</Boolean>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 5:

<BACnetNotificationParameters_Extended_Unnamed>
  <Integer>-798</Integer>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 6:

<BACnetNotificationParameters_Extended_Unnamed>
  <Double>123459.789012</Double>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 7:

<BACnetNotificationParameters_Extended_Unnamed>
  <Octetstring>FF</Octetstring>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 8:

<BACnetNotificationParameters_Extended_Unnamed>
  <Characterstring>Abcde</Characterstring>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 9:

<BACnetNotificationParameters_Extended_Unnamed>
  <Bitstring>1</Bitstring>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 10:

<BACnetNotificationParameters_Extended_Unnamed>
  <Enumerated>4</Enumerated>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 11:

<BACnetNotificationParameters_Extended_Unnamed>
  <Date>2022-12-20</Date>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 12:

<BACnetNotificationParameters_Extended_Unnamed>
  <Time>22:39:15.980</Time>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 13:

<BACnetNotificationParameters_Extended_Unnamed>
  <Objectidentifier>device-508</Objectidentifier>
</BACnetNotificationParameters_Extended_Unnamed>

Exemplo 14:

<BACnetNotificationParameters_Extended_Unnamed>
  <PropertyValue>
    <DeviceIdentifier>device-509</DeviceIdentifier>
    <ObjectIdentifier>device-510</ObjectIdentifier>
    <PropertyIdentifier>apduSegmentTimeout</PropertyIdentifier>
    <PropertyArrayIndex>1245</PropertyArrayIndex>
    <PropertyValue>
      <Unsigned>1246</Unsigned>
    </PropertyValue>
  </PropertyValue>
</BACnetNotificationParameters_Extended_Unnamed>

Esta página foi útil?