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] 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..657d4d2 --- /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 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. + +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..2eebe4f 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 authentification for implementing the digital product passport (DPP) Minor Changes: