Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This element specifies the list of wireless networks to which any device must be able to connect.
Syntax
<xs:element name="allowList">
<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 network to which the device can connect |
Remarks
The allowlist element is defined by the networkFilter Element.