A container element to hold the figures and tables that occur within an article. The <floats-group> collects all these figures and tables together at the end of the article rather than interspersing them throughout the various parts of the document where they are referenced.
The <floats-group> element is not part of the narrative flow of an article; rather, it holds the figures and tables used in the body, back matter, etc. Sub-articles (<sub-article>) may contain their own floats groups to hold their figures and tables.
(table-wrap*, fig*)
The following, in order:
<article structure-type="article" article-type="article" dtd-version="0.11"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>...</front>
<body>...</body>
<back>...</back>
<floats-group>
<table-wrap id="tbl1">
<label>1</label>
<caption>
<title>Categories of Therapist Immediacy in Immediacy Events</title>
</caption>
<graphic copyright="inherit" id="tbl1a" xlink:href="pst_45_3_281_tbl1a.tif" />
<table>...</table>
</table-wrap>
...
<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="pst_45_3_281_fig1a.tif"/>
</fig>
...
</floats-group>
</article>
section3.ent