Steps
A "Step" represents a step in a sequence of events.
Each Step inherits from its the Step before it. The first step inherits from its parent, whether that's a Scenario or Layer.
Notice how in Step 3 for example, the object "Approach road" exists even though it's not defined, because it was inherited from Step 2, which inherited it from Step 1.