<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.
Related Elements
A NISO JATS XHTML-inspired table may be divided into header elements <thead> and table body elements <tbody>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Expanded Content Model

(tr)+

Tagged Sample

<table> inside a <table-wrap>

...
<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 frame="box" rules="all" cellpadding="5">
  <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>
...
Related Resources