Tabular arrangement of text in the narrative flow of the document. Unlike a <table-wrap>, an array does not contain a label, title, caption, or table headings (column heads).
By default in this Tag Set, an <array> should use the XHTML 1.1 table body element (<tbody>) or a graphic (<graphic>) to express the rows and columns.) OASIS table users can set this element to use oasis:tbody.
Display/Formatting Note: An <array> element is not allowed to float; it is tied to its position in the text. True tables are allowed to float in text or be anchored, as determined by the value of their @position attribute.
<!ELEMENT array %array-model; >
(label?, (alt-text | long-desc | email | ext-link | uri)*, ((alternatives | graphic | media)* | tbody), (attrib | permissions)*)
The following, in order:
<abstract>, <ack>, <alternatives>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <chem-struct>, <disp-formula>, <disp-quote>, <fig>, <glossary>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <supplementary-material>, <td>, <term>, <th>, <trans-abstract>
...
<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>
...
JATS-display0.ent