<?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="testrend">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title>TEI with rend setup</title>
            <author>Sebastian Rahtz</author>
         </titleStmt>
         <publicationStmt>
	   <p> </p>
	 </publicationStmt>
         <sourceDesc>
            <p>authored from scratch</p>
         </sourceDesc>
      </fileDesc>
   </teiHeader>
<text>
<body>
<divGen type="toc"/>
<div>
<head>My schema to check rend values</head>
<p>Here is the introduction to your document</p>
  <p>Here is the schema:</p>
    <schemaSpec ident="testrend" start="TEI">
      <moduleRef key="header"/>
      <moduleRef key="core"/>
      <moduleRef key="tei"/>
      <moduleRef key="textstructure"/>
      <classSpec ident="att.global" module="tei" mode="change" type="atts">
	<attList>
	  <attDef ident="rend" mode="change">
	    <valList type="closed" mode="add">
	      <valItem ident="bold"/>
	      <valItem ident="italic"/>
	      <valItem ident="underline"/>
	    </valList>
	  </attDef>
	</attList>
      </classSpec>
      <elementSpec ident="p" module="core" mode="change">
	<attList>
	  <attDef ident="rend" mode="change">
	    <valList type="closed" mode="add">
	      <valItem ident="center"/>
	      <valItem ident="boxed"/>
	    </valList>
	  </attDef>
	</attList>
      </elementSpec>
    </schemaSpec>
</div>
</body>
</text>
</TEI>



