Issue 1438: Section 2.2.4: CorbaInterface should derive only from CorbaStructuredType (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Section 2.2.4 (BOCA Meta-Model in CDL) identifiable CorbaStructuredType : FeatureOwner, CorbaType {}; identifiable CorbaInterface:CorbaStructuredType, FeatureOwner{ relationship subtype 0..* CorbaInterface inverse supertype; relationship supertype 0..* is_ordered CorbaInterface inverse subtype; }; The declaration of CorbaInterface as deriving from FeatureOwner is redundant, since CorbaInterface also is declared to derive from CorbaStructuredType which derives from FeatureOwner. Recommendation: CorbaInterface should explicitly derive only from CorbaStructuredType. Resolution: Revised Text: FeatureOwner, CorbaType {}; Actions taken: June 3, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== *ISSUE 10* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable CorbaStructuredType : FeatureOwner, CorbaType {}; identifiable CorbaInterface:CorbaStructuredType, FeatureOwner{ relationship subtype 0..* CorbaInterface inverse supertype; relationship supertype 0..* is_ordered CorbaInterface inverse subtype; }; The declaration of CorbaInterface as deriving from FeatureOwner is redundant, since CorbaInterface also is declared to derive from CorbaStructuredType which derives from FeatureOwner. Recommendation: CorbaInterface should explicitly derive only from CorbaStructuredType