The <result> element describes
the expected outcome for the task as a whole.
Note: To describe the outcome of specific step, use the <stepresult>
element instead.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype |
Content model |
ditabase, task (strict), task (general), machineryTask, learningContent |
taskbody |
Inheritance
-
topic/section task/result
Example
<task id="sqlj">
<titleCreating 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>