As discussed above, the teiHeader element has five principal components:
-
fileDesc (file description) contains a full bibliographic description of an electronic file.
-
encodingDesc (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived.
-
profileDesc (text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.
-
xenoData (non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed.
-
revisionDesc (revision description) summarizes the revision history for a file.
Aufgabe
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Title</title>
</titleStmt>
<publicationStmt>
<p></p>
</publicationStmt>
<sourceDesc>
<msDesc>
<msIdentifier>
<country>Deutschland</country>
<settlement>Paderborn</settlement>
<institution>Erzbischöfliche Akademische Bibliothek Paderborn</institution>
<collection>Archiv des Studienfonds Paderborn</collection>
<idno>222</idno>
</msIdentifier>
<physDesc>
<objectDesc>
<supportDesc>
<support>Parchment</support>
<extent>one page
<dimensions>
<height>52,00 mm</height>
<width>64,50 mm</width>
</dimensions>
</extent>
<condition>good</condition>
</supportDesc>
</objectDesc>
</physDesc>
<history>
<origin></origin>
<provenance>
<date>1664.09.10</date>
<settlement>Neuhaus</settlement>
</provenance>
</history>
<msContents>
<summary><!-- Der Paderborner Fürstbischof Dietrich von Fürstenberg stiftet die Academia Theodoriana und übergibt sie dem Ordensgeneral Aquavtva
Neuhaus, 10. September 1614.
F~hl,-.jm. Original und einigen Abschriften: SfAP Urk. Nr. 222.--></summary>
</msContents>
</msDesc>
<bibl>
<author></author>
<date></date>
<edition></edition>
</bibl>
</sourceDesc>
</fileDesc>
</teiHeader>