<?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="testns">
  <teiHeader>
    <fileDesc>
      <titleStmt>
	<title>TEI testing multiple namespce</title>
	<author>Sebastian Rahtz</author>
      </titleStmt>
      <publicationStmt>
	<p> </p>
      </publicationStmt>
      <sourceDesc>
	<p>authored from scratch</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
	<schemaSpec ident="testns" start="TEI">
	  <moduleRef key="header"/>
	  <moduleRef key="core"/>
	  <moduleRef key="tei"/>
	  <moduleRef key="textstructure"/>
	  <moduleRef key="linking"/>
	  <moduleRef key="figures"/>

	  <elementSpec ident="Menu" mode="add" ns="http://www.oucs.ox.ac.uk/ns">	    <classes>
	      <memberOf key="model.pPart.data"/>
	    </classes>
	    <content>
	      <rng:text/>
	    </content>
	  </elementSpec>

	</schemaSpec>
    </body>
  </text>
</TEI>



