<fn-group>

Footnote Group

Container element for footnotes that appear at the end of the document.

Attributes

Content Model

<!ELEMENT  fn-group     %fn-group-model;                             >

Expanded Content Model

(title?, (fn)+)

Description

The following, in order:

This element may be contained in:

Example

A typical footnote group with multiple footnotes:
...
<table-wrap id="TN0.170">
<caption>...</caption>
<table frame="box" rules="all" cellpadding="5">
<tbody>...</tbody>
</table>
<table-wrap-foot>
<fn-group>
<fn id="TF1-150"><p>Data not available for 1 trial.</p></fn>
<fn id="TF1-151"><p>P&#x003C;0.05 (random effects model).</p></fn>
</fn-group>
</table-wrap-foot>
</table-wrap>
...