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

Item Flows concrete syntax in KERML doc #18

Closed domroy closed 3 years ago

domroy commented 3 years ago

The first line of the third concrete syntax of the section 7.4.9.2.2 Item Flows is finishing with a colon ':' while it should be an equal sign '='

ItemFlowDeclaration (i : ItemFlow, m : Membership) : ( FeatureDeclaration(i, m) ( 'of' i.ownedRelationship += ItemFeatureMember | i.ownedRelationship += EmptyItemFeatureMember ) 'from' | ( isSufficient ?= 'all' )? i.ownedRelationship += EmptyItemFeatureMember ) i.ownedRelationship += ItemFlowEndMember 'to' i.ownedRelationship += ItemFlowEndMember

seidewitz commented 3 years ago

Fixed for the 2021-05 release.