<pub-date>

Publication Date

Date this article was published or released in a particular format, i.e., as online ahead of print (OFP) or as part of a bound issue.

Remarks

Previous DTD Relationship. In the contentItem DTD, the publication date <publicationDate> was a text model with the possibility of named elements such as <year> within it.

In this DTD, the <pub-date> element has element-only content, and may contain either of the elements <year> or <string-date>. APA's preference is to use the <string-date> element, which is a text model with the possibility of named elements such as <year> within it. For example:

<publicationDate><month number="7">July</month> <day>10</day>, <year>2009</year></publicationDate>

will now be tagged as a doubly wrapped

<pub-date><string-date><month number="7">July</month> <day>10</day>, <year>2009</year></string-date></pub-date>

Attribute

pub-type Type of Publication

Expanded Content Model

(year | string-date)

Description

Any one of:

Example

...
<front>
<journal-meta>...</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-categories>
<subj-group subj-group-type="toc-heading">
<subject>Regular Articles</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>THERAPIST IMMEDIACY IN BRIEF PSYCHOTHERAPY: CASE STUDY I</article-title>
</title-group>
<contrib-group>...</contrib-group>
...
<pub-date pub-type="online">
<string-date><month number="7">July</month> <day>7</day>, <year>2008</year></string-date>
</pub-date>
<pub-date pub-type="print">
<string-date><month number="9">September</month> <year>2008</year></string-date>
</pub-date>
<volume>45</volume>
<issue>3</issue>
<fpage>281</fpage>
<lpage>297</lpage>
<permissions copyright-status="active">...</permissions>
<abstract xml:lang="en">...</abstract>
<kwd-group xml:lang="en">...</kwd-group>
</article-meta>
</front>
...

Module

articlemeta3.ent