Issue 1472: Declare MultiplicityKind as a dependent (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: MultiplicityKind instances should be lightweight objects that are passed by value. Recommendation: Declare MultiplicityKind as a dependent. All relationships with this type should be changed to attributes. Resolution: Revised Text: Declare MultiplicityKind as a dependent. All relationships with this type should be Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 42* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable MultiplicityKind{ attribute long lower; attribute long upper; attribute boolean is_ordered=FALSE; attribute boolean is_unique=TRUE; }; MultiplicityKind instances should be lightweight objects that are passed by value. Recommendation: Declare MultiplicityKind as a dependent. All relationships with this type should be