Commit 9bd287aa authored by marthy's avatar marthy Committed by Mark Canterbury
Browse files

Cr/103280/0028 - Addition of the eUICC identifier (EID)

parent e13e487c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -203,6 +203,10 @@
    "ServiceAccessIdentifier": {
      "type": "string"
    },
    "EUICCID": {
      "type": "string",
      "pattern": "^[0-9]{32}$"
    },
    "IPAddress": {
      "oneOf": [
        {
+5 −0
Original line number Diff line number Diff line
@@ -286,4 +286,9 @@
    <xs:simpleType name="ServiceAccessIdentifier">
        <xs:restriction base="xs:string"/>
    </xs:simpleType>
    <xs:simpleType name="EUICCID">
        <xs:restriction base="xs:token">
            <xs:pattern value="[0-9]{32}"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>