<?xml version="1.0" encoding="UTF-8"?>
<teiCorpus n="Corpus" xmlns="http://www.tei-c.org/ns/1.0">
     <teiHeader>
         <fileDesc>
             <titleStmt>
                 <title>title of corpus</title>
                 <author>author</author>
             </titleStmt>
	     <publicationStmt>
	       <p>Publication Information</p>
	     </publicationStmt>
	     <sourceDesc>
	       <p>Information about the source</p>
	     </sourceDesc>
         </fileDesc>
     </teiHeader>
     <TEI xml:id="MyTextNumber1">
         <teiHeader>
             <fileDesc>
                 <titleStmt>
                     <title><!-- ... --></title>
                     <author><!-- ... --></author>
                 </titleStmt>
                 <publicationStmt>
                     <p><!-- ... --></p>
                 </publicationStmt>
                 <sourceDesc>
                     <p><!-- ... --></p>
                 </sourceDesc>
             </fileDesc>
         </teiHeader>
         <text>
             <body>
                 <div>
                     <p><!-- ... --></p>
                 </div>
             </body>
         </text>
     </TEI>
     <TEI xml:id="MyTextNumber2">
         <teiHeader>
             <fileDesc>
                 <titleStmt>
                     <title><!-- ... --></title>
                     <author><!-- ... --></author>
                 </titleStmt>
                 <publicationStmt>
                     <p><!-- ... --></p>
                 </publicationStmt>
                 <sourceDesc>
                     <p><!-- ... --></p>
                 </sourceDesc>
             </fileDesc>
         </teiHeader>
         <text>
             <body>
                 <div>
                     <p><!-- ... --></p>
                 </div>
             </body>
         </text>
     </TEI>
     <!-- More TEI Documents -->
</teiCorpus>


