<prereq>
The <prereq> element of a task contains prerequisites that the user needs to know
or do before starting the current task. Implementations MAY
render prerequisite links from the related-links section together with the <prereq>
content.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/section task/prereq
Example
This section is non-normative.
<task id="sqlj">
<title>Creating an SQLJ file</title>
<taskbody>
<prereq>Before creating a new SQLJ file, you must
log in to the SQLJ server.</prereq>
</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>
- 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/prereq
The <prereq> 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.