Cardinality
An atttribute's cardinality is the number of values that it should possess.
Consider the example of a Person concept with attributes for Given Name, Surname, and Nickname. If a Person should have at least one Given Name, at most one Surname and zero or any number of Nicknames, then the cardinality for the attribute Given Name would be min = 1:
![05-06-attribute-cardinality-given-name.png](image/uuid-c2d26d9d-388a-4021-4426-ff98e83ba3d1.png)
Surname should be set as exact = 1:
![05-07-attribute-cardinality-surname.png](image/uuid-33c87547-782c-ded4-5d84-f654bc883ed7.png)
And Nickname should be min = 0:
![05-08-attribute-cardinality-nickname.png](image/uuid-96a68aa7-bab2-f166-22b2-128a38d08829.png)