<teiCorpus>
<teiCorpus> 包含一套用TEI編碼的文件集,由單一文集標頭以及一個 (或多個) TEI元素所組成,各TEI元素包含單一文本標頭和一個文本。 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
組件 | core — 3 Elements Available in All TEI Documents | ||||||||
屬性 | 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))
| ||||||||
屬於 | |||||||||
可包含在於 | core: teiCorpus | ||||||||
可包含 | |||||||||
宣告 |
element teiCorpus { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute version { data.version }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||
例子 |
<teiCorpus>
<teiHeader> <!-- 該文集的總header --> </teiHeader> <TEI> <teiHeader> <!-- 第一個文章的header --> </teiHeader> <text> <!-- 第一個文章的內容 --> </text> </TEI> <TEI> <teiHeader> <!-- 第二個文章的header --> </teiHeader> <text> <!-- 第二個文章的內容 --> </text> </TEI> <!-- 其他TEI元素 --> </teiCorpus> |