STEP Element


STEP (a child element of ACTION) defines a step used in an action.

Remarks

Generally, an action is composed of a series of steps. When an action takes place, the first step is executed, followed by the second step, and so on, until the last step is executed and then the action ends.

Supported Values

STEP supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.

Examples

In this example, three STEP elements are used to compose a three-step action.

  • <ACTION>
    • <STEP>
      • ......
    • </STEP>
    • <STEP>
      • ......
    • </STEP>
    • <STEP>
      • ......
    • </STEP>
  • </ACTION>