tf:toc-article
tf:toc-article is a call-out to an Article XML from within the Issue XML manifest.
Three attributes are required:
- xlink:href
- Reference to the Article XML using relative file path.
- doi
- The DOI of the article.
- article-id
- The Article ID/Manuscript ID of the article
Content Model
EMPTY
Attributes
| Attribute | Use | Content |
|---|---|---|
| xlink:href | required | text |
| doi | required | text |
| article-id | required | xs:NMTOKEN |
| seq | optional | xs:NMTOKEN |
| online-content | optional | "true" | "false" |
| print-content | optional | "true" | "false" |
Parent Elements
<tf:toc-section>
Example
<tf:toc-article
xlink:href="UOEH_A_750554/UOEH_A_750554_J.xml"
doi="10.1080/15459624.2012.750554"
article-id="750554"/>