From 7e0c936eb19df75358ef3275bf4918aba5522386 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 17 Oct 2024 16:33:50 +0100 Subject: [PATCH 1/4] Initial commit --- 103120/schema/xsd/ts_103120_Delivery.xsd | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 0cb4b4c..2cd8f83 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -60,6 +60,18 @@ + + + + + + + + + + + + -- GitLab From 5cb7b2d698c50aadffd11a9c1dc4f08423c32142 Mon Sep 17 00:00:00 2001 From: masalawala Date: Wed, 23 Oct 2024 18:49:38 +0000 Subject: [PATCH 2/4] Update to use same underyling element type for Checksum and ChecksumType --- 103120/schema/xsd/ts_103120_Delivery.xsd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 2cd8f83..a0bb6b1 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -58,8 +58,8 @@ - - + + @@ -70,8 +70,8 @@ - - + + @@ -84,4 +84,6 @@ + + -- GitLab From 3a1ac2f511ee3873075559b4a270939c27eb9dc4 Mon Sep 17 00:00:00 2001 From: masalawala Date: Wed, 23 Oct 2024 18:55:56 +0000 Subject: [PATCH 3/4] Updates to use simpleType rather than element. --- 103120/schema/xsd/ts_103120_Delivery.xsd | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index a0bb6b1..4f475bb 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -84,6 +84,10 @@ - - - + + + + + + + \ No newline at end of file -- GitLab From 5d9a73f7670a882bd1d48c6d5301bbc8cdcb3ec1 Mon Sep 17 00:00:00 2001 From: masalawala Date: Wed, 23 Oct 2024 19:07:11 +0000 Subject: [PATCH 4/4] Removal of type from type names. --- 103120/schema/xsd/ts_103120_Delivery.xsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 4f475bb..96479ce 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -58,8 +58,8 @@ - - + + @@ -70,8 +70,8 @@ - - + + @@ -84,10 +84,10 @@ - + - + \ No newline at end of file -- GitLab