<table-wrap-foot> Table Wrapper Footer

Container element to hold the footnotes, general notes, or other paragraphs at the end of a table. This element does not contain tabular data.

Usage/Remarks

Footnotes referenced in a table may be stored here, as may general notes to the table which are not explicitly called out in the table, or merely paragraphs of information about the table that appear after the last row.
Display/Formatting Note
This element is typically displayed as one or more block paragraphs of text directly following a table.
Related Elements
This element should not be confused with the NISO JATS table footer element (<tfoot>), based on and designed to be converted easily to the XHTML 1.1 table foot element. The XHTML-inspired table foot contains rows and columns in the same structure as the header and body of a table.
Attributes

Base Attributes

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

(title?, (p | fn-group | fn | attrib | permissions)+)

Tagged Sample

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