Issue 1474: name_space relationship redundant if TypedElement is subtype of NamedEleme (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: The name_space relationship is redundant if TypedElement is a subtype of NamedElement (see issue 3) because it duplicates the relationship between NamedElement and NameSpace. Recommendation: If, in fact, TypedElement is a subtype of NamedElement, then remove the name_space relationship declaration from the declaration of BaseExpression. Resolution: Revised Text: Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 44* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable StateConsumer: ChangeConsumer{ attribute boolean on_exit=FALSE; }; The corresponding UML diagram has an attribute named the_state for this meta-type, which is missing from this CDL declaration. Recommendation: Add it to the CDL declaration of the meta-type.