aas-core-works / aas-core-meta

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

[V3] Fix either-or logic in AASd-131 #239

Closed mristin closed 1 year ago

mristin commented 1 year ago

The logic for the constraint AASd-131 has been incorrectly implemented. Namely, the implementation used the logical "or" instead of "exclusive or".

This patch fixes the issue.