◇◆
<issue-id> Issue Identifier
Name or identifier of an entire journal issue (for example, a DOI).
Usage/Remarks
The
<issue-id>
element holds an external
identifier, typically assigned to an article by a publisher. The contents of
this element should not be confused with the @id
attribute, which holds an internal document identifier that can be used by software to perform a simple link inside
the document.
Attribute Best Practice
Type of Identifier Best Practice
Best Practice is to use the @pub-id-type attribute to indicate the type of the external identifier, such as a publisher’s
identifier, a
DOI, a PMID, an aggregator’s or archive’s identifier, the identifier assigned by an
indexing or hosting service, or similar. (See @pub-id-type for values.)
Authority for Identifier Best Practice
The attribute @assigning-authority should name the organization or system that assigned the identifier or administers
the identifier (such as Crossref, OCLC, GenBank, Figshare).
Historical Note
Until JATS version 1.2d2
(2018), the @pub-id-type’s value conflated two
meanings: the attribute could hold the
type of identifier (such as a DOI or ISBN), or it could hold the name of the organization
or system
that defined or registered the identifier (such as Crossref). There was no way to
state both that
the identifier content of the element was a DOI and that the server was
Figshare or Crossref. Although all the previous @pub-id-type values will continue to be accepted, for Best Practice, the @assigning-authority
should name an organization, and the @pub-id-type attribute should describe the identifier type.
Attributes
Multi-lang Attributes
Namespaces
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT issue-id (#PCDATA) >
Tagged Sample
In mixed citation
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Ganster</surname>, <given-names>D. C.</given-names></string-name>,
<string-name><surname>Schubroeck</surname>, <given-names>J.</given-names></string-name>,
<string-name><surname>Sime</surname>, <given-names>W. E.</given-names></string-name>,
& <string-name><surname>Mayes</surname>, <given-names>B. T.</given-names></string-name>.
<article-title>The nomological validity of the Type A personality among employed
adults</article-title> [Monograph]. <source>Journal of Applied Psychology</source>,
<year iso-8601-date="1991">1991</year>; <volume>76</volume>(<issue>1</issue>):
<fpage>143</fpage>-<lpage>168</lpage>. <issue-id assigning-authority="nlm"
pub-id-type="call-number">W1 IN249</issue-id>.</mixed-citation>
</ref>
...