Both the start- and end-tags are required for this element.
Description
Contents of a footnote.
The point in the text where the mark for a specific
footnote goes is indicated either by FootnoteRef
or by the actual placement of the Footnote itself
(in which case FootnoteRef may be omitted).
Footnote may contain Para, SimPara, BlockQuote, InformalEquation, InformalTable,
Graphic, Synopsis, LiteralLayout, ProgramListing,
Screen, and any kind of list.
It has Label and common attributes.
In some contexts, some of these elements
may be invalid due to exclusions in parent elements.
Attributes
Label
Label holds an identifying number
or string to be output in some manner
when the element it is applied to is rendered.
Examples
<PARA>
Citation is a reference to some published work by means
of a reference string, such as <CITATION>Rohmer, 1919</CITATION>;
if you want to refer to a published work by means
of its title, use CiteTitle, as for
<CITETITLE PUBWORK="book">Tales of Secret Egypt</CITETITLE>
by Sax Rohmer, a book
full of local color.<FOOTNOTEREF LINKEND="foo123" LABEL="dagger">
<FOOTNOTE ID="foo123">
<PARA>Published at the height of the Egyptology craze.</PARA>
</FOOTNOTE>
</PARA>