tf:header

tf:header is a top-level article element that provides a restricted content model specific for article XML header file requirements.

The tf:header element should be used when header XML is requested.

Content Model

{ journal-meta, article-meta, notes*, ref* }

Attributes

None

Parent Elements

<article>

Example

<article ...>
  <tf:article-status stage="final">
    <tf:tagger name="VendorName"/>
  </tf:article-status>
  <tf:header>
    <journal-meta>
      ...
    </journal-meta>
    <article-meta>
      ...
    </article-meta>
  </tf:header>
</article>