<?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="testappinfo">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title>TEI with appInfo setup</title>
            <author>Martin Holmes and 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 appInfo Schema</head>
<p>The minutes of the TEI Council meeting in April 2007 record
<quote>
A new <gi>tei:appInfo</gi> element will be created that is a member of
<name type="class">model.encodingPart</name>, which contains one or
more occurrences of a new element, <gi>application</gi> that can be
used by programs to record information intended for other
programs. The content of <gi>application</gi>, like <gi>egXML</gi>,
must be well-formed XML, but no further constraints are placed on it
at this time. It is a future work item to develop a mechanism to
associate an <gi>application</gi> with an actual particular
program.</quote>
</p>
  <p>Here is the schema:</p>
    <schemaSpec ident="testappinfo" start="TEI">
      <moduleRef key="header"/>
      <moduleRef key="core"/>
      <moduleRef key="tei"/>
      <moduleRef key="textstructure"/>

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