Skip to content

Commit

Permalink
correct puml to denote inheritance as explained in Annex UML
Browse files Browse the repository at this point in the history
  • Loading branch information
BirgitBoss committed Oct 16, 2024
1 parent 7e779bc commit f71d2b1
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@

!include https://raw.githubusercontent.com/admin-shell-io/aas-specs/IDTA-01001-3-1_working/documentation/IDTA-01001/modules/ROOT/partials/diagrams/classes/submodel-element.puml
abstract class SubmodelElement {
.. ::Referable ..
+idShort: IdShortType[0..1]
+displayName: MultiLanguageNameType[0..1]
+description: MultiLanguageTextType[0..1]
+category: NameType[0..1] <<Deprecated>>
.. ::HasExtensions ..
+extension: Extension[0..*]
.. ::HasSemantics ..
+semanticId: Reference[0..1]
+supplementalSemanticId: Reference[0..*]
.. ::Qualifiable ..
+qualifier: Qualifier[0..*]
+embeddedDataSpecification: EmbeddedDataSpecification[0..*]
+category: NameType[0..1] <<Deprecated>>
.. ::HasDataSpecification ..
+dataSpecification: Reference[0..*]
}

!include https://raw.githubusercontent.com/admin-shell-io/aas-specs/IDTA-01001-3-1_working/documentation/IDTA-01001/modules/ROOT/partials/diagrams/classes/relationship-element.puml
Expand Down

0 comments on commit f71d2b1

Please sign in to comment.