<teiCorpus>
<teiCorpus> contiene la totalidad de un corpus TEI codificado, comprendiendo un único encabezado y uno o más elementos TEI, cada uno de los cuales tiene a su vez un único encabezado y un texto. 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
Módulo | core — 3 Elements Available in All TEI Documents | ||||||||
Además de los atributos globales |
|
||||||||
Usado por | |||||||||
Puede contener | |||||||||
Declaración |
element teiCorpus { att.global.attributes, attribute version { xsd:decimal }?, ( teiHeader, ( TEI | teiCorpus )+ ) } |
||||||||
Ejemplo |
<teiCorpus>
<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> |