aas-specs icon indicating copy to clipboard operation
aas-specs copied to clipboard

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

Open foprs opened this issue 11 months ago • 1 comments

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

foprs avatar Mar 19 '24 08:03 foprs

You are right, this should be added.

BirgitBoss avatar Apr 20 '24 20:04 BirgitBoss