<teiCorpus>
<teiCorpus> contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more TEI elements, each containing a single text header and a text. 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
Modul | core — 3 Elements Available in All TEI Documents | ||||||||
Attribute | 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))
| ||||||||
Verwendet von | |||||||||
Enthalten in | core: teiCorpus | ||||||||
Kann enthalten | |||||||||
Deklaration |
element teiCorpus { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute version { data.version }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||
Beispiel |
<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> |