Schema Documentation - Book Profile
version 1.0

The section variant of the toc element

On this page:

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

The Section variant is an adaption for use when a table of contents represents a unique section of a work, such as the primary table of contents in the front matter of a book.

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

<toc>
    <h>TABLE OF CONTENTS.</h>
    <entry>
        CHAPTER I. — THE DARWIN FAMILY
        <ref>I</ref>
    </entry>
    <entry>
        CHAPTER II. — AUTOBIOGRAPHY
        <ref>26</ref>
    </entry>
    …
</toc>            
    

Allowed parents

aside, backmatter and frontmatter

Allowed children

This element must not contain text.

This element may contain the following children: aside, block, entry, h, hd, object, p, pagebreak, section and transition

Content model

a mix of
an optional h
zero or more of
any of the 7 elements: aside, block, hd, object, p, pagebreak and transition
end of mix
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 block variant.

Namespace

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