blockList Element (Compact 2013)
3/26/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 |
---|---|---|
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