<teiCorpus>
<teiCorpus> 하나의 코퍼스 헤더와 몇 개의 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)) (att.global.change (@change))
| ||||||||||
에 의해 사용된 | |||||||||||
에 의해 포함된 | core: teiCorpus | ||||||||||
포함할 수 있다 | |||||||||||
선언 |
element teiCorpus { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute version { data.version }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||||
예 | <teiCorpus version="5.2" xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <!-- header for corpus --> </teiHeader> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <!-- header for first text --> </teiHeader> <text> <!-- content of first text --> </text> </TEI> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <!-- header for second text --> </teiHeader> <text> <!-- content of second text --> </text> </TEI> <!-- more TEI elements here --> </teiCorpus> |