◇◆
<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 article identifier, publisher’s
number, etc., for example,
“E70”.
External Assigned Identifier
This element holds an externally assigned
identifier, assigned to an article by a publisher, an archive, or library to help
cite an article
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 perform a simple link.
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT elocation-id (#PCDATA) >
Tagged Sample
<article-meta>
...
<article-meta>
...
<pub-date publication-format="print" date-type="pub" iso-8601-date="2002-08-28">
<day>28</day>
<month>08</month>
<year>2002</year>
</pub-date>
<volume>2</volume>
<elocation-id>E27</elocation-id>
<history>
<date date-type="accepted" iso-8601-date="2002-08-22">
<day>22</day>
<month>08</month>
<year>2002</year>
</date>
</history>
...
</article-meta>
...