<label>

Label (Of a Figure, Reference, Etc.)

The number and any prefix word associated with, for example, the title or the caption of a <fig>, such as “Figure 3.” or “Exhibit 2.”. This element is also used for the number or symbol used as a prefix character for a footnote and placed at the place of the footnote reference.

Remarks

This element can be used to preserve the prefix number or label of an element, for example, for a reference or citation “25.” or “[Lapeyre 2002]”. This can be useful when reconstructing untagged cross references.

Content Model

<!ELEMENT  label        (#PCDATA %label-elements;)*                  >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<abstract>, <ack>, <aff>, <app>, <app-group>, <array>, <author-notes>, <back>, <bio>, <book-front>, <boxed-text>, <chem-struct>, <chem-struct-wrap>, <collection-member>, <corresp>, <def-item>, <def-list>, <disp-formula>, <disp-formula-group>, <disp-quote>, <element-citation>, <fig>, <fig-group>, <fn>, <fn-group>, <glossary>, <graphic>, <kwd-group>, <list>, <list-item>, <media>, <mixed-citation>, <note>, <notes>, <ref>, <ref-list>, <sec>, <statement>, <supplementary-material>, <table-wrap>, <table-wrap-group>, <trans-abstract>, <verse-group>

Example 1

In a figure:

...
<sec id="bid.36">
<title>Microbial Genomes</title>
<p>... A CON entry, containing instructions on how to 
put the pieces back together, is also made. The CON entry 
contains descriptor information, such as source organism 
and references, as well as a join statement providing 
explicit instructions on how to generate the complete 
genome from the pieces. The Accession number assigned to 
the CON record is also added as a secondary Accession 
number on each of the pieces that make up the complete 
genome (see <xref ref-type="fig" rid="bid.37">Figure 2</xref>).
<fig id="bid.37">
<label>2</label>
<caption><title>A GenBank CON entry for a complete 
bacterial genome.</title>
<p>The information toward the <italic>bottom</italic> of 
the record describes how to generate the complete genome 
from the pieces.</p>
</caption>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink" 
xlink:href="ch1f2" mime-subtype="gif"/>
</fig>
</p>
...
</sec>
...

Example 2

In an element-style bibliographic reference (punctuation and spacing removed):

...
<book-part id="bid.2" book-part-type="chapter" book-part-number="1">
<book-part-meta>...</book-part-meta>
<body>
<sec id="bid.3">
<title>History</title>
<p>Initially, GenBank was built and maintained at Los Alamos 
National Laboratory ...</p>
</sec>
...
</body>
<back>
<ref-list>
<title>References</title>
<ref id="bid.41">
<label>1</label>
<element-citation >
<person-group>
<string-name><surname>Olson</surname>
<given-names>M</given-names></string-name>
<string-name><surname>Hood</surname>
<given-names>L</given-names></string-name>
<string-name><surname>Cantor</surname>
<given-names>C</given-names></string-name>
<string-name><surname>Botstein</surname>
<given-names>D</given-names></string-name>
</person-group>
<article-title>A common language for physical mapping 
of the human genome</article-title>
<source>Science</source>
<year>1989</year>
<volume>245</volume>
<issue>4925</issue>
<fpage>1434</fpage>
<lpage>1435</lpage>
<pub-id pub-id-type="pmid">2781285</pub-id>
</element-citation>
</ref>
</ref-list>
</back>
</book-part>
...

Example 3

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<ref id="B27">
<label>27</label>
<mixed-citation >
<string-name><surname>Hughes</surname>, 
<given-names>TR</given-names></string-name>,
<string-name><surname>Marton</surname>, 
<given-names>MJ</given-names></string-name>,
<string-name><surname>Jones</surname>, 
<given-names>AC</given-names></string-name>,
<etal>et al.</etal>
<article-title>Functional discovery via a compendium
of expression profiles</article-title>.
<source>Cell</source> <year>2000</year>; <volume>102</volume>: <fpage>109</fpage>&ndash;
<lpage>126</lpage>
(<annotation>
<p>This report is the most extensive DNA expression
profile of yeast genes. It examines the expression
pattern of the whole yeast genome in 300 mutant
strains. It infers the function of many unknown
genes comparing profiles among the different
mutants.</p>
</annotation>).
</mixed-citation>
</ref>
...

Module

common3.ent