<teiCorpus>
<teiCorpus> (TEI corpus) 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 16.1 Varieties of Composite Text] | |||||||
Módulo | core — Elements Available in All TEI Documents | ||||||
Atributos |
|
||||||
Miembro de | |||||||
Contenido en |
core: teiCorpus
|
||||||
Puede contener | |||||||
Nota |
Should contain one TEI header for the corpus, and a series of TEI elements, one for each text. |
||||||
Ejemplo |
<teiCorpus version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0">
<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> |
||||||
Content model |
<content> |
||||||
Declaración |
<rng:element name="teiCorpus"> element teiCorpus { 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.attributes, attribute version { teidata.version }?, ( teiHeader, model.resource*, model.describedResource+ ) } |