<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.
Related Elements
The related element <issue> records the published issue number of the journal. This <issue-id> element is usually a more complex number, but a few publishers use the issue number plus a prefix or suffix as the issue identifier.
Attributes

Base Attributes

Namespaces

Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT  issue-id     (#PCDATA)                                    >
Tagged Samples
<article-meta>
...
<front>
 <journal-meta>
  <journal-title-group>
   <journal-title>The Indian Medical Gazette</journal-title>
  </journal-title-group>
  ...
 </journal-meta>
 <article-meta>
  ...
  <title-group>
   <article-title>The Indian Medical Gazette</article-title>
  </title-group>
  <pub-date pub-type="ppub" iso-8601-date="1866-01-01">
   <day>01</day>
   <month>1</month>
   <year>1866</year>
  </pub-date>
  <volume>1</volume>
  <volume-id pub-id-type="barcode" 
    assigning-authority="nlm">NLM015999052</volume-id>
  <issue>1</issue>
  <issue-id pub-id-type="archive" content-type="scantrac-id" 
    assigning-authority="nlm">70184</issue-id>
  <fpage>1</fpage>
  <lpage>1</lpage>
  ...
 </article-meta>
</front>
...
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>, 
  &amp; <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>
...