From 91e51a492047f820c6223831b8a81e48207a2d8f Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:27:59 +0000 Subject: [PATCH 01/13] Add new directory for TR 104 112 --- 104112/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 104112/.gitkeep diff --git a/104112/.gitkeep b/104112/.gitkeep new file mode 100644 index 00000000..e69de29b -- GitLab From 482600e279290567a9ada3238de0afc4df064995 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:31:26 +0000 Subject: [PATCH 02/13] Adding examples directory --- 104112/examples/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 104112/examples/.gitkeep diff --git a/104112/examples/.gitkeep b/104112/examples/.gitkeep new file mode 100644 index 00000000..e69de29b -- GitLab From 731220c39b14b86958e10ef4b9ecb677e1efcbc3 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:31:46 +0000 Subject: [PATCH 03/13] Adding xml examples directory --- 104112/examples/xml/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 104112/examples/xml/.gitkeep diff --git a/104112/examples/xml/.gitkeep b/104112/examples/xml/.gitkeep new file mode 100644 index 00000000..e69de29b -- GitLab From d3236009fbd4b5eb8ddefa88dde1cf16524a9265 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:32:23 +0000 Subject: [PATCH 04/13] Adding MessagingServiceSchema example --- 104112/examples/xml/MessagingServiceSchema.xsd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 104112/examples/xml/MessagingServiceSchema.xsd diff --git a/104112/examples/xml/MessagingServiceSchema.xsd b/104112/examples/xml/MessagingServiceSchema.xsd new file mode 100644 index 00000000..4f8b970f --- /dev/null +++ b/104112/examples/xml/MessagingServiceSchema.xsd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + -- GitLab From 83371a0c459aa81ad72a424e36980f419d371c22 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:34:56 +0000 Subject: [PATCH 05/13] Adding xml examples for TSC 001 and 007 --- .../examples/xml/TC-03_LIDelivery_TSC001.xml | 89 ++++++++++++++++++ .../examples/xml/TC-03_LIDelivery_TSC007.xml | 90 +++++++++++++++++++ 2 files changed, 179 insertions(+) create mode 100644 104112/examples/xml/TC-03_LIDelivery_TSC001.xml create mode 100644 104112/examples/xml/TC-03_LIDelivery_TSC007.xml diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml new file mode 100644 index 00000000..fe0496ef --- /dev/null +++ b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml @@ -0,0 +1,89 @@ + + +
+ + XX + ACTOR02 + + + XX + ACTOR01 + + 8854cfad-44ac-43b8-99ae-530b690b43da + 2025-04-04T13:37:37.000000Z + + V1.18.1 + XX + v1.0 + +
+ + + + + 0 + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + XX-ACTOR01-1234 + + d1079830-8e9a-4731-8fb7-36b9b961eb73 + 1 + true + + + ETSI + ManifestSpecification + TS103707 + + + + + +
+ + + + + PartyA@example.com + + true + + + + + PartyB@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for you + + + + + + + + + + + + + + + diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml new file mode 100644 index 00000000..4aeafe52 --- /dev/null +++ b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml @@ -0,0 +1,90 @@ + + +
+ + XX + ACTOR02 + + + XX + ACTOR01 + + 8854cfad-44ac-43b8-99ae-530b690b43da + 2025-04-04T13:37:37.000000Z + + V1.18.1 + XX + v1.0 + +
+ + + + + 0 + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + XX-ACTOR01-1234 + + d1079830-8e9a-4731-8fb7-36b9b961eb73 + 1 + true + + + ETSI + ManifestSpecification + TS103707 + + + + + +
+ + + + + PartyA@example.com + + true + + + + + PartyB@example.com + PartyC@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for the group + + + + + + + + + + + + + + + -- GitLab From c2710b1a3cefabd9a95fdf33f353478b58326608 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:36:54 +0000 Subject: [PATCH 06/13] Delete .gitkeep --- 104112/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 104112/.gitkeep diff --git a/104112/.gitkeep b/104112/.gitkeep deleted file mode 100644 index e69de29b..00000000 -- GitLab From c4f7ee556d32301da5f35f4c3aec089e32506254 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:37:01 +0000 Subject: [PATCH 07/13] Delete .gitkeep --- 104112/examples/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 104112/examples/.gitkeep diff --git a/104112/examples/.gitkeep b/104112/examples/.gitkeep deleted file mode 100644 index e69de29b..00000000 -- GitLab From 90ddecaf0c20e9deec392ac75cdc4e568cabcf20 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 08:37:06 +0000 Subject: [PATCH 08/13] Delete .gitkeep --- 104112/examples/xml/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 104112/examples/xml/.gitkeep diff --git a/104112/examples/xml/.gitkeep b/104112/examples/xml/.gitkeep deleted file mode 100644 index e69de29b..00000000 -- GitLab From bc39c7a8ca1e11c19570caf95b924103163d1c63 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Tue, 6 May 2025 09:11:07 +0000 Subject: [PATCH 09/13] changed CRLF to LF --- .../examples/xml/MessagingServiceSchema.xsd | 30 +-- .../examples/xml/TC-03_LIDelivery_TSC001.xml | 178 ++++++++--------- .../examples/xml/TC-03_LIDelivery_TSC007.xml | 180 +++++++++--------- 3 files changed, 194 insertions(+), 194 deletions(-) diff --git a/104112/examples/xml/MessagingServiceSchema.xsd b/104112/examples/xml/MessagingServiceSchema.xsd index 4f8b970f..bf265f34 100644 --- a/104112/examples/xml/MessagingServiceSchema.xsd +++ b/104112/examples/xml/MessagingServiceSchema.xsd @@ -1,15 +1,15 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml index fe0496ef..c3158760 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml @@ -1,89 +1,89 @@ - - -
- - XX - ACTOR02 - - - XX - ACTOR01 - - 8854cfad-44ac-43b8-99ae-530b690b43da - 2025-04-04T13:37:37.000000Z - - V1.18.1 - XX - v1.0 - -
- - - - - 0 - - 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e - - 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e - - 2b36a78b-b628-416d-bd22-404e68a0cd36 - - - XX-ACTOR01-1234 - - d1079830-8e9a-4731-8fb7-36b9b961eb73 - 1 - true - - - ETSI - ManifestSpecification - TS103707 - - - - - -
- - - - - PartyA@example.com - - true - - - - - PartyB@example.com - - - - 2025-04-04T13:37:37.000000+00:00 - - - - - http://MessagingServiceSchema.example.com/schema/v1.1.1/ - - - - 633523913219 - Foo for you - - - - - - - - - - - - - - - + + +
+ + XX + ACTOR02 + + + XX + ACTOR01 + + 8854cfad-44ac-43b8-99ae-530b690b43da + 2025-04-04T13:37:37.000000Z + + V1.18.1 + XX + v1.0 + +
+ + + + + 0 + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + XX-ACTOR01-1234 + + d1079830-8e9a-4731-8fb7-36b9b961eb73 + 1 + true + + + ETSI + ManifestSpecification + TS103707 + + + + + +
+ + + + + PartyA@example.com + + true + + + + + PartyB@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for you + + + + + + + + + + + + + + + diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml index 4aeafe52..46846ef7 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml @@ -1,90 +1,90 @@ - - -
- - XX - ACTOR02 - - - XX - ACTOR01 - - 8854cfad-44ac-43b8-99ae-530b690b43da - 2025-04-04T13:37:37.000000Z - - V1.18.1 - XX - v1.0 - -
- - - - - 0 - - 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e - - 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e - - 2b36a78b-b628-416d-bd22-404e68a0cd36 - - - XX-ACTOR01-1234 - - d1079830-8e9a-4731-8fb7-36b9b961eb73 - 1 - true - - - ETSI - ManifestSpecification - TS103707 - - - - - -
- - - - - PartyA@example.com - - true - - - - - PartyB@example.com - PartyC@example.com - - - - 2025-04-04T13:37:37.000000+00:00 - - - - - http://MessagingServiceSchema.example.com/schema/v1.1.1/ - - - - 633523913219 - Foo for the group - - - - - - - - - - - - - - - + + +
+ + XX + ACTOR02 + + + XX + ACTOR01 + + 8854cfad-44ac-43b8-99ae-530b690b43da + 2025-04-04T13:37:37.000000Z + + V1.18.1 + XX + v1.0 + +
+ + + + + 0 + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + XX-ACTOR01-1234 + + d1079830-8e9a-4731-8fb7-36b9b961eb73 + 1 + true + + + ETSI + ManifestSpecification + TS103707 + + + + + +
+ + + + + PartyA@example.com + + true + + + + + PartyB@example.com + PartyC@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for the group + + + + + + + + + + + + + + + -- GitLab From a9e2170462c8b6b9ac07ad1d458ab641f7522905 Mon Sep 17 00:00:00 2001 From: Miyana Stange Date: Wed, 21 May 2025 07:50:38 +0000 Subject: [PATCH 10/13] added CT sequence, removed minOccurs for attachment elements --- 104112/examples/xml/MessagingServiceSchema.xsd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/104112/examples/xml/MessagingServiceSchema.xsd b/104112/examples/xml/MessagingServiceSchema.xsd index bf265f34..4089b7fb 100644 --- a/104112/examples/xml/MessagingServiceSchema.xsd +++ b/104112/examples/xml/MessagingServiceSchema.xsd @@ -5,11 +5,13 @@ - + - - + + + + -- GitLab From 3ff119a932abe936a175a4b78876304e51a56cfa Mon Sep 17 00:00:00 2001 From: Mark Canterbury Date: Wed, 4 Jun 2025 12:50:09 +0000 Subject: [PATCH 11/13] Extending testing --- .../examples/xml/TC-03_LIDelivery_TSC001.xml | 70 +++++++++--------- .../examples/xml/TC-03_LIDelivery_TSC007.xml | 72 +++++++++---------- testing/xsd_compile_targets.json | 9 ++- 3 files changed, 77 insertions(+), 74 deletions(-) diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml index c3158760..909bdfa7 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml @@ -1,5 +1,5 @@ - +
XX @@ -44,40 +44,40 @@ - -
- - - - - PartyA@example.com - - true - - - - - PartyB@example.com - - - - 2025-04-04T13:37:37.000000+00:00 - - - - - http://MessagingServiceSchema.example.com/schema/v1.1.1/ - - - - 633523913219 - Foo for you - - - - - - + + + + + + + PartyA@example.com + + true + + + + + PartyB@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for you + + + + + + diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml index 46846ef7..e84cb900 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml @@ -1,5 +1,5 @@ - +
XX @@ -44,41 +44,41 @@ - -
- - - - - PartyA@example.com - - true - - - - - PartyB@example.com - PartyC@example.com - - - - 2025-04-04T13:37:37.000000+00:00 - - - - - http://MessagingServiceSchema.example.com/schema/v1.1.1/ - - - - 633523913219 - Foo for the group - - - - - - + + + + + + + PartyA@example.com + + true + + + + + PartyB@example.com + PartyC@example.com + + + + 2025-04-04T13:37:37.000000+00:00 + + + + + http://MessagingServiceSchema.example.com/schema/v1.1.1/ + + + + 633523913219 + Foo for the group + + + + + + diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index ee06c63e..19d37c81 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -72,13 +72,16 @@ "103120/schema/xsd/ts_103120_Common.xsd", "103120/schema/xsd/ts_103120_Core.xsd", "103120/schema/xsd/ts_103120_Config.xsd", + "103120/schema/xsd/ts_103120_Delivery.xsd", "103120/dictionaries/ts_103120_Dictionaries.xsd", "103120/schema/xsd/ts_103120_Task.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", - "103707/examples/FooServiceSchema.xsd" + "103707/examples/FooServiceSchema.xsd", + "104112/examples/xml/MessagingServiceSchema.xsd" ], "exampleFiles" : [ - "103707/examples" + "103707/examples", + "104112/examples" ] }, { @@ -89,5 +92,5 @@ "exampleFiles" : [ "104000/examples" ] - } + } ] -- GitLab From 06d4794d83c59708b5dfeb216e8ea7d9a38bd26e Mon Sep 17 00:00:00 2001 From: bohland Date: Wed, 4 Jun 2025 13:23:11 +0000 Subject: [PATCH 12/13] replacing identifiers with qualifiedIdentifiers and making PartyC a second recipient for TSC 007 --- .../examples/xml/TC-03_LIDelivery_TSC001.xml | 16 +++++++++-- .../examples/xml/TC-03_LIDelivery_TSC007.xml | 28 +++++++++++++++++-- 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml index 909bdfa7..c65f9e8a 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml @@ -50,14 +50,26 @@ - PartyA@example.com + + + ETSI + EmailAddress + + PartyA@example.com + true - PartyB@example.com + + + ETSI + EmailAddress + + PartyA@example.com + diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml index e84cb900..c28ca26a 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml @@ -50,15 +50,37 @@ - PartyA@example.com + + + ETSI + EmailAddress + + PartyA@example.com + true - PartyB@example.com - PartyC@example.com + + + ETSI + EmailAddress + + PartyB@example.com + + + + + + + + ETSI + EmailAddress + + PartyC@example.com + -- GitLab From 21051dc9d3fc0ce4d2d38495c63a168ac20996e8 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 4 Jun 2025 14:38:58 +0100 Subject: [PATCH 13/13] Fixing broken prefixes --- 104112/examples/xml/TC-03_LIDelivery_TSC001.xml | 8 ++++---- 104112/examples/xml/TC-03_LIDelivery_TSC007.xml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml index c65f9e8a..22907810 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC001.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC001.xml @@ -52,8 +52,8 @@ - ETSI - EmailAddress + ETSI + EmailAddress PartyA@example.com @@ -65,8 +65,8 @@ - ETSI - EmailAddress + ETSI + EmailAddress PartyA@example.com diff --git a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml index c28ca26a..68ca2ca9 100644 --- a/104112/examples/xml/TC-03_LIDelivery_TSC007.xml +++ b/104112/examples/xml/TC-03_LIDelivery_TSC007.xml @@ -52,8 +52,8 @@ - ETSI - EmailAddress + ETSI + EmailAddress PartyA@example.com @@ -65,8 +65,8 @@ - ETSI - EmailAddress + ETSI + EmailAddress PartyB@example.com @@ -76,8 +76,8 @@ - ETSI - EmailAddress + ETSI + EmailAddress PartyC@example.com -- GitLab