From b4040ea694ee0f96355e7d400eb298712ac35734 Mon Sep 17 00:00:00 2001 From: birgitboss Date: Tue, 26 May 2026 13:44:34 +0200 Subject: [PATCH 1/3] new Annex on DPP --- .../modules/ROOT/pages/annex/dpp.adoc | 35 +++++++++++++++++++ .../modules/ROOT/pages/changelog.adoc | 1 + 2 files changed, 36 insertions(+) create mode 100644 documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc diff --git a/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc b/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc new file mode 100644 index 0000000..14b0730 --- /dev/null +++ b/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc @@ -0,0 +1,35 @@ +//// +Copyright (c) 2023 Industrial Digital Twin Association + +This work is licensed under a [Creative Commons Attribution 4.0 International License]( +https://creativecommons.org/licenses/by/4.0/). + +SPDX-License-Identifier: CC-BY-4.0 + +//// + +[[dpp]] += Digital Product Passport (DPP) + +== Introduction + +To support the implementation of DPPs, 8 standards have been developed: + +* EN 18219:2026 – Digital product passport – Unique identifiers +* EN 18220:2026 – Digital product passport – Data carriers +* EN 18216:2026 – Digital product passport – Data exchange protocols +* EN 18222:2026 – Digital Product Passport – Application Programming Interfaces (APIs) for the product passport lifecycle management and searchability +* EN 18223:2026 – Digital Product Passport – System interoperability +* EN 18221:2026 – Digital product passport – data storage, archiving, and data persistence +* EN 18239:2026 – Digital Product Passport – access rights management, information system security, and business confidentiality +* EN 18246:2026 – Digital Product Passport – Data authentication, reliability and integrity + +This annex specifies how the requirements as specified in + +* EN 18239:2026 Digital product passportaccess rights management, information system security and business confidentifality +* EN 18246:2026 Digital product passportData authentication, reliability and integrity + +are mapped or realized in the context of an Asset Administration Shell (AAS) system. + +The two standards above are expected to be released in September 2026. +Until then no final mapping and explanations can be given in public. diff --git a/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc b/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc index c9f6493..f6b8c51 100644 --- a/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc +++ b/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc @@ -18,6 +18,7 @@ Major Changes: * changed: with more detailed definition in BNF Grammar and JSON Schema * changed: , , , with more detailed definition in BNF Grammar and JSON Schema * added: Query Filter and FragmentFieldIdentifiers (https://github.com/admin-shell-io/aas-specs-api/issues/517) +* added: new section in the annex on access control management and data authentifcation for implementing the digital product passport (DPP) Minor Changes: From 7b81c5c8eb4c2ecc7da641b051880dbeb0a2b30e Mon Sep 17 00:00:00 2001 From: birgitboss Date: Thu, 28 May 2026 10:09:17 +0200 Subject: [PATCH 2/3] update nav.adoc --- documentation/IDTA-01004/modules/ROOT/nav.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/IDTA-01004/modules/ROOT/nav.adoc b/documentation/IDTA-01004/modules/ROOT/nav.adoc index d59ce8b..a4eb710 100644 --- a/documentation/IDTA-01004/modules/ROOT/nav.adoc +++ b/documentation/IDTA-01004/modules/ROOT/nav.adoc @@ -25,6 +25,8 @@ SPDX-License-Identifier: CC-BY-4.0 * Annex +** xref:annex/dpp.adoc[Digital Product Passport] + ** xref:./annex/backus-naur-form.adoc[Backus-Naur-Form] ** xref:./annex/text-access-rule-examples.adoc[Examples of Access Rules in text serialization] From 3dabb24944a36cec721c06d6a6c492e2cba4ed24 Mon Sep 17 00:00:00 2001 From: Birgit Boss <59824205+BirgitBoss@users.noreply.github.com> Date: Thu, 28 May 2026 10:14:30 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Birgit Boss <59824205+BirgitBoss@users.noreply.github.com> --- documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc | 2 +- documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc b/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc index 14b0730..657d4d2 100644 --- a/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc +++ b/documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc @@ -26,7 +26,7 @@ To support the implementation of DPPs, 8 standards have been developed: This annex specifies how the requirements as specified in -* EN 18239:2026 Digital product passportaccess rights management, information system security and business confidentifality +* EN 18239:2026 Digital product passport - access rights management, information system security and business confidentifality * EN 18246:2026 Digital product passportData authentication, reliability and integrity are mapped or realized in the context of an Asset Administration Shell (AAS) system. diff --git a/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc b/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc index f6b8c51..2eebe4f 100644 --- a/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc +++ b/documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc @@ -18,7 +18,7 @@ Major Changes: * changed: with more detailed definition in BNF Grammar and JSON Schema * changed: , , , with more detailed definition in BNF Grammar and JSON Schema * added: Query Filter and FragmentFieldIdentifiers (https://github.com/admin-shell-io/aas-specs-api/issues/517) -* added: new section in the annex on access control management and data authentifcation for implementing the digital product passport (DPP) +* added: new section in the annex on access control management and data authentification for implementing the digital product passport (DPP) Minor Changes: