Commit aa8261cb authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files
parent ea419f73
Loading
Loading
Loading
Loading
+6 −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.3.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.4.1" elementFormDefault="qualified">
    <xs:simpleType name="ShortString">
        <xs:restriction base="xs:string">
            <xs:maxLength value="255"/>
@@ -231,4 +231,9 @@
    <xs:simpleType name="NAI">
        <xs:restriction base="xs:string"/>
    </xs:simpleType>
    <xs:simpleType name="LDID">
        <xs:restriction base="xs:string">
            <xs:pattern value="([A-Z]{2}-.+-.+)"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>