Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
58211402
Commit
58211402
authored
Apr 06, 2021
by
canterburym
Browse files
TS 103 221-1 v1.8.1 (2021-04-06) agreed at LI#56-e (Online, 2021-02-15)
parent
a90368a9
Pipeline
#7357
failed with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
103221-1/TS_103_221_01.xsd
View file @
58211402
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10"
elementFormDefault=
"qualified"
version=
"1.
6
.1"
>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10"
elementFormDefault=
"qualified"
version=
"1.
8
.1"
>
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<!-- Message containers -->
<xs:element
name=
"X1Request"
type=
"RequestContainer"
/>
...
...
@@ -58,7 +58,7 @@
<!-- See section 6.1 -->
<xs:simpleType
name=
"Version"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"v1
.6.1
"
/>
<xs:pattern
value=
"v1
\.\d+\.\d+
"
/>
</xs:restriction>
</xs:simpleType>
<!-- Error Reponse -->
...
...
@@ -178,17 +178,17 @@
</xs:complexType>
<xs:simpleType
name=
"H323Uri"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"
^
h323:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+
$
"
/>
<xs:pattern
value=
"h323:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"Impu"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"
^
[a-zA-Z0-9!#$&-;=?-\[\]_~%]+
$
"
/>
<xs:pattern
value=
"[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"Impi"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"
^
[a-zA-Z0-9!#$&-;=?-\[\]_~%]+
$
"
/>
<xs:pattern
value=
"[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"GtpTunnelId"
>
...
...
@@ -259,7 +259,7 @@
<xs:element
name=
"listOfLocationTypes"
type=
"ListOfLocationTypes"
/>
</xs:choice>
</xs:complexType>
<xs:complexType
name=
"ListOfLocationTypes"
>
<xs:complexType
name=
"ListOfLocationTypes"
>
<xs:sequence>
<xs:element
name=
"locationType"
type=
"LocationType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
...
...
@@ -422,7 +422,7 @@
<xs:complexContent>
<xs:extension
base=
"Extension"
/>
</xs:complexContent>
</xs:complexType>
</xs:complexType>
<!-- See section 6.3.1 -->
<xs:complexType
name=
"CreateDestinationResponse"
>
<xs:complexContent>
...
...
103221-1/examples/desktop.ini
0 → 100644
View file @
58211402
File added
103221-1/portal/TS_103_221_01_v010
6
01.xsd
→
103221-1/portal/TS_103_221_01_v010
8
01.xsd
View file @
58211402
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10"
elementFormDefault=
"qualified"
version=
"1.
6
.1"
>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10"
elementFormDefault=
"qualified"
version=
"1.
8
.1"
>
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<!-- Message containers -->
<xs:element
name=
"X1Request"
type=
"RequestContainer"
/>
...
...
@@ -58,7 +58,7 @@
<!-- See section 6.1 -->
<xs:simpleType
name=
"Version"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"v1
.6.1
"
/>
<xs:pattern
value=
"v1
\.\d+\.\d+
"
/>
</xs:restriction>
</xs:simpleType>
<!-- Error Reponse -->
...
...
@@ -178,17 +178,17 @@
</xs:complexType>
<xs:simpleType
name=
"H323Uri"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"
^
h323:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+
$
"
/>
<xs:pattern
value=
"h323:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"Impu"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"
^
[a-zA-Z0-9!#$&-;=?-\[\]_~%]+
$
"
/>
<xs:pattern
value=
"[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"Impi"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"
^
[a-zA-Z0-9!#$&-;=?-\[\]_~%]+
$
"
/>
<xs:pattern
value=
"[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"GtpTunnelId"
>
...
...
@@ -259,7 +259,7 @@
<xs:element
name=
"listOfLocationTypes"
type=
"ListOfLocationTypes"
/>
</xs:choice>
</xs:complexType>
<xs:complexType
name=
"ListOfLocationTypes"
>
<xs:complexType
name=
"ListOfLocationTypes"
>
<xs:sequence>
<xs:element
name=
"locationType"
type=
"LocationType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
...
...
@@ -422,7 +422,7 @@
<xs:complexContent>
<xs:extension
base=
"Extension"
/>
</xs:complexContent>
</xs:complexType>
</xs:complexType>
<!-- See section 6.3.1 -->
<xs:complexType
name=
"CreateDestinationResponse"
>
<xs:complexContent>
...
...
103221-1/
examples/
validate_examples.py
→
103221-1/validate_examples.py
View file @
58211402
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment