allowList Element (Compact 7)
3/12/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.