<fn>

Footnote

Definition

Additional information tied to a particular location in the text, which is not considered to be part of the body of the text, but is a note instead of, in addition to, as a source for, or as a commentary on either some body text or on an element in the metadata such as an author

Remarks

In print, footnotes are traditionally displayed at the bottom of a printed page or in a list at the end of a book or a book component such as a chapter (<fn-group>); each footnote reference is marked by a number or symbol, and the text of the footnote is prefixed by the same number or symbol to help the reader associate the text with its reference(s). On screen, footnotes may appear as clickable icons, in a separate pop-up window, in a list with links at the end of the book or book component (<fn-group>), or in a separate footnote area.

A reference to a <fn> is made with the <xref> element.

To describe a footnote that is not in the same language as the original document (for example, a Latin or Greek footnote for a document in English), use the xml:lang attribute on the footnote.

Conversion Note: When footnotes are grouped at the end of a book (or book component such as a chapter), wrap them in a <fn-group> and use an <xref> element in the text, as usual, to tie each footnote in the list to a particular location in the text.

Attributes

fn-type Type of Footnote
id Identifier
symbol Symbol
xml:lang Language

Related Elements

A footnote <fn> usually contains material that cannot stand alone; the material must be related to a word, phrase, or paragraph already in the basic textual material. Supplementary material that stands on its own, that is related to but not directly tied to a particular place in the text, should be tagged using the <boxed-text> element.

Model Information

Content Model

<!ELEMENT  fn           %fn-model;                                   >

Description

The following, in order:

This element may be contained in:

<aff> Affiliation; <alt-title> Alternate Title; <article-title> Article Title; <attrib> Attribution; <author-notes> Author Note Group; <bold> Bold; <book-title> Book Title; <chem-struct> Chemical Structure (Display); <collab> Collaborative (Group) Author; <collection-name> Collection Name; <comment> Comment in a Citation; <def-head> Definition List: Definition Head; <fn-group> Footnote Group; <italic> Italic; <kwd> Keyword; <meta-name> Metadata Data Name for Custom Metadata; <meta-value> Metadata Data Value for Custom Metadata; <monospace> Monospace Text (Typewriter Text); <named-content> Named Special (Subject) Content; <overline> Overline; <p> Paragraph; <sans-serif> Sans Serif; <sc> Small Caps; <speaker> Speaker; <strike> Strike Through; <sub> Subscript; <subtitle> Subtitle; <sup> Superscript; <table-wrap-foot> Table Wrapper Footer; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <term-head> Definition List: Term Head; <th> Table Header Cell (XHTML table model); <title> Title; <trans-subtitle> Translated Subtitle; <trans-title> Translated Title; <underline> Underline

Tagged Examples

Example 1

In the footer of a table:


...
<sec id="bid.268">
<title>Taxids</title>
<table-wrap id="bid.269">
<label>1</label>
<caption>
<title>Files on the taxonomy FTP site.</title>
</caption>
<table>
<thead>
<tr>
<th align="left" valign="top">File</th>
<th align="left" valign="top">Uncompresses to</th>
<th align="left" valign="top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top">taxdump.tar.Z<xref ref-type="fn" 
rid="mul2"><sup><italic>a</italic></sup></xref></td>
<td align="left" valign="top">readme.txt</td>
<td align="left" valign="top">A terse description of the dmp 
files</td>
</tr>
<tr>
<td align="left" valign="top"/>
<td align="left" valign="top">nodes.dmp</td>
<td align="left" valign="top">Structure of the database; lists 
each taxid with its parent taxid, rank, and other values 
associated with each node (genetic codes, etc.)</td>
</tr>
...
</tbody>
</table>
<table-wrap-foot>
<fn symbol="a" id="mul2">
<p>For non-UNIX users, the file taxdmp.zip includes the 
same (zip compressed) data.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>Each taxon in the database has a unique identifier, 
its taxid. ...</p>
</sec>
...

Example 2

In a footnote group:


...
<book-part>
...
<back>
<ref-list>...</ref-list>
<fn-group>
<fn>
<p>Funding: NHS Executive Northern and
Yorkshire Region, Stroke Association.</p>
</fn>
<fn>
<p>Competing interests: None declared.</p>
</fn>
</fn-group>
</back>
</book-part>
...


Module

link.ent