§

<TEI>

<TEI> (TEI document) contains a single TEI-conformant document, comprising a TEI header and a text, either in isolation or as part of a teiCorpus element. [4. 15.1. ]
Moduletextstructure
AttributesAttributes att.global (@xml:id, @n, @xml:lang, @rend) (att.global.linking (@corresp, @next, @prev)) (att.global.analytic (@ana)) (att.global.facs (@facs))
Member of
Contained by
core: teiCorpus
May contain
header: teiHeader
textstructure: text
Declaration
element TEI { teiHeader, ( ( model.resourceLike+, text? ) | text ) }
Schematron

<s:ns prefix="teiuri="http://www.tei-c.org/ns/1.0"/>
Schematron

<s:ns prefix="rnguri="http://relaxng.org/ns/structure/1.0"/>
Example
<TEI version="5.0" xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>The shortest TEI Document Imaginable</title>
   </titleStmt>
   <publicationStmt>
    <p>First published as part of TEI P2, this is the P5
         version using a name space.</p>
   </publicationStmt>
   <sourceDesc>
    <p>No source: this is an original work.</p>
   </sourceDesc>
  </fileDesc>
 </teiHeader>
 <text>
  <body>
   <p>This is about the shortest TEI document imaginable.</p>
  </body>
 </text>
</TEI>
Note

This element is required.