Introduce ContainerElement as SubmodelElement interface #420
Labels
accepted
accepted in principle to be fixed
ready for approval
TF proposes how to resolve the issue. Needs final approval my Workstream
requires workstream approval
strategic decision proposal needs to be prepared in TF spec team
specification
impact on specification and thus on xml, json etc., label "aas-core" not set additinally
Milestone
Is your feature request related to a problem? Please describe.
In documentation and implementation we often describe special aspects of SubmodelElements, that may contain other SubmodelElements. It would be handsome to define a corresponding interface, so that we can talk about them.
For reference / completeness checks it would be handsome to have that interface, so that a developer could easily identify all SubmodelElements, that require more attention.
Describe the solution you'd like
Introduce an interface "ContainerElement" comparable to DataElement and apply it to AnnotatedRelationshipElement, Entity, SubmodelElementCollection, SubmodelElementList.
Handsome enhancements:
These operations should be seen as recommendations to SDK implementations, what they could provide as convenience operations.
Interface and operations have no effect on serialization.
The text was updated successfully, but these errors were encountered: