LABEL_STEP Element


LABEL_STEP (a child element of STEP) is used to label a STEP for use with the GOTO_STEP element.

Remarks

If LABEL_STEP is used, it should be the first element in that STEP.

Supported Values

LABEL_STEP supports the use of text as value.

Examples

  • <STEP>
    • <LABEL_STEP>Destination I</LABEL_STEP>
    • ......
  • </STEP>
  • ......
  • <STEP>
    • ......
    • <GOTO_STEP>Destination I</GOTO_STEP>
    • ......
  • </STEP>