tf:issue-meta

tf:issue-meta contains information to identify an issue in issue XML.

The contents of this element should match the issue-level information contained in the <article-meta> section of all articles in the issue, which includes the following elements:

  • pub-date date-type="control" (required)
  • pub-date date-type="cover" (optional)
  • volume (required)
  • issue (required)
  • supplement (optional)
  • issue-title (optional)

Content Model

( pub-date+, volume, issue, issue-part?, supplement?, issue-id*, issue-title*, issue-sponsor*, ( ( fpage?, lpage?, page-range? ) )?, permissions?, funding-group*, conference*, self-uri* )

Attributes

None.

Parent Elements

<tf:issue-manifest>

Example

<tf:issue-meta>
  <pub-date date-type="control" iso-8601-date="2013-03-01"/>
  <pub-date date-type="cover">
    <string-date>March-April 2013</string-date>
  </pub-date>
  <volume>10</volume>
  <issue>3</issue>
</tf:issue-meta>