Issue 1449: In CDL declaration of relationship change IsPartOf to IsOwnedBy (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Section 2.2.4 (BOCA Meta-Model in CDL) identifiable BocaDuring: BocaFeatureOwner { relationship owner IsPartOf BocaFeatureOwner inverse during_kw; // attribute BooleanExpression condition; relationship condition Uses BooleanExpression; }; /* DuringBlockDef */ The declaration of the relationship owner as an IsPartOf relationship conflicts with corresponding UML (section 2.2.2.1) which shows the relationship as being one of composition. Recommendation: In the CDL declaration of the relationship, change IsPartOf to IsOwnedBy. Resolution: Revised Text: BocaFeatureOwner { Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 21* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable BocaDuring: BocaFeatureOwner { relationship owner IsPartOf BocaFeatureOwner inverse during_kw; // attribute BooleanExpression condition; relationship condition Uses BooleanExpression; }; /* DuringBlockDef */ The declaration of the relationship owner as an IsPartOf relationship conflicts with corresponding UML (section 2.2.2.1) which shows the relationship as being one of composition. Recommendation: In the CDL declaration of the relationship, change IsPartOf to IsOwnedBy