From 2f8b8dd5a0d92d7c68879d4a6737661efb826964 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 14 Jun 2022 13:38:25 +0100 Subject: [PATCH 1/2] Adding new schemas and examples --- 103120/examples/mapped/CREATE_Request.xml | 19 ++++++++++++++ 103120/examples/mapped/CREATE_Response.xml | 25 +++++++++++++++++++ 103120/examples/mapped/DELIVER_Request.xml | 25 +++++++++++++++++++ 103120/examples/mapped/LIST_Response.xml | 14 +++++++++++ 103120/examples/mapped/UPDATE_Request.xml | 19 ++++++++++++++ 103120/examples/mapped/UPDATE_Response.xml | 19 ++++++++++++++ 103120/examples/mapped/get_response.xml | 19 ++++++++++++++ .../mapped/ts_103120_CREATE_Request.xsd | 12 +++++++++ .../mapped/ts_103120_CREATE_Response.xsd | 12 +++++++++ .../mapped/ts_103120_DELIVER_Request.xsd | 12 +++++++++ .../schema/mapped/ts_103120_GET_Response.xsd | 12 +++++++++ .../schema/mapped/ts_103120_LIST_Response.xsd | 12 +++++++++ .../mapped/ts_103120_UPDATE_Request.xsd | 12 +++++++++ .../mapped/ts_103120_UPDATE_Response.xsd | 12 +++++++++ 14 files changed, 224 insertions(+) create mode 100644 103120/examples/mapped/CREATE_Request.xml create mode 100644 103120/examples/mapped/CREATE_Response.xml create mode 100644 103120/examples/mapped/DELIVER_Request.xml create mode 100644 103120/examples/mapped/LIST_Response.xml create mode 100644 103120/examples/mapped/UPDATE_Request.xml create mode 100644 103120/examples/mapped/UPDATE_Response.xml create mode 100644 103120/examples/mapped/get_response.xml create mode 100644 103120/schema/mapped/ts_103120_CREATE_Request.xsd create mode 100644 103120/schema/mapped/ts_103120_CREATE_Response.xsd create mode 100644 103120/schema/mapped/ts_103120_DELIVER_Request.xsd create mode 100644 103120/schema/mapped/ts_103120_GET_Response.xsd create mode 100644 103120/schema/mapped/ts_103120_LIST_Response.xsd create mode 100644 103120/schema/mapped/ts_103120_UPDATE_Request.xsd create mode 100644 103120/schema/mapped/ts_103120_UPDATE_Response.xsd diff --git a/103120/examples/mapped/CREATE_Request.xml b/103120/examples/mapped/CREATE_Request.xml new file mode 100644 index 0000000..8c28d34 --- /dev/null +++ b/103120/examples/mapped/CREATE_Request.xml @@ -0,0 +1,19 @@ + + e16265fa-2301-4a2a-a7b8-1f212506646c + LIID + + + + + ETSI + E.164 + + 447700900123 + + + + \ No newline at end of file diff --git a/103120/examples/mapped/CREATE_Response.xml b/103120/examples/mapped/CREATE_Response.xml new file mode 100644 index 0000000..8e81e24 --- /dev/null +++ b/103120/examples/mapped/CREATE_Response.xml @@ -0,0 +1,25 @@ + + e16265fa-2301-4a2a-a7b8-1f212506646c + LIID + + ETSI + TaskStatus + Active + + + + + + ETSI + E.164 + + 447700900123 + + + + \ No newline at end of file diff --git a/103120/examples/mapped/DELIVER_Request.xml b/103120/examples/mapped/DELIVER_Request.xml new file mode 100644 index 0000000..ff23a60 --- /dev/null +++ b/103120/examples/mapped/DELIVER_Request.xml @@ -0,0 +1,25 @@ + + ffac63d8-2df5-4837-84ad-5d76e2f848d6 + + GB-LEA-1234 + + dcf8860f-37bd-49fa-bf11-66eea7e92728 + 1 + + + ETSI + ManifestSpecification + TS102657-ASN.1 + + + + + RXhhbXBsZQ== + + + \ No newline at end of file diff --git a/103120/examples/mapped/LIST_Response.xml b/103120/examples/mapped/LIST_Response.xml new file mode 100644 index 0000000..27c2b55 --- /dev/null +++ b/103120/examples/mapped/LIST_Response.xml @@ -0,0 +1,14 @@ + + + + ETSI + ObjectType + Task + + e16265fa-2301-4a2a-a7b8-1f212506646c + 0 + + \ No newline at end of file diff --git a/103120/examples/mapped/UPDATE_Request.xml b/103120/examples/mapped/UPDATE_Request.xml new file mode 100644 index 0000000..419a374 --- /dev/null +++ b/103120/examples/mapped/UPDATE_Request.xml @@ -0,0 +1,19 @@ + + cf5abd84-ab4d-4329-8b4d-28dd6f52e4cc + LIID + + + + + ETSI + E.164 + + 447700900123 + + + + \ No newline at end of file diff --git a/103120/examples/mapped/UPDATE_Response.xml b/103120/examples/mapped/UPDATE_Response.xml new file mode 100644 index 0000000..5a8c205 --- /dev/null +++ b/103120/examples/mapped/UPDATE_Response.xml @@ -0,0 +1,19 @@ + + cf5abd84-ab4d-4329-8b4d-28dd6f52e4cc + LIID + + + + + ETSI + E.164 + + 447700900123 + + + + \ No newline at end of file diff --git a/103120/examples/mapped/get_response.xml b/103120/examples/mapped/get_response.xml new file mode 100644 index 0000000..bcba12d --- /dev/null +++ b/103120/examples/mapped/get_response.xml @@ -0,0 +1,19 @@ + + cf5abd84-ab4d-4329-8b4d-28dd6f52e4cc + LIID + + + + + ETSI + E.164 + + 447700900123 + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_CREATE_Request.xsd b/103120/schema/mapped/ts_103120_CREATE_Request.xsd new file mode 100644 index 0000000..dfd2625 --- /dev/null +++ b/103120/schema/mapped/ts_103120_CREATE_Request.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_CREATE_Response.xsd b/103120/schema/mapped/ts_103120_CREATE_Response.xsd new file mode 100644 index 0000000..aa40268 --- /dev/null +++ b/103120/schema/mapped/ts_103120_CREATE_Response.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_DELIVER_Request.xsd b/103120/schema/mapped/ts_103120_DELIVER_Request.xsd new file mode 100644 index 0000000..a113611 --- /dev/null +++ b/103120/schema/mapped/ts_103120_DELIVER_Request.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_GET_Response.xsd b/103120/schema/mapped/ts_103120_GET_Response.xsd new file mode 100644 index 0000000..b152eab --- /dev/null +++ b/103120/schema/mapped/ts_103120_GET_Response.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_LIST_Response.xsd b/103120/schema/mapped/ts_103120_LIST_Response.xsd new file mode 100644 index 0000000..0751c16 --- /dev/null +++ b/103120/schema/mapped/ts_103120_LIST_Response.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_UPDATE_Request.xsd b/103120/schema/mapped/ts_103120_UPDATE_Request.xsd new file mode 100644 index 0000000..4c4f337 --- /dev/null +++ b/103120/schema/mapped/ts_103120_UPDATE_Request.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/103120/schema/mapped/ts_103120_UPDATE_Response.xsd b/103120/schema/mapped/ts_103120_UPDATE_Response.xsd new file mode 100644 index 0000000..3f8b708 --- /dev/null +++ b/103120/schema/mapped/ts_103120_UPDATE_Response.xsd @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file -- GitLab From 64f5bb9f1a2615272e133e06a565d90d2efaf847 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 14 Jun 2022 13:43:45 +0100 Subject: [PATCH 2/2] Updating testing --- 103120/examples/{ => unmapped}/FooServiceSchema.xsd | 0 103120/examples/{ => unmapped}/example.key | 0 103120/examples/{ => unmapped}/example.pem | 0 .../examples/{ => unmapped}/mutliple-auth-example-request.xml | 0 103120/examples/{ => unmapped}/request1.xml | 0 103120/examples/{ => unmapped}/request2.xml | 0 103120/examples/{ => unmapped}/request3.xml | 0 103120/examples/{ => unmapped}/request4.xml | 0 103120/examples/{ => unmapped}/request5-Binary-Delivery.xml | 0 103120/examples/{ => unmapped}/request5-XML-Delivery.xml | 0 103120/examples/{ => unmapped}/request6.xml | 0 103120/examples/{ => unmapped}/request6_signed.xml | 0 103120/examples/{ => unmapped}/response1.xml | 0 103120/examples/{ => unmapped}/response2.xml | 0 103120/examples/{ => unmapped}/response3.xml | 0 103120/examples/{ => unmapped}/response4.xml | 0 103120/examples/{ => unmapped}/response5.xml | 0 103120/examples/{ => unmapped}/response6.xml | 0 testing/xsd_compile_targets.json | 4 ++-- 19 files changed, 2 insertions(+), 2 deletions(-) rename 103120/examples/{ => unmapped}/FooServiceSchema.xsd (100%) rename 103120/examples/{ => unmapped}/example.key (100%) rename 103120/examples/{ => unmapped}/example.pem (100%) rename 103120/examples/{ => unmapped}/mutliple-auth-example-request.xml (100%) rename 103120/examples/{ => unmapped}/request1.xml (100%) rename 103120/examples/{ => unmapped}/request2.xml (100%) rename 103120/examples/{ => unmapped}/request3.xml (100%) rename 103120/examples/{ => unmapped}/request4.xml (100%) rename 103120/examples/{ => unmapped}/request5-Binary-Delivery.xml (100%) rename 103120/examples/{ => unmapped}/request5-XML-Delivery.xml (100%) rename 103120/examples/{ => unmapped}/request6.xml (100%) rename 103120/examples/{ => unmapped}/request6_signed.xml (100%) rename 103120/examples/{ => unmapped}/response1.xml (100%) rename 103120/examples/{ => unmapped}/response2.xml (100%) rename 103120/examples/{ => unmapped}/response3.xml (100%) rename 103120/examples/{ => unmapped}/response4.xml (100%) rename 103120/examples/{ => unmapped}/response5.xml (100%) rename 103120/examples/{ => unmapped}/response6.xml (100%) diff --git a/103120/examples/FooServiceSchema.xsd b/103120/examples/unmapped/FooServiceSchema.xsd similarity index 100% rename from 103120/examples/FooServiceSchema.xsd rename to 103120/examples/unmapped/FooServiceSchema.xsd diff --git a/103120/examples/example.key b/103120/examples/unmapped/example.key similarity index 100% rename from 103120/examples/example.key rename to 103120/examples/unmapped/example.key diff --git a/103120/examples/example.pem b/103120/examples/unmapped/example.pem similarity index 100% rename from 103120/examples/example.pem rename to 103120/examples/unmapped/example.pem diff --git a/103120/examples/mutliple-auth-example-request.xml b/103120/examples/unmapped/mutliple-auth-example-request.xml similarity index 100% rename from 103120/examples/mutliple-auth-example-request.xml rename to 103120/examples/unmapped/mutliple-auth-example-request.xml diff --git a/103120/examples/request1.xml b/103120/examples/unmapped/request1.xml similarity index 100% rename from 103120/examples/request1.xml rename to 103120/examples/unmapped/request1.xml diff --git a/103120/examples/request2.xml b/103120/examples/unmapped/request2.xml similarity index 100% rename from 103120/examples/request2.xml rename to 103120/examples/unmapped/request2.xml diff --git a/103120/examples/request3.xml b/103120/examples/unmapped/request3.xml similarity index 100% rename from 103120/examples/request3.xml rename to 103120/examples/unmapped/request3.xml diff --git a/103120/examples/request4.xml b/103120/examples/unmapped/request4.xml similarity index 100% rename from 103120/examples/request4.xml rename to 103120/examples/unmapped/request4.xml diff --git a/103120/examples/request5-Binary-Delivery.xml b/103120/examples/unmapped/request5-Binary-Delivery.xml similarity index 100% rename from 103120/examples/request5-Binary-Delivery.xml rename to 103120/examples/unmapped/request5-Binary-Delivery.xml diff --git a/103120/examples/request5-XML-Delivery.xml b/103120/examples/unmapped/request5-XML-Delivery.xml similarity index 100% rename from 103120/examples/request5-XML-Delivery.xml rename to 103120/examples/unmapped/request5-XML-Delivery.xml diff --git a/103120/examples/request6.xml b/103120/examples/unmapped/request6.xml similarity index 100% rename from 103120/examples/request6.xml rename to 103120/examples/unmapped/request6.xml diff --git a/103120/examples/request6_signed.xml b/103120/examples/unmapped/request6_signed.xml similarity index 100% rename from 103120/examples/request6_signed.xml rename to 103120/examples/unmapped/request6_signed.xml diff --git a/103120/examples/response1.xml b/103120/examples/unmapped/response1.xml similarity index 100% rename from 103120/examples/response1.xml rename to 103120/examples/unmapped/response1.xml diff --git a/103120/examples/response2.xml b/103120/examples/unmapped/response2.xml similarity index 100% rename from 103120/examples/response2.xml rename to 103120/examples/unmapped/response2.xml diff --git a/103120/examples/response3.xml b/103120/examples/unmapped/response3.xml similarity index 100% rename from 103120/examples/response3.xml rename to 103120/examples/unmapped/response3.xml diff --git a/103120/examples/response4.xml b/103120/examples/unmapped/response4.xml similarity index 100% rename from 103120/examples/response4.xml rename to 103120/examples/unmapped/response4.xml diff --git a/103120/examples/response5.xml b/103120/examples/unmapped/response5.xml similarity index 100% rename from 103120/examples/response5.xml rename to 103120/examples/unmapped/response5.xml diff --git a/103120/examples/response6.xml b/103120/examples/unmapped/response6.xml similarity index 100% rename from 103120/examples/response6.xml rename to 103120/examples/unmapped/response6.xml diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index 69ad1b5..3e37827 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -40,10 +40,10 @@ "103120/schema/ts_103120_Task.xsd", "103280/TS_103_280.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", - "103120/examples/FooServiceSchema.xsd" + "103120/examples/unmapped/FooServiceSchema.xsd" ], "exampleFiles" : [ - "103120/examples" + "103120/examples/unmapped" ] } ] \ No newline at end of file -- GitLab