<article-meta>

Article Metadata

Container element for information concerning the article that identifies or describes the article.

Remarks

Usage: The metadata for an article may contain, for example, bibliographic data such as authorship, article title, copyright year, and publication date; descriptive material such as keywords and abstracts; or any article identifying numbers. The article metadata (<article-meta>) is not part of the body text or graphics of the article proper, but serves to identify or describe the article.
Some journal tag sets identify three types of article metadata: that concerning the specific article, that concerning the journal, and that concerning the issue of the journal that contains the article. In this Tag Set, the metadata for the issue and the article has been placed together inside the <article-meta> and the journal metadata into the <journal-meta> element.
Design Note: Users of MAJOUR-Header-style journal tag sets should note that MAJOUR-Header-style issue metadata is part of the <article-meta> in this Tag Set.

Attributes

Content Model

<!ELEMENT  article-meta %article-meta-model;                         >

Expanded Content Model

(article-id*, article-categories?, title-group, (contrib-group | aff | aff-alternatives)*, author-notes?, pub-date+, volume*, volume-id*, volume-series?, issue*, issue-id*, issue-title*, issue-sponsor*, issue-part?, volume-issue-group*, isbn*, supplement?, ((fpage, lpage?, page-range?) | elocation-id)?, (email | ext-link | uri | product | supplementary-material)*, history?, permissions?, self-uri*, (related-article | related-object)*, (abstract)*, trans-abstract*, (kwd-group)*, funding-group*, conference*, counts?, custom-meta-group?)

Description

The following, in order:

This element may be contained in:

Example

<article dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">BMJ</journal-id>
<journal-id journal-id-type="pubmed">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<journal-title-group>
<abbrev-journal-title>BR MED J</abbrev-journal-title>
</journal-title-group>
<issn>0959-8138</issn>
<publisher>
<publisher-name>British Medical Journal</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group><article-title>Systematic review of day hospital care for elderly
people</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname>
<given-names>Anne Williams</given-names></name>
<role>research physiotherapist</role>
<xref ref-type="aff" rid="StLuke"/></contrib>
<contrib contrib-type="author">
<name><surname>Young</surname>
<given-names>John G.</given-names></name>
<role>consultant physician</role>
<xref ref-type="aff" rid="StLuke"/>
</contrib>
<contrib contrib-type="author">
<name><surname>Langhorne</surname>
<given-names>Peter Parker ("Spider")</given-names></name>
<role>senior lecturer</role>
<xref ref-type="aff" rid="StLuke"/>
<author-comment><p>on behalf of the Day Hospital Group</p>
</author-comment></contrib>
</contrib-group>
<aff id="StLuke">...</aff>
<author-notes>
<fn fn-type="con">
<p>Contributors: AF planned and initiated the
review,...</p>
</fn>
<fn><p>Correspondence to: Dr Forster
<email>a.forster@leeds.ac.uk</email></p>
</fn>
</author-notes>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
<day>27</day><month>03</month><year>1999</year></pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>837</fpage><lpage>841</lpage>
<history>
<date date-type="accepted" iso-8601-date="1999-01-29">
<day>29</day><month>01</month>
<year>1999</year></date>
</history>
<permissions>
<copyright-statement>Copyright &#x00A9; 1999, British Medical
Journal</copyright-statement>
<copyright-year>1999</copyright-year>
</permissions>
<abstract>...</abstract>
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>