tf:issue-status

tf:issue-status is a required element that contains certain tracking information for an issue XML.

The stage attribute has the same choice of options as the stage attribute of <tf:article-status>. In final issue files the stage attribute should be set to "final".

Content Model

{ tagger+ }

Attributes

Attribute Use Content
stage required "final" | "ahead-of-issue" | "just-accepted" | "non-final"

Parent Elements

<tf:issue-manifest>

Example

<tf:issue-status stage="final">
  <tf:tagger name="VendorName"/>
</tf:issue-status>