Whole document tree
    

Whole document tree

LoT

LoT

Name

LoT -- List of titles of objects within a document

Content Model

  ((DocInfo?, Title, TitleAbbrev?)?, LoTentry*)

Attributes

This element has common and Role attributes.

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

LoT is a list of titles of objects within a document, such as a List of Figures or List of Tables. An LoT may be a book component on its own or may occur before or after the main content of a Sect, or after the main content of an Article. It contains, in order, an optional DocInfo, Title, and TitleAbbrev, followed by one or more LoTentries. It has common and Label attributes.

Parents

These elements contain LoT: Article, Book, Part, Sect1, Sect2, Sect3, Sect4, Sect5.

Children

LoT contains these elements: DocInfo, LoTentry, Title, TitleAbbrev.

In some contexts, additional elements may be allowed by inclusions in parent elements.

Attributes

Label

Label holds an identifying number or string to be output in some manner when the element it is applied to is rendered.

Examples

<LOT>
<TITLE>List of Figures</TITLE>
<LOTENTRY SRCCREDIT="A.N. Oxgrifter" PAGENUM="7">Camels at play</LOTENTRY>
<LOTENTRY PAGENUM="11">Goats working hard</LOTENTRY>
<LOTENTRY SRCCREDIT="Author" PAGENUM="17">Elk at ease</LOTENTRY>
</LOT>