<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  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 
     place CDATA #IMPLIED 
     resp IDREF #IMPLIED 
     cert CDATA #IMPLIED 
     hand IDREF #IMPLIED 
     TEIform CDATA "add" 
	</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='place' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='cert' 
		Type='CData' >
	</AttDef>
	<AttDef Name='hand' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="add" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='del'>
	<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 
		id ID #IMPLIED 
     n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA #IMPLIED 
     status CDATA "unremarkable" 
     resp IDREF #IMPLIED 
     cert CDATA #IMPLIED 
     hand IDREF #IMPLIED 
     TEIform CDATA "del" 
	</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='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='status' 
		Type='CData' 
		AttValue="unremarkable" >
	</AttDef>
	<AttDef Name='resp' 
		Type='ID' >
	</AttDef>
	<AttDef Name='cert' 
		Type='CData' >
	</AttDef>
	<AttDef Name='hand' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="del" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='unclear'>
	<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 
     reason CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     cert CDATA #IMPLIED 
     hand IDREF #IMPLIED 
     agent CDATA #IMPLIED 
     TEIform CDATA "unclear" 
	</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='reason' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='cert' 
		Type='CData' >
	</AttDef>
	<AttDef Name='hand' 
		Type='ID' >
	</AttDef>
	<AttDef Name='agent' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="unclear" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.4.2:  Addresses and their components                   -->

<ElementDecl Name='address'>
	<More xml:space='preserve' >The XML content model was 
		((addrLine | %global-inclusions; )+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='addrLine' />
			<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 "address" 
	</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="address" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='addrLine'>
	<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 "addrLine" 
	</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="addrLine" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.6:  Simple cross references                            -->

<ElementDecl Name='ptr'>
	<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 
     type CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     crdate CDATA #IMPLIED 
     targType NAMES #IMPLIED 
     targOrder (Y | N | U) "U" 
     evaluate (all | one | none) #IMPLIED 
     target IDREFS #REQUIRED 
     TEIform CDATA "ptr" 
	</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='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='crdate' 
		Type='CData' >
	</AttDef>
	<AttDef Name='targType' 
		Type='CDATA' >	<!-- Attribute type was NAMES -->
	</AttDef>
	<AttDef Name='targOrder' 
		Type='Enumerated' 
		AttValue="U" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='U' />
	</AttDef>
	<AttDef Name='evaluate' 
		Type='Enumerated' >
			<Enumeration name='all' />
			<Enumeration name='one' />
			<Enumeration name='none' />
	</AttDef>
	<AttDef Name='target' 
		Type='ID' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="ptr" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='ref'>
	<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 
     type CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     crdate CDATA #IMPLIED 
     targType NAMES #IMPLIED 
     targOrder (Y | N | U) "U" 
     evaluate (all | one | none) #IMPLIED 
     target IDREFS #IMPLIED 
     TEIform CDATA "ref" 
	</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='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='crdate' 
		Type='CData' >
	</AttDef>
	<AttDef Name='targType' 
		Type='CDATA' >	<!-- Attribute type was NAMES -->
	</AttDef>
	<AttDef Name='targOrder' 
		Type='Enumerated' 
		AttValue="U" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='U' />
	</AttDef>
	<AttDef Name='evaluate' 
		Type='Enumerated' >
			<Enumeration name='all' />
			<Enumeration name='one' />
			<Enumeration name='none' />
	</AttDef>
	<AttDef Name='target' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="ref" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.7:  Lists and List Items                               -->

<ElementDecl Name='list'>
	<More xml:space='preserve' >The XML content model was 
		(( %global-inclusions; )*, 
                (head)?, 
                ((item , ( %global-inclusions; )*)+ 
                | (label, ( item, (  %global-inclusions; )* )+)+)) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<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>
			<Seq Frequency='Optional'>
				<Ref Element='head' />
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
				<Ref  Element='item' />
			<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>
			</Seq>
			<Seq Frequency='OneOrMore'>
				<Ref  Element='label' />
			<Seq Frequency='OneOrMore'>
				<Ref  Element='item' />
			<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>
			</Seq>
			</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 
     type CDATA "simple" 
     TEIform CDATA "list" 
	</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="simple" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="list" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='item'>
	<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 
		id ID #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     n CDATA #IMPLIED 
     TEIform CDATA "item" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="item" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='label'>
	<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 "label" 
	</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="label" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='head'>
	<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 
     type CDATA #IMPLIED 
     TEIform CDATA "head" 
	</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="head" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.8.1:  Annotation                                       -->

<ElementDecl Name='note'>
	<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 
		id ID #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     n CDATA #IMPLIED 
     type CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     place CDATA "unspecified" 
     anchored (yes | no) "yes" 
     target IDREFS #IMPLIED 
     targetEnd IDREFS #IMPLIED 
     TEIform CDATA "note" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='place' 
		Type='CData' 
		AttValue="unspecified" >
	</AttDef>
	<AttDef Name='anchored' 
		Type='Enumerated' 
		AttValue="yes" >
			<Enumeration name='yes' />
			<Enumeration name='no' />
	</AttDef>
	<AttDef Name='target' 
		Type='ID' >
	</AttDef>
	<AttDef Name='targetEnd' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="note" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.8.2:  Index Entries                                    -->

<ElementDecl Name='index'>
	<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 
     index CDATA #IMPLIED 
     level1 CDATA #REQUIRED 
     level2 CDATA #IMPLIED 
     level3 CDATA #IMPLIED 
     level4 CDATA #IMPLIED 
     TEIform CDATA "index" 
	</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='index' 
		Type='CData' >
	</AttDef>
	<AttDef Name='level1' 
		Type='CData' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='level2' 
		Type='CData' >
	</AttDef>
	<AttDef Name='level3' 
		Type='CData' >
	</AttDef>
	<AttDef Name='level4' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="index" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='divGen'>
	<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 
     type CDATA #IMPLIED 
     TEIform CDATA "divGen" 
	</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="divGen" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.9.3:  Milestone tags                                   -->

<ElementDecl Name='milestone'>
	<More xml:space='preserve' >The XML content model was 
		EMPTY 
	</More>
	
	<Model>
		<Empty />
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		id ID #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     ed CDATA #IMPLIED 
     n CDATA #IMPLIED 
     unit CDATA #REQUIRED 
     TEIform CDATA "milestone" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='ed' 
		Type='CData' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='unit' 
		Type='CData' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="milestone" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='pb'>
	<More xml:space='preserve' >The XML content model was 
		EMPTY 
	</More>
	
	<Model>
		<Empty />
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		id ID #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     ed CDATA #IMPLIED 
     n CDATA #IMPLIED 
     TEIform CDATA "pb" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='ed' 
		Type='CData' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="pb" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='lb'>
	<More xml:space='preserve' >The XML content model was 
		EMPTY 
	</More>
	
	<Model>
		<Empty />
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		id ID #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     ed CDATA #IMPLIED 
     n CDATA #IMPLIED 
     TEIform CDATA "lb" 
	</More>
 	<AttDef Name='id' 
		Type='ID' >
	</AttDef>
	<AttDef Name='lang' 
		Type='ID' >
	</AttDef>
	<AttDef Name='rend' 
		Type='CData' >
	</AttDef>
	<AttDef Name='ed' 
		Type='CData' >
	</AttDef>
	<AttDef Name='n' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="lb" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.10.1:  Tags for Bibliographic References               -->

<ElementDecl Name='bibl'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA | ident | code | kw | abbr | address |
date | name | num | rs | time | add | corr | del | gap | orig | reg |
sic | unclear | emph | foreign | gloss | hi | mentioned | soCalled |
term | title | ptr | ref | xptr | xref | anchor | s | seg | gi |
formula | author | biblScope | edition | editor | extent | idno |
imprint | note | publisher | pubPlace | respStmt| %global-inclusions;)* 
	</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='author' />
				<Ref  Element='biblScope' />
				<Ref  Element='edition' />
				<Ref  Element='editor' />
				<Ref  Element='extent' />
				<Ref  Element='idno' />
				<Ref  Element='imprint' />
				<Ref  Element='note' />
				<Ref  Element='publisher' />
				<Ref  Element='pubPlace' />
				<Ref  Element='respStmt' />
			<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 
     default (YES | NO) "NO" 
     TEIform CDATA "bibl" 
	</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="bibl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='biblFull'>
	<More xml:space='preserve' >The XML content model was 
		(titleStmt, (editionStmt, ( %global-inclusions;)*)?, 
(extent, ( %global-inclusions; )* )?,
publicationStmt, ( %global-inclusions; )* , (seriesStmt, ( %global-inclusions; )* )?, (notesStmt, ( %global-inclusions; )* )?, (sourceDesc, ( %global-inclusions; )* )*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
				<Ref  Element='titleStmt' />
			<Seq Frequency='Optional'>
				<Ref  Element='editionStmt' />
			<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>
			</Seq>
			<Seq Frequency='Optional'>
				<Ref  Element='extent' />
			<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>
			</Seq>
				<Ref  Element='publicationStmt' />
			<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>
			<Seq Frequency='Optional'>
				<Ref  Element='seriesStmt' />
			<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>
			</Seq>
			<Seq Frequency='Optional'>
				<Ref  Element='notesStmt' />
			<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>
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref  Element='sourceDesc' />
			<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>
			</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 "biblFull" 
	</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="biblFull" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='listBibl'>
	<More xml:space='preserve' >The XML content model was 
		((head, ( %global-inclusions; )* )?, 
                (bibl | bibFull ), 
                (bibl | biblFull | %global-inclusions;  )*, 
                (trailer, ( %global-inclusions; )* )?) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Optional'>
				<Ref  Element='head' />
			<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>
			</Seq>
			<Choice Frequency='Required'>
				<Ref  Element='bibl' />
				<Ref Element='bibFull' />
			</Choice>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			<Seq Frequency='Optional'>
				<Ref  Element='trailer' />
			<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>
			</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 "listBibl" 
	</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="listBibl" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.10.2.2:  Tags for Bibliographic References (cont'd)    -->

<ElementDecl Name='author'>
	<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 "author" 
	</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="author" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='editor'>
	<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 
     role CDATA "editor" 
     TEIform CDATA "editor" 
	</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='role' 
		Type='CData' 
		AttValue="editor" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="editor" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='respStmt'>
	<More xml:space='preserve' >The XML content model was 
		((resp | name | %global-inclusions; )*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='resp' />
				<Ref  Element='name' />
			<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 "respStmt" 
	</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="respStmt" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='resp'>
	<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 "resp" 
	</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="resp" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='title'>
	<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 
     level (a | m | j | s | u) #IMPLIED 
     type CDATA #IMPLIED 
     TEIform CDATA "title" 
	</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='level' 
		Type='Enumerated' >
			<Enumeration name='a' />
			<Enumeration name='m' />
			<Enumeration name='j' />
			<Enumeration name='s' />
			<Enumeration name='u' />
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="title" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.10.2.3:  Tags for Bibliographic References (cont'd)    -->

<ElementDecl Name='imprint'>
	<More xml:space='preserve' >The XML content model was 
		(pubPlace | publisher | date | biblScope | %global-inclusions; )* 
	</More>
	
	<Model>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='pubPlace' />
				<Ref  Element='publisher' />
				<Ref  Element='date' />
				<Ref  Element='biblScope' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</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 "imprint" 
	</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="imprint" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='publisher'>
	<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 "publisher" 
	</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="publisher" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='biblScope'>
	<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 "biblScope" 
	</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="biblScope" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='pubPlace'>
	<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 
     TEIform CDATA "pubPlace" 
	</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='TEIform' 
		Type='CData' 
		AttValue="pubPlace" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.11.1:  Verse                                           -->

<ElementDecl Name='l'>
	<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 
     enjamb CDATA #IMPLIED 
     met CDATA #IMPLIED 
     real CDATA #IMPLIED 
     rhyme CDATA #IMPLIED 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "l" 
	</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='enjamb' 
		Type='CData' >
	</AttDef>
	<AttDef Name='met' 
		Type='CData' >
	</AttDef>
	<AttDef Name='real' 
		Type='CData' >
	</AttDef>
	<AttDef Name='rhyme' 
		Type='CData' >
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="l" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='lg'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate | epigraph
| head | opener | salute | signed)*, (l | lg | %global-inclusions; )+, (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='l' />
				<Ref  Element='lg' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     type CDATA #IMPLIED
        org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     met CDATA #IMPLIED 
     real CDATA #IMPLIED 
     rhyme CDATA #IMPLIED 
     TEIform CDATA "lg" 
	</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='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='met' 
		Type='CData' >
	</AttDef>
	<AttDef Name='real' 
		Type='CData' >
	</AttDef>
	<AttDef Name='rhyme' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="lg" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  6.11.2:  Drama                                           -->

<ElementDecl Name='sp'>
	<More xml:space='preserve' >The XML content model was 
		((speaker)?, (p | l | lg | seg | stage | %global-inclusions; )+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Optional'>
				<Ref Element='speaker' />
			</Seq>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='p' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='seg' />
				<Ref  Element='stage' />
			<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 
     who IDREFS #IMPLIED 
     TEIform CDATA "sp" 
	</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='who' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="sp" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='speaker'>
	<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 "speaker" 
	</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="speaker" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!-- A "speaker" element must not have a "speaker" subelement -->

<ElementDecl Name='stage'>
	<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 "mix" 
     TEIform CDATA "stage" 
	</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="mix" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="stage" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!-- A "stage" element must not have a "stage" subelement -->

<!--  7:  Top-level parts of default structure                 -->

<ElementDecl Name='text'>
	<More xml:space='preserve' >The XML content model was 
		((front)?, (body | group ), (back)?) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Optional'>
				<Ref Element='front' />
			</Seq>
			<Choice Frequency='Required'>
				<Ref  Element='body' />
				<Ref Element='group' />
			</Choice>
			<Seq Frequency='Optional'>
				<Ref Element='back' />
			</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 
     decls IDREFS #IMPLIED 
     TEIform CDATA "text" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="text" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!-- Full TEI has an SGML inclusion here.  -->

<ElementDecl Name='body'>
	<More xml:space='preserve' >The XML content model was 
		(
                (argument | byline | docAuthor | docDate | epigraph | head | opener | salute | signed)*, 
                (       (       (divGen)*, 
                        (       (div,   (div | divGen)*) | 
                                (div0, (div0 | divGen)*) | 
                                (div1, (div1 | divGen)*))) |
                (       (       (eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions ))+, 
                        (       (divGen)*, 
                                (       (div, (div | divGen)*) |
                                        (div0,  (div0 | divGen)*) |
                                        (div1, (div1 | divGen)*))?))), 
                (byline | closer | epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='divGen' />
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref  Element='div' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
				<Ref  Element='div0' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div0' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
				<Ref  Element='div1' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div1' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
				<Ref Element='%global-inclusions' />
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='divGen' />
			</Seq>
			<Seq Frequency='Optional'>
			<Seq Frequency='Required'>
				<Ref  Element='div' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
				<Ref  Element='div0' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div0' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
				<Ref  Element='div1' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div1' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			</Seq>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     TEIform CDATA "body" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="body" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='group'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed | %global-inclusions; )*, (text | group)+, (byline
| closer | epigraph | salute | signed | trailer | %global-inclusions; )*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='text' />
				<Ref Element='group' />
			</Choice>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref  Element='trailer' />
			<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 
     decls IDREFS #IMPLIED 
     TEIform CDATA "group" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="group" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  7.1.1:  Un-numbered divisions                            -->

<ElementDecl Name='div'>
	<More xml:space='preserve' >The XML content model was 
		( ( argument | byline | docAuthor | docDate | epigraph
| head | opener | salute | signed |  
        div | divGen| 
        eg | bibl |
biblFull | l | lg | p | sp | cit | q | label | list | listBibl | note
| stage | %global-inclusions; )+, 

        (( closer |  trailer), 
        (byline | closer | epigraph | salute | signed | trailer | %global-inclusions; )*)? ) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref  Element='div' />
				<Ref  Element='divGen' />
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			<Seq Frequency='Optional'>
			<Choice Frequency='Required'>
				<Ref  Element='closer' />
				<Ref Element='trailer' />
			</Choice>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref  Element='trailer' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  7.1.2:  Numbered divisions                               -->

<ElementDecl Name='div0'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div1 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div1 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div1' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div1' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div0" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div0" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div1'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div2 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div2 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div2' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div2' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div1" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div1" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div2'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div3 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div3 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div3' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div3' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div2" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div2" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div3'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div4 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div4 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div4' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div4' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div3" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div3" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div4'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div5 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div5 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div5' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div5' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div4" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div4" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div5'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div6 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div6 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div6' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div6' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div5" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div5" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div6'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((div7 | divGen)+ |
(((eg | bibl | biblFull | l | lg | p | sp | cit | q | label | list |
listBibl | note | stage | %global-inclusions; ))+, (div7 | divGen)*)), (byline | closer |
epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='div7' />
				<Ref Element='divGen' />
			</Choice>
			<Seq Frequency='Required'>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div7' />
				<Ref Element='divGen' />
			</Choice>
			</Seq>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div6" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div6" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='div7'>
	<More xml:space='preserve' >The XML content model was 
		((argument | byline | docAuthor | docDate |
epigraph | head | opener | salute | signed)*, ((eg | bibl | biblFull |
l | lg | p | sp | cit | q | label | list | listBibl | note | stage | %global-inclusions; ))+,
(byline | closer | epigraph | salute | signed | trailer)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Seq Frequency='OneOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='closer' />
				<Ref  Element='epigraph' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref Element='trailer' />
			</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 
     decls IDREFS #IMPLIED 
     type CDATA #IMPLIED 
     org (composite | uniform) "uniform" 
     sample (initial | medial | final | unknown | complete) "complete" 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "div7" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='org' 
		Type='Enumerated' 
		AttValue="uniform" >
			<Enumeration name='composite' />
			<Enumeration name='uniform' />
	</AttDef>
	<AttDef Name='sample' 
		Type='Enumerated' 
		AttValue="complete" >
			<Enumeration name='initial' />
			<Enumeration name='medial' />
			<Enumeration name='final' />
			<Enumeration name='unknown' />
			<Enumeration name='complete' />
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="div7" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  7.2.4:  Tags for start and end of divisions              -->

<ElementDecl Name='trailer'>
	<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 "trailer" 
	</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="trailer" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='byline'>
	<More xml:space='preserve' >The XML content model was 
		(((#PCDATA | ident | code | kw | abbr | address |
date | name | num | rs | time | add | corr | del | gap | orig | reg |
sic | unclear | emph | foreign | gloss | hi | mentioned | soCalled |
term | title | ptr | ref | xptr | xref | anchor | s | seg | gi |
formula | %global-inclusions; ))* | docAuthor)* 
	</More>
	
	<Model>
		<Mixed>
			<Seq Frequency='ZeroOrMore'>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<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>
			</Seq>
				<Ref Element='docAuthor' />
			</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 "byline" 
	</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="byline" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='dateline'>
	<More xml:space='preserve' >The XML content model was 
		(date | time | name | #PCDATA | address| %global-inclusions;)* 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='date' />
				<Ref  Element='time' />
				<Ref  Element='name' />
				<Ref  Element='address' />
			<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 "dateline" 
	</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="dateline" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='argument'>
	<More xml:space='preserve' >The XML content model was 
		((head)?, ((eg | bibl | biblFull | l | lg | p |
sp | cit | q | label | list | listBibl | note | stage | %global-inclusions; ))*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Optional'>
				<Ref Element='head' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</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 "argument" 
	</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="argument" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='epigraph'>
	<More xml:space='preserve' >The XML content model was 
		(((eg | bibl | biblFull | l | lg | p | sp | cit
| q | label | list | listBibl | note | stage | %global-inclusions; ))*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<Ref  Element='eg' />
				<Ref  Element='bibl' />
				<Ref  Element='biblFull' />
				<Ref  Element='l' />
				<Ref  Element='lg' />
				<Ref  Element='p' />
				<Ref  Element='sp' />
				<Ref  Element='cit' />
				<Ref  Element='q' />
				<Ref  Element='label' />
				<Ref  Element='list' />
				<Ref  Element='listBibl' />
				<Ref  Element='note' />
				<Ref  Element='stage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</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 "epigraph" 
	</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="epigraph" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='opener'>
	<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 "opener" 
	</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="opener" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='closer'>
	<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 "closer" 
	</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="closer" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='salute'>
	<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 "salute" 
	</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="salute" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='signed'>
	<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 "signed" 
	</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="signed" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  7.5:  Additional Tag Set for Front Matter                -->

<ElementDecl Name='front'>
	<More xml:space='preserve' >The XML content model was 
		((divGen | titlePage)*, (((argument | byline |
docAuthor | docDate | epigraph | head | opener | salute | signed),
(argument | byline | docAuthor | docDate | epigraph | head | opener |
salute | signed | titlePage | %global-inclusions; )*) | ((div), (div | (divGen |
titlePage))*) | ((div1), (div1 | (divGen | titlePage))*))?) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='divGen' />
				<Ref Element='titlePage' />
			</Choice>
			<Seq Frequency='Optional'>
			<Seq Frequency='Required'>
			<Choice Frequency='Required'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref  Element='titlePage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref Element='div' />
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div' />
			<Choice Frequency='Required'>
				<Ref  Element='divGen' />
				<Ref Element='titlePage' />
			</Choice>
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref Element='div1' />
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div1' />
			<Choice Frequency='Required'>
				<Ref  Element='divGen' />
				<Ref Element='titlePage' />
			</Choice>
			</Choice>
			</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 
     decls IDREFS #IMPLIED 
     TEIform CDATA "front" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="front" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  7.5:  Tags for title pages                               -->

<ElementDecl Name='titlePage'>
	<More xml:space='preserve' >The XML content model was 
		(byline | docAuthor | docDate | docEdition |
docImprint | docTitle | epigraph | titlePart | %global-inclusions; )+ 
	</More>
	
	<Model>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='docEdition' />
				<Ref  Element='docImprint' />
				<Ref  Element='docTitle' />
				<Ref  Element='epigraph' />
				<Ref  Element='titlePart' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</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 
     type CDATA #IMPLIED 
     TEIform CDATA "titlePage" 
	</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="titlePage" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='docTitle'>
	<More xml:space='preserve' >The XML content model was 
		((titlePart | %global-inclusions; )+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='OneOrMore'>
				<Ref  Element='titlePart' />
			<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 "docTitle" 
	</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="docTitle" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='titlePart'>
	<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 
     type CDATA "main" 
     TEIform CDATA "titlePart" 
	</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="main" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="titlePart" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='docAuthor'>
	<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 "docAuthor" 
	</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="docAuthor" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='docEdition'>
	<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 "docEdition" 
	</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="docEdition" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='docImprint'>
	<More xml:space='preserve' >The XML content model was 
		(((#PCDATA | ident | code | kw | abbr |
address | date | name | num | rs | time | add | corr | del | gap |
orig | reg | sic | unclear | emph | foreign | gloss | hi | mentioned |
soCalled | term | title | ptr | ref | xptr | xref | anchor | s | seg |
gi | formula| %global-inclusions;))* | pubPlace | docDate | publisher)* 
	</More>
	
	<Model>
		<Mixed>
			<Choice Frequency='ZeroOrMore'>
			<Seq Frequency='ZeroOrMore'>
			<Choice Frequency='Required'>
				<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>
			</Seq>
				<Ref  Element='pubPlace' />
				<Ref  Element='docDate' />
				<Ref Element='publisher' />
			</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 "docImprint" 
	</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="docImprint" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='docDate'>
	<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 
     TEIform CDATA "docDate" 
	</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='TEIform' 
		Type='CData' 
		AttValue="docDate" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  teiback2.dtd:  written by OddDTD 1994-09-09              -->

<!--  7.6:  Tags for Back Matter                               -->

<ElementDecl Name='back'>
	<More xml:space='preserve' >The XML content model was 
		((divGen | titlePage)*, (((argument | byline |
docAuthor | docDate | epigraph | head | opener | salute | signed),
(argument | byline | docAuthor | docDate | epigraph | head | opener |
salute | signed | titlePage | %global-inclusions; )*) | ((div), (div | (divGen |
titlePage))*) | ((div1), (div1 | (divGen | titlePage))*))?) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='divGen' />
				<Ref Element='titlePage' />
			</Choice>
			<Seq Frequency='Optional'>
			<Seq Frequency='Required'>
			<Choice Frequency='Required'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref Element='signed' />
			</Choice>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='argument' />
				<Ref  Element='byline' />
				<Ref  Element='docAuthor' />
				<Ref  Element='docDate' />
				<Ref  Element='epigraph' />
				<Ref  Element='head' />
				<Ref  Element='opener' />
				<Ref  Element='salute' />
				<Ref  Element='signed' />
				<Ref  Element='titlePage' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref Element='div' />
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div' />
			<Choice Frequency='Required'>
				<Ref  Element='divGen' />
				<Ref Element='titlePage' />
			</Choice>
			</Choice>
			</Seq>
			<Seq Frequency='Required'>
			<Seq Frequency='Required'>
				<Ref Element='div1' />
			</Seq>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='div1' />
			<Choice Frequency='Required'>
				<Ref  Element='divGen' />
				<Ref Element='titlePage' />
			</Choice>
			</Choice>
			</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 
     decls IDREFS #IMPLIED 
     TEIform CDATA "back" 
	</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='decls' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="back" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  14.2.1:  Extended pointers                               -->

<ElementDecl Name='xref'>
	<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 
     type CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     crdate CDATA #IMPLIED 
     targType NAMES #IMPLIED 
     targOrder (Y | N | U) "U" 
     evaluate (all | one | none) #IMPLIED 
     doc ENTITY #IMPLIED 
     from CDATA "ROOT" 
     to CDATA "DITTO" 
     TEIform CDATA "xref" 
	</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='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='crdate' 
		Type='CData' >
	</AttDef>
	<AttDef Name='targType' 
		Type='CDATA' >	<!-- Attribute type was NAMES -->
	</AttDef>
	<AttDef Name='targOrder' 
		Type='Enumerated' 
		AttValue="U" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='U' />
	</AttDef>
	<AttDef Name='evaluate' 
		Type='Enumerated' >
			<Enumeration name='all' />
			<Enumeration name='one' />
			<Enumeration name='none' />
	</AttDef>
	<AttDef Name='doc' 
		Type='Entity' >
	</AttDef>
	<AttDef Name='from' 
		Type='CData' 
		AttValue="ROOT" >
	</AttDef>
	<AttDef Name='to' 
		Type='CData' 
		AttValue="DITTO" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="xref" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='xptr'>
	<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 
     type CDATA #IMPLIED 
     resp CDATA #IMPLIED 
     crdate CDATA #IMPLIED 
     targType NAMES #IMPLIED 
     targOrder (Y | N | U) "U" 
     evaluate (all | one | none) #IMPLIED 
     doc ENTITY #IMPLIED 
     from CDATA "ROOT" 
     to CDATA "DITTO" 
     TEIform CDATA "xptr" 
	</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='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='crdate' 
		Type='CData' >
	</AttDef>
	<AttDef Name='targType' 
		Type='CDATA' >	<!-- Attribute type was NAMES -->
	</AttDef>
	<AttDef Name='targOrder' 
		Type='Enumerated' 
		AttValue="U" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='U' />
	</AttDef>
	<AttDef Name='evaluate' 
		Type='Enumerated' >
			<Enumeration name='all' />
			<Enumeration name='one' />
			<Enumeration name='none' />
	</AttDef>
	<AttDef Name='doc' 
		Type='Entity' >
	</AttDef>
	<AttDef Name='from' 
		Type='CData' 
		AttValue="ROOT" >
	</AttDef>
	<AttDef Name='to' 
		Type='CData' 
		AttValue="DITTO" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="xptr" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  14.3:  Segments and Anchors                              -->

<ElementDecl Name='seg'>
	<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 
     type CDATA #IMPLIED 
     function CDATA #IMPLIED 
     subtype CDATA #IMPLIED 
     part (Y | N | I | M | F) "N" 
     TEIform CDATA "seg" 
	</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='function' 
		Type='CData' >
	</AttDef>
	<AttDef Name='subtype' 
		Type='CData' >
	</AttDef>
	<AttDef Name='part' 
		Type='Enumerated' 
		AttValue="N" >
			<Enumeration name='Y' />
			<Enumeration name='N' />
			<Enumeration name='I' />
			<Enumeration name='M' />
			<Enumeration name='F' />
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="seg" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='anchor'>
	<More xml:space='preserve' >The XML content model was 
		EMPTY 
	</More>
	
	<Model>
		<Empty />
	</Model>
<AttGrp >
	<More xml:space='preserve' >The XML attribute list was 
		n CDATA #IMPLIED 
     lang IDREF #IMPLIED 
     rend CDATA #IMPLIED 
     type CDATA #IMPLIED 
     function CDATA #IMPLIED 
     id ID #REQUIRED 
     TEIform CDATA "anchor" 
	</More>
 	<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='function' 
		Type='CData' >
	</AttDef>
	<AttDef Name='id' 
		Type='ID' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="anchor" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  15:  Simple analytic mechanisms                          -->

<!--  15.3:  Spans                                             -->

<ElementDecl Name='interp'>
	<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 
     resp CDATA #IMPLIED 
     type CDATA #IMPLIED 
     inst IDREFS #IMPLIED 
     value CDATA #REQUIRED 
     TEIform CDATA "interp" 
	</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='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='inst' 
		Type='ID' >
	</AttDef>
	<AttDef Name='value' 
		Type='CData' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="interp" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='interpGrp'>
	<More xml:space='preserve' >The XML content model was 
		((interp)*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='interp' />
			</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 
     resp CDATA #IMPLIED 
     type CDATA #IMPLIED 
     inst IDREFS #IMPLIED 
     TEIform CDATA "interpGrp" 
	</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='resp' 
		Type='CData' >
	</AttDef>
	<AttDef Name='type' 
		Type='CData' >
	</AttDef>
	<AttDef Name='inst' 
		Type='ID' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="interpGrp" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  15.1:  Linguistic Segment Categories                     -->

<ElementDecl Name='s'>
	<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 
     function CDATA #IMPLIED 
     TEIform CDATA "s" 
	</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='function' 
		Type='CData' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="s" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!-- An "s" element must not have an "s" subelement -->

<!--  teifig2.dtd:  written by OddDTD 1994-09-09               -->

<!--  22:  Tables, Formulae, Figures                           -->

<!--  22.1.1:  Tables                                          -->

<ElementDecl Name='table'>
	<More xml:space='preserve' >The XML content model was 
		((head | %global-inclusions; )*, row,  (row | %global-inclusions; )*) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='head' />
			<Choice Frequency='Required'>
				<Ref  Element='index' />
				<Ref  Element='interp' />
				<Ref  Element='interpGrp' />
				<Ref  Element='lb' />
				<Ref  Element='milestone' />
				<Ref Element='pb' />
			</Choice>
			</Choice>
				<Ref  Element='row' />
			<Choice Frequency='ZeroOrMore'>
				<Ref  Element='row' />
			<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 
     rows NUMBER #IMPLIED 
     cols NUMBER #IMPLIED 
     TEIform CDATA "table" 
	</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='rows' 
		Type='CDATA' >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='cols' 
		Type='CDATA' >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="table" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='row'>
	<More xml:space='preserve' >The XML content model was 
		((%global-inclusions; )*, 
                (( cell, ( %global-inclusions; )*) | (table , (%global-inclusions;)* ))+) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<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>
			<Seq Frequency='OneOrMore'>
			<Seq Frequency='Required'>
				<Ref  Element='cell' />
			<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>
			</Seq>
			<Seq Frequency='Required'>
				<Ref  Element='table' />
			<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>
			</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 
     role CDATA "data" 
     TEIform CDATA "row" 
	</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='role' 
		Type='CData' 
		AttValue="data" >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="row" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='cell'>
	<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 
     role CDATA "data" 
     rows NUMBER "1" 
     cols NUMBER "1" 
     TEIform CDATA "cell" 
	</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='role' 
		Type='CData' 
		AttValue="data" >
	</AttDef>
	<AttDef Name='rows' 
		Type='CDATA' 
		AttValue="1" >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='cols' 
		Type='CDATA' 
		AttValue="1" >	<!-- Attribute type was NUMBER -->
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="cell" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  22.2:  Formulae                                          -->

<ElementDecl Name='formula'>
	<More xml:space='preserve' >The XML content model was 
		(#PCDATA) 
	</More>
	
	<Model>
		<PCdata />
	</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 
     notation CDATA #REQUIRED 
     TEIform CDATA "formula" 
	</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='notation' 
		Type='CData' 
		Required='Yes' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="formula" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!--  22.3:  Figures                                           -->

<ElementDecl Name='figure'>
	<More xml:space='preserve' >The XML content model was 
		((head)?, (p)*, (figDesc)?, (text)?) 
	</More>
	
	<Model>
			<Seq Frequency='Required'>
			<Seq Frequency='Optional'>
				<Ref Element='head' />
			</Seq>
			<Seq Frequency='ZeroOrMore'>
				<Ref Element='p' />
			</Seq>
			<Seq Frequency='Optional'>
				<Ref Element='figDesc' />
			</Seq>
			<Seq Frequency='Optional'>
				<Ref Element='text' />
			</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 
     entity ENTITY #IMPLIED 
     TEIform CDATA "figure" 
	</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='entity' 
		Type='Entity' >
	</AttDef>
	<AttDef Name='TEIform' 
		Type='CData' 
		AttValue="figure" >
	</AttDef>
</AttGrp>
</ElementDecl>

<ElementDecl Name='figDesc'>
	<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 "figDesc" 
	</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="figDesc" >
	</AttDef>
</AttGrp>
</ElementDecl>

<!-- Entity sets and Notations for TEI Lite -->

<!--
<!ENTITY % ISOlat1 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN">
%ISOlat1; 

<!ENTITY % ISOlat2 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 2//EN">
%ISOlat2; 

<!ENTITY % ISOnum  
  PUBLIC   "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN">
%ISOnum;

<!ENTITY % ISOpub  PUBLIC "ISO 8879-1986//ENTITIES Publishing//EN">
%ISOpub; 


<!ENTITY % usrmods 
  PUBLIC   "-//TEI U5-1995//DTD TEI Lite 1.0 Extensions//EN">
%usrmods
-->

<!-- end of TEI Lite DTD -->

<!--
<!NOTATION cgm PUBLIC
  'ISO 8632:1987//NOTATION Computer Graphics Metafile//EN' >

<!NOTATION cgmchar PUBLIC
  'ISO 8632-2:1987//NOTATION CGM Character Encoding//EN' >

<!NOTATION jpeg PUBLIC
  'ISO DIS 10918//NOTATION JPEG Graphics Format//EN' >

<!NOTATION tiff PUBLIC
  '-//Aldus Corporation//NOTATION Tagged Image File Format//EN' >

<!NOTATION gif PUBLIC
  '-//Compuserve Information Service//NOTATION Graphics Interchange Format//EN' >

<!NOTATION sgml PUBLIC
  'ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN' >

<!NOTATION wsd  PUBLIC
  '-//TEI P3-1994//NOTATION Writing System Declaration//EN' >
-->
</DocumentDef>