AccessString (contextType) Element

The AccessString (contextType) element identifies the APN or dial string to be used to establish a data connection.

This element can have a maximum length of 100 characters.

This element is optional.

<xs:element name="AccessString">
    <xs:simpleType>
        <xs:restriction
            base="token"
        >
            <xs:minLength
                value="1"
             />
            <xs:maxLength
                value="100"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

The AccessString element is defined by the contextType complex type.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps | UWP apps]
Minimum supported server
None supported

See also

Definition context of element in schema

contextType

Possible immediate parent element in schema instance

Context (MBNProfile)