<tbody>

Table Body (NISO JATS table model) (表本体 (NISO JATS 表様式))

表の本体 (見出しに対して) 部分。一つ分の行と列を保持するコンテナ要素。

関連要素

A NISO JATS の XHTML 由来の表は、見出し要素 <thead> と表本体要素 <tbody> に分割できます。

属性

拡張コンテンツ・モデル

(tr)+

記述方法

この要素は以下の要素内に含むことができます:

用例

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