<teiCorpus>
<teiCorpus> (TEI corpus) 하나의 코퍼스 헤더와 몇 개의 TEI 요소로 구성된, 그리고 하나의 텍스트 헤더와 하나의 텍스트로 구성된 TEI로 부호화된 코퍼스 전체를 포함한다. [4 Default Text Structure 16.1 Varieties of Composite Text] | |||||||
모듈 | core — Elements Available in All TEI Documents | ||||||
속성 |
|
||||||
클럽 회원 | |||||||
에 의해 포함된 |
core: teiCorpus
|
||||||
포함할 수 있다 | |||||||
주석 |
Should contain one teiHeader for the corpus, and a series of TEI elements, one for each text. As with all elements in the TEI scheme (except egXML) this element is in the TEI namespace (see Namespaces). Thus, when it is used as the outermost element of a TEI document, it is necessary to specify the TEI namespace on it. This is customarily achieved by including http://www.tei-c.org/ns/1.0 as the value of the XML namespace declaration (xmlns), without indicating a prefix, and then not using a prefix on TEI elements in the rest of the document. For example: <teiCorpus version="4.8.1" xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0">. |
||||||
예 |
<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+ ) } |