Commit baa37f9a 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 e13e487c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -203,6 +203,10 @@
    "ServiceAccessIdentifier": {
      "type": "string"
    },
    "ICCID": {
      "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="EID">
        <xs:restriction base="xs:token">
            <xs:pattern value="[0-9]{32}"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>