SequenceOfBACnetCredentialAuthenticationFactor

<< Click to Display Table of Contents >>

 

SequenceOfBACnetCredentialAuthenticationFactor

This XML representation of complex data is used by the following objects/properties:

accessCredential.authenticationFactors

XML Schema

<?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>

Examples

Example 1:

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

Example 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>

Was this page useful?