providerIdType Simple Type

The providerIdType simple type defines a type for the ProviderID element of the Mobile Broadband profile. This type is a collection of digits at least one digit long and at most 6 digits long.

<xs:simpleType name="providerIdType">
    <xs:restriction
        base="token"
    >
        <xs:pattern
            value="\d{1,6}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The providerIdType simple type is a token that is restricted by the following pattern:

  • \d{1,6}

Requirements

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