A date represented as text
This element is typically used for dates for which months and years are not given (e.g., “In apple blossom time”). While the <string-date> element may also be used for any date that is represented as a sequence of characters (i.e., “January, 2001”, “Fall 2001”, “March 11, 2001”), it is best practice, when possible, to tag the year, month, and/or day as numbers, so “January, 2001” would become:
<month>01</month> <year>2001</year>
(#PCDATA | day | month | season | year)*
Any combination of:
... <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> ...
common3.ent