<divGen>
<divGen> (división de texto generada automáticamente) indica la localización en la cual aparece una división textual generada automáticamente por la aplicación de un procesamiento de texto. [3.9.2 Index Entries] | |||||||||||
Módulo | core — Elements Available in All TEI Documents | ||||||||||
Atributos |
|
||||||||||
Miembro de | |||||||||||
Contenido en | |||||||||||
Puede contener |
core: head
|
||||||||||
Nota |
This element is intended primarily for use in document production 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 preparation or word processing software. |
||||||||||
Ejemplo |
One use for this element is to allow document preparation software to generate an index and insert it in the appropriate place in the output. The example below assumes that the indexName attribute on index elements in the text has been used to specify index entries for the two generated indexes, named NAMES and THINGS: <back>
<div1 type="backmat"> <head>Bibliography</head> <!-- ... --> </div1> <div1 type="backmat"> <head>Indices</head> <divGen n="Index Nominum" type="NAMES"/> <divGen n="Index Rerum" type="THINGS"/> </div1> </back> |
||||||||||
Ejemplo |
Another use for divGen is to specify the location of an automatically produced table of contents: <front>
<!--<titlePage>...</titlePage>--> <divGen type="toc"/> <div> <head>Preface</head> <p> ... </p> </div> </front> |
||||||||||
Content model |
<content> |
||||||||||
Declaración |
<rng:element name="divGen"> element divGen { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attribute.subtype, attribute type { teidata.enumerated }?, model.headLike* } |