<stepresult>

The <stepresult> element provides information about the expected outcome of a step.

The <stepresult> element is specialized from <div>. It is defined in the task module.

(Text | <audio> | <dl> | <div> | <example> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <simpletable> | <sl> | <table> | <ul> | <video> | <cite> | <include> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <data> | <foreign> | <draft-comment> | <fn> | <indexterm> | <required-cleanup>)*

Contained by

<step>

Zero or more of the following
  • Text
  • <audio>
  • <cite>
  • <data>
  • <div>
  • <dl>
  • <draft-comment>
  • <example>
  • <fig>
  • <fn>
  • <foreign>
  • <image>
  • <include>
  • <indexterm>
  • <keyword>
  • <lines>
  • <lq>
  • <note>
  • <object>
  • <ol>
  • <p>
  • <ph>
  • <pre>
  • <q>
  • <required-cleanup>
  • <simpletable>
  • <sl>
  • <table>
  • <term>
  • <text>
  • <tm>
  • <ul>
  • <video>
  • <xref>

Contained by

- topic/div task/stepresult

The <stepresult> element is specialized from <div>. It is defined in the task module.

The following attributes are available on this element: universal attributes.

The following attributes are available on this element: universal attributes.

Example

This section is non-normative.

In the following example, the content of the <stepresult> element enables the user to ascertain whether they have completed the step correctly:

<step>
  <cmd>Specify the configuration parameters.</cmd>
  <info>You can use either the command line or the product GUI.</info>
  <choices>
    <choice>From a command prompt, type <codeph>config -l parameter</codeph></choice>
    <choice>Click <uicontrol>New Configuration Parameters</uicontrol></choice>
  </choices>
  <stepresult>You receive a <systemoutput>'Configuration successful'</systemoutput> message.
  </stepresult>
</step>