Systems-Modeling / SysML-v2-Release

The latest incremental release of SysML v2. Start here.
GNU Lesser General Public License v3.0
457 stars 64 forks source link

Membership concrete syntax in KERML doc #14

Closed domroy closed 3 years ago

domroy commented 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.

seidewitz commented 3 years ago

Fixed for 2021-05 release.