result

Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition
Version
1.3
Author
OASIS DITA Technical Committee

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

Note: 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

<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>

Attributes

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