docs(index): add cross-spec alignment matrix (T-08)#588
Open
aorzelskiGH wants to merge 3 commits into
Open
Conversation
Add an explicit "Alignment with other AAS Specifications" table to the Metamodel Versions section, listing the companion Metamodel (IDTA-01001 v3.2) and Security (IDTA-01004 v3.1) versions this API version is designed to be used with, plus a short note on what each companion spec contributes and the substitution rule for bugfix releases. Refs: Review Finding T-08 Made-with: Cursor
BirgitBoss
reviewed
May 11, 2026
Comment on lines
15
to
26
| @@ -25,6 +25,26 @@ This document uses the following parts of the “Specification of the Asset Admi | |||
|
|
|||
| If there are bugfixes of the parts, these shall be used. | |||
Collaborator
There was a problem hiding this comment.
this part must be removed if new chapter is introduced. New chapter gives more information on the kind of dependency.
Collaborator
There was a problem hiding this comment.
See my commits: I resolved my comment by proposing new table, please review
BirgitBoss
reviewed
May 11, 2026
BirgitBoss
requested changes
May 11, 2026
Collaborator
|
should be aligned with admin-shell-io/aas-specs-metamodel#690 (review) so that all Parts have the same chapter in index.adoc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add an explicit "Alignment with other AAS Specifications" table to the API's
index.adoc. The table names the companion IDTA-01001 (Metamodel, v3.2) and IDTA-01004 (Security, v3.1) versions this API version is designed to be used with, and clarifies the substitution rule for bugfix (patch) releases.Problem
The existing "Metamodel Versions" section lists dependencies but does not distinguish between pure data-spec dependencies (IDTA-01003) and the tightly coupled Metamodel/Security specifications. In particular, the fact that IDTA-01002 and IDTA-01004 share the BNF grammar and JSON Schema for formula expressions is not visible at index level.
Solution
=== Alignment with other AAS Specificationssection next to the existing== Metamodel Versions.Affected files
documentation/IDTA-01002-3/modules/ROOT/pages/index.adocReview notes
aas-specs-metamodelandaas-specs-securityadd mirroring alignment tables and, for Security, update bibliography entries to match.Refs: Review Finding T-08