<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:lang="en"  xmlns="http://www.tei-c.org/ns/1.0"
 xmlns:rng="http://relaxng.org/ns/structure/1.0"
 n="testminimal">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title>TEI with minimal setup</title>
            <author>Sebastian Rahtz</author>
         </titleStmt>
         <publicationStmt>
	   <p> </p>
	 </publicationStmt>
         <sourceDesc>
            <p>authored from scratch</p>
         </sourceDesc>
      </fileDesc>
   </teiHeader>
<text>
<body>
    <schemaSpec ident="testp4compat" start="TEI" ns="">
      <moduleRef key="header"/>
      <moduleRef key="core"/>
      <moduleRef key="tei"/>
      <moduleRef key="textstructure"/>
      <elementSpec ident="TEI" module="core" mode="change">
	<altIdent>TEI.2</altIdent>
      </elementSpec>
      <classSpec module="tei" type="atts" ident="att.global"
		 mode="replace">
	<classes>
	  <memberOf key="att.global.linking"/>
	  <memberOf key="att.analytic"/>
	</classes>
	
	<attList>
	  <attDef ident="id" mode="add">
	    <datatype><rng:text/></datatype>
	  </attDef>
	  <attDef ident="rend"  mode="replace">
	    <datatype><rng:text/></datatype>
	  </attDef>
	  <attDef ident="n"  mode="replace">
	    <datatype><rng:text/></datatype>
	  </attDef>
	  
	</attList>
      </classSpec>
    </schemaSpec>
</body>
</text>
</TEI>



