<front> Front Matter

Container element for the metadata of an article and the journal in which it was published.

Usage/Remarks

In this Tag Set, the <front> element is somewhat superfluous since it merely contains the element <article-meta> which is itself a container element for information about an article. It is assumed that one of the purposes of authoring using this Tag Set is for the article’s inclusion in PubMed Central. Because PubMed Central also receives material using other tag sets which use a front matter element to contain information about both an article and the journal in which it is published, the <front> element was retained in this Tag Set for consistency.
Related Elements
A journal article (<article>) may be divided into four components:
  1. <processing-meta> (the metadata that concerns the XML file rather than the contents of the document);
  2. the <front> (the metadata or header information for the article, such as the title and the published date);
  3. the <body> (textual and graphical content of the article); and
  4. any <back> (ancillary information such as a glossary, reference list, or appendix).
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  front        %front-model;                                >
Expanded Content Model

(article-meta)

Tagged Sample

Basic article metadata

<article dtd-version="1.3"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:mml="http://www.w3.org/1998/Math/MathML">
 <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>
   ...
   <abstract>...</abstract>
   <kwd-group>...</kwd-group>
  </article-meta>
 </front>
 <body>...</body>
 <back>...</back>
</article>
Related Resources