TEI (hendiAll)

Text

Appendix

<TEI> (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resource class. Multiple TEI elements may be combined within a TEI (or teiCorpus) element.

Attributes
source req
Possible values
HenDi
Based on information from the Henze-Digital project (HenDi).
xml:id req
(identifier) provides a unique identifier for the element bearing the attribute.
Datatype
hendi.docsAll.pointer
version opt
specifies the version number of the TEI Guidelines against which this document is valid.
Datatype
teidata.version
Example
<TEI version="3.3.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 namespace.</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>
Example
<TEI version="2.9.1">
        <teiHeader>
          <fileDesc>
            <titleStmt>
              <title>A TEI Document containing four page images </title>
            </titleStmt>
            <publicationStmt>
              <p>Unpublished demonstration file.</p>
            </publicationStmt>
            <sourceDesc>
              <p>No source: this is an original work.</p>
            </sourceDesc>
          </fileDesc>
        </teiHeader>
        <facsimile>
          <graphic url="page1.png"/>
          <graphic url="page2.png"/>
          <graphic url="page3.png"/>
          <graphic url="page4.png"/>
        </facsimile>
      </TEI>

Examples

XML

If you've spotted some error or inaccurateness please do not hesitate to inform us via henze-digital [@] zenmem.de.