A single block of graphic or textual material that is identified as a “Figure”, usually bearing a caption such as “Figure” and possibly a number, such as “3.”. A <fig> is defined as an element that would appear in the Table of Figures, if there were one.
Figure Location. The figures within the xml file for an article are all inside the <floats-group> element. With the exception of author photos, the location of the figures within the narrative flow of the article is indicated with the <xref> attribute, using a @ref-type value of “fig-anchor”.
Author Photos. Author photos are captured as <fig> but are referenced from the @rid attribute of the appropriate <contrib> element.
Previous DTD Relationship. The element <figureGroup> wrapper element from the contentItem DTD is equivalent to a <fig> in this tag set. Caution: The NLM Tag Suite has an element named <figure-group>, but it is defined as a series of figures (more than one <fig>).
((object-id)*, label?, (caption)?, (related-article | inline-supplementary-material)*, (p | def-list | list | alternatives | graphic | preformat)*)
The following, in order:
...
<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>
...
...
<contrib-group content-type="primary-authors">
<contrib contrib-type="author" corresp="yes" rid="aff1 bio1 corr1 au-fig1" xlink:type="simple">
<string-name><given-names>Dinesh</given-names> <surname>Bhugra</surname></string-name>
</contrib>
<aff id="aff1">Health Service and Population Research Department, Institute of
Psychiatry, King’s College, London, UK</aff>
<bio xlink:type="simple" id="bio1">
<p align="left">Professor Dinesh Bhugra, CBE, PhD, FRCPsych, is Professor of Mental Health and
Cultural Diversity at the Institute of Psychiatry, King’s College London,
UK, and is an Honorary Consultant at the Maudsley Hospital in London, UK. From
2008 to 2011 he was President of the Royal College of Psychiatrists, UK and
Ireland. In 2011 he was elected President-Elect of the World Psychiatric
Association.</p></bio>
</contrib-group>
<author-notes>
<corresp id="corr1">
<addr-line>Dinesh Bhugra</addr-line>
<addr-line>Institute of Psychiatry</addr-line>
<addr-line>King’s College</addr-line>
<addr-line>London SE5 8AF</addr-line>
<addr-line>UK</addr-line>
<phone>+44 20 7848-0500</phone>
<ext-link specific-use="live" xlink:href="mailto:dinesh.bhugra@kcl.ac.uk" ext-link-type="email"
xlink:type="simple">dinesh.bhugra@kcl.ac.uk</ext-link>
</corresp>
...
<floats-group>
<fig id="au-fig1">
<caption><p align="left">Dinesh Bhugra</p></caption>
<graphic copyright="inherit" id="au-fig1a" xlink:href="cri_34_4_221_au-fig1a.tif" xlink:type="simple"/>
</fig>
</floats-group>...
display3.ent