substeps

substeps — A wrapper for steps that occur within steps in a procedure

Synopsis

Content Model

substeps ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • performance (enumeration)
    • “optional”
    • “required”

Description

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.

Processing expectations

Formatted as a displayed block. SubSteps are almost always numbered.

Attributes

Common attributes and common linking attributes.

performance

Specifies if the content is required or optional.

Enumerated values:

optional

The content describes an optional step or steps.

required

The content describes a required step or steps.

Parents

These elements contain substeps: step.

Children

The following elements occur in substeps: step.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 18:42:46 $.