connectivity (MSM) Element
Applies to: desktop apps only
The connectivity (MSM) element contains various connectivity settings.
<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>
The element is defined by the MSM element.
Child elements
| Element | Type | Description |
|---|---|---|
| phyType |
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. The value "n" is only supported on Windows Vista with SP1 and later versions of the operating system. |
Examples
To view sample profiles that use the connectivity element, see Wireless Profile Samples.
Requirements
|
Minimum supported client | Windows Vista, Windows XP with SP3 |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Redistributable | Wireless LAN API for Windows XP with SP2 |
See also
- Definition context of element in schema
- MSM
- Possible immediate parent element in schema instance
- MSM (WLANProfile)
Send comments about this topic to Microsoft
Build date: 2/3/2012