Schema Documentation - Generic Document Profile
version 1.0

The block variant of the toc element

On this page:

The toc element represents a single table of contents in a document.

The Block variant is an adaption for use when a table of contents is embedded within another sections, such as a mini table of contents to start a section.

The term "table of contents" is a generalization encompassing all of tables of contents, tables of figures, tables of maps and similar guides to the contents of a document.

Usage Example

<section>
    <hd>CHAPTER I. VARIATION UNDER DOMESTICATION.</hd>
    <toc>
        <entry>
            Causes of Variability
            <ref>7</ref>
        </entry>
        <entry>
            Effects of Habit
            <ref>11</ref>
        </entry>
        …
    </toc>
    <p>WHEN we look to the individuals …</p>
</section>
    

Allowed parents

body and section

Allowed children

This element must not contain text.

This element may contain the following children: entry, hd, pagebreak and section

Content model

a mix of
one or more of
any of the 2 elements: entry and section
zero or more of
any of the 2 elements: hd and pagebreak
end of mix

Variants

This element exists in 2 variants. The other variant is the section variant.

Namespace

http://www.daisy.org/ns/z3998/authoring/