pub-id-type

Type of Publication Identifier

Type of publication identifier or the organization or system that defined the identifier.

Usage

This attribute is used in several contexts:
  • as part of the article metadata defined inside the element <article-meta> (for example, on the <article-id> element, which holds an identifier for the entire article, or the <product> element);
  • inside a bibliographic citation element such as <mixed-citation> or <element-citation> (for example, on the <pub-id> element, which identifies a publication cited in a bibliographic reference list);
  • on an object identifier element (<object-id>), which can act as an identifier for any number of different elements;
  • on a related article or other related object (for example, on the element <related-object>); and
  • on an issue or volume identifier (for example, on the <issue-id> element, which identifies an issue).

Remarks

Best Practice: The type of identifier should be named for established types (DOIs, SICIs, and Codens). If the identifier is not of an established type, name the assigning agency (PMC, OCLC) or type of assigning agency (aggregator, archive, indexing service, publisher) which assigned the identifier.

Used on Elements: <article-id>, <pub-id>

ValueMeaning
accession(bioinformatics) a unique identifier given to a DNA or protein sequence record for tracking the sequence record and the associated sequence over time in a data repository.
arkArchival Resource Key — a Uniform Resource Locator (URL) containing the word "ark" that is a multi-purpose identifier for information objects of any type
art-access-idGeneric article accession identifier for interchange and retrieval between archives.
arxivarXiv archive of electronic preprints.
codenObsolete PDB/CCDC identifier (may be present on older articles).
doajDirectory of Open Access Journals.
doiDigital Object Identifier.
handleHandle identifier, part of the Handle System for assigning, managing, and resolving persistent identifiers for digital objects and other resources on the Internet
isbnInternational Standard Book Number.
manuscriptIdentifier assigned to a manuscript.
medlineNLM Medline identifier.
otherNone of the named identifiers in this list.
piiThe original “Publisher Item Identifier” (PII) was a system to provide unique and concise identification for individual published documents with a highly specified string. The PII specification is no longer in common use (2010).
pmcidPubMed Central identifier.
pmidPubMed ID; see http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed.
publisher-idPublisher’s identifier, such as an “article-id”, “artnum”, “identifier”, “article-number”, “pub-id”, etc.
siciSerial Item and Contribution Identifier (An ANSI/NISO Z39.56 code to uniquely identify volumes, articles, or other parts of a periodical. A journal article may have more than one SICI, for example, one for a print version and another for an electronic version.).
std-designationThe official number of a standard, from a standards body such as ISO, NISO, IEEE, ASME, et al., for example, “Z39.96-2012”.
Restriction@pub-id-type is an optional attribute; there is no default.

Used on Elements: <issue-id>, <object-id>, <volume-id>

ValueMeaning
Text, numbers, or special charactersThe type of identifier “doi” or name or type of organization that created the identifier “aggregator”.
Restriction@pub-id-type is an optional attribute; there is no default.

Suggested usage

Values for this attribute might include:
accession
(bioinformatics) a unique identifier given to a DNA or protein sequence record for tracking the sequence record and the associated sequence over time in a data repository.
aggregator
Identifier assigned by a data aggregator (generally used with elements <object-id>, <issue-id>, and <volume-id>)
archive
Identifier assigned by an archive or other repository (generally used with elements <object-id>, <issue-id>, and <volume-id>)
ark
Archival Resource Key — a Uniform Resource Locator (URL) containing the word "ark" that is a multi-purpose identifier for information objects of any type
art-access-id
Generic article accession identifier for interchange and retrieval between archives
arxiv
arXiv archive of electronic preprints
coden
Obsolete PDB/CCDC identifier (may be present on older articles)
doaj
Directory of Open Access Journals
doi
Digital Object Identifier
handle
Handle identifier, part of the Handle System for assigning, managing, and resolving persistent identifiers for digital objects and other resources on the Internet
index
Identifier assigned by an abstracting or indexing service (generally used with elements <object-id>, <issue-id>, and <volume-id>)
isbn
International Standard Book Number
manuscript
Identifier assigned to a manuscript
medline
NLM Medline identifier
pmcid
PubMed Central identifier
pmid
publisher-id
Publisher’s identifier, such as an “article-id”, “artnum”, “identifier”, “article-number”, “pub-id”, etc.
sici
Serial Item and Contribution Identifier (An ANSI/NISO Z39.56 code to uniquely identify volumes, articles, or other parts of a periodical. A journal article may have more than one SICI, for example, one for a print version and another for an electronic version.)
std-designation
The official number of a standard, from a standards body such as ISO, NISO, IEEE, ASME, et al., for example, “Z39.96-2012”.

Example 1

Differentiate <article-id>s in the article metadata:
...
<article-meta>  
<article-id pub-id-type="publisher-id">1037</article-id>
<article-id pub-id-type="doi">10.1128/JCM.39.7.2634-2636.2001</article-id>
<article-id pub-id-type="pmid">11427581</article-id>  
...</article-meta>
...

Example 2

Inside a citation for a print journal article, to name the identifier as a DOI:
...
<element-citation publication-type="journal" publication-format="print">...  
<fpage>519</fpage>
<lpage>617</lpage>
<pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>
</element-citation>
...