<table-wrap-foot>

Table Wrapper Footer

Definition

Wrapper 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 Table Footer (XHTML table model) element (<tfoot>), which contains rows and columns similarly to the rest of a table.

This element should also not be confused with the <notes> element, which is a section for notes, typically at the end of a a block of text or in the back matter.

Model Information

Content Model

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

Description

The following, in order:

This element may be contained in:

<table-wrap> Table Wrapper

Tagged Example


...
<sec id="bid.268">
<title>Taxids</title>
<table-wrap id="bid.269">
<label>1</label>
<caption>
<title>Files on the taxonomy FTP site.</title>
</caption>
<table>
<thead>
<tr>
<th align="left" valign="top">File</th>
<th align="left" valign="top">Uncompresses to</th>
<th align="left" valign="top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top">taxdump.tar.Z<xref ref-type="fn" 
rid="mul2"><sup><italic>a</italic></sup></xref></td>
<td align="left" valign="top">readme.txt</td>
<td align="left" valign="top">A terse description of the dmp 
files</td>
</tr>
<tr>
<td align="left" valign="top"/>
<td align="left" valign="top">nodes.dmp</td>
<td align="left" valign="top">Structure of the database; lists 
each taxid with its parent taxid, rank, and other values 
associated with each node (genetic codes, etc.)</td>
</tr>
...
</tbody>
</table>
<table-wrap-foot>
<fn symbol="a" id="mul2">
<p>For non-UNIX users, the file taxdmp.zip includes the 
same (zip compressed) data.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>Each taxon in the database has a unique identifier, 
its taxid. ...</p>
</sec>
...

Module

display.ent