<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 Identifier
style Style (NISO JATS table model; MathML 2.0 Tag Set)
valign Vertical Alignment (NISO JATS table model)

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:

<array>, <table>

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

Module

JATS-xhtml-table-1.mod