LABEL_STEP (a child element of STEP) is used to label a STEP for use with the GOTO_STEP element.
If LABEL_STEP is used, it should be the first element in that STEP.
LABEL_STEP supports the use of text as value.
- <STEP>
- <LABEL_STEP>Destination I</LABEL_STEP>
- ......
- </STEP>
- ......
- <STEP>
- ......
- <GOTO_STEP>Destination I</GOTO_STEP>
- ......
- </STEP>