<exam> (Examination) Description .email comment.
Changed in version 1.8.
Description
This element holds a series of questions and answers from the same examination.
<exam>
  <para>Examination One (1 hour duration)</para>
  <question-answer>...</question-answer>
  <question-answer>...</question-answer>
  <question-answer>...</question-answer>
</exam>
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 para (optional) -- (TEXT and elements)
  |  
 question-answer (repeatable) -- (elements)
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT exam                           (para?, question-answer+)>
<!ATTLIST exam
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Exams
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)