<fn-group> Footnote Group

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

Base Attributes

Models and Context
May be contained in
Description
The following, in order:
Content Model
<!ELEMENT  fn-group     %fn-group-model;                             >
Expanded Content Model

(title?, (fn)+)

Tagged Sample

Multiple <fn>s

...
<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>
...
Related Resources