Issue 1432: Section 2.2.4: The attribute has_feature is inappropriate (boca-rtf) Source: (, ) Nature: Severity: Summary: Summary: Section 2.2.4 (BOCA Meta-Model in CDL) identifiable FeatureOwner: NameSpace{ attribute Set<AbstractFeature> has_feature; relationship has_features Composes 0..1 is_ordered AbstractFeature inverse defines; }; The attribute has_feature is inappropriate since: a) AbstractFeature is an identifiable BOCA type and thus should not be the type of an attribute, and b) The necessary semantics are expressed by the relationship has_features Recommendation: Remove attribute has_feature Resolution: Revised Text: NameSpace{ Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 4* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable FeatureOwner: NameSpace{ attribute Set has_feature; relationship has_features Composes 0..1 is_ordered AbstractFeature inverse defines; }; The attribute has_feature is inappropriate since: a) AbstractFeature is an identifiable BOCA type and thus should not be the type of an attribute, and b) The necessary semantics are expressed by the relationship has_features Recommendation: Remove attribute has_featur