Issue 1238: IDL map for relationship/Framework alignment (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: p. 152, line currently states: <relationship_get> is generated if relationship::is_naviagable=-=TRUE In the Interoperability Specification (bom/98-04-05), page 40, the mapping for a one-to-many relationship does not include <relationship_get>, with justification on pages 38-40. Recommendation: To align with the Interoperability Specification, referenced line above should read: <relationship_get> is generated if (relationship::is_navigable && relationship::multiplicity.upper==1) Also, on p. 151 the first production in the IDL Map definition should make it clear that <relationship_get> is optional and should read: <relationship> ::= [<relationship_get> ] [[";"] <relationship_set> ] [[";"] <relationship_import>] [[";"] <relationship_inherit>] Resolution: :is_naviagable=-=TRUE Revised Text: Actions taken: April 27, 1998: received issue June 23, 1998: closed issue Discussion: End of Annotations:===== Return-Path: From: Tom Digre To: "'issues'" Cc: "'Boca RTF'" Subject: boca-rtf issue: IDL map for relationship/Framework alignment Date: Fri, 24 Apr 1998 14:56:12 -0400 BOCA p. 152, line currently states: is generated if relationship::is_naviagable=-=TRUE In the Interoperability Specification (bom/98-04-05), page 40, the mapping for a one-to-many relationship does not include , with justification on pages 38-40. Recommendation: To align with the Interoperability Specification, referenced line above should read: is generated if (relationship::is_navigable && relationship::multiplicity.upper==1) Also, on p. 151 the first production in the IDL Map definition should make it clear that is optional and should read: ::= [ ] [[";"] ] [[";"] ] [[";"] ] Tom Digre