admin-shell-io / aas-specs

Repository of the Asset Administration Shell Specification IDTA-01001 - Metamodel
https://industrialdigitaltwin.org/en/content-hub/aasspecifications
Creative Commons Attribution 4.0 International
45 stars 26 forks source link

Definition of Cardinality seems to be wrong (01001-3-0, p. 134) #388

Open foprs opened 3 months ago

foprs commented 3 months ago

Describe the bug

The definition for "0..*" or "0..3" seems to be wrong. Cardinality "1" is missing.

Card. is the cardinality (or multiplicity) defining the lower and upper bound of the number of instances of the member element. "" denotes an arbitrary infinite number of elements of the corresponding Type. "0..1" means optional. "0.." or "0..3" etc. means that the list may be either not available (null object) or empty.

Where 01001-3-0, p. 134

BirgitBoss commented 2 months ago

You are right, this should be added.