Share via


blockList Element (Compact 7)

3/12/2014

This element specifies the list of wireless networks to which a device must not connect.

Syntax

<xs:element name="blockList">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="network"
                type="networkItemType"
                maxOccurs="unbounded"
             />
                          <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child Elements

Element Type Description

network Element

networkItemType Complex Type

The blocked network

Remarks

The blocklist element is defined by the networkFilter Element.

See Also

Reference

Profile XML Schema Elements
networkFilter Element
Profile XML Schema Reference