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

Changed regexes of CGI, ECGI and NCGI parameters

parent 2d473c71
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -248,17 +248,17 @@
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="CGI">
    <xs:simpleType name="CGI">
        <xs:restriction base="xs:token">
        <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:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="ECGI">
    <xs:simpleType name="ECGI">
        <xs:restriction base="xs:token">
        <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:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="NCGI">
    <xs:simpleType name="NCGI">
        <xs:restriction base="xs:token">
        <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:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="ICCID">
    <xs:simpleType name="ICCID">