KerML 1.0b2 FTF Avatar
  1. OMG Issue

KERML — FeatureDeclaration ConjugationPart lexical element incorrect reference

  • Key: KERML-114
  • Status: closed  
  • Source: Self ( Jim Ciarcia)
  • Summary:

    FeatureDeclaration ... ConjugationPart )? | FeatureSpecializationPart | FeatureConjugationPart ) ...

    FeatureConjugationPart definition does not exist... probably meant just ConjugationPart

    Proposed Text:

    FeatureDeclaration : Feature =
    ( isSufficient ?= 'all' )?
    ( FeatureIdentification
    ( FeatureSpecializationPart | ConjugationPart )?
    | FeatureSpecializationPart
    | ConjugationPart
    )
    FeatureRelationshipPart*
    
  • Reported: KerML 1.0b1 — Sun, 9 Jul 2023 23:42 GMT
  • Disposition: Resolved — KerML 1.0b2
  • Disposition Summary:

    Correct the production FeatureDeclaration

    Agreed.

  • Updated: Tue, 1 Jul 2025 15:01 GMT