<< Click to Display Table of Contents >>
BACnetAuthenticationPolicy_Policy_Item |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAuthenticationPolicy_Policy_Item">
<xs:sequence>
<xs:element name="CredentialDataInput" type="BACnetDeviceObjectReference" />
<xs:element name="Index" type="Unsigned" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetAuthenticationPolicy_Policy_Item>
<CredentialDataInput>
<DeviceIdentifier>device-501</DeviceIdentifier>
<ObjectIdentifier>device-502</ObjectIdentifier>
</CredentialDataInput>
<Index>1236</Index>
</BACnetAuthenticationPolicy_Policy_Item>