$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
answer — An answer to a question posed in a QandASet
answer ::= (label
?, (calloutlist
|glosslist
|bibliolist
|itemizedlist
|orderedlist
|segmentedlist
|simplelist
|variablelist
|caution
|important
|note
|tip
|warning
|literallayout
|programlisting
|programlistingco
|screen
|screenco
|screenshot
|synopsis
|cmdsynopsis
|funcsynopsis
|classsynopsis
|fieldsynopsis
|constructorsynopsis
|destructorsynopsis
|methodsynopsis
|formalpara
|para
|simpara
|address
|blockquote
|graphic
|graphicco
|mediaobject
|mediaobjectco
|informalequation
|informalexample
|informalfigure
|informaltable
|equation
|example
|figure
|table
|procedure
|anchor
|bridgehead
|remark
|highlights
|indexterm
)*,qandaentry
*)
Within a QandAEntry
, a Question
may have an
Answer
. An Answer
is optional (some questions
have no answers) and may be repeated (some questions have more than
one answer).
Answer
s are frequently introduced with a label,
such as “A:”. If an Answer
has a
Label
child element, the content of that
Label
is used as the label for the
Answer
. The DefaultLabel
attribute on the nearest
ancestor QandASet
of an Answer
can be used to indicate that a processing application should
automatically generate a label for the Answer
.
The following elements occur in answer:
address
, anchor
, bibliolist
, blockquote
, bridgehead
, calloutlist
, caution
, classsynopsis
, cmdsynopsis
, constructorsynopsis
, destructorsynopsis
, equation
, example
, fieldsynopsis
, figure
, formalpara
, funcsynopsis
, glosslist
, graphic
, graphicco
, highlights
, important
, indexterm
, informalequation
, informalexample
, informalfigure
, informaltable
, itemizedlist
, label
, literallayout
, mediaobject
, mediaobjectco
, methodsynopsis
, note
, orderedlist
, para
, procedure
, programlisting
, programlistingco
, qandaentry
, remark
, screen
, screenco
, screenshot
, segmentedlist
, simpara
, simplelist
, synopsis
, table
, tip
, variablelist
, warning
.