Description
This element holds the answer to a question that is raised in the preceding
<question> element. It contains at least one paragraph that contains the answer text.
<question><no>3)</no><para>What is two plus two?</para></question>
<answer><para>four</para></answer>
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:
--+(choice)
|
|-- 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 answer (para+)>
<!ATTLIST answer
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Block-level Content : Exams
General Attributes (shared with other elements)