diff --git a/103707/TS_103_707.xsd b/103707/TS_103_707.xsd index 591007e23ae5c9531241954b6cff9547c6b64aff..9656aec69b5d50b0bbe9c26965a31e05d7982bc0 100644 --- a/103707/TS_103_707.xsd +++ b/103707/TS_103_707.xsd @@ -1,6 +1,7 @@ - + + @@ -66,12 +67,21 @@ - + + + + + + + + + + @@ -101,6 +111,7 @@ + diff --git a/103707/examples/example_new_identifier.xml b/103707/examples/example_new_identifier.xml new file mode 100644 index 0000000000000000000000000000000000000000..7477baa1379bce0f6e3ea0f83f8424ae5e934de1 --- /dev/null +++ b/103707/examples/example_new_identifier.xml @@ -0,0 +1,49 @@ + + +
+ + + + + + + ETSI + EmailAddress + + qualified@example.com + + old_style_unqualified@example.com + + true + + + + + + + ETSI + EmailAddress + + qualified@example.com + + + + + 2019-10-17T06:42:23.000000+01:00 + + + + + http://FooServiceSchema.example.com/schema/v1.1.1/ + + + + Foo + Bar + Baz + + + + + + diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index 3b28b4305a3ebf3b0d5e398fecf7a4f98458ae38..bb4f13ec91434c2818693a6a8271f4ae62ec0e36 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -51,5 +51,19 @@ "exampleFiles" : [ "103120/examples/xml" ] - } + }, + { + "coreSchema" : "103707/TS_103_707.xsd", + "supportingSchemas" : [ + "103280/TS_103_280.xsd", + "103120/schema/xsd/ts_103120_Common.xsd", + "103120/schema/xsd/ts_103120_Core.xsd", + "103120/schema/xsd/ts_103120_Task.xsd", + "testing/deps/xmldsig/xmldsig-core-schema.xsd", + "103707/examples/FooServiceSchema.xsd" + ], + "exampleFiles" : [ + "103707/examples" + ] + } ]