Commit 82730b76 authored by canterburym's avatar canterburym
Browse files

TS 103 280 v2.6.1

parent c986c007
......@@ -91,4 +91,4 @@ GPSINAI ::= NAI
NAI ::= UTF8String
END
END
\ No newline at end of file
<?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.6.1" elementFormDefault="qualified">
<xs:simpleType name="ShortString">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
......@@ -236,4 +236,9 @@
<xs:pattern value="([A-Z]{2}-.+-.+)"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
<xs:simpleType name="InternationalizedEmailAddress">
<xs:restriction base="ShortString">
<xs:pattern value=".+@.+"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
\ No newline at end of file
<?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.6.1" elementFormDefault="qualified">
<xs:simpleType name="ShortString">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
......@@ -236,4 +236,9 @@
<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:schema>
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