Date this article was published or released in one particular format, for example, as an preprint electronic document
In this DTD, the <pub-date> element has element-only content, and may contain either of the elements <year> or <string-date>. The the <string-date> element is a text model with the possibility of named elements such as <year> within it. In creating APA publication dates, this may produce a double wrapper where APA used to have a single wrapper. For example:
<publicationDate>July 10, 2009</publicationDate>
would now be tagged as a doubly wrapped
<pub-date><string-date>July 10, 2009</string-date></pub-date>
(((day?, month?) | season)?, year?, string-date?)
The following, in order:
... <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> ...
articlemeta3.ent