<pub-id> Publication Identifier (in a citation)

In a bibliographic citation (<element-citation> or <mixed-citation>) or a citation to a related object (<related-object>), this element names an identifier of the cited publication.

Usage/Remarks

Custom Publication Identifier Type (@pub-id-type)

The @pub-id-type attribute can be used to preserve information concerning the type of contributors being cited (for example, “doi”s, “pmid”s, or “ark”s). @pub-id-type has as its values a fixed list of types. If your identifier type is not one of the listed types, you can use @custom-type to describe the actual type. Set the value of @pub-id-type to “custom” and also use @custom-type to hold any identifier type you require. For example:
<pub-id attr-pub-id-type="custom"  
     custom-type="matlab"...>...<pub-id>
Attributes

Base Attributes

Linking Attributes

xlink:type (fixed value = simple)

Namespaces

xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT  pub-id       (#PCDATA)                                    >
Tagged Sample

For Digital Object Identifier (DOI)

...
<ref>
 <mixed-citation publication-type="data">Xu, J. <etal/> 
  <data-title>Cross-platform ultradeep transcriptomic profiling 
   of human reference RNA samples by RNA-Seq</data-title>. 
  <source>Sci. Data</source> 
  <volume>1</volume>:<elocation-id>140020</elocation-id> 
  doi: <pub-id pub-id-type="doi">10.1038/sdata.2014.20</pub-id> 
  (<year iso-8601-date="2014">2014</year>).</mixed-citation>
</ref>
...