<< Click to Display Table of Contents >>
BACnetCredentialAuthenticationFactor |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetCredentialAuthenticationFactor">
<xs:sequence>
<xs:element name="Disable" type="BACnetAccessAuthenticationFactorDisable" />
<xs:element name="AuthenticationFactor" type="BACnetAuthenticationFactor" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetCredentialAuthenticationFactor>
<Disable>none</Disable>
<AuthenticationFactor>
<FormatType>error</FormatType>
<FormatClass>1236</FormatClass>
<Value>00010203040506070809</Value>
</AuthenticationFactor>
</BACnetCredentialAuthenticationFactor>