CIF Ecore docs: SwitchExpression.elseMandatory description is outdated
It states:
- If the ‘value’ does not refer to an automaton, an ‘else’ case is mandatory.
This is outdated since the changes in #548 (closed), where we allowed 'else' to be omitted not only when switching over an automaton, but also for other values in certain cases.