<?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="testglobals">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title>Stress test for globals</title>
            <author>Lou Burnard</author>
         </titleStmt>
         <publicationStmt>
	   <p> </p>
	 </publicationStmt>
         <sourceDesc>
            <p>authored from scratch</p>
         </sourceDesc>
      </fileDesc>
   </teiHeader>
<text>
<body>
<divGen type="toc"/>
<div>
<head>Stress Test for Globals</head>
<p>This schema permits numbered or unnumbered divs only.</p>
  <p>Here is the schema:</p>
  <schemaSpec ident="testglobals" start="TEI">
      <moduleRef key="tei"/>
      <moduleRef key="core"/>
      <moduleRef key="header"/>
      <moduleRef key="textstructure"/>
      <moduleRef key="figures"/><!-- needed for figure -->
      <elementSpec mode="change" ident="p">
	<attList>
	  <attDef ident="n" mode="delete"/>
	</attList>
      </elementSpec>
      <classSpec mode="change" ident="att.global" type="atts">
	<attList>
	  <attDef ident="really" mode="add">
	    <datatype>
	      <rng:data type="boolean"/>
	    </datatype>
	  </attDef>
	  <attDef ident="rendition" mode="delete"/>
	  <attDef ident="rend" mode="change">
	    <valList type="closed">
	      <valItem ident="nice"/>
	      <valItem ident="nasty"/>
	    </valList>
	  </attDef>
	</attList>
      </classSpec>
    </schemaSpec>
</div>
</body>
</text>
</TEI>

