Multiplicity pattern

Multiplicity corner cases

n..*, where n ≥ 0

0..*, 5..*

n..n, where n ≥ 1

1..1, 5..5

0..n, where n ≥ 1

0..1, 0..5

n..m, where n ≥ 1 and m > n

1..5, 5..6