You can specify that the statechart must be in multiple substates before the statechart can exit a particular superstate. These substates must be in different orthogonal regions, such as the following figure shows.

In the previous figure, the statechart can move from State 1 to the Terminal pseudostate at any time. However, you might want to specify that the statechart must be in particular substates before the statechart can take this transition. You can specify this behavior by creating a single transition that exits multiple substates.
Complete the following steps to create a single transition that exits multiple substates.
The statechart diagram now resembles the following figure.

In the previous figure, the statechart must be in both State 3 and State 5 before the statechart can exit State 1 and move to the Terminal pseudostate.