KerML 1.1b1 RTF Avatar
  1. OMG Issue

KERML11 — Feature grammar rule has extra close parenthesis

  • Key: KERML11-110
  • Status: open  
  • Source: Emerson ( Kent Johnson)
  • Summary:

    Feature is defined in the spec as such:

    Feature =
        ( FeaturePrefix
          ( 'feature' | ownedRelationship += PrefixMetadataMember )
          FeatureDeclaration?
          )
        | ( EndFeaturePrefix | BasicFeaturePrefix )
          FeatureDeclaration
        )
        ValuePart? TypeBody
    

    Note that there are 3 ( characters but 4 ) characters! It's not clear to me if we missing a ( or we have an extraneous ).

  • Reported: KerML 1.0 — Sun, 2 Nov 2025 21:02 GMT
  • Updated: Wed, 5 Nov 2025 04:49 GMT