simIccIDType Simple Type

The simIccIDType simple type defines a type for the SimIccID element of the Mobile Broadband profile. This type is a collection of digits and/or upper- and lower-case letters, at least one character long and at most 20 characters long.

<xs:simpleType name="simIccIDType">
    <xs:restriction
        base="token"
    >
        <xs:pattern
            value="[a-zA-Z\d]{1,20}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

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

  • [a-zA-Z\d]{1,20}

Requirements

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