From 9659f877fa34eadc48bd6af2f609febe1c298761 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 29 Jun 2022 17:00:09 +0100 Subject: [PATCH 1/2] New fields and examples --- 103707/TS_103_707.xsd | 70 +++++++++++++++++++++++++++-- 103707/examples/example_generic.xml | 37 +++++++++++++++ testing/xsd_compile_targets.json | 10 +++++ 3 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 103707/examples/example_generic.xml diff --git a/103707/TS_103_707.xsd b/103707/TS_103_707.xsd index f9e6da1..d191286 100644 --- a/103707/TS_103_707.xsd +++ b/103707/TS_103_707.xsd @@ -58,9 +58,21 @@ - + + + + + + + + + + + + + - + @@ -94,7 +106,47 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -132,6 +184,18 @@ + + + + + + + + + + + + diff --git a/103707/examples/example_generic.xml b/103707/examples/example_generic.xml new file mode 100644 index 0000000..0e76a9d --- /dev/null +++ b/103707/examples/example_generic.xml @@ -0,0 +1,37 @@ + + + +
+ + + + + target@example.com + + true + + + + + someoneelse@example.com + + + + 2019-10-17T06:42:23.000000+01:00 + + + + + http://FooServiceSchema.example.com/schema/v1.1.1/ + + + + Foo + Bar + Baz + + + + + +
\ No newline at end of file diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index 69ad1b5..5607692 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -45,5 +45,15 @@ "exampleFiles" : [ "103120/examples" ] + }, + { + "coreSchema" : "103707/TS_103_707.xsd", + "supportingSchemas" : [ + "103280/TS_103_280.xsd", + "103707/examples/FooServiceSchema.xsd" + ], + "exampleFiles" : [ + "103707/examples" + ] } ] \ No newline at end of file -- GitLab From 17542de8d648adba8a53e884d73f3d6c4a36786c Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 29 Jun 2022 17:01:36 +0100 Subject: [PATCH 2/2] Extended example --- 103707/examples/example_generic_extended.xml | 69 ++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 103707/examples/example_generic_extended.xml diff --git a/103707/examples/example_generic_extended.xml b/103707/examples/example_generic_extended.xml new file mode 100644 index 0000000..e3a4ad1 --- /dev/null +++ b/103707/examples/example_generic_extended.xml @@ -0,0 +1,69 @@ + + + +
+ + 123 + 456 + +
+ + + + + someone@example.com + + + + + + someone-else-alias1@example.com + someone-else-alias2@example.com + someone-else-alias3@example.com + + + + + target@example.com + + true + + + 2019-10-17T06:42:23.000000+01:00 + + + + + http://FooServiceSchema.example.com/schema/v1.1.1/ + + + + + + + + + + + + + + + + + + + + + + + Foo + Bar + Baz + + + + + +
\ No newline at end of file -- GitLab