<tbody>

Table Body (NISO JATS table model)

Container element that holds the rows and columns in one of the body (as opposed to the header) portions of a table.

Remarks

Container element that holds the rows and columns in one of the body (as opposed to header) portions of a table.

Attributes

align Horizontal Alignment (NISO JATS table model)
char Table Cell Alignment Character (NISO JATS table model)
charoff Table Character Offset (NISO JATS table model)
content-type Type of Content
id Document Internal Identifier
style Style (NISO JATS table model; MathML Tag Set)
valign Vertical Alignment (NISO JATS table model)
xml:base Base

Related Elements

A NISO JATS XHTML-inspired table may be divided into header elements <thead> and table body elements <tbody>.

Expanded Content Model

(tr)+

Description

<tr> Table Row (NISO JATS table model), one or more

This element may be contained in:

<table>

Example

...
<table-wrap id="TN0.170">
<caption>
<title>Patient Care at End of Follow Up</title>
<p>Numbers of patients receiving institutional
care ...</p>
</caption>
<table>
<tbody>

<tr>
<th></th>
<th colspan="3" align="center"
rowspan="1">Institutional care</th>
<th></th>
<th colspan="2" align="center"
rowspan="1">&#x2003;Bed use (days)</th>
</tr>

...

<tr>
<td>Total</td>
<td align="center">208/1224</td>
<td align="center">244/1214</td>
<td align="center">0.77 (0.52 to 1.13)</td>
<td></td>
<td align="center">15.0</td>
<td align="center">16.4</td>
</tr>

</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

JATS-xhtml-table-1.mod