exhibit-state-usage-reference

Available in: SysML

This checks that exhibit state reference other states only.

Specification

If an ExhibitStateUsage has an owned_reference_subsetting, then the feature_target of the referenced_feature must be a StateUsage.

Example

attribute a;
exhibit a; // error

Instead, reference a state:

state a;
exhibit a; // ok