Skip to content

Commit

Permalink
update bibliography, fix issues (#511)
Browse files Browse the repository at this point in the history
* fix file name
+ add overview constraints to change log
+ editoral changes

* fix naming of ContainerElement

* update bibliography
add IEC 63278-2
  • Loading branch information
BirgitBoss authored Dec 15, 2024
1 parent 0d19c9b commit 0f37f6d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
7 changes: 0 additions & 7 deletions documentation/IDTA-01001/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ SPDX-License-Identifier: CC-BY-4.0
:xrefstyle: short
////

// no comments between entries !!!

//= image:../../idta-logo.png[width=100%]


// include::./includes/index.adoc[]


* xref:terms-definitions-and-abbreviations.adoc[Terms and Definitions]
Expand Down
6 changes: 4 additions & 2 deletions documentation/IDTA-01001/modules/ROOT/pages/bibliography.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ https://profiles.opcfoundation.org/workinggroup/40[Industry 4.0 Asset Administra
[43] OPC UA Information Models. [Online]. Available: https://opcfoundation.org/developer-tools/specifications-opc-ua-information-models
////

[#bib43]
[43] IEC 63278-2 "Asset Administration Shell for industrial applications – Part 2: Metamodel".

[#bib44]
[44] IEC 63278-1:2023 "Asset Administration Shell for industrial applications – Part 1: Asset Administration Shell structure".

Expand Down Expand Up @@ -222,8 +225,7 @@ Available: https://industrialdigitaltwin.org/wp-content/uploads/2022/12/I40-IDTA
Oct. 2020, Plattform Industrie 4.0 [Online] Available: https://www.plattform-i40.de/PI40/Redaktion/EN/Downloads/Publikation/secure_downloadservice.html

[#bib51]
[51] "AAS Repository.
Repository for Information and Code for the Asset Administration Shell".
[51] "Repository of the Industrial Digital Twin Association (IDTA)".
Industrial Digital Twin Association. https://github.com/admin-shell-io

// bib52 see [41]
1 change: 1 addition & 0 deletions documentation/IDTA-01001/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Editorial Bugfixes:

Minor Changes:

* add Annex with overview of constraints (https://github.com/admin-shell-io/aas-specs/issues/509[#509])
* update Constraint AASd-116 (https://github.com/admin-shell-io/aas-specs/issues/298[#298])
* remove information on OPC UA mapping (https://github.com/admin-shell-io/aas-specs/issues/373[#373])
* remove information on AutomationML mapping (https://github.com/admin-shell-io/aas-specs/issues/397[#397])
Expand Down
2 changes: 1 addition & 1 deletion documentation/IDTA-01001/modules/ROOT/pages/preamble.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This document focuses on:

This document presumes some familiarity with the concept of the Asset Administration Shell.
Some of the concepts are described in Annex A for convenience’s sake.
The concepts are being standardized as IEC standard IEC 63278 series xref:bibliography.adoc#bib44[[44\]].
The concepts are being standardized as IEC standard IEC 63278 series, xref:bibliography.adoc#bib44[[44\]] and xref:bibliography.adoc#bib43[[43\]].
The main stakeholders addressed in this document are architects and software developers aiming to implement a digital twin using the Asset Administration Shell in an interoperable way.
Additionally, the content can also be used as input for discussions with international standardization organizations and further initiatives.
Please consult the continuously updated reading guide xref:bibliography.adoc#bib38[[38\]] for an overview of documents on the Asset Administration Shell.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ SubmodelElement <|--- EventElement
SubmodelElement <|-- Operation
SubmodelElement <|--- RelationshipElement
SubmodelElement <|-- ContainerElement
ontainerElement<|-- SubmodelElementCollection
ontainerElement <|--- SubmodelElementList
ContainerElement<|-- SubmodelElementCollection
ContainerElement <|--- SubmodelElementList
SubmodelElementCollection ..> SubmodelElement
SubmodelElementList ..> SubmodelElement
@enduml

0 comments on commit 0f37f6d

Please sign in to comment.