Share via


connectivity (MSM) Element (Compact 7)

3/12/2014

This element contains various connectivity settings.

Syntax

<xs:element name="connectivity"
    minOccurs="0"
>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="phyType"
                minOccurs="0"
                maxOccurs="4"
            >
                <xs:simpleType>
                    <xs:restriction
                        base="string"
                    >
                        <xs:enumeration
                            value="a"
                         />
                        <xs:enumeration
                            value="b"
                         />
                        <xs:enumeration
                            value="g"
                         />
                        <xs:enumeration
                            value="n"
                         />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child Elements

Element Type Description

phyType Element

Element

Specifies the 802.11 wireless LAN standard used on the wireless LAN. You can specify multiple phyTypes. If no phyType is specified, the profile can be used to connect to any phyType.

Remarks

The connectivity (MSM) element is defined by the MSM (WLANProfile) Element.

To view sample profiles that use the connectivity element, see Wi-Fi Profile Samples.

See Also

Reference

Profile XML Schema Elements
MSM (WLANProfile) Element
Profile XML Schema Reference

Other Resources

Wi-Fi Profile Samples