$Revision: 3321 $
$Date: 2003-12-23 10:26:49 -0500 (Tue, 23 Dec 2003) $
step — A unit of action in a procedure
step ::= (title
?, (((%component.mix;
)+, ((substeps
|stepalternatives
), (%component.mix;
)*)?)| ((substeps
|stepalternatives
), (%component.mix;
)*)))
Name | Type | Default | |||
performance |
| "required" |
A Step
identifies a unit of action in a Procedure
.
If a finer level of granularity is required for some steps, you
can embed SubSteps
in a Step
. Embedded
SubSteps
contain Step
s, so that substeps can
be nested to any depth.
The following elements occur in step:
abstract
, address
, anchor
, authorblurb
, beginpage
, bibliolist
, blockquote
, bridgehead
, calloutlist
, caution
, classsynopsis
, cmdsynopsis
, constraintdef
, constructorsynopsis
, destructorsynopsis
, epigraph
, equation
, example
, fieldsynopsis
, figure
, formalpara
, funcsynopsis
, glosslist
, graphic
, graphicco
, highlights
, important
, indexterm
, informalequation
, informalexample
, informalfigure
, informaltable
, itemizedlist
, literallayout
, mediaobject
, mediaobjectco
, methodsynopsis
, msgset
, note
, orderedlist
, para
, procedure
, productionset
, programlisting
, programlistingco
, qandaset
, remark
, screen
, screenco
, screenshot
, segmentedlist
, sidebar
, simpara
, simplelist
, stepalternatives
, substeps
, synopsis
, table
, task
, tip
, title
, variablelist
, warning
.