<teiCorpus>
<teiCorpus> contiene un intero corpus codificato TEI, comprende un intestazione del corpus e uno o più elementi TEI, ciascuno contenente un un singolo testo e la relatica intestazione. 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
Modulo | core — 3 Elements Available in All TEI Documents | ||||||||
Attributi | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
| ||||||||
Usato da | |||||||||
Contenuto in | core: teiCorpus | ||||||||
Può contenere | |||||||||
Dichiarazione |
element teiCorpus { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute version { data.version }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||
Esempio |
<teiCorpus version="5.2">
<teiHeader> <!-- header for corpus --> </teiHeader> <TEI> <teiHeader> <!-- header for first text --> </teiHeader> <text> <!-- content of first text --> </text> </TEI> <TEI> <teiHeader> <!-- header for second text --> </teiHeader> <text> <!-- content of second text --> </text> </TEI> <!-- more TEI elements here --> </teiCorpus> |