Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/IDTA-01004/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
35 changes: 35 additions & 0 deletions documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc
Original file line number Diff line number Diff line change
@@ -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

Check warning on line 7 in documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc

View workflow job for this annotation

GitHub Actions / qodana

Typo

Typo: In word 'SPDX'
Comment thread
BirgitBoss marked this conversation as resolved.
Dismissed

////

[[dpp]]
= Digital Product Passport (DPP)

Check warning on line 12 in documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc

View workflow job for this annotation

GitHub Actions / qodana

Description exists inspection for Antora page

Description attribute is missing

Check warning

Code scanning / QDJVMC

Description exists inspection for Antora page Warning documentation

Description attribute is missing

== 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

Check warning on line 21 in documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc

View workflow job for this annotation

GitHub Actions / qodana

Typo

Typo: In word 'searchability'
Comment thread
BirgitBoss marked this conversation as resolved.
Dismissed
* 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

Check warning on line 29 in documentation/IDTA-01004/modules/ROOT/pages/annex/dpp.adoc

View workflow job for this annotation

GitHub Actions / qodana

Typo

Typo: In word 'confidentifality'

Check warning

Code scanning / QDJVMC

Typo Warning documentation

Typo: In word '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.
1 change: 1 addition & 0 deletions documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* changed: <ReferenceAttribute> with more detailed definition in BNF Grammar and JSON Schema
* changed: <IdentifiableObject>, <ReferableObject>, <FragmentObject>, <DescriptorObject> 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)

Check warning on line 21 in documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc

View workflow job for this annotation

GitHub Actions / qodana

Typo

Typo: In word 'authentification'

Check warning

Code scanning / QDJVMC

Typo Warning documentation

Typo: In word 'authentification'

Minor Changes:

Expand Down
Loading