<TEI>

<TEI> (TEI-Dokument) enthält ein einzelnes TEI-konformes Dokument, das aus TEI-Header (Dateikopf) und Text besteht, entweder als eigenständige Datei oder als Teil eines Elements <teiCorpus>. 4 Default Text Structure 15.1 Varieties of Composite Text
Modultextstructure — 4 Default Text Structure
Attribute
version Version des TEI-Schemas
Zustand Optional
Datentyp
xsd:decimal
Werte A number identifying the version of the TEI guidelines
Verwendet vonteiCorpus
Kann enthalten
header: teiHeader
iso-fs: fsdDecl
textstructure: text
transcr: facsimile
Deklaration
element TEI
{
   att.global.attributes,
   attribute version { xsd:decimal }?,
   ( teiHeader, ( ( model.resourceLike+, text? ) | text ) )
}

<sch:ns prefix="teiuri="http://www.tei-c.org/ns/1.0"/>
<sch:ns prefix="rnguri="http://relaxng.org/ns/structure/1.0"/>
Beispiel
<TEI>
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>The shortest TEI Document Imaginable</title>
   </titleStmt>
   <publicationStmt>
    <p>First published as part of TEI P2.</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>
Anmerkung
This element is required.