SequenceOfBACnetCredentialAuthenticationFactor

<< Clique para Mostrar o Sumário >>

 

SequenceOfBACnetCredentialAuthenticationFactor

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

accessCredential.authenticationFactors

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

Exemplos

Exemplo 1:

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

Exemplo 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetCredentialAuthenticationFactor>
    <BACnetCredentialAuthenticationFactor>
      <Disable>none</Disable>
      <AuthenticationFactor>
        <FormatType>error</FormatType>
        <FormatClass>1236</FormatClass>
        <Value>00010203040506070809</Value>
      </AuthenticationFactor>
    </BACnetCredentialAuthenticationFactor>
    <BACnetCredentialAuthenticationFactor>
      <Disable>disabledStolen</Disable>
      <AuthenticationFactor>
        <FormatType>simpleNumber32</FormatType>
        <FormatClass>1239</FormatClass>
        <Value>FF</Value>
      </AuthenticationFactor>
    </BACnetCredentialAuthenticationFactor>
    <BACnetCredentialAuthenticationFactor>
      <Disable>none</Disable>
      <AuthenticationFactor>
        <FormatType>abaTrack2</FormatType>
        <FormatClass>1242</FormatClass>
        <Value>FF</Value>
      </AuthenticationFactor>
    </BACnetCredentialAuthenticationFactor>
  </SequenceOfBACnetCredentialAuthenticationFactor>
</Value>

Esta página foi útil?