<< Click to Display Table of Contents >>
SequenceOfBACnetAuthenticationFactorFormat |
This XML representation of complex data is used by the following objects/properties:
•credentialDataInput.supportedFormats
<?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="SequenceOfBACnetAuthenticationFactorFormat">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetAuthenticationFactorFormat" type="BACnetAuthenticationFactorFormat" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="SequenceOfBACnetAuthenticationFactorFormat" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<SequenceOfBACnetAuthenticationFactorFormat />
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<SequenceOfBACnetAuthenticationFactorFormat>
<BACnetAuthenticationFactorFormat>
<FormatType>undefined</FormatType>
<VendorId>7635</VendorId>
<VendorFormat>7636</VendorFormat>
</BACnetAuthenticationFactorFormat>
<BACnetAuthenticationFactorFormat>
<FormatType>simpleNumber16</FormatType>
<VendorId>7638</VendorId>
<VendorFormat>7639</VendorFormat>
</BACnetAuthenticationFactorFormat>
<BACnetAuthenticationFactorFormat>
<FormatType>simpleAlphaNumeric</FormatType>
<VendorId>7641</VendorId>
<VendorFormat>7642</VendorFormat>
</BACnetAuthenticationFactorFormat>
</SequenceOfBACnetAuthenticationFactorFormat>
</Value>