<array>

Array (Simple Tabular Array)

Defines an arrangement of material in rows and columns that is not a true table but merely a small block of one or more rows and columns in the flow of the narrative, typically presented as a block with space before it and after it. This element uses the XHTML table body element (<tbody>) or a graphic (<graphic>) to express the rows and columns.)

Attributes

content-type Type of Content
id Identifier
orientation Orientation
specific-use Specific Use
xml:lang Language

Expanded Content Model

(label?, (alt-text | long-desc | ext-link)*, ((alternatives | graphic)* | tbody), (attrib | permissions)*)

Description

The following, in order:

This element may be contained in:

<abstract>, <ack>, <alternatives>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <chem-struct>, <disp-formula>, <disp-quote>, <fig>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <supplementary-material>, <term>, <trans-abstract>

Example

...
<p align="left">... Many studies of conditional reasoning
examine the inferences that reasoners make from conditionals,
for example:
<array xml:lang="en">
<tbody>
<tr>
<td align="left" colspan="1" rowspan="1">If there was water
on Mars then the planet was capable of sustaining life.</td>
<td align="left" colspan="1" rowspan="1" valign="middle">(1)</td>
</tr>
</tbody>
</array>
</p>
...

Module

display3.ent