Share via


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

networkName Element

networkNameType Simple Type

The service set identifier (SSID) of the network

networkType Element

networkTypeType Simple Type

The network type

See Also

Reference

Profile XML Schema Complex Types
Profile XML Schema Reference