◇◆
<nlm-citation> NLM Citation
This element is deprecated. Avoid using it; use <element-citation>.
Attributes
Namespaces
Models and Context
May be contained in
Description
The following, in order:
- Any combination of:
- Any combination of:
- <source> Source, zero or one
- <patent> Patent Number, Cited, zero or one
- <trans-source> Translated Source, zero or one
- <year> Year, zero or one
- Any one of:
- The following, in order:
- <month> Month, zero or one
- <day> Day, zero or one
- <time-stamp> Time Stamp for Cited Work, zero or one
- <season> Season, zero or one
- The following, in order:
- <access-date> Access Date for Cited Work, zero or one
- <volume> Volume Number, zero or one
- <edition> Edition Statement, Cited, zero or one
- <conf-name> Conference Name, zero or one
- <conf-date> Conference Date, zero or one
- <conf-loc> Conference Location, zero or one
- Any combination of:
- <publisher-loc> Publisher’s Location, zero or one
- <publisher-name> Publisher’s Name, zero or one
- Zero or more occurrences of the following, in order:
- <fpage> First Page, zero or one
- <lpage> Last Page, zero or one
- <page-count> Page Count, zero or one
- <series> Series, zero or one
- <comment> Comment in a Citation, zero or more
- <pub-id> Publication Identifier for a Cited Publication, zero or more
- <annotation> Annotation in a Citation, zero or one
Content Model
<!ELEMENT nlm-citation
((person-group | collab)*,
(article-title | trans-title)*,
source?, patent?, trans-source?, year?,
((month?, day?, time-stamp?) | season?),
access-date?, volume?, edition?,
conf-name?, conf-date?, conf-loc?,
(issue | supplement)*, publisher-loc?,
publisher-name?, (fpage?, lpage?)*,
page-count?, series?, comment*, pub-id*,
annotation?) >Tagged Sample
Journal article
...
<ref>
<nlm-citation publication-type="journal">
<person-group>...</person-group>
<article-title>Electrogastrographic study of patients with
unexplained nausea, bloating and vomiting</article-title>
<source>Gastroenterology</source>
<year iso-8601-date="1980-08">1980</year>
<month>08</month>
<volume>79</volume>
<issue>2</issue>
<fpage>311</fpage>
<lpage>314</lpage>
</nlm-citation>
</ref>
...