From 31a7b40493bc215f9d91ee437c4a875217359aec Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 17 Oct 2024 15:56:13 +0100 Subject: [PATCH 1/4] Initial commit --- .../ts_103120_ETSIDictionaryDefinitions.xml | 58 +++++++++++++++++++ 103120/schema/xsd/ts_103120_Common.xsd | 6 ++ 103120/schema/xsd/ts_103120_Core.xsd | 3 + 103120/schema/xsd/ts_103120_Delivery.xsd | 6 +- testing/xsd_compile_targets.json | 1 + 5 files changed, 73 insertions(+), 1 deletion(-) diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index eb46ca4..0e720f8 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -800,4 +800,62 @@ + + + ETSI + DeliveryStatus + + + Available + The Delivery is available + + + InFlight + The Delivery object details have been made available to a client + + + Acknowledged + The Delivery object details have been acknowledged + + + Downloaded + The Delivery data has been received + + + Expired + The expiry date for this Delivery has passed + + + Error + The Delivery has an error + + + + + + ETSI + DeliveryDesiredStatus + + + Available + The Delivery is available + + + Acknowledged + The Delivery object details have been acknowledged + + + InFlight + The Delivery object details are being processed + + + Downloaded + The Delivery data has been received + + + Error + The Delivery has an error + + + diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index cea9e81..729f300 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -70,4 +70,10 @@ + + + + + + diff --git a/103120/schema/xsd/ts_103120_Core.xsd b/103120/schema/xsd/ts_103120_Core.xsd index 76cfe1d..0c70d0e 100644 --- a/103120/schema/xsd/ts_103120_Core.xsd +++ b/103120/schema/xsd/ts_103120_Core.xsd @@ -127,6 +127,9 @@ + + + diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 0cb4b4c..1b29c38 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -1,8 +1,9 @@ - + + @@ -13,6 +14,8 @@ + + @@ -52,6 +55,7 @@ + diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index 8aa1774..997c25d 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -49,6 +49,7 @@ "103120/schema/xsd/ts_103120_Task.xsd", "103120/schema/xsd/ts_103120_TrafficPolicy.xsd", "103280/TS_103_280.xsd", + "103707/TS_103_707.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", "103120/examples/xml/FooServiceSchema.xsd" ], -- GitLab From e469483d534c9d73314a57d0f8fd8aa7840bd593 Mon Sep 17 00:00:00 2001 From: masalawala Date: Thu, 24 Oct 2024 08:29:38 +0000 Subject: [PATCH 2/4] Updates match r2 --- .../ts_103120_ETSIDictionaryDefinitions.xml | 24 +++++++------------ 103120/schema/xsd/ts_103120_Core.xsd | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index 0e720f8..20ceb1a 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -809,26 +809,22 @@ Available The Delivery is available - - InFlight - The Delivery object details have been made available to a client - Acknowledged The Delivery object details have been acknowledged - - Downloaded - The Delivery data has been received - Expired - The expiry date for this Delivery has passed + The Delivery data is no longer available due to expiry Error The Delivery has an error + + Received + The Delivery data has been received + @@ -845,17 +841,13 @@ The Delivery object details have been acknowledged - InFlight - The Delivery object details are being processed + Error + The Delivery has an error - Downloaded + Received The Delivery data has been received - - Error - The Delivery has an error - diff --git a/103120/schema/xsd/ts_103120_Core.xsd b/103120/schema/xsd/ts_103120_Core.xsd index 0c70d0e..36bfdc8 100644 --- a/103120/schema/xsd/ts_103120_Core.xsd +++ b/103120/schema/xsd/ts_103120_Core.xsd @@ -128,7 +128,7 @@ - + -- GitLab From e6cf09de34c7b4de67a938ef545c38ea76a8fb87 Mon Sep 17 00:00:00 2001 From: masalawala Date: Thu, 24 Oct 2024 14:04:08 +0000 Subject: [PATCH 3/4] Redeclaration of BinaryObject in a group to remove reference to 707. In preparaation for future reference from 707 --- 103120/schema/xsd/ts_103120_Common.xsd | 11 +++++++++++ 103120/schema/xsd/ts_103120_Delivery.xsd | 10 +++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index 729f300..902c6f6 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -76,4 +76,15 @@ + + + + + + + + + + + diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 1b29c38..b288ae8 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -1,9 +1,8 @@ - + - @@ -55,7 +54,7 @@ - + @@ -76,4 +75,9 @@ + + + + + -- GitLab From f41ed6bc0902db09ecfe80576d04337cc6e011af Mon Sep 17 00:00:00 2001 From: masalawala Date: Thu, 24 Oct 2024 14:06:56 +0000 Subject: [PATCH 4/4] Fixed namespacing --- 103120/schema/xsd/ts_103120_Common.xsd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index 902c6f6..a2b7e58 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -80,11 +80,11 @@ - - - - - + + + + + -- GitLab