<TEI xmlns="http://www.tei-c.org/ns/1.0">
     <teiHeader>
         <fileDesc>
             <titleStmt>
                 <title><!-- ... --></title>
                 <author><!-- ... --></author>
             </titleStmt>
	     <publicationStmt>
	       <p><!-- info about publication --></p>
	     </publicationStmt>
	     <sourceDesc>
	       <p><!-- info about source --></p>
	     </sourceDesc>
         </fileDesc>
     </teiHeader>
     <text>
         <body>
             <entry>
                 <form>
                     <orth>..</orth>
                 </form>
                 <gramGrp>
                     <pos><!-- ... --></pos>
                </gramGrp>
                 <sense><!-- ... --></sense>
             </entry>
         </body>
     </text>
</TEI>
