Commit 32a150be authored by Olaf Wenck's avatar Olaf Wenck Committed by Mark Canterbury
Browse files

Update 2 files

- /103280/TS_103_280.xsd
- /103280/TS_103_280.schema.json
parent 39340949
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -417,8 +417,7 @@
      "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$"
    },
    "IMPI": {
      "type": "string",
      "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$"
      "$ref": "#/$defs/NAI"
    }
  }
}
+1 −3
Original line number Diff line number Diff line
@@ -308,8 +308,6 @@
        </xs:restriction>
    </xs:simpleType>
   <xs:simpleType name="IMPI">
        <xs:restriction base="ShortString">
            <xs:pattern value="[a-zA-Z0-9!#$&amp;-;=?-\[\]_~%]+"/>
        </xs:restriction>
        <xs:restriction base="NAI"/>
    </xs:simpleType>
</xs:schema>