How can one set the multiplicity for a reference? For example, let authors be a reference variable in class Book to Person. A book can have zero or more authors. How to set the multiplicity lower and upper bounds for the variable authors in class Book?
Thank you for your help.