From 5146737ee724034bbebe07977a89b87ec136e15d Mon Sep 17 00:00:00 2001 From: Jay Tappen Date: Mon, 2 Jun 2025 12:05:51 -0400 Subject: [PATCH 1/2] =?UTF-8?q?TS=20103=20120=20CR102=20=E2=80=93=20Adding?= =?UTF-8?q?=20Correspondence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ts_103120_ETSIDictionaryDefinitions.xml | 19 +++++++++-- .../schema/xsd/ts_103120_Correspondence.xsd | 32 +++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 103120/schema/xsd/ts_103120_Correspondence.xsd diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index 51dbaf90..a2bb01a5 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -17,6 +17,10 @@ Notification A Notification Object as defined in section 7.4 + + Correspondence + A Correspondence Object as defined in section 7.7 + Task An LI Task Object as defined in section 8.2 @@ -341,6 +345,17 @@ + + + ETSI + CorrespondenceType + + + General + General correspondence messages. + + + ETSI @@ -761,7 +776,7 @@ Implementer supports the "Change of Delivery" Endpoint. - + ETSI @@ -857,5 +872,5 @@ The data related to the Delivery object has been received - + diff --git a/103120/schema/xsd/ts_103120_Correspondence.xsd b/103120/schema/xsd/ts_103120_Correspondence.xsd new file mode 100644 index 00000000..0dccd63c --- /dev/null +++ b/103120/schema/xsd/ts_103120_Correspondence.xsd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 2aef2c617705897a9a43a8dd9f5493bc47bd3a5f Mon Sep 17 00:00:00 2001 From: Jay Tappen Date: Mon, 2 Jun 2025 12:13:55 -0400 Subject: [PATCH 2/2] fix comment and formatting --- .../dictionaries/ts_103120_ETSIDictionaryDefinitions.xml | 2 +- 103120/schema/xsd/ts_103120_Correspondence.xsd | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index a2bb01a5..4aac9c6b 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -346,7 +346,7 @@ - + ETSI CorrespondenceType diff --git a/103120/schema/xsd/ts_103120_Correspondence.xsd b/103120/schema/xsd/ts_103120_Correspondence.xsd index 0dccd63c..bc820124 100644 --- a/103120/schema/xsd/ts_103120_Correspondence.xsd +++ b/103120/schema/xsd/ts_103120_Correspondence.xsd @@ -1,12 +1,5 @@ - + -- GitLab