<< Click to Display Table of Contents >>
BACnetAuthenticationFactorFormat |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAuthenticationFactorFormat">
<xs:sequence>
<xs:element name="FormatType" type="BACnetAuthenticationFactorType" />
<xs:element minOccurs="0" name="VendorId" type="Unsigned16" />
<xs:element minOccurs="0" name="VendorFormat" type="Unsigned16" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetAuthenticationFactorFormat>
<FormatType>undefined</FormatType>
<VendorId>7635</VendorId>
<VendorFormat>7636</VendorFormat>
</BACnetAuthenticationFactorFormat>
Example 2:
<BACnetAuthenticationFactorFormat>
<FormatType>simpleNumber16</FormatType>
</BACnetAuthenticationFactorFormat>