Plans are either simple or composite. Simple plans do not contain or call other plans. A simple plan is a sequential list of steps that will be executed on a particular set of target machines. Composite plans are composed solely of other subplans. Composite plans are not directly targeted, as each simple subplan they recursively contain has a different set of targets.
|
Name |
How Many? |
Description |
|
paramList |
0 or 1 |
A list of parameters for use within the plan. |
|
varList |
0 or 1 |
A list of variables for use within the plan. |
|
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. |