From 1ba6559e1f948d81d81c085499c9b1a09a4b8833 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 15 Jun 2021 15:58:28 +0100 Subject: [PATCH 1/4] From LI(21)P57029r1 --- 103707/TS_103_707.xsd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/103707/TS_103_707.xsd b/103707/TS_103_707.xsd index 2f33c56..b485549 100644 --- a/103707/TS_103_707.xsd +++ b/103707/TS_103_707.xsd @@ -13,6 +13,7 @@ + @@ -21,6 +22,12 @@ + + + + + + -- GitLab From c47c12c59f5a87a26806fbe399a37cad94e9bbdf Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 24 Jun 2021 07:36:16 +0100 Subject: [PATCH 2/4] Changing version number --- 103707/TS_103_707.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103707/TS_103_707.xsd b/103707/TS_103_707.xsd index b485549..db42623 100644 --- a/103707/TS_103_707.xsd +++ b/103707/TS_103_707.xsd @@ -3,7 +3,7 @@ xmlns:etsi103280="http://uri.etsi.org/03280/common/2017/07" xmlns="http://uri.etsi.org/03707/2020/02" targetNamespace="http://uri.etsi.org/03707/2020/02" - version="1.1.1" + version="1.3.1" elementFormDefault="qualified"> -- GitLab From c20ba95848940443f3dc747561489e09f7b12be9 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 25 Jun 2021 08:59:39 +0100 Subject: [PATCH 3/4] Adding examples and syncing with CR --- 103707/TS_103_707.xsd | 6 +- 103707/examples/example_multiple_items.xml | 75 ++++++++++++++++++++++ 2 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 103707/examples/example_multiple_items.xml diff --git a/103707/TS_103_707.xsd b/103707/TS_103_707.xsd index db42623..b503368 100644 --- a/103707/TS_103_707.xsd +++ b/103707/TS_103_707.xsd @@ -13,15 +13,15 @@ - - + + - + diff --git a/103707/examples/example_multiple_items.xml b/103707/examples/example_multiple_items.xml new file mode 100644 index 0000000..6913c2b --- /dev/null +++ b/103707/examples/example_multiple_items.xml @@ -0,0 +1,75 @@ + + + + +
+ + + + + target@example.com + + true + + + + + someoneelse@example.com + + + + 2021-06-17T06:42:23.000000+01:00 + + + + + http://FooServiceSchema.example.com/schema/v1.1.1/ + + + + Foo + Bar + Baz + + + + + +
+ +
+ + + + + someoneelse@example.com + + + + + + target@example.com + + true + + + 2021-06-18T06:42:23.000000+01:00 + + + + + http://FooServiceSchema.example.com/schema/v1.1.1/ + + + + Foo + Bar + Baz + + + + + +
+
+ -- GitLab From 4415ca928155cc85221521519190491f9c1efc8d Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 25 Jun 2021 09:00:08 +0100 Subject: [PATCH 4/4] Minor update to test --- 103707/testing/validate_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103707/testing/validate_examples.py b/103707/testing/validate_examples.py index fbcf21f..824e32a 100644 --- a/103707/testing/validate_examples.py +++ b/103707/testing/validate_examples.py @@ -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_v010201.xsd', locations=locations) + coreSchema = xmlschema.XMLSchema('TS_103_707_v010301.xsd', locations=locations) for schema in extraSchemas: newSchema = xmlschema.XMLSchema(schema) -- GitLab