From a44d0a688141798988daf0d638c6a84f98754e25 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 13 Feb 2025 10:44:39 +0000 Subject: [PATCH 1/3] Extending contact details --- 103120/schema/xsd/ts_103120_Common.xsd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index cea9e81d..5dff3cbb 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -36,6 +36,7 @@ + @@ -50,6 +51,27 @@ + + + + + + + + + + + + + + + + + + + + + -- GitLab From 153dbfeee5d6ee90bdb1e1cdf366a8a3ece52f13 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 25 Feb 2025 21:31:39 +0000 Subject: [PATCH 2/3] Lower-casing regex --- 103120/schema/xsd/ts_103120_Common.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index 5dff3cbb..490147b7 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -69,7 +69,7 @@ - + -- GitLab From a348239211346cc896ec316362ed7d543af60f91 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 27 Feb 2025 10:29:27 +0000 Subject: [PATCH 3/3] Making Approver ContactDetails an extension of GenericContactDetails --- .../examples/xml/request9_contact_details.xml | 50 +++++++++++++++++++ 103120/schema/xsd/ts_103120_Common.xsd | 15 +++--- 2 files changed, 59 insertions(+), 6 deletions(-) create mode 100644 103120/examples/xml/request9_contact_details.xml diff --git a/103120/examples/xml/request9_contact_details.xml b/103120/examples/xml/request9_contact_details.xml new file mode 100644 index 00000000..a74155f2 --- /dev/null +++ b/103120/examples/xml/request9_contact_details.xml @@ -0,0 +1,50 @@ + + +
+ + XX + ACTOR01 + + + XX + ACTOR02 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2015-09-01T12:00:00.000000Z + + V1.13.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + ACTOR01 + W000001 + + 2025-09-01T12:00:00Z + 2025-12-01T12:00:00Z + + + Approval type + + + Approver name + Alternate name + + + + + + + + + +
diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index 490147b7..79f28e0a 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -36,7 +36,6 @@ -
@@ -45,11 +44,15 @@ - - - - - + + + + + + + + + -- GitLab