<toc> Table of Contents

Structural, multi-level Table of Contents, typically used for capturing a Table of Contents already present in a standards document being converted to this Tag Set, although it may also be used for Tables of Contents generated from standard and adoption metadata.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
Tagged Samples
Including navigation pointers as links
...
<front>
 ...
 <toc>
  <toc-title-group>
   <title>Table of Contents</title>
  </toc-title-group>
  <toc-entry>
   <title>Foreword</title>
   <nav-pointer rid="fwd"/>
  </toc-entry>
  <toc-entry>
   <label>1</label>
   <title>Purpose</title>
   <nav-pointer rid="s1"/>
  </toc-entry>
  <toc-entry>
   <label>2</label>
   <title>Scope</title>
   <nav-pointer rid="s2"/>
   <toc-entry>
    <label>2.1</label>
    <title>The Journal Archive and Interchange Tag Set</title>
    <nav-pointer rid="s2.1"/>
   </toc-entry>
   <toc-entry>
    <label>2.2</label>
    <title>The Journal Publishing Tag Set</title>
    <nav-pointer rid="s2.2"/>
   </toc-entry>
   <toc-entry>
    <label>2.3</label>
    <title>The Article Authoring Tag Set</title>
    <nav-pointer rid="s2.3"/>
   </toc-entry>
  </toc-entry>
  <toc-entry>
   <label>3</label>
   <title>Format of this Standard</title>
   <nav-pointer rid="s3"/>
   <toc-entry>
    <label>3.1</label>
    <title>Description of the Tag Suite</title>
    <nav-pointer rid="s3.1"/>
   </toc-entry>
   <toc-entry>
    <label>3.2</label>
    <title>Description of each Tag Set</title>
    <nav-pointer rid="s3.2"/>
   </toc-entry>
  </toc-entry>
  ...
 </toc>
 ...
</front>
...
Including print page numbers
...
<front>
 ...
 <toc>
  <toc-title-group>
   <title>Table of Contents</title>
  </toc-title-group>
  <toc-entry>
   <title>Foreword</title>
   <nav-pointer rid="fwd">iii</nav-pointer>
  </toc-entry>
  <toc-entry>
   <label>1</label>
   <title>Purpose</title>
   <nav-pointer rid="s1">1</nav-pointer>
  </toc-entry>
  <toc-entry>
   <label>2</label>
   <title>Scope</title>
   <nav-pointer rid="s2">1</nav-pointer>
   <toc-entry>
    <label>2.1</label>
    <title>The Journal Archive and Interchange Tag Set</title>
    <nav-pointer rid="s2.1">2</nav-pointer>
   </toc-entry>
   <toc-entry>
    <label>2.2</label>
    <title>The Journal Publishing Tag Set</title>
    <nav-pointer rid="s2.2">2</nav-pointer>
   </toc-entry>
   <toc-entry>
    <label>2.3</label>
    <title>The Article Authoring Tag Set</title>
    <nav-pointer rid="s2.3">2</nav-pointer>
   </toc-entry>
  </toc-entry>
  <toc-entry>
   <label>3</label>
   <title>Format of this Standard</title>
   <nav-pointer rid="s3">2</nav-pointer>
   <toc-entry>
    <label>3.1</label>
    <title>Description of the Tag Suite</title>
    <nav-pointer rid="s3.1">2</nav-pointer>
   </toc-entry>
   <toc-entry>
    <label>3.2</label>
    <title>Description of each Tag Set</title>
    <nav-pointer rid="s3.2">3</nav-pointer>
   </toc-entry>
  </toc-entry>
  ...
 </toc>
 ...
</front>
...
Related Resources