Used to hold a complete table, that is, not only the rows and columns that make up a table, but also the table’s caption or title, list of table footnotes, alternative descriptions of the table for purposes of accessibility, etc.
Within the <table-wrap> element, the row and column tags that describe the table cells are defined by the XHTML table model.
<table> vs. <search-text>Suppliers providing tagged articles to APA should include fully tagged <table>s inside table-wrap. Vendors and partners receiving tagged articles from APA can expect <table> to be replaced by <search-text>.
Table Location. The tables within an article are all placed inside the <floats-group> element. The location of the table within the article may be marked with the <xref> attribute, using a @ref-type value of “table-anchor”.
Previous DTD Relationship. The element <tableGroup> wrapper element from the contentItem DTD is equivalent to a <table-wrap> in this tag set. Caution: The NLM Tag Suite has an element named <table-group>, but it is defined as a series of tables (more than one <table-wrap>) and therefore not equivalent to the older <tableGroup>.
(label?, (caption)?, (related-article | inline-supplementary-material)*, (graphic)+, (search-text | table)*)
The following, in order:
Table-wrap containing an xml-tagged table
...
<floats-group>
<table-wrap id="tbl1" position="float">
<label>1</label>
<caption><title>Age Group Differences in Central Study Variables</title></caption>
<graphic copyright="inherit" id="tbl1a" xlink:href="pag_28_1_148_tbl1a.tif"/>
<table>
<colgroup>
<col align="left"/>
<col align="char" char="."/>
<col align="char" char="."/>
<col align="left"/>
<col align="char" char="."/>
</colgroup>
<thead valign="bottom" align="center">
<tr>
<th></th>
<th>Younger adults <italic>M</italic> (<italic>SD</italic>)</th>
<th>Older adults <italic>M</italic> (<italic>SD</italic>)</th>
<th>Age group difference</th>
<th>Cohen's <italic>d</italic></th></tr>
</thead>
<tfoot valign="top">
<tr>
<td align="left" colspan="5"><sup>a</sup> <italic>n</italic> = 197. <sup>b</sup> Fixed effect and random variation around fixed effect (<italic>SD</italic>) generated with multilevel modeling.</td></tr>
<tr>
<td align="left" colspan="5">∗ <italic>p</italic> = .05.</td></tr>
</tfoot>
<tbody valign="top">
<tr>
<td>Number of days with stressors</td>
<td>37 (27)</td>
<td>25 (25)</td>
<td><italic>F</italic>(1, 202) = 10.36*</td>
<td>0.46</td></tr>
...</tbody>
</table>
</table-wrap>
</floats-group>
...
Table-wrap containing <search-text> in place of an xml-tagged table
...
<floats-group>
<table-wrap id="tbl1">
<label>1</label>
<caption>
<title>Categories of Therapist Immediacy in Immediacy Events</title>
</caption>
<graphic copyright="inherit" id="tbl1a" xlink:href="pst_45_3_281_tbl1a.tif" />
<search-text>
Category
# Events
...
</search-text>
</table-wrap>
</floats-group>
</article>
display3.ent