<result>

The <result> element describes the expected outcome for the task as a whole.

Note (non-normative):
To describe the outcome of a specific step, use the <stepresult> element instead.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/section task/result

Example

This section is non-normative.

<task id="sqlj">
  <title>Creating an SQLJ file</title>
  <taskbody>
    <context>Once you have set up SQLJ, you need to create a new SQLJ file.
      You cannot add #sqlj statements directly in the Source pane of the
      Workbench.</context>
    <result>The SQLJ file is successfully created when the SQLJ server
      displays the "File Created" dialog.</result>
  </taskbody>
</task>

Content model

(Text | <dl> | <div> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <simpletable> | <sl> | <table> | <ul> | <boolean> | <cite> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <state> | <data> | <data-about> | <foreign> | <unknown> | <sectiondiv> | <draft-comment> | <fn> | <indextermref> | <indexterm> | <required-cleanup>)*

Contained by

<taskbody>

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

Contained by

  • <taskbody>

Inheritance

- topic/section task/result

The <result> element is specialized from <section>. It is defined in the task module.

Attributes

The following attributes are available on this element: Universal attribute group and outputclass.