Basic Structure of Each TEI Document

The root element of each TEI document in the DTA is the <TEI> element whose @xmlns attribute specifies the TEI namespace that applies to the document:

<TEI xmlns="http://www.tei-c.org/ns/1.0">...</TEI>

Each TEI document in the DTA consists of a header containing metadata for the published text and a text area containing all transcriptions with the corresponding annotations. This full text does not only include the actual book text, but also all parts of the text, including the title page and preface as well as, as a rule, the registers, additions and appendices.

The following structure is adhered to in every TEI document:

<teiHeader>[metadata]</teiHeader>
<text>
<front>[elements before the beginning of the book text]</front>
<body>[text body]</body>
<back>[elements after completion of the book text]</back>
</text>