<alternatives>

Alternatives For Processing

Container element used to hold a group of processing alternatives, for example, a <disp-formula> that is available as a <graphic> and as <mml:math>. This element is a physical grouping to contain multiple logically equivalent (substitutable) versions of the same information object. Typically these are processing alternatives and the reader is expected to see only one version of the object.

Remarks

APA uses this element as follows:

Related Elements

<array> -- use <array> by itself to capture tabular content in running text that can be fully represented by <tbody> alone.

Expanded Content Model

(array | graphic | inline-graphic | textual-form | preformat | search-text | table | mml:math)+

Description

One or more of any of:

This element may be contained in:

<abstract>, <ack>, <addr-line>, <aff>, <alt-title>, <app>, <app-group>, <array>, <article-title>, <attrib>, <award-id>, <bio>, <body>, <bold>, <boxed-text>, <chem-struct>, <chem-struct-wrap>, <collab>, <comment>, <copyright-statement>, <corresp>, <def-head>, <disp-formula>, <disp-quote>, <etal>, <ext-link>, <fig>, <fig-group>, <floats-group>, <funding-source>, <funding-statement>, <inline-formula>, <inline-supplementary-material>, <institution>, <italic>, <kwd>, <license-p>, <mixed-citation>, <monospace>, <named-content>, <notes>, <on-behalf-of>, <overline>, <p>, <preformat>, <product>, <ref-list>, <related-article>, <role>, <roman>, <sans-serif>, <sc>, <sec>, <series>, <series-text>, <series-title>, <sig-block>, <speaker>, <strike>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <supplementary-material>, <table-wrap>, <target>, <td>, <term>, <term-head>, <th>, <title>, <trans-abstract>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>

Example 1

Use of <alternatives> in <array>

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

Example 2

Use of <alternatives> in <disp-formula>

...
<disp-formula id="eq4">
<alternatives>
<graphic id="eq4a" xlink:href="met_12_3_317_eq4a.tif"/>
<mml:math>
<mml:mrow>
<mml:msup>
<mml:mfenced>
<mml:mrow>
<mml:mi>a</mml:mi>
<mml:mo>&plus;</mml:mo>
<mml:mn>3</mml:mn>
</mml:mrow>
</mml:mfenced>
<mml:mn>2</mml:mn>
</mml:msup>
<mml:mo>&minus;</mml:mo>
<mml:mfenced>
<mml:mrow>
<mml:mi>10</mml:mi>
<mml:mo>&minus;</mml:mo>
<mml:mn>b</mml:mn>
</mml:mrow>
</mml:mfenced>
<mml:mo>&equals;</mml:mo>
<mml:mn>24</mml:mn>
</mml:mrow>
</mml:math>
</alternatives>
<label>4</label>
</disp-formula>
...

Module

common3.ent