Whole document tree
    

Whole document tree

Procedure

Procedure

Name

Procedure -- List of operations to be performed

Description

List of operations to be performed. Procedure may have a Title and TitleAbbrev, followed by block-oriented elements, such as paragraphs, followed by one or more Steps. A Step may have a SubSteps wrapper for Steps nested within it, and this nesting may continue indefinitely (contrast the methods of nesting lists and Sects). This construction is intended to maximize the reusability of subsections of Procedures. Procedure has common attributes.

Children

Procedure contains these elements: Abstract, Address, Anchor, AuthorBlurb, BlockQuote, BridgeHead, CalloutList, Caution, CmdSynopsis, Comment, Epigraph, Equation, Example, Figure, FormalPara, FuncSynopsis, GlossList, Graphic, GraphicCO, Highlights, Important, InformalEquation, InformalExample, InformalTable, ItemizedList, LiteralLayout, MsgSet, Note, OrderedList, Para, Procedure, ProgramListing, ProgramListingCO, Screen, ScreenCO, ScreenShot, SegmentedList, Sidebar, SimPara, SimpleList, Step, Synopsis, Table, Tip, Title, TitleAbbrev, VariableList, Warning.

In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.

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>