This is an alpha version of this book.
substeps — A wrapper for steps that occur within steps in a procedure
substeps ::= (step+)
Common attributes
Name | Type | Default | ||
performance | Enumeration:
| "required" |
A Procedure describes a sequence of Steps 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 Steps, so substeps can be nested to any depth.
Formatted as a displayed block. SubSteps are almost always numbered.
These elements contain substeps: step.
The following elements occur in substeps: step.
Performance specifies whether particular set of Substep in a Procedure must be performed or is optional.
For examples, see procedure .
Copyright© 1999, 2000, 2001 O'Reilly & Associates, Inc. All rights reserved.