Issue 1439: Section 2.2.4: Change CDL grammar for relationship declarations (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Section 2.2.4 (BOCA Meta-Model in CDL) identifiable CorbaInterface:CorbaStructuredType, FeatureOwner{ relationship subtype 0..* CorbaInterface inverse supertype; relationship supertype 0..* is_ordered CorbaInterface inverse subtype; }; The declaration of the subtype and supertype relationships illustrates the fact that CDL grammar permits the relationship_kind to be omitted from a relationship declaration. Recommendation: Change CDL grammar for relationship declarations to require explicit specification of the relationship_kind. Resolution: Revised Text: CorbaStructuredType, FeatureOwner{ Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 11* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable CorbaInterface:CorbaStructuredType, FeatureOwner{ relationship subtype 0..* CorbaInterface inverse supertype; relationship supertype 0..* is_ordered CorbaInterface inverse subtype; }; The declaration of the subtype and supertype relationships illustrates the fact that CDL grammar permits the relationship_kind to be omitted from a relationship declaration. Recommendation: Change CDL grammar for relationship declarations to require explicit specification of the relationship_kind