<article-meta>

Article Metadata

The metadata for an article is information concerning the article, for example, bibliographic data such as authorship, article title, and copyright year; descriptive material such as keywords and abstracts; or information about related articles. The article metadata is not part of the body text or graphics of the article proper, but serves to identify or describe the article.

Content Model

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

Expanded Content Model

(title-group, contrib-group, 
(product | supplementary-material)*, 
permissions?, self-uri*, related-article*, abstract+, 
kwd-group?, funding-group*, conference*)

Description

The following, in order:

This element may be contained in:

<front>

Example

<article>
<front>
<article-meta>
<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</given-names></name>
<role>research physiotherapist</role>
<aff>Department of Health Care for the Elderly,
St Luke&#x2019;s Hospital, Bradford BD5 0NA</aff>
<author-comment>
<p>Competing interests: None declared.</p>
...
</author-comment>
</contrib>
...
</contrib-group>
<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>

Module

articlemeta3.ent