<DocumentDef>
 


<!--  TEI Lite and Loose DTD 
 This is the TEI Lite and Loose DTD, a version of the TEI Lite
 DTD suitable for use with XML documents. 

 XML is designed to simplify document delivery over the WWW. It is
 not designed as an archive notation. In order to accomplish the
 required simplicity and speed, several useful DTD features provided 
 by full SGML, and used by TEI and TEI Lite, are not provided by XML. 
 These features include: global inclusions and exclusions, the "&"
 connector, "bad" mixed content models, CDATA declared content types,
 #CURRENT attributes types.

 To construct an XML version of the TEI Lite DTDs, therefore, 
 involves "loosening" the content models that TEI recommends.
 This means, in turn, that if you are using this DTD for creating
 documents, you should apply some additional validation checks
 to confirm that the document does indeed conform to TEI's guidelines.

 For the most part, the difference with TEI Lite (i.e., using SGML)
 is that some of TEI Lites more complex content models reduce to
 larger content models simply connected with "|".

        Rick Jelliffe, ricko@gate.sinica.edu.tw 
-->

<!-- 
 This DTD may be referred to using the following public identifer:
        +//IDN xml.ascc.net//DTD TEI Lite and Loose 0.1//EN

 You can set your catalogs to use this DTD when the following public
 identifiers are specified in the doctype declaration of the instance
 document:
 
       -//TEI//DTD TEI Lite 1.0//EN

  or the slightly more specific 

       -//TEI//DTD TEI Lite 1.6//EN

      This is version 1.6, generated 25 June 1995 
      and tweaked manually by CMSMcQ (tei@uic.edu).

-->

<!--  1999-02-01 : ASCC   : XMLize: remove omission indicators,-->

<!--                        remove global exclusions into      -->

<!--                        comment, stage cannot contain stage-->

<!--                        and s cannot contain s. Add        -->

<!--                        xml:lang to TEI.2                  -->

<!--                        Loosen content model of div  to cope-->

<!--                        with the global inclusions         -->

<!--                        Global inclusions added to all     -->

<!--                        elements allowing data content.    -->

<!--  Text Encoding Initiative: Guidelines for Electronic      -->

<!--  Text Encoding and Interchange. Document TEI P3, 1994.    -->

<!--  Copyright (c) 1994 ACH, ACL, ALLC. Permission to copy    -->

<!--  in any form is granted, provided this notice is          -->

<!--  included in all copies.                                  -->

<!--  These materials may not be altered; modifications to     -->

<!--  these DTDs should be performed as specified in the       -->

<!--  Guidelines in chapter "Modifying the TEI DTD."           -->

<!--  These materials subject to revision. Current versions    -->

<!--  are available from the Text Encoding Initiative.         -->

<!--  Revisions:                                               -->

<!--  1996-09-24 : CMSMcQ : suppress trailing blank in FPI     -->

<!--  1995-06-25 : CMSMcQ : Version 1.6.  Add notations, ISO   -->

<!--                        entity sets for characters         -->

<!--                        Add eg to x.common                 -->

<!--  1995-06-08 : CMSMcQ : Version 1.5.  Add divGen to front  -->

<!--  1995-02-28 : CMSMcQ : Version 1.4.  Add biblFull at the  -->

<!--                        request of David Seaman            -->

<!--  1995-02-17 : CMSMcQ : Version 1.3.  Add ident, code ...  -->

<!--                        (and add teilitex.dtd)             -->

<!--  1995-01-27 : CMSMcQ : Version 1.2?  LB changes of 23 Jan -->

<!--  1995-01-21 : CMSMcQ : first cut at selection             -->

<!--  1995-01-21 : CMSMcQ : made file from skelmods.ent        -->

<!--  A TEI document is a text preceded by a TEI header.       -->

<ElementDecl Name='TEI.2'>
	<More xml:space='preserve' >The XML content model was 
		(teiHeader, text) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
				<Ref  Element='teiHeader' />
				<Ref Element='text' />
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "TEI.2" 
     
     xml:lang CDATA #IMPLIED 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="TEI.2" >
	</AttDef>
	<AttDef Name='xml:lang' 
		Type='CData' >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='gi'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | %global-inclusions; )* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Seq>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEI (yes | no) "yes" 
     TEIform CDATA "gi" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEI' 
		Type='Enumerated' 
		AttValue="yes" >
			<Enumeration name='yes' />
			<Enumeration name='no' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="gi" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='eg'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | %global-inclusions; )* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Seq>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "eg" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="eg" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='code'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | %global-inclusions; )* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Seq>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='ident'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | %global-inclusions; )* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Seq>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='kw'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | %global-inclusions; )* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Seq>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='teiHeader'>
	<More xml:space='preserve' >The XML content model was 
		(fileDesc, (encodingDesc)*, (profileDesc)*,
(revisionDesc)?) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
				<Ref  Element='fileDesc' />
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='encodingDesc' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='profileDesc' />
			</Seq>
			<Seq Frequency='Optional'>
				<Ref Element='revisionDesc' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA "text" 
     creator CDATA #IMPLIED 
     status (new | update) "new" 
     date.created CDATA #IMPLIED 
     date.updated CDATA #IMPLIED 
     TEIform CDATA "teiHeader" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' 
		AttValue="text" >
	</AttDef>
	<AttDef Name='creator' 
		Type='CData' >
	</AttDef>
	<AttDef Name='status' 
		Type='Enumerated' 
		AttValue="new" >
			<Enumeration name='new' />
			<Enumeration name='update' />
	</AttDef>
	<AttDef Name='date.created' 
		Type='CData' >
	</AttDef>
	<AttDef Name='date.updated' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="teiHeader" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='fileDesc'>
	<More xml:space='preserve' >The XML content model was 
		(titleStmt, (editionStmt)?, (extent)?,
publicationStmt, (seriesStmt)?, (notesStmt)?, (sourceDesc)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
				<Ref  Element='titleStmt' />
			<Seq Frequency='Optional'>
				<Ref Element='editionStmt' />
			</Seq>
			<Seq Frequency='Optional'>
				<Ref Element='extent' />
			</Seq>
				<Ref  Element='publicationStmt' />
			<Seq Frequency='Optional'>
				<Ref Element='seriesStmt' />
			</Seq>
			<Seq Frequency='Optional'>
				<Ref Element='notesStmt' />
			</Seq>
			<Seq Frequency='OneOrMore'>
				<Ref Element='sourceDesc' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "fileDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="fileDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='titleStmt'>
	<More xml:space='preserve' >The XML content model was 
		(((title)+, (author | editor | sponsor |
funder | principal | respStmt)*)) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='title' />
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='author' />
				<Ref  Element='editor' />
				<Ref  Element='sponsor' />
				<Ref  Element='funder' />
				<Ref  Element='principal' />
				<Ref Element='respStmt' />
			</Choice>
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "titleStmt" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="titleStmt" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='sponsor'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "sponsor" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="sponsor" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='funder'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "funder" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="funder" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='principal'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "principal" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="principal" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='editionStmt'>
	<More xml:space='preserve' >The XML content model was 
		((edition, (respStmt)*) | (p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref  Element='edition' />
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='respStmt' />
			</Seq>
			</Seq>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "editionStmt" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="editionStmt" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='edition'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "edition" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="edition" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='extent'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "extent" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="extent" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.2.4:  The publication statement                        -->

<ElementDecl Name='publicationStmt'>
	<More xml:space='preserve' >The XML content model was 
		((p)+ | (
                
                (publisher | distributor | authority | 
                pubPlace | address | idno | availability)*, (date)?
                )+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='publisher' />
				<Ref  Element='distributor' />
				<Ref  Element='authority' />
				<Ref  Element='pubPlace' />
				<Ref  Element='address' />
				<Ref  Element='idno' />
				<Ref Element='availability' />
			</Choice>
			<Seq Frequency='Optional'>
				<Ref Element='date' />
			</Seq>
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "publicationStmt" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="publicationStmt" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='distributor'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "distributor" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="distributor" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='authority'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "authority" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="authority" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='idno'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | %global-inclusions; )* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Seq>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA #IMPLIED 
     TEIform CDATA "idno" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="idno" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='availability'>
	<More xml:space='preserve' >The XML content model was 
		((p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     status (free | unknown | restricted) #IMPLIED 
     TEIform CDATA "availability" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='status' 
		Type='Enumerated' >
			<Enumeration name='free' />
			<Enumeration name='unknown' />
			<Enumeration name='restricted' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="availability" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.2.5:  The series statement                             -->

<ElementDecl Name='seriesStmt'>
	<More xml:space='preserve' >The XML content model was 
		((title, (idno | respStmt)*) | (p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref  Element='title' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='idno' />
				<Ref Element='respStmt' />
			</Choice>
			</Seq>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "seriesStmt" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="seriesStmt" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.2.6:  The notes statement                              -->

<ElementDecl Name='notesStmt'>
	<More xml:space='preserve' >The XML content model was 
		((note)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='note' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "notesStmt" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="notesStmt" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.2.7:  The source description                           -->

<ElementDecl Name='sourceDesc'>
	<More xml:space='preserve' >The XML content model was 
		(p | bibl | biblFull | listBibl)+ 
	</More>
	
	<Model>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='p' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref Element='listBibl' />
			</Choice>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     default (YES | NO) "NO" 
     TEIform CDATA "sourceDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='default' 
		Type='Enumerated' 
		AttValue="NO" >
			<Enumeration name='YES' />
			<Enumeration name='NO' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="sourceDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3:  The encoding description                           -->

<ElementDecl Name='encodingDesc'>
	<More xml:space='preserve' >The XML content model was 
		((projectDesc)*, (samplingDecl)*,
(editorialDecl)*, (tagsDecl)?, (refsDecl)*, (classDecl)*, (p)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='projectDesc' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='samplingDecl' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='editorialDecl' />
			</Seq>
			<Seq Frequency='Optional'>
				<Ref Element='tagsDecl' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='refsDecl' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='classDecl' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "encodingDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="encodingDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3.1:  The project description                          -->

<ElementDecl Name='projectDesc'>
	<More xml:space='preserve' >The XML content model was 
		((p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     default (YES | NO) "NO" 
     TEIform CDATA "projectDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='default' 
		Type='Enumerated' 
		AttValue="NO" >
			<Enumeration name='YES' />
			<Enumeration name='NO' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="projectDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3.2:  The sampling declaration                         -->

<ElementDecl Name='samplingDecl'>
	<More xml:space='preserve' >The XML content model was 
		((p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     default (YES | NO) "NO" 
     TEIform CDATA "samplingDecl" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='default' 
		Type='Enumerated' 
		AttValue="NO" >
			<Enumeration name='YES' />
			<Enumeration name='NO' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="samplingDecl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3.3:  The editorial practices declaration              -->

<ElementDecl Name='editorialDecl'>
	<More xml:space='preserve' >The XML content model was 
		((p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     default (YES | NO) "NO" 
     TEIform CDATA "editorialDecl" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='default' 
		Type='Enumerated' 
		AttValue="NO" >
			<Enumeration name='YES' />
			<Enumeration name='NO' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="editorialDecl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3.4:  Tag usage and rendition declarations             -->

<ElementDecl Name='tagsDecl'>
	<More xml:space='preserve' >The XML content model was 
		((rendition)*, (tagUsage)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='rendition' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='tagUsage' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "tagsDecl" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="tagsDecl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='tagUsage'>
	<More xml:space='preserve' >The XML content model was 
		%type2-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     gi NAME #REQUIRED 
     occurs NUMBER #IMPLIED 
     ident NUMBER #IMPLIED 
     render IDREF #IMPLIED 
     TEIform CDATA "tagUsage" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='gi' 
		Type='CDATA' 
		Required='Yes' >	<!-- Attribute type was NAME -->
	</AttDef>
	<AttDef Name='occurs' 
		Type='CDATA' >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='ident' 
		Type='CDATA' >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='render' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="tagUsage" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='rendition'>
	<More xml:space='preserve' >The XML content model was 
		%type2-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "rendition" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="rendition" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3.5.3:  The reference scheme declaration               -->

<ElementDecl Name='refsDecl'>
	<More xml:space='preserve' >The XML content model was 
		((p)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='p' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     doctype NAME "TEI.2" 
     TEIform CDATA "refsDecl" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='doctype' 
		Type='CDATA' 
		AttValue="TEI.2" >	<!-- Attribute type was NAME -->
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="refsDecl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.3.6:  The classification declaration                   -->

<ElementDecl Name='classDecl'>
	<More xml:space='preserve' >The XML content model was 
		((taxonomy)+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='taxonomy' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "classDecl" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="classDecl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='taxonomy'>
	<More xml:space='preserve' >The XML content model was 
		((category)+ | ((bibl | biblFull),
(category)*)) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='category' />
			</Seq>
			<Seq Frequency='Required'>
			<Choice Frequency='Required'>
				<Ref  Element='bibl' />
				<Ref Element='biblFull' />
			</Choice>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='category' />
			</Seq>
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "taxonomy" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="taxonomy" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='category'>
	<More xml:space='preserve' >The XML content model was 
		(catDesc, (category)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
				<Ref  Element='catDesc' />
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='category' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "category" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="category" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='catDesc'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "catDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="catDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.4:  The profile description                            -->

<ElementDecl Name='profileDesc'>
	<More xml:space='preserve' >The XML content model was 
		((creation)?, (langUsage)*, (textClass)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Optional'>
				<Ref Element='creation' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='langUsage' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='textClass' />
			</Seq>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "profileDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="profileDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.4.1:  Creation                                         -->

<ElementDecl Name='creation'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "creation" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="creation" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.4.2:  Language usage                                   -->

<ElementDecl Name='langUsage'>
	<More xml:space='preserve' >The XML content model was 
		(p | language)+ 
	</More>
	
	<Model>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='p' />
				<Ref Element='language' />
			</Choice>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     default (YES | NO) "NO" 
     TEIform CDATA "langUsage" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='default' 
		Type='Enumerated' 
		AttValue="NO" >
			<Enumeration name='YES' />
			<Enumeration name='NO' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="langUsage" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='language'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     id ID #IMPLIED 
     wsd ENTITY #IMPLIED 
     usage NUMBER #IMPLIED 
     TEIform CDATA "language" 
	</More>
 	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='wsd' 
		Type='Entity' >
	</AttDef>
	<AttDef Name='usage' 
		Type='CDATA' >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="language" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.4.3:  Text Classification                              -->

<ElementDecl Name='textClass'>
	<More xml:space='preserve' >The XML content model was 
		((classCode | catRef | keywords)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='classCode' />
				<Ref  Element='catRef' />
				<Ref Element='keywords' />
			</Choice>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     default (YES | NO) "NO" 
     TEIform CDATA "textClass" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='default' 
		Type='Enumerated' 
		AttValue="NO" >
			<Enumeration name='YES' />
			<Enumeration name='NO' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="textClass" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='keywords'>
	<More xml:space='preserve' >The XML content model was 
		((term)+ | list) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref Element='term' />
			</Seq>
				<Ref Element='list' />
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     scheme IDREF #IMPLIED 
     TEIform CDATA "keywords" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='scheme' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="keywords" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='classCode'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     scheme IDREF #IMPLIED 
     TEIform CDATA "classCode" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='scheme' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="classCode" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='catRef'>
	<More xml:space='preserve' >The XML content model was 
		EMPTY 
	</More>
	
	<Model>
		<Empty />
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     target IDREFS #REQUIRED 
     scheme IDREF #IMPLIED 
     TEIform CDATA "catRef" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='target' 
		Type='ID' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='scheme' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="catRef" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  5.5:  The Revision Description                           -->

<ElementDecl Name='revisionDesc'>
	<More xml:space='preserve' >The XML content model was 
		(list | (change)+) 
	</More>
	
	<Model>
			<Choice Frequency='Required'>
				<Ref  Element='list' />
			<Seq Frequency='OneOrMore'>
				<Ref Element='change' />
			</Seq>
			</Choice>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "revisionDesc" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="revisionDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='change'>
	<More xml:space='preserve' >The XML content model was 
		(date, (respStmt)+, item) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
				<Ref  Element='date' />
			<Seq Frequency='OneOrMore'>
				<Ref Element='respStmt' />
			</Seq>
				<Ref Element='item' />
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "change" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="change" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.12: Elements available in all forms of the TEI main    -->

<!--  DTD                                                      -->

<!--  Definition of elements, sub-group by sub-group.          -->

<!--  6.1:  Paragraph                                          -->

<ElementDecl Name='p'>
	<More xml:space='preserve' >The XML content model was 
		%type2-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "p" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="p" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.3.2.1:  Highlighted phrases                            -->

<ElementDecl Name='foreign'>
	<More xml:space='preserve' >The XML content model was 
		%type2-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		id ID #IMPLIED 
     n CDATA #IMPLIED 
     rend CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     TEIform CDATA "foreign" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="foreign" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.3.2.2:  Highlighted phrases (cont'd)                   -->

<ElementDecl Name='emph'>
	<More xml:space='preserve' >The XML content model was 
		%type2-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "emph" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="emph" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='hi'>
	<More xml:space='preserve' >The XML content model was 
		%type2-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "hi" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="hi" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.3.3:  Highlighted phrases (cont'd)                     -->

<ElementDecl Name='q'>
	<More xml:space='preserve' >The XML content model was 
		%type3-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA #IMPLIED 
     direct (y | n | unspecified) "unspecified" 
     who CDATA #IMPLIED 
     TEIform CDATA "q" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='direct' 
		Type='Enumerated' 
		AttValue="unspecified" >
			<Enumeration name='y' />
			<Enumeration name='n' />
			<Enumeration name='unspecified' />
	</AttDef>
	<AttDef Name='who' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="q" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='cit'>
	<More xml:space='preserve' >The XML content model was 
		((q | bibl | biblFull | ptr | ref | xptr | xref | %global-inclusions; )*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='q' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "cit" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="cit" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='soCalled'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "soCalled" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="soCalled" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.3.4:  Highlighted phrases (cont'd)                     -->

<ElementDecl Name='term'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA #IMPLIED 
     TEIform CDATA "term" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="term" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='mentioned'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     TEIform CDATA "mentioned" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="mentioned" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='gloss'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     target IDREF #IMPLIED 
     TEIform CDATA "gloss" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='target' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="gloss" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.4.1:  Proper Nouns                                     -->

<ElementDecl Name='name'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     key CDATA #IMPLIED 
     reg CDATA #IMPLIED 
     type CDATA #IMPLIED 
     TEIform CDATA "name" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='key' 
		Type='CData' >
	</AttDef>
	<AttDef Name='reg' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="name" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='rs'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     key CDATA #IMPLIED 
     reg CDATA #IMPLIED 
     type CDATA #IMPLIED 
     TEIform CDATA "rs" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='key' 
		Type='CData' >
	</AttDef>
	<AttDef Name='reg' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="rs" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.4.3:  Numbers and measures                             -->

<ElementDecl Name='num'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA #IMPLIED 
     value CDATA #IMPLIED 
     TEIform CDATA "num" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='value' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="num" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.4.4:  Dates and times                                  -->

<ElementDecl Name='date'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     calendar CDATA #IMPLIED 
     value CDATA #IMPLIED 
     certainty CDATA #IMPLIED 
     TEIform CDATA "date" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='calendar' 
		Type='CData' >
	</AttDef>
	<AttDef Name='value' 
		Type='CData' >
	</AttDef>
	<AttDef Name='certainty' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="date" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='time'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     value CDATA #IMPLIED 
     type (am | pm | 24hour | descriptive) #IMPLIED 
     zone CDATA #IMPLIED 
     TEIform CDATA "time" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='value' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='Enumerated' >
			<Enumeration name='am' />
			<Enumeration name='pm' />
			<Enumeration name='24hour' />
			<Enumeration name='descriptive' />
	</AttDef>
	<AttDef Name='zone' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="time" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.4.5:  Abbreviations                                    -->

<ElementDecl Name='abbr'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     expan CDATA #IMPLIED 
     resp IDREF #IMPLIED 
     cert CDATA #IMPLIED 
     type CDATA #IMPLIED 
     TEIform CDATA "abbr" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='expan' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='cert' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="abbr" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.5.1:  Editorial tags for correction                    -->

<ElementDecl Name='sic'>
	<More xml:space='preserve' >The XML content model was 
		%type3-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     corr CDATA #IMPLIED 
     resp IDREF #IMPLIED 
     cert CDATA #IMPLIED 
     TEIform CDATA "sic" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='corr' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='cert' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="sic" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='corr'>
	<More xml:space='preserve' >The XML content model was 
		%type3-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='figure' />
				<Ref  Element='stage' />
				<Ref  Element='table' />
				<Ref  Element='text' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     sic CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     cert CDATA #IMPLIED 
     TEIform CDATA "corr" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='sic' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='cert' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="corr" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.5.2:  Editorial tags for regularization                -->

<ElementDecl Name='reg'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     orig CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     TEIform CDATA "reg" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='orig' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="reg" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='orig'>
	<More xml:space='preserve' >The XML content model was 
		%type1-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Element='kw' />
				<Ref  Element='abbr' />
				<Ref  Element='address' />
				<Ref  Element='date' />
				<Ref  Element='name' />
				<Ref  Element='num' />
				<Ref  Element='rs' />
				<Ref  Element='time' />
				<Ref  Element='add' />
				<Ref  Element='corr' />
				<Ref  Element='del' />
				<Ref  Element='gap' />
				<Ref  Element='orig' />
				<Ref  Element='reg' />
				<Ref  Element='sic' />
				<Ref  Element='unclear' />
				<Ref  Element='emph' />
				<Ref  Element='foreign' />
				<Ref  Element='gloss' />
				<Ref  Element='hi' />
				<Ref  Element='mentioned' />
				<Ref  Element='soCalled' />
				<Ref  Element='term' />
				<Ref  Element='title' />
				<Ref  Element='ptr' />
				<Ref  Element='ref' />
				<Ref  Element='xptr' />
				<Ref  Element='xref' />
				<Ref  Element='anchor' />
				<Ref  Element='s' />
				<Ref  Element='seg' />
				<Ref  Element='gi' />
				<Ref  Element='formula' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
		</Mixed>
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     reg CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     TEIform CDATA "orig" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='reg' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="orig" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.5.3:  Other editorial tags                             -->

<ElementDecl Name='gap'>
	<More xml:space='preserve' >The XML content model was 
		EMPTY 
	</More>
	
	<Model>
		<Empty />
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		ana IDREFS #IMPLIED 
     corresp IDREFS #IMPLIED 
     next IDREF #IMPLIED 
     prev IDREF #IMPLIED 
     id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     desc CDATA #IMPLIED 
     reason CDATA #IMPLIED 
     resp IDREF #IMPLIED 
     hand IDREF #IMPLIED 
     agent CDATA #IMPLIED 
     extent CDATA #IMPLIED 
     TEIform CDATA "gap" 
	</More>
 	<AttDef Name='ana' 
		Type='ID' >
	</AttDef>
	<AttDef Name='corresp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='next' 
		Type='ID' >
	</AttDef>
	<AttDef Name='prev' 
		Type='ID' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='desc' 
		Type='CData' >
	</AttDef>
	<AttDef Name='reason' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='hand' 
		Type='ID' >
	</AttDef>
	<AttDef Name='agent' 
		Type='CData' >
	</AttDef>
	<AttDef Name='extent' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="gap" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='add'>
	<More xml:space='preserve' >The XML content model was 
		%type3-text; 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='ident' />
				<Ref  Element='code' />
				<Ref  Eleme