<< Click to Display Table of Contents >>
SequenceOfBACnetNetworkSecurityPolicy |
This XML representation of complex data is used by the following objects/properties:
•networkSecurity.networkAccessSecurityPolicies
<?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="SequenceOfBACnetNetworkSecurityPolicy">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetNetworkSecurityPolicy" type="BACnetNetworkSecurityPolicy" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="SequenceOfBACnetNetworkSecurityPolicy" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<SequenceOfBACnetNetworkSecurityPolicy />
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<SequenceOfBACnetNetworkSecurityPolicy>
<BACnetNetworkSecurityPolicy>
<PortId>33</PortId>
<SecurityLevel>plainTrusted</SecurityLevel>
</BACnetNetworkSecurityPolicy>
<BACnetNetworkSecurityPolicy>
<PortId>35</PortId>
<SecurityLevel>encryptedTrusted</SecurityLevel>
</BACnetNetworkSecurityPolicy>
<BACnetNetworkSecurityPolicy>
<PortId>37</PortId>
<SecurityLevel>plainTrusted</SecurityLevel>
</BACnetNetworkSecurityPolicy>
</SequenceOfBACnetNetworkSecurityPolicy>
</Value>