<article>

Article

A journal article; the top-level element (document element) of the APA Journal Archive DTD, which contains all the metadata and content for the article

Remarks

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 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>.

Attributes

article-type Type of Article
dtd-version Version of the Tag Set (DTD)
structure-type Type of Structure
xmlns:mml MathML Namespace Declaration
xmlns:xlink XLink Namespace Declaration
xmlns:xsi XML Schema Namespace Declaration
xml:lang Language

Expanded Content Model

(front, body?, back?, floats-group?, sub-article*)

Description

The following, in order:

This top-level element may not be contained in any other elements.

Example

<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>0033-3204</issn>
<issn pub-type="eISSN">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>

Module

APAjournal-archive.dtd