<nlm-citation> NLM Citation

This element is deprecated. Avoid using it; use <element-citation>.
Related Elements
There are three kinds of citations in this Tag Set:
  • The element <element-citation>, which has element-only content, no interior punctuation or spacing, and allows the components of the citation to be in any order.
  • The element <mixed-citation>, which has textual content, with all interior punctuation and spacing preserved, and allows the components of the citation to be in any order.
  • Deprecated: The element <nlm-citation>, which has element-only content, no interior punctuation or spacing, and requires the components of the citation to be in a specific order. This element was used in previous versions of this Tag Set and is now deprecated.
Attributes

Base Attributes

Namespaces

Models and Context
May be contained in
Description
The following, in order:
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>
...