Loading testing/dependencies/xsd/TS_103_280_v020401.xsd +31 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2017/07" targetNamespace="http://uri.etsi.org/03280/common/2017/07" version="2.4.1" elementFormDefault="qualified"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2017/07" targetNamespace="http://uri.etsi.org/03280/common/2017/07" version="2.8.1" elementFormDefault="qualified"> <xs:simpleType name="ShortString"> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> Loading Loading @@ -236,4 +236,34 @@ <xs:pattern value="([A-Z]{2}-.+-.+)"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="InternationalizedEmailAddress"> <xs:restriction base="ShortString"> <xs:pattern value=".+@.+"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="EUI64"> <xs:restriction base="xs:token"> <xs:pattern value="([a-f0-9]{2}:){7}[a-f0-9]{2}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="CGI"> <xs:restriction base="xs:token"> <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-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-9]{3}-[0-9]{2,3}-[a-f0-9]{9}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="ICCID"> <xs:restriction base="xs:token"> <xs:pattern value="[0-9]{19,20}"/> </xs:restriction> </xs:simpleType> </xs:schema> Loading
testing/dependencies/xsd/TS_103_280_v020401.xsd +31 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2017/07" targetNamespace="http://uri.etsi.org/03280/common/2017/07" version="2.4.1" elementFormDefault="qualified"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2017/07" targetNamespace="http://uri.etsi.org/03280/common/2017/07" version="2.8.1" elementFormDefault="qualified"> <xs:simpleType name="ShortString"> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> Loading Loading @@ -236,4 +236,34 @@ <xs:pattern value="([A-Z]{2}-.+-.+)"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="InternationalizedEmailAddress"> <xs:restriction base="ShortString"> <xs:pattern value=".+@.+"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="EUI64"> <xs:restriction base="xs:token"> <xs:pattern value="([a-f0-9]{2}:){7}[a-f0-9]{2}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="CGI"> <xs:restriction base="xs:token"> <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-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-9]{3}-[0-9]{2,3}-[a-f0-9]{9}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="ICCID"> <xs:restriction base="xs:token"> <xs:pattern value="[0-9]{19,20}"/> </xs:restriction> </xs:simpleType> </xs:schema>