<table-wrap-foot>

Table Wrapper Footer

Container element to hold the footnotes, general notes, or other paragraphs at the end of a table

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.

Related Elements

This element should not be confused with the XHTML <tfoot> element (<tfoot>), which contains rows and columns similarly to the rest of a table.

Content Model

<!ELEMENT  table-wrap-foot      
                        %table-wrap-foot-model;                      >

Expanded Content Model

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

Description

The following, in order:

This element may be contained in:

<table-wrap>

Example

...
<table-wrap id="TN0.170">
<caption>
...
</caption>
<table>
<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>
...

Module

display3.ent