Commit a188313a authored by Steije van Schelt's avatar Steije van Schelt
Browse files

Changed regexes of CGI, ECGI and NCGI parameters

parent 2d473c71
......@@ -248,17 +248,17 @@
</xs:simpleType>
<xs:simpleType name="CGI">
<xs:restriction base="xs:token">
<xs:pattern value="[0-9a-f]{14}"/>
<xs:pattern value="[0-9]{3}-[0-9]{2,3}-[a-f0-9]{4}-[a-f0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ECGI">
<xs:restriction base="xs:token">
<xs:pattern value="[0-9a-f]{14}"/>
<xs:pattern value="[0-9]{3}-[0-9]{2,3}-[a-f0-9]{7}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NCGI">
<xs:restriction base="xs:token">
<xs:pattern value="[0-9a-f]{16}"/>
<xs:pattern value="[0-9]{3}-[0-9]{2,3}-[a-f0-9]{9}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ICCID">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment