<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0"
     xmlns:rng="http://relaxng.org/ns/structure/1.0"
     xml:lang="en">
  <teiHeader>
    <fileDesc>
      <titleStmt>
	<title><!-- title --></title>
	<author><!-- author --></author>
      </titleStmt>
      <publicationStmt>
	<p> </p>
      </publicationStmt>
      <sourceDesc>
	<p> </p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
	<schemaSpec  start="TEI" ident="tei_odd"><!-- replace with a name for your schema-->
	  <moduleRef key="header"/>
	  <moduleRef key="core"/>
	  <moduleRef key="tei"/>
	  <moduleRef key="textstructure"/>
	  <!-- 
	  insert more moduleRef, or elementSpec, or classSpec, here 
	  -->
	</schemaSpec>
    </body>
  </text>
</TEI>



