substeps
substeps — A wrapper for steps that occur within steps in a procedure
Synopsis
Content Model
substeps ::=
(step+)
Attributes
Name | Type | Default | |||
performance |
| "required" |
Description
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.
Processing expectations
Formatted as a displayed block. SubStep
s are almost always numbered.
Attributes
performance
Performance
specifies whether particular set ofSubstep
in aProcedure
must be performed or is optional.