<elocation-id> Electronic Location Identifier

Bibliographic identifier for a document that does not have traditional printed page numbers.

Usage/Remarks

This element acts in the same way as a page identifier for a document that does not have traditional page numbers; the value could be an online identifier, DOI, etc., for example, “E70”. For example, it provides an identifier such as a DOI for a related article.
External Identifier
This element holds an external identifier, assigned to a book or book part by a publisher, an archive, or library to help cite a book or book part that is born digital and will never have page numbers. 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 preform a simple link.
Related Elements
A number of elements in the Suite relate to page numbers:
  • <fpage> names the page number on which a work begins;
  • <lpage> names the page number on which a work ends (which should be the same page number or a number larger than the starting page number);
  • <elocation-id> replaces the start and end page elements just described for electronic-only publications;
  • <page-range> records discontinuous page ranges; and
  • <book-page-count> holds the total page count, if the publisher has provided one. Typically this element records what the publisher said and makes no validity claim. The element <book-page-count> should be used only in metadata. The citation elements (<element-citation> or <mixed-citation>) use the element <size> to tag the total page count of a cited work.
Best Practice: The <page-range> is intended to record supplementary information and should not be used in the place of the <fpage> and <lpage> elements, which are typically needed for citation matching. The <page-range> element is merely a text string, containing such material as “8-11, 14-19, 40”, which would mean that the work began on page 8, ran through 11, skipped to page 14, ran through 19, and concluded on page 40.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT  elocation-id (#PCDATA)                                    >
Tagged Samples
Metadata for a <book-part>
...
<book-part-meta>
 ...
 <contrib-group>...</contrib-group>
 <pub-date date-type="pub" iso-8601-date="2002-08-28">
  <day>28</day>
  <month>08</month>
  <year>2002</year>
 </pub-date>
 <elocation-id>E27</elocation-id>
 <pub-history>
  <date date-type="accepted" iso-8601-date="2002-08-22">
   <day>22</day>
   <month>08</month>
   <year>2002</year>
  </date>
 </pub-history>
</book-part-meta>
...
RNA sequence in citation
...
<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>
...