<teiCorpus>
<teiCorpus> contient la totalité d'un corpus encodé selon la TEI, comprenant un seul en-tête de corpus et un ou plusieurs éléments TEI dont chacun contient un seul en-tête textuel et un texte [4 Default Text Structure 15.1 Varieties of Composite Text] | |||||||||||
Module | core — 3 Elements Available in All TEI Documents | ||||||||||
Attributs | 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)) (att.global.change (@change))
| ||||||||||
Utilisé par | |||||||||||
Contenu dans | core: teiCorpus | ||||||||||
Peut contenir | |||||||||||
Declaration |
element teiCorpus { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute version { data.version }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||||
Exemple | <teiCorpus xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader/> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader/> <text/> </TEI> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader/> <text/> </TEI> </teiCorpus> | ||||||||||
Note | Cet élément doit contenir un en-tête TEI pour le corpus, et une suite
d'éléments TEI, correspondant à autant de textes. Cet élément est obligatoire quand il est applicable. |