<teiCorpus>
<teiCorpus> (TEI corpus) 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 16.1 Varieties of Composite Text] | |||||||
Modulo | core — Elements Available in All TEI Documents | ||||||
Attributi |
|
||||||
Membro del | |||||||
Contenuto in |
core: teiCorpus
|
||||||
Può contenere | |||||||
Nota |
Should contain one TEI header for the corpus, and a series of TEI elements, one for each text. |
||||||
Esempio |
<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> |
||||||
Dichiarazione |
<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+ ) } |