<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)+)
This element may be contained in:
Example
...
<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<0.05 (random effects model).</p></fn>
</fn-group>
</table-wrap-foot>
</table-wrap>
...