aas-core-works / aas-core-meta

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

Make Entity.entityType optional and adapt AASd-014 #306

Closed s-heppner closed 5 months ago

s-heppner commented 5 months ago

AASd-014 Change since Entity/entityType is now optional: Constraint AASd-014: Either the attribute globalAssetId or specificAssetId of an Entity must be set if Entity/entityType is set to "SelfManagedEntity".

This implies, that Entity.entityType must now be optional and we need to adapt this.