tf:article-status
tf:article-status is a required element that contains certain tracking information for an article XML.
The stage attribute is required, and should be set as follows:
- "final" is for the final version of an article in an issue (either complete or build-online issue). Use when Final Files are requested, and for all retrodigitized files.
- "ahead-of-issue" is for a final version of an article published outside of any issue. Use when preview files are requested (similar to "preprint" in TFJA)
- "just-accepted" is for the accepted manuscript version posted online. Use when online files are requested at the tagging stage (also called "AMO" or "EarlyXML")
- "non-final" - is for versions of the article not intended for publication (for example, a copyedited file).
The full-text-limited attribute is optional, and should be used to indicate why the PDF file or full-text is missing (if it is) or flag when there are problems with the article's PDF file. This will only be used after publication or in retrodigitized files.
Content Model
{ tagger+ }
Attributes
| Attribute | Use | Content |
|---|---|---|
| stage | required | "final" | "ahead-of-issue" | "just-accepted" | "non-final" |
| full-text-limited | optional | "retracted" | "rights" | "bad-scan" | "incomplete" | "no-pdf" |
Parent Elements
<article>
Example
<tf:article-status stage="final">
<tf:tagger name="VendorName"/>
</tf:article-status>