Share via


phyType Element (Compact 7)

3/12/2014

This element specifies the 802.11 wireless network standard used on a wireless network.

You can specify multiple phyTypes. If no phyType is specified, the profile can be used to connect to any phyType.

Syntax

<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>

Remarks

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

See Also

Reference

Profile XML Schema Elements
Profile XML Schema Reference