<teiCorpus>
| <teiCorpus> TEI準拠のコーパス全体を示す.ヘダーが1つと,ひとつ以上の要素TEIから 成る.各要素TEIには,テキストヘダーと要素textが1つある. 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
| モジュール | core — 3 Elements Available in All TEI Documents | ||||||||
| グローバル属性の他 | 
 | ||||||||
| 当該モジュールを使用するもの | |||||||||
| 下位 | |||||||||
| 宣言 | 
 element teiCorpus { att.global.attributes, attribute version { data.version }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||
| 例 | <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> | ||||||||
| 解説 |  コーパス全体にはひとつのTEIヘダーが,要素TEIにはひとつの 要素textがある. 
                       当該要素素は,適応できる場合,必須である.  | ||||||||
