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.
This should contain the name of the article folder + "/" + the name of the article XML file.
doi
The DOI of the article.
This should repeat article's DOI in the Article XML
article-id
The Article ID/Manuscript ID of the article
This should repeat the article-id in the Article XML.

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"/>