<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:lang="fr"  xmlns="http://www.tei-c.org/ns/1.0"
 xmlns:rng="http://relaxng.org/ns/structure/1.0"
 n="testlangs">
   <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>
<div>
<head>Mon Schema</head>
<p>Voici mes mot for mon schema</p>
  <p>Et maintenant, le schema lui-même:</p>
    <schemaSpec ident="testlangs" targetLang="fr" docLang="fr" start="TEI">
      <moduleRef key="header"/>
      <moduleRef key="core"/>
      <moduleRef key="tei"/>
      <moduleRef key="textstructure"/>
    </schemaSpec>
</div>
</body>
</text>
</TEI>



