networkItemType Complex Type (Compact 7)
3/12/2014
The networkItemType complex type specifies the name and type of a wireless network.
Syntax
<xs:complexType name="networkItemType">
<xs:sequence>
<xs:element name="networkName"
type="networkNameType"
/>
<xs:element name="networkType"
type="networkTypeType"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
Child Elements
Element | Type | Description |
---|---|---|
The service set identifier (SSID) of the network |
||
The network type |
See Also
Reference
Profile XML Schema Complex Types
Profile XML Schema Reference