BACnetAuthenticationFactorType

<< Click to Display Table of Contents >>

 

BACnetAuthenticationFactorType

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:simpleType name="BACnetAuthenticationFactorType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="undefined" />
    <xs:enumeration value="error" />
    <xs:enumeration value="custom" />
    <xs:enumeration value="simpleNumber16" />
    <xs:enumeration value="simpleNumber32" />
    <xs:enumeration value="simpleNumber56" />
    <xs:enumeration value="simpleAlphaNumeric" />
    <xs:enumeration value="abaTrack2" />
    <xs:enumeration value="wiegand26" />
    <xs:enumeration value="wiegand37" />
    <xs:enumeration value="wiegand37Facility" />
    <xs:enumeration value="facility16Card32" />
    <xs:enumeration value="facility32Card32" />
    <xs:enumeration value="fascN" />
    <xs:enumeration value="fascNBcd" />
    <xs:enumeration value="fascNLarge" />
    <xs:enumeration value="fascNLargeBcd" />
    <xs:enumeration value="gsa75" />
    <xs:enumeration value="chuid" />
    <xs:enumeration value="chuidFull" />
    <xs:enumeration value="guid" />
    <xs:enumeration value="cbeffA" />
    <xs:enumeration value="cbeffB" />
    <xs:enumeration value="cbeffC" />
    <xs:enumeration value="userPassword" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetAuthenticationFactorType>undefined</BACnetAuthenticationFactorType>

Was this page useful?