Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
c8a0aa84
Commit
c8a0aa84
authored
Sep 14, 2020
by
canterburym
Browse files
TS 103 120 v1.6.1 (2020-08-06) agreed at LI#54-e
parent
d033d12c
Pipeline
#4861
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
103120/validate_examples.py
103120/validate_examples.py
+1
-1
No files found.
103120/validate_examples.py
View file @
c8a0aa84
...
...
@@ -25,7 +25,7 @@ if __name__ == '__main__':
xs
=
xmlschema
.
XMLSchema
(
schemaFile
,
validation
=
'skip'
)
locations
.
append
((
xs
.
default_namespace
,
str
(
Path
(
schemaFile
))[
7
:]))
coreSchema
=
xmlschema
.
XMLSchema
(
'schema/ts_103120v010
5
01p0_Core.xsd'
,
locations
=
locations
)
coreSchema
=
xmlschema
.
XMLSchema
(
'schema/ts_103120v010
6
01p0_Core.xsd'
,
locations
=
locations
)
for
schema
in
schemaFiles
:
newSchema
=
xmlschema
.
XMLSchema
(
schema
,
locations
=
locations
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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