<issn>

ISSN

International Standard Series Number, an eight-character code that provides title identification for serial publications. Such numbers may be assigned to one or more versions of a journal by the ISDS (International Serials Data System) in Paris or by one of the national ISDS Centers.

Remarks

Previous DTD Relationship. The element “ISSN” from the contentItem DTD was used for the print ISSN. The element “eISSN” from the contentItem DTD was used to capture the online ISSN. The two separate elements have been replaced with the single element <issn> with the @pub-type value of “print” and “online”, respectively.

Attribute

pub-type Type of Publication

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

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

Module

common3.ent