Text Encoding Initiative

The XML Version of the TEI Guidelines

<teiCorpus.2>


<teiCorpus.2> (TEI corpus) contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more TEI.2 elements, each containing a single text header and a text.
Attributes Global attributes only
Example
<teiCorpus.2>
    <teiHeader> 
      <!-- header for corpus-level information -->
    </teiHeader>
    <TEI.2 id="T1">
         <teiHeader>          
            <!-- text-level header for first text -->
         </teiHeader>
         <text>
           <!-- content of second text -->  
         </text>
    </TEI.2>
    <TEI.2 id="T2">
         <teiHeader>
           <!-- text-level header for second text -->
         </teiHeader>
         <text> 
           <!-- content of second text -->  
         </text>
    </TEI.2>
           <!-- further TEI.2 elements -->
</teiCorpus.2>
 
Note

This element is mandatory when applicable.

Module Declared in file tei2; Core tag sets: enabled when any TEI base is enabled
Data Description Must contain one TEI header for the corpus, and a series of <TEI.2> elements, one for each text.
May contain TEI.2 teiHeader
May occur within
Declaration
<!ELEMENT teiCorpus.2 %om.RO;  (teiHeader, TEI.2+)> 
<!ATTLIST teiCorpus.2  
      %a.global;>
See further 3.6.1 Structure of the TEI2.DTD File; 23.1 Varieties of Composite Text

Up: 35 Elements