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
09560aaf
Commit
09560aaf
authored
Mar 29, 2021
by
canterburym
Browse files
TS 103 707 v1.2.1 (2021-03-29) agreed at LI#56-e (Online, 2021-02-15)
parent
e4150f13
Pipeline
#7360
failed with stage
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
103707/TS_103_707
_v010101
.xsd
→
103707/TS_103_707.xsd
View file @
09560aaf
...
...
@@ -9,7 +9,7 @@
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<!-- ************************************************************************************* -->
<!-- Handover Item definitions including header (clause 5.
4
) -->
<!-- Handover Item definitions including header (clause 5.
3
) -->
<!-- ************************************************************************************* -->
<xs:element
name=
"handoverItem"
type=
"HandoverItem"
></xs:element>
...
...
@@ -53,7 +53,7 @@
<!-- ************************************************************************************* -->
<!-- Core parameters (Clause 5.
5
) -->
<!-- Core parameters (Clause 5.
4
) -->
<!-- ************************************************************************************* -->
<xs:complexType
name=
"MessagingCoreParameters"
>
...
...
@@ -109,7 +109,7 @@
<!-- ************************************************************************************* -->
<!--
Messaging g
lossary (Clause 5.
6
) -->
<!--
G
lossary (Clause 5.
5
) -->
<!-- ************************************************************************************* -->
<xs:complexType
name=
"MessagingAdditionalParameters"
>
...
...
@@ -127,7 +127,7 @@
<!-- ************************************************************************************* -->
<!-- CSP-defined container (Clause 5.
7
) -->
<!-- CSP-defined container (Clause 5.
6
) -->
<!-- ************************************************************************************* -->
<xs:complexType
name=
"CSPDefinedParameters"
>
...
...
103707/portal/TS_103_707_v010
1
01.xsd
→
103707/portal/TS_103_707_v010
2
01.xsd
View file @
09560aaf
...
...
@@ -9,7 +9,7 @@
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<!-- ************************************************************************************* -->
<!-- Handover Item definitions including header (clause 5.
4
) -->
<!-- Handover Item definitions including header (clause 5.
3
) -->
<!-- ************************************************************************************* -->
<xs:element
name=
"handoverItem"
type=
"HandoverItem"
></xs:element>
...
...
@@ -53,7 +53,7 @@
<!-- ************************************************************************************* -->
<!-- Core parameters (Clause 5.
5
) -->
<!-- Core parameters (Clause 5.
4
) -->
<!-- ************************************************************************************* -->
<xs:complexType
name=
"MessagingCoreParameters"
>
...
...
@@ -109,7 +109,7 @@
<!-- ************************************************************************************* -->
<!--
Messaging g
lossary (Clause 5.
6
) -->
<!--
G
lossary (Clause 5.
5
) -->
<!-- ************************************************************************************* -->
<xs:complexType
name=
"MessagingAdditionalParameters"
>
...
...
@@ -127,7 +127,7 @@
<!-- ************************************************************************************* -->
<!-- CSP-defined container (Clause 5.
7
) -->
<!-- CSP-defined container (Clause 5.
6
) -->
<!-- ************************************************************************************* -->
<xs:complexType
name=
"CSPDefinedParameters"
>
...
...
103707/portal/testing/validate_examples.py
View file @
09560aaf
...
...
@@ -29,7 +29,7 @@ if __name__ == '__main__':
xs
=
xmlschema
.
XMLSchema
(
schemaFile
,
validation
=
'skip'
)
locations
.
append
((
xs
.
default_namespace
,
str
(
Path
(
schemaFile
))))
coreSchema
=
xmlschema
.
XMLSchema
(
'TS_103_707_v010
1
01.xsd'
,
locations
=
locations
)
coreSchema
=
xmlschema
.
XMLSchema
(
'TS_103_707_v010
2
01.xsd'
,
locations
=
locations
)
for
schema
in
extraSchemas
:
newSchema
=
xmlschema
.
XMLSchema
(
schema
)
...
...
103707/testing/validate_examples.py
View file @
09560aaf
...
...
@@ -29,7 +29,7 @@ if __name__ == '__main__':
xs
=
xmlschema
.
XMLSchema
(
schemaFile
,
validation
=
'skip'
)
locations
.
append
((
xs
.
default_namespace
,
str
(
Path
(
schemaFile
))))
coreSchema
=
xmlschema
.
XMLSchema
(
'TS_103_707_v010
1
01.xsd'
,
locations
=
locations
)
coreSchema
=
xmlschema
.
XMLSchema
(
'TS_103_707_v010
2
01.xsd'
,
locations
=
locations
)
for
schema
in
extraSchemas
:
newSchema
=
xmlschema
.
XMLSchema
(
schema
)
...
...
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