UML Notation - Multiplicity - 0 or more (many)
* means a set of 0 or more unordered objects.
For example - a Feature has many (0 or more) Property Value
components, and these Property Value components are stored in
If the word {ordered} is used, then the set of objects is ordered.
If N+, is used then the set contains N or more objects.
For example - a Sound Library contains 1 or more Sounds, and