A journal article; the top-level element (document element) of the APA Journal Publishing DTD, which contains all the metadata and content for the article
Scope. The element <article> is not narrowly defined to contain just articles, but can also be used for article-type-content such as editorials, award addresses, book and software reviews, columns, brief articles, corrections, obituaries, et al. as well as for non-article content such as advertisements, covers, calendars, and announcements.
Footnote Placement.In the contentItem DTD, footnotes could be placed after the <body> but before the table and figures. In this DTD, the footnotes should be placed inside the <fn-group> element within the back matter (<back>).
Indexing. Articles (<article>) and subarticles (<sub-article>) are indexed. At this time, sections are not indexed, so if indexing is required, the embedded item is by definition a <sub-article>.
Focus on Ethics. In the future, the Focus on Ethics should be tagged as a single article with sections, rather than an article with subarticles. The authors should all be listed in the article metadata and then the individual section authors should be listed in the section metadata (<sec-meta>) of their respective sections <sec>).
(front, body?, back?, floats-group?, sub-article*)
The following, in order:
<article article-type="article" xml:lang="en" structure-type="article"
dtd-version="0.1" xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
<journal-meta>
<journal-title-group>
<journal-title>Psychotherapy: Theory, Research, Practice,
Training</journal-title>
</journal-title-group>
<issn pub-type="print">0033-3204</issn>
<issn pub-type="online">1939-1536</issn>
<publisher>
<publisher-name>Educational Publishing Foundation</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="apaID">pst_45_3_281</article-id>
<article-id pub-id-type="doi">10.1037/a0013305</article-id>
<article-id pub-id-type="pi-uid">2008-13167-001</article-id>
...
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>
APAjournal-publishing.dtd