tf:toc-section

tf:toc-section groups sets of articles within a table of contents for an issue.

Content Model

( label?, title?, p*, ( tf:toc-article )+ )

Attributes

None

Parent Elements

<tf:toc>

Example

<tf:toc>
  <tf:toc-section>
    <title>ARTICLES</title>
    <tf:toc-article 
        xlink:href="UOEH_A_750554/UOEH_A_750554_J.xml" 
        article-id="750554" 
        doi="10.1080/15459624.2012.750554"/>
    <tf:toc-article 
        xlink:href="UOEH_A_750555/UOEH_A_750555_J.xml" 
        article-id="750555" 
        doi="10.1080/15459624.2012.750555"/>
  </tf:toc-section>
  <tf:toc-section>
    <title>Miscellany</title>
    <tf:toc-article 
        xlink:href="BHER_A_722857/BHER_A_722857_J.xml" 
        article-id="722857" 
        doi="10.1080/10807039.2012.722857"/>
  </tf:toc-section>
</tf:toc>