<label>

Label (of a Figure, Reference, Etc.)

The number, symbol, or prefix words that appear

Remarks

Section numbers. In most cases, section numbers are not tagged separately as <label>s, but are merely part of the text of the section title.

List Numbering. The previous APA contentItem DTD use a “start” attribute on the <list> element to create lists that did not renumber from "1" (however formatted). In this DTD, all list numbering is accomplished using a <label> element on each <list-item>.

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

Example 1

In a <fig>

...
<floats-group>
<fig id="fig1">
<label>1</label>
<caption>
<title>Histograms for the untransformed and natural
log transformed odds ratios.</title>
</caption>
<graphic copyright="inherit" id="fig1a"
xlink:href="met_12_3_317_fig1a.tif"/>
</fig>
</floats-group>
...

Example 2

In a numbered list. Note that only the number, and not the surrounding punctuation, is captured in the xml.

...<p align="left">The specific research questions of this study were the following:
<list list-type="arabic">
<list-item>
<label>1</label>
<p align="left">Will the deliberate practice format, such as practice emphasizing 
learners&#8217; weak areas, result in higher performance scores for more and less 
knowledgeable learners compared with a control group allowed to freely choose the 
problems?</p></list-item>
<list-item>
<label>2</label>
<p align="left">What kind of problems will learners choose when given full control 
over their practice?</p></list-item>
</list></p>
...

Example 3

In a dashed <list>

...
<list list-type="dash">
<list-item>
<label>&#x2013;</label>
<p align="left"><italic>Published in or after the year 2000.</italic> We aimed at focusing on current intervention programs ...</list-item>
<list-item>
<label>&#x2013;</label>
 <p align="left"><italic>Directly addresses numerical/mathematical competencies</italic>. In this review, we encountered ...

Module

common3.ent