The <inlineSubplan> element consists of an optional <varList> followed by one additional child element, which is either <simpleSteps> or <compositeSteps>, depending on whether the inline subplan is a simple or composite plan.
Name |
How Many? |
Description |
<varList> |
0 or 1 |
A list of plan variables for use within the inline subplan. |
simpleSteps |
0 or 1 |
Contains a list of simple steps. Either this element or the compositeSteps element must be present, but not both. |
compositeSteps |
0 or 1 |
Contains a list of composite steps. Either this element or the simpleSteps element must be present, but not both. |