Skip to content
Snippets Groups Projects
Commit 5ea2915e authored by canterburym's avatar canterburym
Browse files

TS 103 280 v2.4.1 (2019-12-18) agreed at LI#52 (Turin, 2019-10-15)

parent be1c6bba
Branches
Tags spec/103280/2.4.1
1 merge request!92020 06 15 t12 25 26 171555
Pipeline #4186 failed with stage
in 6 seconds
<?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>
<?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>
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