<question> Description .email comment.
Changed in version 1.8.
Description
This element holds a single question from an examination, and is followed by the <answer> element which supplies the answer to this question. The question may begin with a question number, then consist of one or more paragraphs.
<question><no>3)</no><para>What is 2+2?</para></question>
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.
Parent elements: <question-answer>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 no (optional) -- TEXT
  |  
 para (repeatable) -- (TEXT and 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 question                       (no?, para+)>
<!ATTLIST question
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Exams
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)