<divGen>

<divGen> (partizione testuale generata automaticamente) indica la posizione in cui deve apparire una partizione testuale generata automaticamente da un'applicazione che elabora testi 3.8.2 Index Entries
Modulocore — 3 Elements Available in All TEI Documents
Attributi
typespecifica quale tipo di partizione testuale generata (ad esempio indice, sommario, ecc.) apparirà
Stato Opzionale
Tipo di dati
data.enumerated
I valori esemplificativi includono:
index
un indice sarà generato e inserito in questo punto.
toc
(indice) sommario
figlist
(elenco delle figure) una lista di immagini
tablist
(elenco delle tabelle) una lista di tabelle
Nota
Valid values are application-dependent; those shown are of obvious utility in document production, but are by no means exhaustive.
Usato da model.frontPart model.divGenLike
Può contenere
core: head
Dichiarazione
element divGen
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   model.headLike*
}
Esempio

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>
  <listBibl>
   <bibl/>
  </listBibl>
 </div1>
 <div1 type="backmat">
  <head>Indices</head>
  <divGen n="Index Nominumtype="NAMES"/>
  <divGen n="Index Rerumtype="THINGS"/>
 </div1>
</back>
Esempio

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>
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.