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

Remarks

APA's preference is to use <array> together with <tbody> when the tabular content is very simple and can be fully represented by <tbody> alone. If the tabular content requires the use of additional <table> table elements, <array> should be used in conjunction with <alternatives>, which should contain a <graphic> as well as the <table> tagging.

Attributes

id Identifier
orientation Orientation
specific-use Specific Use
xml:lang Language Code

Expanded Content Model

(((alternatives | graphic)* | tbody))

Description

Any one of:

Example

A very simple tabular structure


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

A more complex tabular structure for which a graphic is needed in addition to the table tagging


...
<app-group>
<app id="A">
<label>A</label>
<title>Familiarization Trials Used in Experiment</title>
<sec id="s19">
<array id="array1">
<alternatives>
<graphic id="ag1" xlink:href="dev_49_3_462_ag1.tif"/>
<table>
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead valign="bottom" align="center">
<tr>
<th>Moral</th>
<th>Immoral</th>
<th>Neutral</th>
</tr>
</thead>
<tfoot valign="top">
<tr><td align="left" colspan="3"><italic>Note</italic>.&#x2003;Depending on the condition, children were presented with four consecutive clips of the moral or immoral actor. All children also saw four consecutive clips of the neutral actor.</td></tr></tfoot>
<tbody valign="top">
<tr>
<td>Actor playing with a toy, notices ...</td>
<td>Actor playing with a toy, notices ...</td>
<td>Actor and peer each playing with their own toys alongside each other.</td>
</tr>
...
</tbody>
</table>
</alternatives>
</array>
</sec>
</app>
</app-group>
...

Module

display3.ent