DIVGEN
(i.e. automatically generated text division)
Description: indicates the location at which a textual division gener-
ated automatically by a text-processing application is to appear.
Attributes:
type: specifies what type of generated text division (e.g. index,
table of contents, etc.) is to appear.
Data type: CDATA
Sample values include:
index : an index is to be generated and inserted at this
point.
toc : a table of contents
figlist : a list of figures
tablist : a list of tables
Default value: #IMPLIED
Remarks: Valid values are application-dependent; those shown are
of obvious utility in document production, but are by no
means exhaustive.
This attribute is optional.
Example:
One use for this element is to allow document preparation soft-
ware to generate an index and insert it in the appropriate place
in the output. The example below assumes that the index attribute
on the <index> element has been used to specify index entries for
multiple indices, 1 and 2.
<back>
<div1><head>Bibliography</head>
<listBibl> ... </listBibl>
<divGen type='index 1' n='Index Nominum'>
<divGen type='index 2' n='Index Rerum'>
</back>
Another use for <divGen> is to specify the location of an automati-
cally produced table of contents:
<front>
<titlePage> ... </titlePage>
<divGen type='toc'>
<div><head>Preface</head>
<p> ...
</front>
Remarks: This element is intended primarily for use in document produc-
tion or manipulation, rather than in the transcription of pre-
existing materials; it makes it easier to specify the location of
indices, tables of contents, etc., to be generated by text prepa-
ration or word processing software. The n attribute should be
used to give a title for the text division being generated.
Part: additional tag set for common core features
Member of classes:
DTD file: teicore2
Data description: Empty.
May occur within: [none]
May contain: [none]
Declaration:
<!ELEMENT divGen - O EMPTY >
<!ATTLIST divGen %a.global
type CDATA #IMPLIED >
Discussed in 6.8.2, "Index Entries," on page 13.
This tag is optional.
Content
- Tag Minimization
-
Open Tag: REQUIRED
Close Tag: OPTIONAL
See ATTRIBUTES
Empty CONTENT DECLARATION
Parent Elements
Top Element List
All Element List
Tree
teilite DTD