From e69c0072934bc21de4c757da728a8ccc5bf0dfbc Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 19 Jan 2026 13:45:50 +0000 Subject: [PATCH 1/4] Initial commit --- 103120/examples/xml/request_takedown.xml | 83 ++++++++++++++++++++++++ 103120/schema/xsd/ts_103120_Task.xsd | 67 +++++++++++++++++++ 2 files changed, 150 insertions(+) create mode 100644 103120/examples/xml/request_takedown.xml diff --git a/103120/examples/xml/request_takedown.xml b/103120/examples/xml/request_takedown.xml new file mode 100644 index 00000000..57a05c1e --- /dev/null +++ b/103120/examples/xml/request_takedown.xml @@ -0,0 +1,83 @@ + + +
+ + XX + ACTOR01 + + + XX + ACTOR02 + + 9410d520-17c0-4a98-b081-dd2a3c771619 + 2026-01-19T12:00:00.000000Z + + V1.22.1 + XX + v1.0 + +
+ + + + + 0 + + + 29939969-292d-4e9f-be5e-b74bcd7764fb + Requester-assigned reference + + ETSI + TDTaskStatus + Pending + + + + + + ETSI + EmailAddress + + user@example.com + + + Further details refining the data related to the given RequestValues which is requested to be taken down + + 2025-12-01T12:00:00Z + 2025-12-02T12:00:00Z + 2025-12-03T12:00:00Z + + + + XX + ACTOR02 + + + + 2026-02-01:12:00:00Z + + ETSI + TDNatureOfDeadline + Example value + + Any other human-readable information related to the deadline + + + + + Alternative disclosure reference + + Pre-agreed owner + Pre-agreed dictionary + Pre-agreed value + + + + Any other human-readable information associated with the take-down + + + + + + +
diff --git a/103120/schema/xsd/ts_103120_Task.xsd b/103120/schema/xsd/ts_103120_Task.xsd index 1de9cde5..c7488ffe 100644 --- a/103120/schema/xsd/ts_103120_Task.xsd +++ b/103120/schema/xsd/ts_103120_Task.xsd @@ -260,4 +260,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 0848126abfdf1e62c15ba0f7d4f3b92fbf6a599c Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 19 Jan 2026 14:01:11 +0000 Subject: [PATCH 2/4] Updating example to match workflow --- 103120/examples/xml/request_takedown.xml | 61 +++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/103120/examples/xml/request_takedown.xml b/103120/examples/xml/request_takedown.xml index 57a05c1e..333bafea 100644 --- a/103120/examples/xml/request_takedown.xml +++ b/103120/examples/xml/request_takedown.xml @@ -1,5 +1,5 @@ - +
XX @@ -22,9 +22,45 @@ 0 + + + 136b255e-fc86-4727-932f-878cb5b7cd27 + XX + ACTOR01 + + ETSI + AuthorisationDesiredStatus + SubmittedToCSP + + + + XX + ACTOR02 + + + 2026-01-19T12:00:00Z + + + Name of person submitting the request + + actor01@example.com + 442079460223 + + + + + + + + 1 29939969-292d-4e9f-be5e-b74bcd7764fb + XX + ACTOR01 + + 136b255e-fc86-4727-932f-878cb5b7cd27 + Requester-assigned reference ETSI @@ -77,6 +113,29 @@ + + 2 + + + eb229e4e-e80c-4b4a-9d82-a4bb1cdffa9a + XX + ACTOR01 + + 136b255e-fc86-4727-932f-878cb5b7cd27 + + Document name chosen by the requester + + ETSI + DocumentType + TakedownRefinement + + + VGhpcyBpcyBub3QgYW4gaW1hZ2UgDQo= + image/jpeg + + + + -- GitLab From 24c488aebf16394a6e2d4923ceca0f7d2d47e8fb Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 19 Jan 2026 14:06:45 +0000 Subject: [PATCH 3/4] Updating dictionary --- 103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index 5effa5de..6e215bad 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -328,6 +328,10 @@ Warrant This Document represents a legal warrant + + TakedownRefinement + This Document provides additional information required to fully identify the material subject to a Takedown request (see clause 8). + -- GitLab From e704c94601846ff06e22e2565ba2d230ed94ed1b Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 19 Jan 2026 16:30:42 +0000 Subject: [PATCH 4/4] The linter must be obeyed --- 103120/schema/xsd/ts_103120_Task.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/103120/schema/xsd/ts_103120_Task.xsd b/103120/schema/xsd/ts_103120_Task.xsd index c7488ffe..50b04d85 100644 --- a/103120/schema/xsd/ts_103120_Task.xsd +++ b/103120/schema/xsd/ts_103120_Task.xsd @@ -290,7 +290,7 @@ - + @@ -302,7 +302,7 @@ - + -- GitLab