Commit a25e4c62 authored by Olaf Wenck's avatar Olaf Wenck
Browse files

Update 2 files

- /103280/TS_103_280.schema.json
- /103280/TS_103_280.xsd
parent 68a7da4f
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -407,6 +407,18 @@
        "etsi280:latitude",
        "etsi280:longitude"
      ]
    },
    "H323URI": {
      "type": "string",
      "pattern": "^h323:[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$"
    },
    "IMPU": {
      "type": "string",
      "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$"
    },
    "IMPI": {
      "type": "string",
      "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$"
    }
  }
}
+15 −0
Original line number Diff line number Diff line
@@ -297,4 +297,19 @@
    <xs:simpleType name="DNN">
        <xs:restriction base="LongString"/>
    </xs:simpleType>
    <xs:simpleType name="H323URI">
        <xs:restriction base="ShortString">
            <xs:pattern value="h323:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"/>
        </xs:restriction>
    </xs:simpleType>
   <xs:simpleType name="IMPU">
        <xs:restriction base="ShortString">
            <xs:pattern value="[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"/>
        </xs:restriction>
    </xs:simpleType>
   <xs:simpleType name="IMPI">
        <xs:restriction base="ShortString">
            <xs:pattern value="[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>