From 2185cfbd4ab020da977fd3dfe2cda84e6a082190 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 28 Aug 2026 14:29:28 +0100 Subject: [PATCH 1/4] Adding new dictionary entries --- .../ts_104144_DictionaryDefinitions.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/104144/dictionaries/ts_104144_DictionaryDefinitions.xml b/104144/dictionaries/ts_104144_DictionaryDefinitions.xml index 192304be..f6b59100 100644 --- a/104144/dictionaries/ts_104144_DictionaryDefinitions.xml +++ b/104144/dictionaries/ts_104144_DictionaryDefinitions.xml @@ -43,6 +43,26 @@ DelayInformingUser Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested. + + DelayToAvoidObstructingProcedures + Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to avoid obstructing official or legal inquiries, investigations or procedures. + + + DelayToAvoidPrejudicingInvestigation + Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to avoid prejudicing the prevention, detection, investigation or prosecution of criminal offences or the execution of criminal penalties. + + + DelayToProtectPublicSecurity + Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to protect public security. + + + DelayToProtectNationalSecurity + Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to protect national security. + + + DelayToProtectRightsOfOthers + Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to protect the rights and freedoms of others. + EnforcingAuthorityNotified Indicates that Form 1 Section K indicates that the Enforcing Authority has been notified of the EPOC. -- GitLab From 1890bc25ff8467922f285201c544e082c2728dd2 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 28 Aug 2026 14:35:03 +0100 Subject: [PATCH 2/4] Adding Section C field --- 104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd b/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd index 1668ee0e..f0fcade0 100644 --- a/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd +++ b/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd @@ -24,6 +24,7 @@ + -- GitLab From 440ae545ebb642a12d31ce2912ab738ccb557c4d Mon Sep 17 00:00:00 2001 From: Mark Canterbury Date: Mon, 31 Aug 2026 10:13:18 +0000 Subject: [PATCH 3/4] Adding two other missing fields --- 104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd b/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd index f0fcade0..60a6ac49 100644 --- a/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd +++ b/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd @@ -25,6 +25,8 @@ + + -- GitLab From 2c9accf84e7c6c93822ee1b1f62b757e6e90e77a Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 1 Sep 2026 13:43:18 +0100 Subject: [PATCH 4/4] Adding per-task fields --- .../form1_additional_fields_request.xml | 4 +++ .../xsd/ts_104144_EPOCAdditionalInfo.xsd | 34 ++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/104144/examples/form1_additional_fields_request.xml b/104144/examples/form1_additional_fields_request.xml index f6482efd..bf761508 100644 --- a/104144/examples/form1_additional_fields_request.xml +++ b/104144/examples/form1_additional_fields_request.xml @@ -224,6 +224,10 @@ + + EU + Extra information from section F + 2026-01-01T00:00:00Z diff --git a/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd b/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd index 60a6ac49..d53a0035 100644 --- a/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd +++ b/104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd @@ -1,9 +1,10 @@ - + + @@ -91,4 +92,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- GitLab