From 2c4d0881162de13310eb9fd2637f0f41654c7bd6 Mon Sep 17 00:00:00 2001 From: vanschelts Date: Wed, 21 Jan 2026 10:07:38 +0100 Subject: [PATCH 1/2] EncryptionObject and reference --- 103120/schema/xsd/ts_103120_Delivery.xsd | 7 ++++--- 103120/schema/xsd/ts_103120_Encryption.xsd | 23 ++++++++++++++++++++++ 103120/schema/xsd/ts_103120_Task.xsd | 4 +++- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 103120/schema/xsd/ts_103120_Encryption.xsd diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 6ebc5107..483aff88 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -1,7 +1,8 @@ - + + @@ -15,7 +16,7 @@ - + @@ -98,4 +99,4 @@ - \ No newline at end of file + diff --git a/103120/schema/xsd/ts_103120_Encryption.xsd b/103120/schema/xsd/ts_103120_Encryption.xsd new file mode 100644 index 00000000..fe1991ef --- /dev/null +++ b/103120/schema/xsd/ts_103120_Encryption.xsd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/schema/xsd/ts_103120_Task.xsd b/103120/schema/xsd/ts_103120_Task.xsd index 837d7eb8..a8896d18 100644 --- a/103120/schema/xsd/ts_103120_Task.xsd +++ b/103120/schema/xsd/ts_103120_Task.xsd @@ -1,7 +1,8 @@ - + + @@ -166,6 +167,7 @@ + -- GitLab From bce63fc009f0b085393a6ac093ca65f7c69f181e Mon Sep 17 00:00:00 2001 From: vanschelts Date: Wed, 21 Jan 2026 11:56:10 +0100 Subject: [PATCH 2/2] Added dictionary definition --- .../ts_103120_ETSIDictionaryDefinitions.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index 2a55b50e..b316990a 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -870,4 +870,15 @@ + + + ETSI + EncryptionScheme + + + X.509 + X.509 public key encryption + + + -- GitLab