<teiCorpus>
| <teiCorpus> (TEI corpus) TEI準拠のコーパス全体を示す。ヘダーが1つと、ひとつ以上の要素TEIから 成る。各要素TEIには、テキストヘダーと要素textが1つある。 [4 Default Text Structure 16.1 Varieties of Composite Text] | |||||||
| モジュール | core — Elements Available in All TEI Documents | ||||||
| 属性 |
|
||||||
| クラブのメンバー | |||||||
| 上位 |
core: teiCorpus
|
||||||
| 下位 | |||||||
| 解説 |
コーパス全体にはひとつのTEIヘダーが、要素TEIにはひとつの 要素textがある。 当該要素素は、適応できる場合、必須である。 |
||||||
| 例 |
<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> |
||||||
| 宣言 |
<rng:element name="teiCorpus"> element teiCorpus { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, attribute version { teidata.version }?, ( teiHeader, model.resource*, model.describedResource+ ) } |
||||||