stepalternatives
stepalternatives — Alternative steps in a procedure.
Synopsis
stepalternatives ::=
Attributes
Common attributes and common linking attributes.
Additional attributes:
- performance (enumeration)
- “optional”
- “required”
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
Most step
s in a procedure
are sequential: do the first, then the second, then the third. Sometimes
procedures provide an explicit ordering: do step 7 next.
The stepalternatives
element was added to
support the semantics of alternative steps: perform exactly one of the
following steps. The reader is presumably given some criteria for
deciding which one to choose, but the significant difference is that
only one of the steps is performed.
Processing expectations
Formatted as a displayed block.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- 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 stepalternatives
: step
.
Children
The following elements occur in stepalternatives
: info
(db.titleforbidden.info), step
.