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
951aef47
Commit
951aef47
authored
Jun 16, 2021
by
matthew meacham
Browse files
Update 103221-1/TS_103_221_01.xsd
parent
0b3dbfbd
Pipeline
#7423
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
103221-1/TS_103_221_01.xsd
View file @
951aef47
<?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"
/>
...
...
@@ -61,7 +61,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 -->
...
...
@@ -181,17 +181,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"
>
...
...
@@ -262,7 +262,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>
...
...
@@ -280,7 +280,7 @@
<xs:enumeration
value=
"X3Only"
/>
<xs:enumeration
value=
"X2andX3"
/>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
<xs:simpleType
name=
"DIdSetAction"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"Copy"
/>
...
...
@@ -430,6 +430,11 @@
<xs:element
name=
"emailAddress"
type=
"etsi103280:EmailAddress"
/>
</xs:choice>
</xs:complexType>
<xs:complexType
name=
"DestinationDetailsExtensions"
>
<xs:complexContent>
<xs:extension
base=
"Extension"
/>
</xs:complexContent>
</xs:complexType>
<xs:complexType
name=
"DIdSet"
>
<xs:sequence>
<xs:element
name=
"dIdSetID"
type=
"DIdSetId"
/>
...
...
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