<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

Expanded Content Model

(tr)+

Description

This element may be contained in:

Example

...
<body>
<p><italic>Goniocyclus hannibalensis</italic> is founded on specimens that
cannot be related to a precise stratgraphic position within the excavated
succession; consequently faunal relationships cannot be expressed with 
certainty. ... Preliminary reports of the ancestral
<italic>Goniocyclus</italic> species are described as:
<array>
<tbody>
<tr>
<td>Suborder</td>
<td><sc>Goniatitina</sc> (Hyatt, 1884)</td>
</tr>
<tr>
<td>Superfamily</td>
<td><sc>Pericyclaceae</sc> (Hyatt, 1900)</td>
</tr>
<tr>
<td>Family</td>
<td><sc>Pericyckidae</sc> (Hyatt, 1900)</td>
</tr>
<tr>
<td>Genus</td>
<td><sc>Goniocyclus</sc> (Gordon, 1986)</td>
</tr>
<tr>
<td>Type Species</td>
<td><italic>Goniatites blairi</italic> (Miller and Gurley, 1896)</td>
</tr>
</tbody>
</array>
</p>
...</body>
...