aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
10 stars 3 forks source link

V3.1: Make first and second of RelationshipElement optional #347

Closed s-heppner closed 1 month ago

s-heppner commented 1 month ago

Previously, RelationshipElement.first and RelationshipElement.second were mandatory attributes. As decided in aas-specs#412 and specified in aas-specs#431, we now make these attributes optional.

Furthermore, we extend these changes to the constructor of AnnotatedRelationshipElement.

Fixes #340