Closed domroy closed 3 years ago
In section 7.2.4.2.2 Namespace Bodies, of the KERML doc, the second item looks like this:
NamespaceMember (n : Namespace) : Membership ( ownedRelationship += PrefixDocumentation )* ( visibility = BasicVisibilityIndicator )? ( NonFeatureNamespaceMember(this, n) | FeatureNamespaceMember(this) )
The symbol 'equals' ('=') seems lacking at the end of the first line of this concrete syntax.
Fixed for 2021-05 release.
In section 7.2.4.2.2 Namespace Bodies, of the KERML doc, the second item looks like this:
NamespaceMember (n : Namespace) : Membership ( ownedRelationship += PrefixDocumentation )* ( visibility = BasicVisibilityIndicator )? ( NonFeatureNamespaceMember(this, n) | FeatureNamespaceMember(this) )
The symbol 'equals' ('=') seems lacking at the end of the first line of this concrete syntax.