$Revision: 1666 $
$Date: 2002-06-12 13:19:37 +0200 (Wed, 12 Jun 2002) $
substeps — A wrapper for steps that occur within steps in a procedure
substeps ::=
(step
+)
Name |
Type |
Default |
|||
performance |
|
"required" |
A Procedure
describes a sequence of
Step
s that a reader is expected to perform. If a
finer level of granularity is required for some steps, you can
use SubSteps
to embed substeps within a
Step
.
SubSteps
contain Step
s, so substeps can
be nested to any depth.
Performance
specifies whether
particular set of Substep
in a Procedure
must
be performed or is optional.