-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V3.1: Introduce new abstract Container_element
The new version of the specification introduces a new abstract class `Container_element`. This class is used to describe concrete classes that are able to "contain" other classes from the meta-model. Concretely, this means that the classes: - `Annotated_relationship_element` - `Entity` - `Submodel_element_collection` - `Submodel_element_list` now inherit from the `Container_element` class. See these resources: - [Link to spec] - Issue that introduces the class: [aas-specs#420] - Issue for the reasoning behind the new class: [aas-specs#333] - PR that introduces it into the spec: [aas-specs#500] [Link to spec]: https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#container-element-and-overview-of-data-element-types [aas-specs#420]: admin-shell-io/aas-specs#420 [aas-specs#333]: admin-shell-io/aas-specs#333 [aas-specs#500]: admin-shell-io/aas-specs#500
- Loading branch information
Showing
1 changed file
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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