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

Update 2 files

- /103280/TS_103_280.xsd
- /103280/TS_103_280.schema.json
parent 1d3aabab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@
    "ServiceAccessIdentifier": {
      "type": "string"
    },
    "EID": {
    "EUICCID": {
      "type": "string",
      "pattern": "^[0-9]{32}$"
    },
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@
    <xs:simpleType name="ServiceAccessIdentifier">
        <xs:restriction base="xs:string"/>
    </xs:simpleType>
    <xs:simpleType name="EID">
    <xs:simpleType name="EUICCID">
        <xs:restriction base="xs:token">
            <xs:pattern value="[0-9]{32}"/>
        </xs:restriction>