footnote

$Revision: 1666 $

$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $

footnote — A footnote

Synopsis

Content Model

footnote ::=
((%footnote.mix;)+)

Attributes

Common attributes

Name

Type

Default

labelCDATANone

Parameter Entities

The following parameter entities contain footnote:

Parameter Entities
%gen.char.class;%ndxterm.char.mix;%para.char.mix;
%refinline.char.mix;%tbl.entry.mdl;%title.char.mix;

Description

This element is a wrapper around the contents of a footnote.

Additional references to the same footnote may be generated with FootnoteRef.

Processing expectations

The Footnote element usually generates a mark (a superscript symbol or number) at the place in the flow of the document in which it occurs. The body of the footnote is then presented elsewhere, typically at the bottom of the page.

Alternative presentations are also possible. In print environments that do not support footnotes at the bottom of the page, they may be presented as end notes occurring at the end of the component that contains the Footnote. Online systems may choose to present them inline or as “pop-ups,” or links, or any combination thereof.

Attributes

label

Label identifies the desired footnote mark.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
An annual percentage rate (<abbrev>APR</abbrev>) of 13.9%<footnote>
<para>
The prime rate, as published in the <citetitle>Wall Street
Journal</citetitle> on the first business day of the month,
plus 7.0%.
</para>
</footnote>
will be charged on all balances carried forward.
</para>

An annual percentage rate (APR) of 13.9%[19] will be charged on all balances carried forward.

For additional examples, see also footnoteref.



[19] The prime rate, as published in the Wall Street Journal on the first business day of the month, plus 7.0%.