Entering and exiting composite states

In ideal world, regions of a composite state should be evaluated in parallel. In state charts execution model, regions are evaluated sequentially. Each region within an orthogonal composite state has a number. A region with smaller number will be entered and executed before a region with higher number. The regions are exited in opposite order.