SequenceOfBACnetAuthenticationFactorFormat

<< Clique para Mostrar o Sumário >>

 

SequenceOfBACnetAuthenticationFactorFormat

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

credentialDataInput.supportedFormats

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

Exemplos

Exemplo 1:

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

Exemplo 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetAuthenticationFactorFormat>
    <BACnetAuthenticationFactorFormat>
      <FormatType>undefined</FormatType>
      <VendorId>7635</VendorId>
      <VendorFormat>7636</VendorFormat>
    </BACnetAuthenticationFactorFormat>
    <BACnetAuthenticationFactorFormat>
      <FormatType>simpleNumber16</FormatType>
      <VendorId>7638</VendorId>
      <VendorFormat>7639</VendorFormat>
    </BACnetAuthenticationFactorFormat>
    <BACnetAuthenticationFactorFormat>
      <FormatType>simpleAlphaNumeric</FormatType>
      <VendorId>7641</VendorId>
      <VendorFormat>7642</VendorFormat>
    </BACnetAuthenticationFactorFormat>
  </SequenceOfBACnetAuthenticationFactorFormat>
</Value>

Esta página foi útil?