Whole document tree
    

Whole document tree

SubSteps

SubSteps

Name

SubSteps -- Wrapper for Steps within Steps

Content Model

  Step+

Tag Minimization

Both the start- and end-tags are required for this element.

Description

Wrapper for Steps within Steps. See Procedure, Step. Note that SubSteps, like Step, has a Performance attribute, the values of which may be Optional or Required (the default).

Parents

SubSteps occurs in Step.

Children

SubSteps contains Step.

Attributes

Performance

Performance indicates whether the Step must be performed. The default (not #REQUIRED) value is Required.

Examples

<PROCEDURE>
<TITLE>Waking Up</TITLE>
<PARA>This is what you must do to awaken.
</PARA>
<STEP performance="required">
<PARA>Bring yourself to a hypnopompic state, either from an
ongoing dream or by use of your internal clock.  You may
feel unable to move, but you will no longer be dreaming.
</PARA>
<PARA>Now you are ready for real-world readjustment.
</PARA>
<SUBSTEPS>
<STEP performance="optional">
<PARA>Roll over.
</PARA>
</STEP>
<STEP performance="required">
<PARA>Squint out of one eye.
</PARA>
</STEP>
</SUBSTEPS>
</STEP>
<STEP performance="required">
<PARA>Yawn and rise from your bed.
</PARA>
</STEP>
</PROCEDURE>