Newer
Older
libconsulte / etc / Pub2TEI / Schemas / IstexSchema.rng
@Romain Loth Romain Loth on 29 Oct 2015 514 KB Add 'etc/Pub2TEI/' from commit '5ff9187'
<?xml version="1.0" encoding="utf-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
         ns="http://www.tei-c.org/ns/1.0"><!--
Schema generated from ODD source 2015-03-13T23:00:31Z. .
TEI Edition: Version 2.7.0. Last updated on
	16th September 2014, revision 13036
TEI Edition Location: http://www.tei-c.org/Vault/P5/Version 2.7.0/
  
--><!----><div ns="http://www.w3.org/1998/Math/MathML"
        datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
      <div>
         <define name="math_XLINK.xmlns.attrib">
            <empty/>
         </define>
         <define name="MATHML.xmlns.extra.attrib">
            <ref name="math_XLINK.xmlns.attrib"/>
         </define>
         <define name="MATHML.xmlns.attrib">
            <empty/>
            <ref name="MATHML.xmlns.extra.attrib"/>
         </define>
      </div>
      <define name="MATHML.NamespaceDecl.attrib">
         <ref name="MATHML.xmlns.attrib"/>
      </define>
      <define name="MATHML.Common.attrib">
         <ref name="MATHML.NamespaceDecl.attrib"/>
         <optional>
            <attribute name="xlink:href"/>
         </optional>
         <optional>
            <attribute name="xlink:type"/>
         </optional>
         <optional>
            <attribute name="class"/>
         </optional>
         <optional>
            <attribute name="style"/>
         </optional>
         <optional>
            <attribute name="id">
               <data type="ID"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="xref">
               <data type="IDREF"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="other"/>
         </optional>
      </define>
      <define name="mathml.att-fontsize">
         <optional>
            <attribute name="fontsize"/>
         </optional>
      </define>
      <define name="mathml.att-fontweight">
         <optional>
            <attribute name="fontweight">
               <choice>
                  <value>normal</value>
                  <value>bold</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-fontstyle">
         <optional>
            <attribute name="fontstyle">
               <choice>
                  <value>normal</value>
                  <value>italic</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-fontfamily">
         <optional>
            <attribute name="fontfamily"/>
         </optional>
      </define>
      <define name="mathml.att-color">
         <optional>
            <attribute name="color"/>
         </optional>
      </define>
      <define name="mathml.att-mathvariant">
         <optional>
            <attribute name="mathvariant"/>
         </optional>
      </define>
      <define name="mathml.att-mathsize">
         <optional>
            <attribute name="mathsize"/>
         </optional>
      </define>
      <define name="mathml.att-mathcolor">
         <optional>
            <attribute name="mathcolor"/>
         </optional>
      </define>
      <define name="mathml.att-mathbackground">
         <optional>
            <attribute name="mathbackground"/>
         </optional>
      </define>
      <define name="mathml.att-fontinfo">
         <ref name="mathml.att-fontsize"/>
         <ref name="mathml.att-fontweight"/>
         <ref name="mathml.att-fontstyle"/>
         <ref name="mathml.att-fontfamily"/>
         <ref name="mathml.att-color"/>
         <ref name="mathml.att-mathvariant"/>
         <ref name="mathml.att-mathsize"/>
         <ref name="mathml.att-mathcolor"/>
         <ref name="mathml.att-mathbackground"/>
      </define>
      <define name="mathml.att-form">
         <optional>
            <attribute name="form">
               <choice>
                  <value>prefix</value>
                  <value>infix</value>
                  <value>postfix</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-fence">
         <optional>
            <attribute name="fence">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-separator">
         <optional>
            <attribute name="separator">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-lspace">
         <optional>
            <attribute name="lspace"/>
         </optional>
      </define>
      <define name="mathml.att-rspace">
         <optional>
            <attribute name="rspace"/>
         </optional>
      </define>
      <define name="mathml.att-stretchy">
         <optional>
            <attribute name="stretchy">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-symmetric">
         <optional>
            <attribute name="symmetric">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-maxsize">
         <optional>
            <attribute name="maxsize"/>
         </optional>
      </define>
      <define name="mathml.att-minsize">
         <optional>
            <attribute name="minsize"/>
         </optional>
      </define>
      <define name="mathml.att-largeop">
         <optional>
            <attribute name="largeop">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-movablelimits">
         <optional>
            <attribute name="movablelimits">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-accent">
         <optional>
            <attribute name="accent">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-opinfo">
         <ref name="mathml.att-form"/>
         <ref name="mathml.att-fence"/>
         <ref name="mathml.att-separator"/>
         <ref name="mathml.att-lspace"/>
         <ref name="mathml.att-rspace"/>
         <ref name="mathml.att-stretchy"/>
         <ref name="mathml.att-symmetric"/>
         <ref name="mathml.att-maxsize"/>
         <ref name="mathml.att-minsize"/>
         <ref name="mathml.att-largeop"/>
         <ref name="mathml.att-movablelimits"/>
         <ref name="mathml.att-accent"/>
      </define>
      <define name="mathml.att-width">
         <optional>
            <attribute name="width"/>
         </optional>
      </define>
      <define name="mathml.att-height">
         <optional>
            <attribute name="height"/>
         </optional>
      </define>
      <define name="mathml.att-depth">
         <optional>
            <attribute name="depth"/>
         </optional>
      </define>
      <define name="mathml.att-linebreak">
         <optional>
            <attribute name="linebreak"/>
         </optional>
      </define>
      <define name="mathml.att-sizeinfo">
         <ref name="mathml.att-width"/>
         <ref name="mathml.att-height"/>
         <ref name="mathml.att-depth"/>
      </define>
      <define name="mathml.att-lquote">
         <optional>
            <attribute name="lquote"/>
         </optional>
      </define>
      <define name="mathml.att-rquote">
         <optional>
            <attribute name="rquote"/>
         </optional>
      </define>
      <define name="mathml.att-linethickness">
         <optional>
            <attribute name="linethickness"/>
         </optional>
      </define>
      <define name="mathml.att-scriptlevel">
         <optional>
            <attribute name="scriptlevel"/>
         </optional>
      </define>
      <define name="mathml.att-displaystyle">
         <optional>
            <attribute name="displaystyle">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-scriptsizemultiplier">
         <optional>
            <attribute name="scriptsizemultiplier"/>
         </optional>
      </define>
      <define name="mathml.att-scriptminsize">
         <optional>
            <attribute name="scriptminsize"/>
         </optional>
      </define>
      <define name="mathml.att-background">
         <optional>
            <attribute name="background"/>
         </optional>
      </define>
      <define name="mathml.att-veryverythinmathspace">
         <optional>
            <attribute name="veryverythinmathspace"/>
         </optional>
      </define>
      <define name="mathml.att-verythinmathspace">
         <optional>
            <attribute name="verythinmathspace"/>
         </optional>
      </define>
      <define name="mathml.att-thinmathspace">
         <optional>
            <attribute name="thinmathspace"/>
         </optional>
      </define>
      <define name="mathml.att-mediummathspace">
         <optional>
            <attribute name="mediummathspace"/>
         </optional>
      </define>
      <define name="mathml.att-thickmathspace">
         <optional>
            <attribute name="thickmathspace"/>
         </optional>
      </define>
      <define name="mathml.att-verythickmathspace">
         <optional>
            <attribute name="verythickmathspace"/>
         </optional>
      </define>
      <define name="mathml.att-veryverythickmathspace">
         <optional>
            <attribute name="veryverythickmathspace"/>
         </optional>
      </define>
      <define name="mathml.att-open">
         <optional>
            <attribute name="open"/>
         </optional>
      </define>
      <define name="mathml.att-close">
         <optional>
            <attribute name="close"/>
         </optional>
      </define>
      <define name="mathml.att-separators">
         <optional>
            <attribute name="separators"/>
         </optional>
      </define>
      <define name="mathml.att-subscriptshift">
         <optional>
            <attribute name="subscriptshift"/>
         </optional>
      </define>
      <define name="mathml.att-superscriptshift">
         <optional>
            <attribute name="superscriptshift"/>
         </optional>
      </define>
      <define name="mathml.att-accentunder">
         <optional>
            <attribute name="accentunder">
               <choice>
                  <value>true</value>
                  <value>false</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-align">
         <optional>
            <attribute name="align"/>
         </optional>
      </define>
      <define name="mathml.att-numalign">
         <optional>
            <attribute name="numalign"/>
         </optional>
      </define>
      <define name="mathml.att-denomalign">
         <optional>
            <attribute name="denomalign"/>
         </optional>
      </define>
      <define name="mathml.att-rowalign">
         <optional>
            <attribute name="rowalign"/>
         </optional>
      </define>
      <define name="mathml.att-columnalign">
         <optional>
            <attribute name="columnalign"/>
         </optional>
      </define>
      <define name="mathml.att-columnwidth">
         <optional>
            <attribute name="columnwidth"/>
         </optional>
      </define>
      <define name="mathml.att-groupalign">
         <optional>
            <attribute name="groupalign"/>
         </optional>
      </define>
      <define name="mathml.att-alignmentscope">
         <optional>
            <attribute name="alignmentscope"/>
         </optional>
      </define>
      <define name="mathml.att-rowspacing">
         <optional>
            <attribute name="rowspacing"/>
         </optional>
      </define>
      <define name="mathml.att-columnspacing">
         <optional>
            <attribute name="columnspacing"/>
         </optional>
      </define>
      <define name="mathml.att-rowlines">
         <optional>
            <attribute name="rowlines"/>
         </optional>
      </define>
      <define name="mathml.att-columnlines">
         <optional>
            <attribute name="columnlines"/>
         </optional>
      </define>
      <define name="mathml.att-frame">
         <optional>
            <attribute name="frame">
               <choice>
                  <value>none</value>
                  <value>solid</value>
                  <value>dashed</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-side">
         <optional>
            <attribute name="side">
               <choice>
                  <value>left</value>
                  <value>right</value>
                  <value>leftoverlap</value>
                  <value>rightoverlap</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-framespacing">
         <optional>
            <attribute name="framespacing"/>
         </optional>
      </define>
      <define name="mathml.att-equalrows">
         <optional>
            <attribute name="equalrows"/>
         </optional>
      </define>
      <define name="mathml.att-equalcolumns">
         <optional>
            <attribute name="equalcolumns"/>
         </optional>
      </define>
      <define name="mathml.att-tableinfo">
         <ref name="mathml.att-align"/>
         <ref name="mathml.att-rowalign"/>
         <ref name="mathml.att-columnalign"/>
         <ref name="mathml.att-columnwidth"/>
         <ref name="mathml.att-groupalign"/>
         <ref name="mathml.att-alignmentscope"/>
         <ref name="mathml.att-side"/>
         <ref name="mathml.att-rowspacing"/>
         <ref name="mathml.att-columnspacing"/>
         <ref name="mathml.att-rowlines"/>
         <ref name="mathml.att-columnlines"/>
         <ref name="mathml.att-width"/>
         <ref name="mathml.att-frame"/>
         <ref name="mathml.att-framespacing"/>
         <ref name="mathml.att-equalrows"/>
         <ref name="mathml.att-equalcolumns"/>
         <ref name="mathml.att-displaystyle"/>
      </define>
      <define name="mathml.att-rowspan">
         <optional>
            <attribute name="rowspan"/>
         </optional>
      </define>
      <define name="mathml.att-columnspan">
         <optional>
            <attribute name="columnspan"/>
         </optional>
      </define>
      <define name="mathml.att-edge">
         <optional>
            <attribute name="edge">
               <choice>
                  <value>left</value>
                  <value>right</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-actiontype">
         <optional>
            <attribute name="actiontype"/>
         </optional>
      </define>
      <define name="mathml.att-selection">
         <optional>
            <attribute name="selection"/>
         </optional>
      </define>
      <define name="mathml.att-name">
         <optional>
            <attribute name="name"/>
         </optional>
      </define>
      <define name="mathml.att-alt">
         <optional>
            <attribute name="alt"/>
         </optional>
      </define>
      <define name="mathml.att-index">
         <optional>
            <attribute name="index"/>
         </optional>
      </define>
      <define name="mathml.att-bevelled">
         <optional>
            <attribute name="bevelled"/>
         </optional>
      </define>
      <define name="mathml.ptoken">
         <choice>
            <ref name="mathml.mi"/>
            <ref name="mathml.mn"/>
            <ref name="mathml.mo"/>
            <ref name="mathml.mtext"/>
            <ref name="mathml.ms"/>
         </choice>
      </define>
      <define name="mathml.attlist-mi" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-fontinfo"/>
      </define>
      <define name="mathml.attlist-mn" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-fontinfo"/>
      </define>
      <define name="mathml.attlist-mo" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-fontinfo"/>
         <ref name="mathml.att-opinfo"/>
      </define>
      <define name="mathml.attlist-mtext" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-fontinfo"/>
      </define>
      <define name="mathml.attlist-ms" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-fontinfo"/>
         <ref name="mathml.att-lquote"/>
         <ref name="mathml.att-rquote"/>
      </define>
      <define name="mathml.petoken">
         <ref name="mathml.mspace"/>
      </define>
      <define name="mathml.mspace">
         <element name="mspace">
            <ref name="mathml.attlist-mspace"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mspace"/>
      </define>
      <define name="mathml.attlist-mspace" combine="interleave">
         <ref name="mathml.att-sizeinfo"/>
         <ref name="mathml.att-linebreak"/>
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.pgenschema">
         <choice>
            <ref name="mathml.mrow"/>
            <ref name="mathml.mfrac"/>
            <ref name="mathml.msqrt"/>
            <ref name="mathml.mroot"/>
            <ref name="mathml.menclose"/>
            <ref name="mathml.mstyle"/>
            <ref name="mathml.merror"/>
            <ref name="mathml.mpadded"/>
            <ref name="mathml.mphantom"/>
            <ref name="mathml.mfenced"/>
         </choice>
      </define>
      <define name="mathml.attlist-mrow" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-mfrac" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-bevelled"/>
         <ref name="mathml.att-numalign"/>
         <ref name="mathml.att-denomalign"/>
         <ref name="mathml.att-linethickness"/>
      </define>
      <define name="mathml.attlist-msqrt" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-menclose" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="notation"
                       a:defaultValue="longdiv"/>
         </optional>
      </define>
      <define name="mathml.attlist-mroot" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-mstyle" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-fontinfo"/>
         <ref name="mathml.att-opinfo"/>
         <ref name="mathml.att-lquote"/>
         <ref name="mathml.att-rquote"/>
         <ref name="mathml.att-linethickness"/>
         <ref name="mathml.att-scriptlevel"/>
         <ref name="mathml.att-scriptsizemultiplier"/>
         <ref name="mathml.att-scriptminsize"/>
         <ref name="mathml.att-background"/>
         <ref name="mathml.att-veryverythinmathspace"/>
         <ref name="mathml.att-verythinmathspace"/>
         <ref name="mathml.att-thinmathspace"/>
         <ref name="mathml.att-mediummathspace"/>
         <ref name="mathml.att-thickmathspace"/>
         <ref name="mathml.att-verythickmathspace"/>
         <ref name="mathml.att-veryverythickmathspace"/>
         <ref name="mathml.att-open"/>
         <ref name="mathml.att-close"/>
         <ref name="mathml.att-separators"/>
         <ref name="mathml.att-subscriptshift"/>
         <ref name="mathml.att-superscriptshift"/>
         <ref name="mathml.att-accentunder"/>
         <ref name="mathml.att-tableinfo"/>
         <ref name="mathml.att-rowspan"/>
         <ref name="mathml.att-columnspan"/>
         <ref name="mathml.att-edge"/>
         <ref name="mathml.att-actiontype"/>
         <ref name="mathml.att-selection"/>
      </define>
      <define name="mathml.attlist-merror" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-mpadded" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-sizeinfo"/>
         <ref name="mathml.att-lspace"/>
      </define>
      <define name="mathml.attlist-mphantom" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-mfenced" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-open"/>
         <ref name="mathml.att-close"/>
         <ref name="mathml.att-separators"/>
      </define>
      <define name="mathml.pscrschema">
         <choice>
            <ref name="mathml.msub"/>
            <ref name="mathml.msup"/>
            <ref name="mathml.msubsup"/>
            <ref name="mathml.munder"/>
            <ref name="mathml.mover"/>
            <ref name="mathml.munderover"/>
            <ref name="mathml.mmultiscripts"/>
         </choice>
      </define>
      <define name="mathml.attlist-msub" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-subscriptshift"/>
      </define>
      <define name="mathml.attlist-msup" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-superscriptshift"/>
      </define>
      <define name="mathml.attlist-msubsup" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-subscriptshift"/>
         <ref name="mathml.att-superscriptshift"/>
      </define>
      <define name="mathml.attlist-munder" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-accentunder"/>
      </define>
      <define name="mathml.attlist-mover" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-accent"/>
      </define>
      <define name="mathml.attlist-munderover" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-accent"/>
         <ref name="mathml.att-accentunder"/>
      </define>
      <define name="mathml.attlist-mmultiscripts" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-subscriptshift"/>
         <ref name="mathml.att-superscriptshift"/>
      </define>
      <define name="mathml.pscreschema">
         <choice>
            <ref name="mathml.mprescripts"/>
            <ref name="mathml.none"/>
         </choice>
      </define>
      <define name="mathml.mprescripts">
         <element name="mprescripts">
            <ref name="mathml.attlist-mprescripts"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mprescripts"/>
      </define>
      <define name="mathml.attlist-mprescripts" combine="interleave">
         <ref name="MATHML.xmlns.attrib"/>
      </define>
      <define name="mathml.none">
         <element name="none">
            <ref name="mathml.attlist-none"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.none"/>
      </define>
      <define name="mathml.attlist-none" combine="interleave">
         <ref name="MATHML.xmlns.attrib"/>
      </define>
      <define name="mathml.ptabschema">
         <choice>
            <ref name="mathml.mtable"/>
            <ref name="mathml.mtr"/>
            <ref name="mathml.mlabeledtr"/>
            <ref name="mathml.mtd"/>
         </choice>
      </define>
      <define name="mathml.attlist-mtable" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-tableinfo"/>
      </define>
      <define name="mathml.attlist-mtr" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-rowalign"/>
         <ref name="mathml.att-columnalign"/>
         <ref name="mathml.att-groupalign"/>
      </define>
      <define name="mathml.attlist-mlabeledtr" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-rowalign"/>
         <ref name="mathml.att-columnalign"/>
         <ref name="mathml.att-groupalign"/>
      </define>
      <define name="mathml.attlist-mtd" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-rowalign"/>
         <ref name="mathml.att-columnalign"/>
         <ref name="mathml.att-groupalign"/>
         <ref name="mathml.att-rowspan"/>
         <ref name="mathml.att-columnspan"/>
      </define>
      <define name="mathml.plschema">
         <choice>
            <ref name="mathml.pgenschema"/>
            <ref name="mathml.pscrschema"/>
            <ref name="mathml.ptabschema"/>
         </choice>
      </define>
      <define name="mathml.peschema">
         <choice>
            <ref name="mathml.maligngroup"/>
            <ref name="mathml.malignmark"/>
         </choice>
      </define>
      <define name="mathml.malignmark">
         <element name="malignmark">
            <ref name="mathml.attlist-malignmark"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.malignmark"/>
      </define>
      <define name="mathml.attlist-malignmark" combine="interleave">
         <ref name="mathml.att-edge"/>
      </define>
      <define name="mathml.maligngroup">
         <element name="maligngroup">
            <ref name="mathml.attlist-maligngroup"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.maligngroup"/>
      </define>
      <define name="mathml.attlist-maligngroup" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-groupalign"/>
      </define>
      <define name="mathml.mglyph">
         <element name="mglyph">
            <ref name="mathml.attlist-mglyph"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mglyph"/>
      </define>
      <define name="mathml.attlist-mglyph" combine="interleave">
         <ref name="mathml.att-alt"/>
         <ref name="mathml.att-fontfamily"/>
         <ref name="mathml.att-index"/>
      </define>
      <define name="mathml.pactions">
         <ref name="mathml.maction"/>
      </define>
      <define name="mathml.attlist-maction" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-actiontype"/>
         <ref name="mathml.att-selection"/>
      </define>
      <define name="mathml.PresInCont">
         <choice>
            <ref name="mathml.ptoken"/>
            <ref name="mathml.petoken"/>
            <ref name="mathml.plschema"/>
            <ref name="mathml.peschema"/>
            <ref name="mathml.pactions"/>
         </choice>
      </define>
      <define name="mathml.Presentation">
         <choice>
            <ref name="mathml.ptoken"/>
            <ref name="mathml.petoken"/>
            <ref name="mathml.pscreschema"/>
            <ref name="mathml.plschema"/>
            <ref name="mathml.peschema"/>
            <ref name="mathml.pactions"/>
         </choice>
      </define>
      <define name="mathml.att-base">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="base"
                       a:defaultValue="10"/>
         </optional>
      </define>
      <define name="mathml.att-closure">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="closure"
                       a:defaultValue="closed"/>
         </optional>
      </define>
      <define name="mathml.att-definition">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="definitionURL"
                       a:defaultValue=""/>
         </optional>
      </define>
      <define name="mathml.att-encoding">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="encoding"
                       a:defaultValue=""/>
         </optional>
      </define>
      <define name="mathml.att-nargs">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="nargs"
                       a:defaultValue="1"/>
         </optional>
      </define>
      <define name="mathml.att-occurrence">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="occurrence"
                       a:defaultValue="function-model"/>
         </optional>
      </define>
      <define name="mathml.att-order">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="order"
                       a:defaultValue="numeric"/>
         </optional>
      </define>
      <define name="mathml.att-scope">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="scope"
                       a:defaultValue="local"/>
         </optional>
      </define>
      <define name="mathml.att-type">
         <optional>
            <attribute name="type"/>
         </optional>
      </define>
      <define name="mathml.ctoken">
         <choice>
            <ref name="mathml.csymbol"/>
            <ref name="mathml.ci"/>
            <ref name="mathml.cn"/>
         </choice>
      </define>
      <define name="mathml.attlist-ci" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-type"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.attlist-csymbol" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-encoding"/>
         <ref name="mathml.att-type"/>
         <ref name="mathml.att-definition"/>
      </define>
      <define name="mathml.attlist-cn" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-type"/>
         <ref name="mathml.att-base"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cspecial">
         <choice>
            <ref name="mathml.apply"/>
            <ref name="mathml.reln"/>
            <ref name="mathml.lambda"/>
         </choice>
      </define>
      <define name="mathml.attlist-apply" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-reln" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-lambda" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.cother">
         <choice>
            <ref name="mathml.condition"/>
            <ref name="mathml.declare"/>
            <ref name="mathml.sep"/>
         </choice>
      </define>
      <define name="mathml.attlist-condition" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-declare" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-type"/>
         <ref name="mathml.att-scope"/>
         <ref name="mathml.att-nargs"/>
         <ref name="mathml.att-occurrence"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.sep">
         <element name="sep">
            <ref name="mathml.attlist-sep"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sep"/>
      </define>
      <define name="mathml.attlist-sep" combine="interleave">
         <ref name="MATHML.xmlns.attrib"/>
      </define>
      <define name="mathml.csemantics">
         <choice>
            <ref name="mathml.semantics"/>
            <ref name="mathml.annotation"/>
            <ref name="mathml.annotation-xml"/>
         </choice>
      </define>
      <define name="mathml.attlist-semantics" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.attlist-annotation" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.attlist-annotation-xml" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cconstructor">
         <choice>
            <ref name="mathml.interval"/>
            <ref name="mathml.list"/>
            <ref name="mathml.matrix"/>
            <ref name="mathml.matrixrow"/>
            <ref name="mathml.set"/>
            <ref name="mathml.vector"/>
            <ref name="mathml.piecewise"/>
         </choice>
      </define>
      <define name="mathml.attlist-interval" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-closure"/>
      </define>
      <define name="mathml.attlist-set" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-type"/>
      </define>
      <define name="mathml.attlist-list" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-order"/>
      </define>
      <define name="mathml.attlist-vector" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-matrix" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-matrixrow" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-piecewise" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-piece" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-otherwise" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.c0ary">
         <choice>
            <ref name="mathml.integers"/>
            <ref name="mathml.reals"/>
            <ref name="mathml.rationals"/>
            <ref name="mathml.naturalnumbers"/>
            <ref name="mathml.complexes"/>
            <ref name="mathml.primes"/>
            <ref name="mathml.exponentiale"/>
            <ref name="mathml.imaginaryi"/>
            <ref name="mathml.notanumber"/>
            <ref name="mathml.true"/>
            <ref name="mathml.false"/>
            <ref name="mathml.emptyset"/>
            <ref name="mathml.pi"/>
            <ref name="mathml.eulergamma"/>
            <ref name="mathml.infinity"/>
         </choice>
      </define>
      <define name="mathml.integers">
         <element name="integers">
            <ref name="mathml.attlist-integers"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.integers"/>
      </define>
      <define name="mathml.attlist-integers" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.reals">
         <element name="reals">
            <ref name="mathml.attlist-reals"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.reals"/>
      </define>
      <define name="mathml.attlist-reals" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.rationals">
         <element name="rationals">
            <ref name="mathml.attlist-rationals"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.rationals"/>
      </define>
      <define name="mathml.attlist-rationals" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.naturalnumbers">
         <element name="naturalnumbers">
            <ref name="mathml.attlist-naturalnumbers"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.naturalnumbers"/>
      </define>
      <define name="mathml.attlist-naturalnumbers" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.complexes">
         <element name="complexes">
            <ref name="mathml.attlist-complexes"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.complexes"/>
      </define>
      <define name="mathml.attlist-complexes" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.primes">
         <element name="primes">
            <ref name="mathml.attlist-primes"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.primes"/>
      </define>
      <define name="mathml.attlist-primes" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.exponentiale">
         <element name="exponentiale">
            <ref name="mathml.attlist-exponentiale"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.exponentiale"/>
      </define>
      <define name="mathml.attlist-exponentiale" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.imaginaryi">
         <element name="imaginaryi">
            <ref name="mathml.attlist-imaginaryi"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.imaginaryi"/>
      </define>
      <define name="mathml.attlist-imaginaryi" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.notanumber">
         <element name="notanumber">
            <ref name="mathml.attlist-notanumber"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.notanumber"/>
      </define>
      <define name="mathml.attlist-notanumber" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.true">
         <element name="true">
            <ref name="mathml.attlist-true"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.true"/>
      </define>
      <define name="mathml.attlist-true" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.false">
         <element name="false">
            <ref name="mathml.attlist-false"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.false"/>
      </define>
      <define name="mathml.attlist-false" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.emptyset">
         <element name="emptyset">
            <ref name="mathml.attlist-emptyset"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.emptyset"/>
      </define>
      <define name="mathml.attlist-emptyset" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.pi">
         <element name="pi">
            <ref name="mathml.attlist-pi"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.pi"/>
      </define>
      <define name="mathml.attlist-pi" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.eulergamma">
         <element name="eulergamma">
            <ref name="mathml.attlist-eulergamma"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.eulergamma"/>
      </define>
      <define name="mathml.attlist-eulergamma" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.infinity">
         <element name="infinity">
            <ref name="mathml.attlist-infinity"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.infinity"/>
      </define>
      <define name="mathml.attlist-infinity" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cfuncop1ary">
         <choice>
            <ref name="mathml.inverse"/>
            <ref name="mathml.ident"/>
            <ref name="mathml.domain"/>
            <ref name="mathml.codomain"/>
            <ref name="mathml.image"/>
         </choice>
      </define>
      <define name="mathml.inverse">
         <element name="inverse">
            <ref name="mathml.attlist-inverse"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.inverse"/>
      </define>
      <define name="mathml.attlist-inverse" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.domain">
         <element name="domain">
            <ref name="mathml.attlist-domain"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.domain"/>
      </define>
      <define name="mathml.attlist-domain" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.codomain">
         <element name="codomain">
            <ref name="mathml.attlist-codomain"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.codomain"/>
      </define>
      <define name="mathml.attlist-codomain" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.image">
         <element name="image">
            <ref name="mathml.attlist-image"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.image"/>
      </define>
      <define name="mathml.attlist-image" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cfuncopnary">
         <choice>
            <ref name="mathml.fn"/>
            <ref name="mathml.compose"/>
         </choice>
      </define>
      <define name="mathml.attlist-fn" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.ident">
         <element name="ident">
            <ref name="mathml.attlist-ident"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.ident"/>
      </define>
      <define name="mathml.attlist-ident" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.compose">
         <element name="compose">
            <ref name="mathml.attlist-compose"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.compose"/>
      </define>
      <define name="mathml.attlist-compose" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.carithop1ary">
         <choice>
            <ref name="mathml.abs"/>
            <ref name="mathml.conjugate"/>
            <ref name="mathml.exp"/>
            <ref name="mathml.factorial"/>
            <ref name="mathml.arg"/>
            <ref name="mathml.real"/>
            <ref name="mathml.imaginary"/>
            <ref name="mathml.floor"/>
            <ref name="mathml.ceiling"/>
         </choice>
      </define>
      <define name="mathml.exp">
         <element name="exp">
            <ref name="mathml.attlist-exp"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.exp"/>
      </define>
      <define name="mathml.attlist-exp" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.abs">
         <element name="abs">
            <ref name="mathml.attlist-abs"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.abs"/>
      </define>
      <define name="mathml.attlist-abs" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arg">
         <element name="arg">
            <ref name="mathml.attlist-arg"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arg"/>
      </define>
      <define name="mathml.attlist-arg" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.real">
         <element name="real">
            <ref name="mathml.attlist-real"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.real"/>
      </define>
      <define name="mathml.attlist-real" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.imaginary">
         <element name="imaginary">
            <ref name="mathml.attlist-imaginary"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.imaginary"/>
      </define>
      <define name="mathml.attlist-imaginary" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.conjugate">
         <element name="conjugate">
            <ref name="mathml.attlist-conjugate"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.conjugate"/>
      </define>
      <define name="mathml.attlist-conjugate" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.factorial">
         <element name="factorial">
            <ref name="mathml.attlist-factorial"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.factorial"/>
      </define>
      <define name="mathml.attlist-factorial" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.floor">
         <element name="floor">
            <ref name="mathml.attlist-floor"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.floor"/>
      </define>
      <define name="mathml.attlist-floor" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.ceiling">
         <element name="ceiling">
            <ref name="mathml.attlist-ceiling"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.ceiling"/>
      </define>
      <define name="mathml.attlist-ceiling" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.carithop1or2ary">
         <ref name="mathml.minus"/>
      </define>
      <define name="mathml.minus">
         <element name="minus">
            <ref name="mathml.attlist-minus"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.minus"/>
      </define>
      <define name="mathml.attlist-minus" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.carithop2ary">
         <choice>
            <ref name="mathml.quotient"/>
            <ref name="mathml.divide"/>
            <ref name="mathml.power"/>
            <ref name="mathml.rem"/>
         </choice>
      </define>
      <define name="mathml.quotient">
         <element name="quotient">
            <ref name="mathml.attlist-quotient"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.quotient"/>
      </define>
      <define name="mathml.attlist-quotient" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.divide">
         <element name="divide">
            <ref name="mathml.attlist-divide"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.divide"/>
      </define>
      <define name="mathml.attlist-divide" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.power">
         <element name="power">
            <ref name="mathml.attlist-power"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.power"/>
      </define>
      <define name="mathml.attlist-power" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.rem">
         <element name="rem">
            <ref name="mathml.attlist-rem"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.rem"/>
      </define>
      <define name="mathml.attlist-rem" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.carithopnary">
         <choice>
            <ref name="mathml.plus"/>
            <ref name="mathml.times"/>
            <ref name="mathml.max"/>
            <ref name="mathml.min"/>
            <ref name="mathml.gcd"/>
            <ref name="mathml.lcm"/>
         </choice>
      </define>
      <define name="mathml.plus">
         <element name="plus">
            <ref name="mathml.attlist-plus"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.plus"/>
      </define>
      <define name="mathml.attlist-plus" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.max">
         <element name="max">
            <ref name="mathml.attlist-max"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.max"/>
      </define>
      <define name="mathml.attlist-max" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.min">
         <element name="min">
            <ref name="mathml.attlist-min"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.min"/>
      </define>
      <define name="mathml.attlist-min" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.times">
         <element name="times">
            <ref name="mathml.attlist-times"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.times"/>
      </define>
      <define name="mathml.attlist-times" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.gcd">
         <element name="gcd">
            <ref name="mathml.attlist-gcd"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.gcd"/>
      </define>
      <define name="mathml.attlist-gcd" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.lcm">
         <element name="lcm">
            <ref name="mathml.attlist-lcm"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.lcm"/>
      </define>
      <define name="mathml.attlist-lcm" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.carithoproot">
         <ref name="mathml.root"/>
      </define>
      <define name="mathml.root">
         <element name="root">
            <ref name="mathml.attlist-root"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.root"/>
      </define>
      <define name="mathml.attlist-root" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clogicopquant">
         <choice>
            <ref name="mathml.exists"/>
            <ref name="mathml.forall"/>
         </choice>
      </define>
      <define name="mathml.exists">
         <element name="exists">
            <ref name="mathml.attlist-exists"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.exists"/>
      </define>
      <define name="mathml.attlist-exists" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.forall">
         <element name="forall">
            <ref name="mathml.attlist-forall"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.forall"/>
      </define>
      <define name="mathml.attlist-forall" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clogicopnary">
         <choice>
            <ref name="mathml.and"/>
            <ref name="mathml.or"/>
            <ref name="mathml.xor"/>
         </choice>
      </define>
      <define name="mathml.and">
         <element name="and">
            <ref name="mathml.attlist-and"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.and"/>
      </define>
      <define name="mathml.attlist-and" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.or">
         <element name="or">
            <ref name="mathml.attlist-or"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.or"/>
      </define>
      <define name="mathml.attlist-or" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.xor">
         <element name="xor">
            <ref name="mathml.attlist-xor"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.xor"/>
      </define>
      <define name="mathml.attlist-xor" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clogicop1ary">
         <ref name="mathml.not"/>
      </define>
      <define name="mathml.not">
         <element name="not">
            <ref name="mathml.attlist-not"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.not"/>
      </define>
      <define name="mathml.attlist-not" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clogicop2ary">
         <ref name="mathml.implies"/>
      </define>
      <define name="mathml.implies">
         <element name="implies">
            <ref name="mathml.attlist-implies"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.implies"/>
      </define>
      <define name="mathml.attlist-implies" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.ccalcop">
         <choice>
            <ref name="mathml.log"/>
            <ref name="mathml.int"/>
            <ref name="mathml.diff"/>
            <ref name="mathml.partialdiff"/>
            <ref name="mathml.divergence"/>
            <ref name="mathml.grad"/>
            <ref name="mathml.curl"/>
            <ref name="mathml.laplacian"/>
         </choice>
      </define>
      <define name="mathml.divergence">
         <element name="divergence">
            <ref name="mathml.attlist-divergence"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.divergence"/>
      </define>
      <define name="mathml.attlist-divergence" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.grad">
         <element name="grad">
            <ref name="mathml.attlist-grad"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.grad"/>
      </define>
      <define name="mathml.attlist-grad" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.curl">
         <element name="curl">
            <ref name="mathml.attlist-curl"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.curl"/>
      </define>
      <define name="mathml.attlist-curl" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.laplacian">
         <element name="laplacian">
            <ref name="mathml.attlist-laplacian"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.laplacian"/>
      </define>
      <define name="mathml.attlist-laplacian" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.log">
         <element name="log">
            <ref name="mathml.attlist-log"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.log"/>
      </define>
      <define name="mathml.attlist-log" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.int">
         <element name="int">
            <ref name="mathml.attlist-int"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.int"/>
      </define>
      <define name="mathml.attlist-int" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.diff">
         <element name="diff">
            <ref name="mathml.attlist-diff"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.diff"/>
      </define>
      <define name="mathml.attlist-diff" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.partialdiff">
         <element name="partialdiff">
            <ref name="mathml.attlist-partialdiff"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.partialdiff"/>
      </define>
      <define name="mathml.attlist-partialdiff" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.ccalcop1ary">
         <ref name="mathml.ln"/>
      </define>
      <define name="mathml.ln">
         <element name="ln">
            <ref name="mathml.attlist-ln"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.ln"/>
      </define>
      <define name="mathml.attlist-ln" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csetop1ary">
         <ref name="mathml.card"/>
      </define>
      <define name="mathml.card">
         <element name="card">
            <ref name="mathml.attlist-card"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.card"/>
      </define>
      <define name="mathml.attlist-card" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csetop2ary">
         <ref name="mathml.setdiff"/>
      </define>
      <define name="mathml.setdiff">
         <element name="setdiff">
            <ref name="mathml.attlist-setdiff"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.setdiff"/>
      </define>
      <define name="mathml.attlist-setdiff" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csetopnary">
         <choice>
            <ref name="mathml.union"/>
            <ref name="mathml.intersect"/>
            <ref name="mathml.cartesianproduct"/>
         </choice>
      </define>
      <define name="mathml.union">
         <element name="union">
            <ref name="mathml.attlist-union"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.union"/>
      </define>
      <define name="mathml.attlist-union" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.intersect">
         <element name="intersect">
            <ref name="mathml.attlist-intersect"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.intersect"/>
      </define>
      <define name="mathml.attlist-intersect" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cartesianproduct">
         <element name="cartesianproduct">
            <ref name="mathml.attlist-cartesianproduct"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.cartesianproduct"/>
      </define>
      <define name="mathml.attlist-cartesianproduct" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cseqop">
         <choice>
            <ref name="mathml.sum"/>
            <ref name="mathml.product"/>
            <ref name="mathml.limit"/>
         </choice>
      </define>
      <define name="mathml.sum">
         <element name="sum">
            <ref name="mathml.attlist-sum"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sum"/>
      </define>
      <define name="mathml.attlist-sum" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.product">
         <element name="product">
            <ref name="mathml.attlist-product"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.product"/>
      </define>
      <define name="mathml.attlist-product" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.limit">
         <element name="limit">
            <ref name="mathml.attlist-limit"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.limit"/>
      </define>
      <define name="mathml.attlist-limit" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.ctrigop">
         <choice>
            <ref name="mathml.sin"/>
            <ref name="mathml.cos"/>
            <ref name="mathml.tan"/>
            <ref name="mathml.sec"/>
            <ref name="mathml.csc"/>
            <ref name="mathml.cot"/>
            <ref name="mathml.sinh"/>
            <ref name="mathml.cosh"/>
            <ref name="mathml.tanh"/>
            <ref name="mathml.sech"/>
            <ref name="mathml.csch"/>
            <ref name="mathml.coth"/>
            <ref name="mathml.arcsin"/>
            <ref name="mathml.arccos"/>
            <ref name="mathml.arctan"/>
            <ref name="mathml.arccosh"/>
            <ref name="mathml.arccot"/>
            <ref name="mathml.arccoth"/>
            <ref name="mathml.arccsc"/>
            <ref name="mathml.arccsch"/>
            <ref name="mathml.arcsec"/>
            <ref name="mathml.arcsech"/>
            <ref name="mathml.arcsinh"/>
            <ref name="mathml.arctanh"/>
         </choice>
      </define>
      <define name="mathml.sin">
         <element name="sin">
            <ref name="mathml.attlist-sin"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sin"/>
      </define>
      <define name="mathml.attlist-sin" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cos">
         <element name="cos">
            <ref name="mathml.attlist-cos"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.cos"/>
      </define>
      <define name="mathml.attlist-cos" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.tan">
         <element name="tan">
            <ref name="mathml.attlist-tan"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.tan"/>
      </define>
      <define name="mathml.attlist-tan" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.sec">
         <element name="sec">
            <ref name="mathml.attlist-sec"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sec"/>
      </define>
      <define name="mathml.attlist-sec" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csc">
         <element name="csc">
            <ref name="mathml.attlist-csc"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.csc"/>
      </define>
      <define name="mathml.attlist-csc" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cot">
         <element name="cot">
            <ref name="mathml.attlist-cot"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.cot"/>
      </define>
      <define name="mathml.attlist-cot" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.sinh">
         <element name="sinh">
            <ref name="mathml.attlist-sinh"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sinh"/>
      </define>
      <define name="mathml.attlist-sinh" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cosh">
         <element name="cosh">
            <ref name="mathml.attlist-cosh"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.cosh"/>
      </define>
      <define name="mathml.attlist-cosh" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.tanh">
         <element name="tanh">
            <ref name="mathml.attlist-tanh"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.tanh"/>
      </define>
      <define name="mathml.attlist-tanh" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.sech">
         <element name="sech">
            <ref name="mathml.attlist-sech"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sech"/>
      </define>
      <define name="mathml.attlist-sech" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csch">
         <element name="csch">
            <ref name="mathml.attlist-csch"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.csch"/>
      </define>
      <define name="mathml.attlist-csch" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.coth">
         <element name="coth">
            <ref name="mathml.attlist-coth"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.coth"/>
      </define>
      <define name="mathml.attlist-coth" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arcsin">
         <element name="arcsin">
            <ref name="mathml.attlist-arcsin"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arcsin"/>
      </define>
      <define name="mathml.attlist-arcsin" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arccos">
         <element name="arccos">
            <ref name="mathml.attlist-arccos"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arccos"/>
      </define>
      <define name="mathml.attlist-arccos" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arctan">
         <element name="arctan">
            <ref name="mathml.attlist-arctan"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arctan"/>
      </define>
      <define name="mathml.attlist-arctan" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arccosh">
         <element name="arccosh">
            <ref name="mathml.attlist-arccosh"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arccosh"/>
      </define>
      <define name="mathml.attlist-arccosh" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arccot">
         <element name="arccot">
            <ref name="mathml.attlist-arccot"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arccot"/>
      </define>
      <define name="mathml.attlist-arccot" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arccoth">
         <element name="arccoth">
            <ref name="mathml.attlist-arccoth"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arccoth"/>
      </define>
      <define name="mathml.attlist-arccoth" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arccsc">
         <element name="arccsc">
            <ref name="mathml.attlist-arccsc"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arccsc"/>
      </define>
      <define name="mathml.attlist-arccsc" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arccsch">
         <element name="arccsch">
            <ref name="mathml.attlist-arccsch"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arccsch"/>
      </define>
      <define name="mathml.attlist-arccsch" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arcsec">
         <element name="arcsec">
            <ref name="mathml.attlist-arcsec"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arcsec"/>
      </define>
      <define name="mathml.attlist-arcsec" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arcsech">
         <element name="arcsech">
            <ref name="mathml.attlist-arcsech"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arcsech"/>
      </define>
      <define name="mathml.attlist-arcsech" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arcsinh">
         <element name="arcsinh">
            <ref name="mathml.attlist-arcsinh"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arcsinh"/>
      </define>
      <define name="mathml.attlist-arcsinh" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.arctanh">
         <element name="arctanh">
            <ref name="mathml.attlist-arctanh"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.arctanh"/>
      </define>
      <define name="mathml.attlist-arctanh" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cstatopnary">
         <choice>
            <ref name="mathml.mean"/>
            <ref name="mathml.sdev"/>
            <ref name="mathml.variance"/>
            <ref name="mathml.median"/>
            <ref name="mathml.mode"/>
         </choice>
      </define>
      <define name="mathml.mean">
         <element name="mean">
            <ref name="mathml.attlist-mean"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mean"/>
      </define>
      <define name="mathml.attlist-mean" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.sdev">
         <element name="sdev">
            <ref name="mathml.attlist-sdev"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.sdev"/>
      </define>
      <define name="mathml.attlist-sdev" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.variance">
         <element name="variance">
            <ref name="mathml.attlist-variance"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.variance"/>
      </define>
      <define name="mathml.attlist-variance" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.median">
         <element name="median">
            <ref name="mathml.attlist-median"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.median"/>
      </define>
      <define name="mathml.attlist-median" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.mode">
         <element name="mode">
            <ref name="mathml.attlist-mode"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mode"/>
      </define>
      <define name="mathml.attlist-mode" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cstatopmoment">
         <ref name="mathml.moment"/>
      </define>
      <define name="mathml.moment">
         <element name="moment">
            <ref name="mathml.attlist-moment"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.moment"/>
      </define>
      <define name="mathml.attlist-moment" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clalgop1ary">
         <choice>
            <ref name="mathml.determinant"/>
            <ref name="mathml.transpose"/>
         </choice>
      </define>
      <define name="mathml.determinant">
         <element name="determinant">
            <ref name="mathml.attlist-determinant"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.determinant"/>
      </define>
      <define name="mathml.attlist-determinant" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.transpose">
         <element name="transpose">
            <ref name="mathml.attlist-transpose"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.transpose"/>
      </define>
      <define name="mathml.attlist-transpose" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clalgop2ary">
         <choice>
            <ref name="mathml.vectorproduct"/>
            <ref name="mathml.scalarproduct"/>
            <ref name="mathml.outerproduct"/>
         </choice>
      </define>
      <define name="mathml.vectorproduct">
         <element name="vectorproduct">
            <ref name="mathml.attlist-vectorproduct"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.vectorproduct"/>
      </define>
      <define name="mathml.attlist-vectorproduct" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.scalarproduct">
         <element name="scalarproduct">
            <ref name="mathml.attlist-scalarproduct"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.scalarproduct"/>
      </define>
      <define name="mathml.attlist-scalarproduct" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.outerproduct">
         <element name="outerproduct">
            <ref name="mathml.attlist-outerproduct"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.outerproduct"/>
      </define>
      <define name="mathml.attlist-outerproduct" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.clalgopnary">
         <ref name="mathml.selector"/>
      </define>
      <define name="mathml.selector">
         <element name="selector">
            <ref name="mathml.attlist-selector"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.selector"/>
      </define>
      <define name="mathml.attlist-selector" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cgenrel2ary">
         <choice>
            <ref name="mathml.neq"/>
            <ref name="mathml.factorof"/>
         </choice>
      </define>
      <define name="mathml.neq">
         <element name="neq">
            <ref name="mathml.attlist-neq"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.neq"/>
      </define>
      <define name="mathml.attlist-neq" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.factorof">
         <element name="factorof">
            <ref name="mathml.attlist-factorof"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.factorof"/>
      </define>
      <define name="mathml.attlist-factorof" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cgenrelnary">
         <choice>
            <ref name="mathml.eq"/>
            <ref name="mathml.leq"/>
            <ref name="mathml.lt"/>
            <ref name="mathml.geq"/>
            <ref name="mathml.gt"/>
            <ref name="mathml.equivalent"/>
            <ref name="mathml.approx"/>
         </choice>
      </define>
      <define name="mathml.eq">
         <element name="eq">
            <ref name="mathml.attlist-eq"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.eq"/>
      </define>
      <define name="mathml.attlist-eq" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.equivalent">
         <element name="equivalent">
            <ref name="mathml.attlist-equivalent"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.equivalent"/>
      </define>
      <define name="mathml.attlist-equivalent" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.approx">
         <element name="approx">
            <ref name="mathml.attlist-approx"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.approx"/>
      </define>
      <define name="mathml.attlist-approx" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.gt">
         <element name="gt">
            <ref name="mathml.attlist-gt"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.gt"/>
      </define>
      <define name="mathml.attlist-gt" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.lt">
         <element name="lt">
            <ref name="mathml.attlist-lt"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.lt"/>
      </define>
      <define name="mathml.attlist-lt" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.geq">
         <element name="geq">
            <ref name="mathml.attlist-geq"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.geq"/>
      </define>
      <define name="mathml.attlist-geq" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.leq">
         <element name="leq">
            <ref name="mathml.attlist-leq"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.leq"/>
      </define>
      <define name="mathml.attlist-leq" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csetrel2ary">
         <choice>
            <ref name="mathml.in"/>
            <ref name="mathml.notin"/>
            <ref name="mathml.notsubset"/>
            <ref name="mathml.notprsubset"/>
         </choice>
      </define>
      <define name="mathml.in">
         <element name="in">
            <ref name="mathml.attlist-in"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.in"/>
      </define>
      <define name="mathml.attlist-in" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.notin">
         <element name="notin">
            <ref name="mathml.attlist-notin"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.notin"/>
      </define>
      <define name="mathml.attlist-notin" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.notsubset">
         <element name="notsubset">
            <ref name="mathml.attlist-notsubset"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.notsubset"/>
      </define>
      <define name="mathml.attlist-notsubset" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.notprsubset">
         <element name="notprsubset">
            <ref name="mathml.attlist-notprsubset"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.notprsubset"/>
      </define>
      <define name="mathml.attlist-notprsubset" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.csetrelnary">
         <choice>
            <ref name="mathml.subset"/>
            <ref name="mathml.prsubset"/>
         </choice>
      </define>
      <define name="mathml.subset">
         <element name="subset">
            <ref name="mathml.attlist-subset"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.subset"/>
      </define>
      <define name="mathml.attlist-subset" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.prsubset">
         <element name="prsubset">
            <ref name="mathml.attlist-prsubset"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.prsubset"/>
      </define>
      <define name="mathml.attlist-prsubset" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
      </define>
      <define name="mathml.cseqrel2ary">
         <ref name="mathml.tendsto"/>
      </define>
      <define name="mathml.tendsto">
         <element name="tendsto">
            <ref name="mathml.attlist-tendsto"/>
            <empty/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.tendsto"/>
      </define>
      <define name="mathml.attlist-tendsto" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-definition"/>
         <ref name="mathml.att-encoding"/>
         <ref name="mathml.att-type"/>
      </define>
      <define name="mathml.cquantifier">
         <choice>
            <ref name="mathml.lowlimit"/>
            <ref name="mathml.uplimit"/>
            <ref name="mathml.bvar"/>
            <ref name="mathml.degree"/>
            <ref name="mathml.logbase"/>
            <ref name="mathml.momentabout"/>
            <ref name="mathml.domainofapplication"/>
         </choice>
      </define>
      <define name="mathml.attlist-lowlimit" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-uplimit" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-bvar" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-degree" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-logbase" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-momentabout" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.attlist-domainofapplication" combine="interleave">
         <ref name="MATHML.Common.attrib"/>
      </define>
      <define name="mathml.cop1ary">
         <choice>
            <ref name="mathml.cfuncop1ary"/>
            <ref name="mathml.carithop1ary"/>
            <ref name="mathml.clogicop1ary"/>
            <ref name="mathml.ccalcop1ary"/>
            <ref name="mathml.ctrigop"/>
            <ref name="mathml.clalgop1ary"/>
            <ref name="mathml.csetop1ary"/>
         </choice>
      </define>
      <define name="mathml.cop2ary">
         <choice>
            <ref name="mathml.carithop2ary"/>
            <ref name="mathml.clogicop2ary"/>
            <ref name="mathml.clalgop2ary"/>
            <ref name="mathml.csetop2ary"/>
         </choice>
      </define>
      <define name="mathml.copnary">
         <choice>
            <ref name="mathml.cfuncopnary"/>
            <ref name="mathml.carithopnary"/>
            <ref name="mathml.clogicopnary"/>
            <ref name="mathml.csetopnary"/>
            <ref name="mathml.cstatopnary"/>
            <ref name="mathml.clalgopnary"/>
         </choice>
      </define>
      <define name="mathml.copmisc">
         <choice>
            <ref name="mathml.carithoproot"/>
            <ref name="mathml.carithop1or2ary"/>
            <ref name="mathml.ccalcop"/>
            <ref name="mathml.cseqop"/>
            <ref name="mathml.cstatopmoment"/>
            <ref name="mathml.clogicopquant"/>
         </choice>
      </define>
      <define name="mathml.crel2ary">
         <choice>
            <ref name="mathml.cgenrel2ary"/>
            <ref name="mathml.csetrel2ary"/>
            <ref name="mathml.cseqrel2ary"/>
         </choice>
      </define>
      <define name="mathml.crelnary">
         <choice>
            <ref name="mathml.cgenrelnary"/>
            <ref name="mathml.csetrelnary"/>
         </choice>
      </define>
      <define name="mathml.Content">
         <choice>
            <ref name="mathml.ctoken"/>
            <ref name="mathml.cspecial"/>
            <ref name="mathml.cother"/>
            <ref name="mathml.csemantics"/>
            <ref name="mathml.c0ary"/>
            <ref name="mathml.cconstructor"/>
            <ref name="mathml.cquantifier"/>
            <ref name="mathml.cop1ary"/>
            <ref name="mathml.cop2ary"/>
            <ref name="mathml.copnary"/>
            <ref name="mathml.copmisc"/>
            <ref name="mathml.crel2ary"/>
            <ref name="mathml.crelnary"/>
         </choice>
      </define>
      <define name="mathml.ContInPres">
         <choice>
            <ref name="mathml.ci"/>
            <ref name="mathml.csymbol"/>
            <ref name="mathml.cn"/>
            <ref name="mathml.c0ary"/>
            <ref name="mathml.apply"/>
            <ref name="mathml.fn"/>
            <ref name="mathml.lambda"/>
            <ref name="mathml.reln"/>
            <ref name="mathml.cconstructor"/>
            <ref name="mathml.semantics"/>
            <ref name="mathml.declare"/>
         </choice>
      </define>
      <define name="mathml.ContentExpression">
         <zeroOrMore>
            <choice>
               <ref name="mathml.Content"/>
               <ref name="mathml.PresInCont"/>
            </choice>
         </zeroOrMore>
      </define>
      <define name="mathml.PresExpression">
         <zeroOrMore>
            <choice>
               <ref name="mathml.Presentation"/>
               <ref name="mathml.ContInPres"/>
            </choice>
         </zeroOrMore>
      </define>
      <define name="mathml.MathExpression">
         <zeroOrMore>
            <choice>
               <ref name="mathml.PresInCont"/>
               <ref name="mathml.ContInPres"/>
            </choice>
         </zeroOrMore>
      </define>
      <define name="mathml.MathMLCharacters">
         <choice>
            <text/>
            <ref name="mathml.mglyph"/>
         </choice>
      </define>
      <define name="mathml.ci">
         <element name="ci">
            <ref name="mathml.attlist-ci"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.PresInCont"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.ci"/>
      </define>
      <define name="mathml.csymbol">
         <element name="csymbol">
            <ref name="mathml.attlist-csymbol"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.PresInCont"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.csymbol"/>
      </define>
      <define name="mathml.cn">
         <element name="cn">
            <ref name="mathml.attlist-cn"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.sep"/>
                  <ref name="mathml.PresInCont"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.cn"/>
      </define>
      <define name="mathml.apply">
         <element name="apply">
            <ref name="mathml.attlist-apply"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.apply"/>
      </define>
      <define name="mathml.reln">
         <element name="reln">
            <ref name="mathml.attlist-reln"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.reln"/>
      </define>
      <define name="mathml.lambda">
         <element name="lambda">
            <ref name="mathml.attlist-lambda"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.lambda"/>
      </define>
      <define name="mathml.condition">
         <element name="condition">
            <ref name="mathml.attlist-condition"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.condition"/>
      </define>
      <define name="mathml.declare">
         <element name="declare">
            <ref name="mathml.attlist-declare"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.declare"/>
      </define>
      <define name="mathml.semantics">
         <element name="semantics">
            <ref name="mathml.attlist-semantics"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.semantics"/>
      </define>
      <define name="mathml.Annotation.content">
         <text/>
      </define>
      <define name="mathml.annotation">
         <element name="annotation">
            <ref name="mathml.attlist-annotation"/>
            <ref name="mathml.Annotation.content"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.annotation"/>
      </define>
      <define name="mathml.annotation-xml">
         <element name="annotation-xml">
            <ref name="mathml.attlist-annotation-xml"/>
            <ref name="mathml.any"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.annotation-xml"/>
      </define>
      <define name="mathml.interval">
         <element name="interval">
            <ref name="mathml.attlist-interval"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.interval"/>
      </define>
      <define name="mathml.set">
         <element name="set">
            <ref name="mathml.attlist-set"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.set"/>
      </define>
      <define name="mathml.list">
         <element name="list">
            <ref name="mathml.attlist-list"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.list"/>
      </define>
      <define name="mathml.vector">
         <element name="vector">
            <ref name="mathml.attlist-vector"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.vector"/>
      </define>
      <define name="mathml.matrix">
         <element name="matrix">
            <ref name="mathml.attlist-matrix"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.matrix"/>
      </define>
      <define name="mathml.matrixrow">
         <element name="matrixrow">
            <ref name="mathml.attlist-matrixrow"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.matrixrow"/>
      </define>
      <define name="mathml.piecewise">
         <element name="piecewise">
            <ref name="mathml.attlist-piecewise"/>
            <zeroOrMore>
               <ref name="mathml.piece"/>
            </zeroOrMore>
            <optional>
               <ref name="mathml.otherwise"/>
            </optional>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.piecewise"/>
      </define>
      <define name="mathml.piece">
         <element name="piece">
            <ref name="mathml.attlist-piece"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.piece"/>
      </define>
      <define name="mathml.otherwise">
         <element name="otherwise">
            <ref name="mathml.attlist-otherwise"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.otherwise"/>
      </define>
      <define name="mathml.fn">
         <element name="fn">
            <ref name="mathml.attlist-fn"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.fn"/>
      </define>
      <define name="mathml.lowlimit">
         <element name="lowlimit">
            <ref name="mathml.attlist-lowlimit"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.lowlimit"/>
      </define>
      <define name="mathml.uplimit">
         <element name="uplimit">
            <ref name="mathml.attlist-uplimit"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.uplimit"/>
      </define>
      <define name="mathml.bvar">
         <element name="bvar">
            <ref name="mathml.attlist-bvar"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.bvar"/>
      </define>
      <define name="mathml.degree">
         <element name="degree">
            <ref name="mathml.attlist-degree"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.degree"/>
      </define>
      <define name="mathml.logbase">
         <element name="logbase">
            <ref name="mathml.attlist-logbase"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.logbase"/>
      </define>
      <define name="mathml.momentabout">
         <element name="momentabout">
            <ref name="mathml.attlist-momentabout"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.momentabout"/>
      </define>
      <define name="mathml.domainofapplication">
         <element name="domainofapplication">
            <ref name="mathml.attlist-domainofapplication"/>
            <ref name="mathml.ContentExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.domainofapplication"/>
      </define>
      <define name="mathml.mstyle">
         <element name="mstyle">
            <ref name="mathml.attlist-mstyle"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mstyle"/>
      </define>
      <define name="mathml.merror">
         <element name="merror">
            <ref name="mathml.attlist-merror"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.merror"/>
      </define>
      <define name="mathml.mphantom">
         <element name="mphantom">
            <ref name="mathml.attlist-mphantom"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mphantom"/>
      </define>
      <define name="mathml.mrow">
         <element name="mrow">
            <ref name="mathml.attlist-mrow"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mrow"/>
      </define>
      <define name="mathml.mfrac">
         <element name="mfrac">
            <ref name="mathml.attlist-mfrac"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mfrac"/>
      </define>
      <define name="mathml.msqrt">
         <element name="msqrt">
            <ref name="mathml.attlist-msqrt"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.msqrt"/>
      </define>
      <define name="mathml.menclose">
         <element name="menclose">
            <ref name="mathml.attlist-menclose"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.menclose"/>
      </define>
      <define name="mathml.mroot">
         <element name="mroot">
            <ref name="mathml.attlist-mroot"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mroot"/>
      </define>
      <define name="mathml.msub">
         <element name="msub">
            <ref name="mathml.attlist-msub"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.msub"/>
      </define>
      <define name="mathml.msup">
         <element name="msup">
            <ref name="mathml.attlist-msup"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.msup"/>
      </define>
      <define name="mathml.msubsup">
         <element name="msubsup">
            <ref name="mathml.attlist-msubsup"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.msubsup"/>
      </define>
      <define name="mathml.mmultiscripts">
         <element name="mmultiscripts">
            <ref name="mathml.attlist-mmultiscripts"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mmultiscripts"/>
      </define>
      <define name="mathml.munder">
         <element name="munder">
            <ref name="mathml.attlist-munder"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.munder"/>
      </define>
      <define name="mathml.mover">
         <element name="mover">
            <ref name="mathml.attlist-mover"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mover"/>
      </define>
      <define name="mathml.munderover">
         <element name="munderover">
            <ref name="mathml.attlist-munderover"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.munderover"/>
      </define>
      <define name="mathml.mtable">
         <element name="mtable">
            <ref name="mathml.attlist-mtable"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mtable"/>
      </define>
      <define name="mathml.mtr">
         <element name="mtr">
            <ref name="mathml.attlist-mtr"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mtr"/>
      </define>
      <define name="mathml.mlabeledtr">
         <element name="mlabeledtr">
            <ref name="mathml.attlist-mlabeledtr"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mlabeledtr"/>
      </define>
      <define name="mathml.mtd">
         <element name="mtd">
            <ref name="mathml.attlist-mtd"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mtd"/>
      </define>
      <define name="mathml.maction">
         <element name="maction">
            <ref name="mathml.attlist-maction"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.maction"/>
      </define>
      <define name="mathml.mfenced">
         <element name="mfenced">
            <ref name="mathml.attlist-mfenced"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mfenced"/>
      </define>
      <define name="mathml.mpadded">
         <element name="mpadded">
            <ref name="mathml.attlist-mpadded"/>
            <ref name="mathml.PresExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mpadded"/>
      </define>
      <define name="mathml.mi">
         <element name="mi">
            <ref name="mathml.attlist-mi"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.malignmark"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mi"/>
      </define>
      <define name="mathml.mn">
         <element name="mn">
            <ref name="mathml.attlist-mn"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.malignmark"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mn"/>
      </define>
      <define name="mathml.mo">
         <element name="mo">
            <ref name="mathml.attlist-mo"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.malignmark"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mo"/>
      </define>
      <define name="mathml.mtext">
         <element name="mtext">
            <ref name="mathml.attlist-mtext"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.malignmark"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.mtext"/>
      </define>
      <define name="mathml.ms">
         <element name="ms">
            <ref name="mathml.attlist-ms"/>
            <zeroOrMore>
               <choice>
                  <ref name="mathml.MathMLCharacters"/>
                  <ref name="mathml.malignmark"/>
               </choice>
            </zeroOrMore>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.ms"/>
      </define>
      <define name="mathml.att-macros">
         <optional>
            <attribute name="macros"/>
         </optional>
      </define>
      <define name="mathml.att-mode">
         <optional>
            <attribute name="mode"/>
         </optional>
      </define>
      <define name="mathml.att-display">
         <optional>
            <attribute name="display"/>
         </optional>
      </define>
      <define name="mathml.att-topinfo">
         <ref name="MATHML.Common.attrib"/>
         <ref name="mathml.att-macros"/>
         <ref name="mathml.att-mode"/>
         <ref name="mathml.att-display"/>
      </define>
      <define name="mathml.att-baseline">
         <optional>
            <attribute name="baseline"/>
         </optional>
      </define>
      <define name="mathml.att-overflow">
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="overflow"
                       a:defaultValue="scroll">
               <choice>
                  <value>scroll</value>
                  <value>elide</value>
                  <value>truncate</value>
                  <value>scale</value>
               </choice>
            </attribute>
         </optional>
      </define>
      <define name="mathml.att-altimg">
         <optional>
            <attribute name="altimg"/>
         </optional>
      </define>
      <define name="mathml.att-alttext">
         <optional>
            <attribute name="alttext"/>
         </optional>
      </define>
      <define name="mathml.att-browif">
         <ref name="mathml.att-type"/>
         <ref name="mathml.att-name"/>
         <ref name="mathml.att-height"/>
         <ref name="mathml.att-width"/>
         <ref name="mathml.att-baseline"/>
         <ref name="mathml.att-overflow"/>
         <ref name="mathml.att-altimg"/>
         <ref name="mathml.att-alttext"/>
      </define>
      <define name="mathml.math">
         <element name="math">
            <ref name="mathml.attlist-math"/>
            <ref name="mathml.MathExpression"/>
         </element>
      </define>
      <define name="mathml.any" combine="choice">
         <ref name="mathml.math"/>
      </define>
      <define name="mathml.attlist-math" combine="interleave">
         <ref name="mathml.att-topinfo"/>
         <ref name="mathml.att-browif"/>
      </define>
      <define name="mathml.any" combine="choice">
         <text/>
      </define>
   </div>
   <define name="tei_macro.paraContent">
      <zeroOrMore>
         <choice>
            <text/>
            <ref name="tei_model.gLike"/>
            <ref name="tei_model.phrase"/>
            <ref name="tei_model.inter"/>
            <ref name="tei_model.global"/>
            <ref name="tei_lg"/>
         </choice>
      </zeroOrMore>
   </define>
   <define name="tei_macro.limitedContent">
      <zeroOrMore>
         <choice>
            <text/>
            <ref name="tei_model.limitedPhrase"/>
            <ref name="tei_model.inter"/>
         </choice>
      </zeroOrMore>
   </define>
   <define name="tei_macro.phraseSeq">
      <zeroOrMore>
         <choice>
            <text/>
            <ref name="tei_model.gLike"/>
            <ref name="tei_model.phrase"/>
            <ref name="tei_model.global"/>
         </choice>
      </zeroOrMore>
   </define>
   <define name="tei_macro.phraseSeq.limited">
      <zeroOrMore>
         <choice>
            <text/>
            <ref name="tei_model.limitedPhrase"/>
            <ref name="tei_model.global"/>
         </choice>
      </zeroOrMore>
   </define>
   <define name="tei_macro.specialPara">
      <zeroOrMore>
         <choice>
            <text/>
            <ref name="tei_model.gLike"/>
            <ref name="tei_model.phrase"/>
            <ref name="tei_model.inter"/>
            <ref name="tei_model.divPart"/>
            <ref name="tei_model.global"/>
         </choice>
      </zeroOrMore>
   </define>
   <define name="tei_data.certainty">
      <choice>
         <value>high</value>
         <value>medium</value>
         <value>low</value>
         <value>unknown</value>
      </choice>
   </define>
   <define name="tei_data.probability">
      <data type="double">
         <param name="minInclusive">0</param>
         <param name="maxInclusive">1</param>
      </data>
   </define>
   <define name="tei_data.numeric">
      <choice>
         <data type="double"/>
         <data type="token">
            <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
         </data>
         <data type="decimal"/>
      </choice>
   </define>
   <define name="tei_data.interval">
      <choice>
         <data type="float">
            <param name="minExclusive">0</param>
         </data>
         <value>regular</value>
         <value>irregular</value>
         <value>unknown</value>
      </choice>
   </define>
   <define name="tei_data.count">
      <data type="nonNegativeInteger"/>
   </define>
   <define name="tei_data.temporal.w3c">
      <choice>
         <data type="date"/>
         <data type="gYear"/>
         <data type="gMonth"/>
         <data type="gDay"/>
         <data type="gYearMonth"/>
         <data type="gMonthDay"/>
         <data type="time"/>
         <data type="dateTime"/>
      </choice>
   </define>
   <define name="tei_data.truthValue">
      <data type="boolean"/>
   </define>
   <define name="tei_data.xTruthValue">
      <choice>
         <data type="boolean"/>
         <value>unknown</value>
         <value>inapplicable</value>
      </choice>
   </define>
   <define name="tei_data.language">
      <choice>
         <data type="language"/>
         <value/>
      </choice>
   </define>
   <define name="tei_data.namespace">
      <data type="anyURI"/>
   </define>
   <define name="tei_data.outputMeasurement">
      <data type="token">
         <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param>
      </data>
   </define>
   <define name="tei_data.pattern">
      <data type="token"/>
   </define>
   <define name="tei_data.pointer">
      <data type="anyURI"/>
   </define>
   <define name="tei_data.version">
      <data type="token">
         <param name="pattern">[\d]+(\.[\d]+){0,2}</param>
      </data>
   </define>
   <define name="tei_data.versionNumber">
      <data type="token">
         <param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</param>
      </data>
   </define>
   <define name="tei_data.replacement">
      <text/>
   </define>
   <define name="tei_data.word">
      <data type="token">
         <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
      </data>
   </define>
   <define name="tei_data.sex">
      <ref name="tei_data.word"/>
   </define>
   <define name="tei_data.text">
      <data type="string"/>
   </define>
   <define name="tei_data.name">
      <data type="Name"/>
   </define>
   <define name="tei_data.enumerated">
      <ref name="tei_data.name"/>
   </define>
   <define name="tei_data.temporal.iso">
      <choice>
         <data type="date"/>
         <data type="gYear"/>
         <data type="gMonth"/>
         <data type="gDay"/>
         <data type="gYearMonth"/>
         <data type="gMonthDay"/>
         <data type="time"/>
         <data type="dateTime"/>
         <data type="token">
            <param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param>
         </data>
      </choice>
   </define>
   <define name="tei_att.ascribed.attributes">
      <ref name="tei_att.ascribed.attribute.who"/>
   </define>
   <define name="tei_att.ascribed.attribute.who">
      <optional>
         <attribute name="who">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the person, or group of people, to whom the element content is ascribed.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.canonical.attributes">
      <ref name="tei_att.canonical.attribute.key"/>
      <ref name="tei_att.canonical.attribute.ref"/>
   </define>
   <define name="tei_att.canonical.attribute.key">
      <optional>
         <attribute name="key">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.</a:documentation>
            <ref name="tei_data.text"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.canonical.attribute.ref">
      <optional>
         <attribute name="ref">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference) provides an explicit means of locating a full definition for the entity being named by means of one or more URIs.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.ranging.attributes">
      <ref name="tei_att.ranging.attribute.atLeast"/>
      <ref name="tei_att.ranging.attribute.atMost"/>
      <ref name="tei_att.ranging.attribute.min"/>
      <ref name="tei_att.ranging.attribute.max"/>
      <ref name="tei_att.ranging.attribute.confidence"/>
   </define>
   <define name="tei_att.ranging.attribute.atLeast">
      <optional>
         <attribute name="atLeast">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives a minimum estimated value for the approximate measurement.</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.ranging.attribute.atMost">
      <optional>
         <attribute name="atMost">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives a maximum estimated value for the approximate measurement.</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.ranging.attribute.min">
      <optional>
         <attribute name="min">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation or a range, supplies the minimum value observed.</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.ranging.attribute.max">
      <optional>
         <attribute name="max">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation or a range, supplies the maximum value observed.</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.ranging.attribute.confidence">
      <optional>
         <attribute name="confidence">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range.</a:documentation>
            <ref name="tei_data.probability"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.dimensions.attributes">
      <ref name="tei_att.ranging.attributes"/>
      <ref name="tei_att.dimensions.attribute.unit"/>
      <ref name="tei_att.dimensions.attribute.quantity"/>
      <ref name="tei_att.dimensions.attribute.extent"/>
      <ref name="tei_att.dimensions.attribute.precision"/>
      <ref name="tei_att.dimensions.attribute.scope"/>
   </define>
   <define name="tei_att.dimensions.attribute.unit">
      <optional>
         <attribute name="unit">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">names the unit used for the measurement
Suggested values include: 1] cm(centimetres) ; 2] mm(millimetres) ; 3] in(inches) ; 4] lines; 5] chars(characters) </a:documentation>
            <choice>
               <value>cm</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(centimetres) </a:documentation>
               <value>mm</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(millimetres) </a:documentation>
               <value>in</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(inches) </a:documentation>
               <value>lines</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">lines of text</a:documentation>
               <value>chars</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(characters) characters of text</a:documentation>
               <data type="Name"/>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.dimensions.attribute.quantity">
      <optional>
         <attribute name="quantity">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the length in the units specified</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.dimensions.attribute.extent">
      <optional>
         <attribute name="extent">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.</a:documentation>
            <ref name="tei_data.text"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.dimensions.attribute.precision">
      <optional>
         <attribute name="precision">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the precision of the values specified by the other attributes.</a:documentation>
            <ref name="tei_data.certainty"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.dimensions.attribute.scope">
      <optional>
         <attribute name="scope">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation, specifies the applicability of this measurement.
Sample values include: 1] all; 2] most; 3] range</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.breaking.attributes">
      <ref name="tei_att.breaking.attribute.break"/>
   </define>
   <define name="tei_att.breaking.attribute.break">
      <optional>
         <attribute name="break">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether or not the element bearing this attribute should be considered to mark the end of an orthographic token in the same way as whitespace.</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.cReferencing.attributes">
      <ref name="tei_att.cReferencing.attribute.cRef"/>
   </define>
   <define name="tei_att.cReferencing.attribute.cRef">
      <optional>
         <attribute name="cRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical reference) specifies the destination of the pointer by supplying a canonical reference expressed using the scheme defined in a refsDecl element in the TEI header</a:documentation>
            <ref name="tei_data.text"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.w3c.attributes">
      <ref name="tei_att.datable.w3c.attribute.when"/>
      <ref name="tei_att.datable.w3c.attribute.notBefore"/>
      <ref name="tei_att.datable.w3c.attribute.notAfter"/>
      <ref name="tei_att.datable.w3c.attribute.from"/>
      <ref name="tei_att.datable.w3c.attribute.to"/>
   </define>
   <define name="tei_att.datable.w3c.attribute.when">
      <optional>
         <attribute name="when">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.w3c"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.w3c.attribute.notBefore">
      <optional>
         <attribute name="notBefore">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.w3c"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.w3c.attribute.notAfter">
      <optional>
         <attribute name="notAfter">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.w3c"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.w3c.attribute.from">
      <optional>
         <attribute name="from">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.w3c"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.w3c.attribute.to">
      <optional>
         <attribute name="to">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.w3c"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.attributes">
      <ref name="tei_att.datable.w3c.attributes"/>
      <ref name="tei_att.datable.iso.attributes"/>
      <ref name="tei_att.datable.custom.attributes"/>
      <ref name="tei_att.datable.attribute.calendar"/>
      <ref name="tei_att.datable.attribute.period"/>
   </define>
   <define name="tei_att.datable.attribute.calendar">
      <optional>
         <attribute name="calendar">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the system or calendar to which the date represented by the content of this element belongs.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
            id="IstexSchema-att.datable-calendar-calendar-constraint-1">
      <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://www.tei-c.org/ns/1.0"
                xmlns:rng="http://relaxng.org/ns/structure/1.0"
                context="tei:*[@calendar]">
            <sch:assert test="string-length(.) gt 0">
@calendar indicates the system or calendar to which the date represented by the content of this element
belongs, but this <sch:name/> element has no textual content.</sch:assert>
          </sch:rule>
   </pattern>
   <define name="tei_att.datable.attribute.period">
      <optional>
         <attribute name="period">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datcat.attributes">
      <ref name="tei_att.datcat.attribute.datcat"/>
      <ref name="tei_att.datcat.attribute.valueDatcat"/>
   </define>
   <define name="tei_att.datcat.attribute.datcat">
      <optional>
         <attribute name="datcat" ns="http://www.isocat.org/ns/dcr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datcat.attribute.valueDatcat">
      <optional>
         <attribute name="valueDatcat" ns="http://www.isocat.org/ns/dcr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a PID (persistent identifier) that aligns the content of the given element or the value of the given attribute with the appropriate simple Data Category (or categories) in ISOcat.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.declarable.attributes">
      <ref name="tei_att.declarable.attribute.default"/>
   </define>
   <define name="tei_att.declarable.attribute.default">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="default"
                    a:defaultValue="false">
            <a:documentation>indicates whether or not this element is selected by default when its parent is selected.</a:documentation>
            <choice>
               <value>true</value>
               <a:documentation>This element is selected if its parent is selected</a:documentation>
               <value>false</value>
               <a:documentation>This element can only be selected explicitly, unless it is the only one of its kind, in which case it is selected if its parent is selected.</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.declaring.attributes">
      <ref name="tei_att.declaring.attribute.decls"/>
   </define>
   <define name="tei_att.declaring.attribute.decls">
      <optional>
         <attribute name="decls">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.fragmentable.attributes">
      <ref name="tei_att.fragmentable.attribute.part"/>
   </define>
   <define name="tei_att.fragmentable.attribute.part">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="part"
                    a:defaultValue="N">
            <a:documentation>specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</a:documentation>
            <choice>
               <value>Y</value>
               <a:documentation>(yes) the element is fragmented in some (unspecified) respect</a:documentation>
               <value>N</value>
               <a:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness.</a:documentation>
               <value>I</value>
               <a:documentation>(initial) this is the initial part of a fragmented element</a:documentation>
               <value>M</value>
               <a:documentation>(medial) this is a medial part of a fragmented element</a:documentation>
               <value>F</value>
               <a:documentation>(final) this is the final part of a fragmented element</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.divLike.attributes">
      <ref name="tei_att.fragmentable.attributes"/>
      <ref name="tei_att.divLike.attribute.org"/>
      <ref name="tei_att.divLike.attribute.sample"/>
   </define>
   <define name="tei_att.divLike.attribute.org">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="org"
                    a:defaultValue="uniform">
            <a:documentation>(organization) specifies how the content of the division is organized.</a:documentation>
            <choice>
               <value>composite</value>
               <a:documentation>no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships.</a:documentation>
               <value>uniform</value>
               <a:documentation>the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence.</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.divLike.attribute.sample">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="sample"
                    a:defaultValue="complete">
            <a:documentation>indicates whether this division is a sample of the original source and if so, from which part.</a:documentation>
            <choice>
               <value>initial</value>
               <a:documentation>division lacks material present at end in source.</a:documentation>
               <value>medial</value>
               <a:documentation>division lacks material at start and end.</a:documentation>
               <value>final</value>
               <a:documentation>division lacks material at start.</a:documentation>
               <value>unknown</value>
               <a:documentation>position of sampled material within original unknown.</a:documentation>
               <value>complete</value>
               <a:documentation>division is not a sample.</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.docStatus.attributes">
      <ref name="tei_att.docStatus.attribute.status"/>
   </define>
   <define name="tei_att.docStatus.attribute.status">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="status"
                    a:defaultValue="draft">
            <a:documentation>describes the status of a document either currently or, when associated with a dated element, at the time indicated.
Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.responsibility.attributes">
      <ref name="tei_att.source.attributes"/>
      <ref name="tei_att.responsibility.attribute.cert"/>
      <ref name="tei_att.responsibility.attribute.resp"/>
   </define>
   <define name="tei_att.responsibility.attribute.cert">
      <optional>
         <attribute name="cert">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(certainty) signifies the degree of certainty associated with the intervention or interpretation.</a:documentation>
            <ref name="tei_data.certainty"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.responsibility.attribute.resp">
      <optional>
         <attribute name="resp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.editLike.attributes">
      <ref name="tei_att.dimensions.attributes"/>
      <ref name="tei_att.responsibility.attributes"/>
      <ref name="tei_att.editLike.attribute.evidence"/>
      <ref name="tei_att.editLike.attribute.instant"/>
   </define>
   <define name="tei_att.editLike.attribute.evidence">
      <optional>
         <attribute name="evidence">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation.
Suggested values include: 1] internal; 2] external; 3] conjecture</a:documentation>
            <list>
               <oneOrMore>
                  <choice>
                     <value>internal</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">there is internal evidence to support the intervention.</a:documentation>
                     <value>external</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">there is external evidence to support the intervention.</a:documentation>
                     <value>conjecture</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise.</a:documentation>
                     <data type="Name"/>
                  </choice>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.editLike.attribute.instant">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="instant"
                    a:defaultValue="false">
            <a:documentation>indicates whether this is an instant revision or not.</a:documentation>
            <ref name="tei_data.xTruthValue"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attributes">
      <ref name="tei_att.global.linking.attributes"/>
      <ref name="tei_att.global.attribute.xmlid"/>
      <ref name="tei_att.global.attribute.n"/>
      <ref name="tei_att.global.attribute.xmllang"/>
      <ref name="tei_att.global.attribute.rend"/>
      <ref name="tei_att.global.attribute.style"/>
      <ref name="tei_att.global.attribute.rendition"/>
      <ref name="tei_att.global.attribute.xmlbase"/>
      <ref name="tei_att.global.attribute.xmlspace"/>
   </define>
   <define name="tei_att.global.attribute.xmlid">
      <optional>
         <attribute name="xml:id">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) provides a unique identifier for the element bearing the attribute.</a:documentation>
            <data type="ID"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.n">
      <optional>
         <attribute name="n">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number) gives a number (or other label) for an element, which is not necessarily unique within the document.</a:documentation>
            <ref name="tei_data.text"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.xmllang">
      <optional>
         <attribute name="xml:lang">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language) indicates the language of the element content using a tag generated according to BCP 47.</a:documentation>
            <ref name="tei_data.language"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.rend">
      <optional>
         <attribute name="rend">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(rendition) indicates how the element in question was rendered or presented in the source text.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.style">
      <optional>
         <attribute name="style">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text</a:documentation>
            <ref name="tei_data.text"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.rendition">
      <optional>
         <attribute name="rendition">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a description of the rendering or presentation used for this element in the source text.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.xmlbase">
      <optional>
         <attribute name="xml:base">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a base URI reference with which applications can resolve relative URI references into absolute URI references.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.attribute.xmlspace">
      <optional>
         <attribute name="xml:space">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signals an intention about how white space should be managed by applications.</a:documentation>
            <choice>
               <value>default</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signals that the application's default white-space processing modes are acceptable</a:documentation>
               <value>preserve</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the intent that applications preserve all white space</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.internetMedia.attributes">
      <ref name="tei_att.internetMedia.attribute.mimeType"/>
   </define>
   <define name="tei_att.internetMedia.attribute.mimeType">
      <optional>
         <attribute name="mimeType">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.media.attributes">
      <ref name="tei_att.internetMedia.attributes"/>
      <ref name="tei_att.media.attribute.width"/>
      <ref name="tei_att.media.attribute.height"/>
      <ref name="tei_att.media.attribute.scale"/>
   </define>
   <define name="tei_att.media.attribute.width">
      <optional>
         <attribute name="width">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the media are displayed, indicates the display width</a:documentation>
            <ref name="tei_data.outputMeasurement"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.media.attribute.height">
      <optional>
         <attribute name="height">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the media are displayed, indicates the display height</a:documentation>
            <ref name="tei_data.outputMeasurement"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.media.attribute.scale">
      <optional>
         <attribute name="scale">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the media are displayed, indicates a scale factor to be applied when generating the desired display size</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.resourced.attributes">
      <ref name="tei_att.resourced.attribute.url"/>
   </define>
   <define name="tei_att.resourced.attribute.url">
      <attribute name="url">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(uniform resource locator) specifies the URL from which the media concerned may be obtained.</a:documentation>
         <ref name="tei_data.pointer"/>
      </attribute>
   </define>
   <define name="tei_att.measurement.attributes">
      <ref name="tei_att.measurement.attribute.unit"/>
      <ref name="tei_att.measurement.attribute.quantity"/>
      <ref name="tei_att.measurement.attribute.commodity"/>
   </define>
   <define name="tei_att.measurement.attribute.unit">
      <optional>
         <attribute name="unit">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the units used for the measurement, usually using the standard symbol for the desired units.
Suggested values include: 1] m(metre) ; 2] kg(kilogram) ; 3] s(second) ; 4] Hz(hertz) ; 5] Pa(pascal) ; 6] Ω(ohm) ; 7] L(litre) ; 8] t(tonne) ; 9] ha(hectare) ; 10] Å(ångström) ; 11] mL(millilitre) ; 12] cm(centimetre) ; 13] dB(decibel) ; 14] kbit(kilobit) ; 15] Kibit(kibibit) ; 16] kB(kilobyte) ; 17] KiB(kibibyte) ; 18] MB(megabyte) ; 19] MiB(mebibyte) </a:documentation>
            <choice>
               <value>m</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(metre) SI base unit of length</a:documentation>
               <value>kg</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kilogram) SI base unit of mass</a:documentation>
               <value>s</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(second) SI base unit of time</a:documentation>
               <value>Hz</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hertz) SI unit of frequency</a:documentation>
               <value>Pa</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pascal) SI unit of pressure or stress</a:documentation>
               <value>Ω</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(ohm) SI unit of electric resistance</a:documentation>
               <value>L</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(litre) 1 dm³</a:documentation>
               <value>t</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(tonne) 10³ kg</a:documentation>
               <value>ha</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hectare) 1 hm²</a:documentation>
               <value>Å</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(ångström) 10⁻¹⁰ m</a:documentation>
               <value>mL</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(millilitre) </a:documentation>
               <value>cm</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(centimetre) </a:documentation>
               <value>dB</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(decibel) see remarks, below</a:documentation>
               <value>kbit</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kilobit) 10³ or 1000 bits</a:documentation>
               <value>Kibit</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kibibit) 2¹⁰ or 1024 bits</a:documentation>
               <value>kB</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kilobyte) 10³ or 1000 bytes</a:documentation>
               <value>KiB</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kibibyte) 2¹⁰ or 1024 bytes</a:documentation>
               <value>MB</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(megabyte) 10⁶ or 1 000 000 bytes</a:documentation>
               <value>MiB</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(mebibyte) 2²⁰ or 1 048 576 bytes</a:documentation>
               <data type="Name"/>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.measurement.attribute.quantity">
      <optional>
         <attribute name="quantity">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of the specified units that comprise the measurement</a:documentation>
            <ref name="tei_data.numeric"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.measurement.attribute.commodity">
      <optional>
         <attribute name="commodity">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the substance that is being measured</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.naming.attributes">
      <ref name="tei_att.canonical.attributes"/>
      <ref name="tei_att.naming.attribute.role"/>
      <ref name="tei_att.naming.attribute.nymRef"/>
   </define>
   <define name="tei_att.naming.attribute.role">
      <optional>
         <attribute name="role">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">may be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.enumerated"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.naming.attribute.nymRef">
      <optional>
         <attribute name="nymRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.placement.attributes">
      <ref name="tei_att.placement.attribute.place"/>
   </define>
   <define name="tei_att.placement.attribute.place">
      <optional>
         <attribute name="place">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies where this item is placed
Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6] overleaf; 7] above; 8] end; 9] inline; 10] inspace</a:documentation>
            <list>
               <oneOrMore>
                  <choice>
                     <value>below</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">below the line</a:documentation>
                     <value>bottom</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the foot of the page</a:documentation>
                     <value>margin</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in the margin (left, right, or both)</a:documentation>
                     <value>top</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the top of the page</a:documentation>
                     <value>opposite</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">on the opposite, i.e. facing, page</a:documentation>
                     <value>overleaf</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">on the other side of the leaf</a:documentation>
                     <value>above</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">above the line</a:documentation>
                     <value>end</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the end of e.g. chapter or volume.</a:documentation>
                     <value>inline</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">within the body of the text.</a:documentation>
                     <value>inspace</value>
                     <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in a predefined space, for example left by an earlier scribe.</a:documentation>
                     <data type="Name"/>
                  </choice>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.typed.attributes">
      <ref name="tei_att.typed.attribute.type"/>
      <ref name="tei_att.typed.attribute.subtype"/>
   </define>
   <define name="tei_att.typed.attribute.type">
      <optional>
         <attribute name="type">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology.</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.typed.attribute.subtype">
      <optional>
         <attribute name="subtype">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a sub-categorization of the element, if needed</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
            id="IstexSchema-att.typed-subtypeTyped-constraint-2">
      <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://www.tei-c.org/ns/1.0"
                xmlns:rng="http://relaxng.org/ns/structure/1.0"
                context="*[@subtype]">
        <sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype
 unless also categorized in general with @type</sch:assert>
      </sch:rule>
   </pattern>
   <define name="tei_att.pointing.attributes">
      <ref name="tei_att.pointing.attribute.targetLang"/>
      <ref name="tei_att.pointing.attribute.target"/>
      <ref name="tei_att.pointing.attribute.evaluate"/>
   </define>
   <define name="tei_att.pointing.attribute.targetLang">
      <optional>
         <attribute name="targetLang">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the language of the content to be found at the destination referenced by target, using a language tag generated according to BCP 47.</a:documentation>
            <ref name="tei_data.language"/>
         </attribute>
      </optional>
   </define>
   <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
            id="IstexSchema-att.pointing-targetLang-targetLang-constraint-3">
      <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://www.tei-c.org/ns/1.0"
                xmlns:rng="http://relaxng.org/ns/structure/1.0"
                context="tei:*[not(self::tei:schemaSpec)][@targetLang]">
            <sch:assert test="count(@target)">@targetLang can only be used if @target is specified.</sch:assert>
          </sch:rule>
   </pattern>
   <define name="tei_att.pointing.attribute.target">
      <optional>
         <attribute name="target">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the destination of the reference by supplying one or more URI References</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.pointing.attribute.evaluate">
      <optional>
         <attribute name="evaluate">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the intended meaning when the target of a pointer is itself a pointer.</a:documentation>
            <choice>
               <value>all</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">if the element pointed to is itself a pointer, then the target of that pointer will be taken, and so on, until an element is found which is not a pointer.</a:documentation>
               <value>one</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">if the element pointed to is itself a pointer, then its target (whether a pointer or not) is taken as the target of this pointer.</a:documentation>
               <value>none</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target.</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.pointing.group.attributes">
      <ref name="tei_att.pointing.attributes"/>
      <ref name="tei_att.typed.attributes"/>
      <ref name="tei_att.pointing.group.attribute.domains"/>
      <ref name="tei_att.pointing.group.attribute.targFunc"/>
   </define>
   <define name="tei_att.pointing.group.attribute.domains">
      <optional>
         <attribute name="domains">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">optionally specifies the identifiers of the elements within which all elements indicated by the contents of this element lie.</a:documentation>
            <list>
               <ref name="tei_data.pointer"/>
               <ref name="tei_data.pointer"/>
               <zeroOrMore>
                  <ref name="tei_data.pointer"/>
               </zeroOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.pointing.group.attribute.targFunc">
      <optional>
         <attribute name="targFunc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(target function) describes the function of each of the values of the target attribute of the enclosed link, join, or alt tags.</a:documentation>
            <list>
               <ref name="tei_data.word"/>
               <ref name="tei_data.word"/>
               <zeroOrMore>
                  <ref name="tei_data.word"/>
               </zeroOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.segLike.attributes">
      <ref name="tei_att.datcat.attributes"/>
      <ref name="tei_att.fragmentable.attributes"/>
      <ref name="tei_att.segLike.attribute.function"/>
   </define>
   <define name="tei_att.segLike.attribute.function">
      <optional>
         <attribute name="function">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the function of the segment.</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.sortable.attributes">
      <ref name="tei_att.sortable.attribute.sortKey"/>
   </define>
   <define name="tei_att.sortable.attribute.sortKey">
      <optional>
         <attribute name="sortKey">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the sort key for this element in an index, list or group which contains it.</a:documentation>
            <ref name="tei_data.word"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.edition.attributes">
      <ref name="tei_att.edition.attribute.ed"/>
      <ref name="tei_att.edition.attribute.edRef"/>
   </define>
   <define name="tei_att.edition.attribute.ed">
      <optional>
         <attribute name="ed">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition) supplies a sigil or other arbitrary identifier for the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.edition.attribute.edRef">
      <optional>
         <attribute name="edRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition reference) provides a pointer to the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.spanning.attributes">
      <ref name="tei_att.spanning.attribute.spanTo"/>
   </define>
   <define name="tei_att.spanning.attribute.spanTo">
      <optional>
         <attribute name="spanTo">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the end of a span initiated by the element bearing this attribute.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
            id="IstexSchema-att.spanning-spanTo-spanTo-2-constraint-4">
      <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://www.tei-c.org/ns/1.0"
                xmlns:rng="http://relaxng.org/ns/structure/1.0"
                context="tei:*[@spanTo]">
            <sch:assert test="id(substring(@spanTo,2)) and following::*[@xml:id=substring(current()/@spanTo,2)]">
The element indicated by @spanTo (<sch:value-of select="@spanTo"/>) must follow the current element <sch:name/>
                  </sch:assert>
          </sch:rule>
   </pattern>
   <define name="tei_att.styleDef.attributes">
      <ref name="tei_att.styleDef.attribute.scheme"/>
      <ref name="tei_att.styleDef.attribute.schemeVersion"/>
   </define>
   <define name="tei_att.styleDef.attribute.scheme">
      <optional>
         <attribute name="scheme">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the language used to describe the rendition.</a:documentation>
            <choice>
               <value>css</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Cascading Stylesheet Language</a:documentation>
               <value>xslfo</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Extensible Stylesheet Language Formatting Objects</a:documentation>
               <value>free</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Informal free text description</a:documentation>
               <value>other</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A user-defined rendition description language</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.styleDef.attribute.schemeVersion">
      <optional>
         <attribute name="schemeVersion">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a version number for the style language provided in scheme.</a:documentation>
            <ref name="tei_data.versionNumber"/>
         </attribute>
      </optional>
   </define>
   <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
            id="IstexSchema-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-5">
      <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://www.tei-c.org/ns/1.0"
                xmlns:rng="http://relaxng.org/ns/structure/1.0"
                context="tei:*[@schemeVersion]">
            <sch:assert test="@scheme and not(@scheme = 'free')">
              @schemeVersion can only be used if @scheme is specified.
            </sch:assert>
          </sch:rule>
   </pattern>
   <define name="tei_att.tableDecoration.attributes">
      <ref name="tei_att.tableDecoration.attribute.role"/>
      <ref name="tei_att.tableDecoration.attribute.rows"/>
      <ref name="tei_att.tableDecoration.attribute.cols"/>
   </define>
   <define name="tei_att.tableDecoration.attribute.role">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="role"
                    a:defaultValue="data">
            <a:documentation>indicates the kind of information held in this cell or in each cell of this row.
Suggested values include: 1] label; 2] data</a:documentation>
            <choice>
               <value>label</value>
               <a:documentation>labelling or descriptive information only.</a:documentation>
               <value>data</value>
               <a:documentation>data values.</a:documentation>
               <data type="Name"/>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.tableDecoration.attribute.rows">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="rows"
                    a:defaultValue="1">
            <a:documentation>indicates the number of rows occupied by this cell or row.</a:documentation>
            <ref name="tei_data.count"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.tableDecoration.attribute.cols">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="cols"
                    a:defaultValue="1">
            <a:documentation>(columns) indicates the number of columns occupied by this cell or row.</a:documentation>
            <ref name="tei_data.count"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.timed.attributes">
      <ref name="tei_att.timed.attribute.start"/>
      <ref name="tei_att.timed.attribute.end"/>
   </define>
   <define name="tei_att.timed.attribute.start">
      <optional>
         <attribute name="start">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location within a temporal alignment at which this element begins.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.timed.attribute.end">
      <optional>
         <attribute name="end">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location within a temporal alignment at which this element ends.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.transcriptional.attributes">
      <ref name="tei_att.editLike.attributes"/>
      <ref name="tei_att.transcriptional.attribute.hand"/>
      <ref name="tei_att.transcriptional.attribute.status"/>
      <ref name="tei_att.transcriptional.attribute.cause"/>
      <ref name="tei_att.transcriptional.attribute.seq"/>
   </define>
   <define name="tei_att.transcriptional.attribute.hand">
      <optional>
         <attribute name="hand">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the hand of the agent which made the intervention.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.transcriptional.attribute.status">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="status"
                    a:defaultValue="unremarkable">
            <a:documentation>indicates the effect of the intervention, for example in the case of a deletion, strikeouts which include too much or too little text, or in the case of an addition, an insertion which duplicates some of the text already present.
Sample values include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart; 6] shortEnd; 7] partial; 8] unremarkable</a:documentation>
            <ref name="tei_data.enumerated"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.transcriptional.attribute.cause">
      <optional>
         <attribute name="cause">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">documents the presumed cause for the intervention.</a:documentation>
            <choice>
               <value>fix</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">repeated for the purpose of fixation</a:documentation>
               <value>unclear</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">repeated to clarify a previously illegible or badly written text or mark</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.transcriptional.attribute.seq">
      <optional>
         <attribute name="seq">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.</a:documentation>
            <ref name="tei_data.count"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.translatable.attributes">
      <ref name="tei_att.translatable.attribute.versionDate"/>
   </define>
   <define name="tei_att.translatable.attribute.versionDate">
      <optional>
         <attribute name="versionDate">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the date on which the source text was extracted and sent to the translator</a:documentation>
            <ref name="tei_data.temporal.w3c"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.citing.attributes">
      <ref name="tei_att.citing.attribute.unit"/>
      <ref name="tei_att.citing.attribute.from"/>
      <ref name="tei_att.citing.attribute.to"/>
   </define>
   <define name="tei_att.citing.attribute.unit">
      <optional>
         <attribute name="unit">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the unit of information conveyed by the element, e.g. columns, pages, volume.
Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] part; 7] column</a:documentation>
            <choice>
               <value>volume</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains a volume number.</a:documentation>
               <value>issue</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains an issue number, or volume and issue numbers.</a:documentation>
               <value>page</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains a page number or page range.</a:documentation>
               <value>line</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains a line number or line range.</a:documentation>
               <value>chapter</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains a chapter indication (number and/or title)</a:documentation>
               <value>part</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies a part of a book or collection.</a:documentation>
               <value>column</value>
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies a column.</a:documentation>
               <data type="Name"/>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.citing.attribute.from">
      <optional>
         <attribute name="from">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the starting point of the range of units indicated by the unit attribute.</a:documentation>
            <ref name="tei_data.word"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.citing.attribute.to">
      <optional>
         <attribute name="to">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the end-point of the range of units indicated by the unit attribute.</a:documentation>
            <ref name="tei_data.word"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_model.nameLike.agent">
      <choice>
         <ref name="tei_name"/>
         <ref name="tei_orgName"/>
         <ref name="tei_persName"/>
      </choice>
   </define>
   <define name="tei_model.nameLike.agent_alternation">
      <choice>
         <ref name="tei_name"/>
         <ref name="tei_orgName"/>
         <ref name="tei_persName"/>
      </choice>
   </define>
   <define name="tei_model.nameLike.agent_sequence">
      <ref name="tei_name"/>
      <ref name="tei_orgName"/>
      <ref name="tei_persName"/>
   </define>
   <define name="tei_model.nameLike.agent_sequenceOptional">
      <optional>
         <ref name="tei_name"/>
      </optional>
      <optional>
         <ref name="tei_orgName"/>
      </optional>
      <optional>
         <ref name="tei_persName"/>
      </optional>
   </define>
   <define name="tei_model.nameLike.agent_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_name"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_orgName"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_persName"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.nameLike.agent_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_name"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_orgName"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_persName"/>
      </oneOrMore>
   </define>
   <define name="tei_model.segLike">
      <choice>
         <ref name="tei_seg"/>
      </choice>
   </define>
   <define name="tei_model.hiLike">
      <choice>
         <ref name="tei_hi"/>
      </choice>
   </define>
   <define name="tei_model.hiLike_alternation">
      <choice>
         <ref name="tei_hi"/>
      </choice>
   </define>
   <define name="tei_model.hiLike_sequence">
      <ref name="tei_hi"/>
   </define>
   <define name="tei_model.hiLike_sequenceOptional">
      <optional>
         <ref name="tei_hi"/>
      </optional>
   </define>
   <define name="tei_model.hiLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_hi"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.hiLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_hi"/>
      </oneOrMore>
   </define>
   <define name="tei_model.emphLike">
      <choice>
         <ref name="tei_foreign"/>
         <ref name="tei_emph"/>
         <ref name="tei_distinct"/>
         <ref name="tei_mentioned"/>
         <ref name="tei_soCalled"/>
         <ref name="tei_gloss"/>
         <ref name="tei_term"/>
         <ref name="tei_title"/>
      </choice>
   </define>
   <define name="tei_model.emphLike_alternation">
      <choice>
         <ref name="tei_foreign"/>
         <ref name="tei_emph"/>
         <ref name="tei_distinct"/>
         <ref name="tei_mentioned"/>
         <ref name="tei_soCalled"/>
         <ref name="tei_gloss"/>
         <ref name="tei_term"/>
         <ref name="tei_title"/>
      </choice>
   </define>
   <define name="tei_model.emphLike_sequence">
      <ref name="tei_foreign"/>
      <ref name="tei_emph"/>
      <ref name="tei_distinct"/>
      <ref name="tei_mentioned"/>
      <ref name="tei_soCalled"/>
      <ref name="tei_gloss"/>
      <ref name="tei_term"/>
      <ref name="tei_title"/>
   </define>
   <define name="tei_model.emphLike_sequenceOptional">
      <optional>
         <ref name="tei_foreign"/>
      </optional>
      <optional>
         <ref name="tei_emph"/>
      </optional>
      <optional>
         <ref name="tei_distinct"/>
      </optional>
      <optional>
         <ref name="tei_mentioned"/>
      </optional>
      <optional>
         <ref name="tei_soCalled"/>
      </optional>
      <optional>
         <ref name="tei_gloss"/>
      </optional>
      <optional>
         <ref name="tei_term"/>
      </optional>
      <optional>
         <ref name="tei_title"/>
      </optional>
   </define>
   <define name="tei_model.emphLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_foreign"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_emph"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_distinct"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_mentioned"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_soCalled"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_gloss"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_term"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_title"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.emphLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_foreign"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_emph"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_distinct"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_mentioned"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_soCalled"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_gloss"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_term"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_title"/>
      </oneOrMore>
   </define>
   <define name="tei_model.highlighted">
      <choice>
         <ref name="tei_model.hiLike"/>
         <ref name="tei_model.emphLike"/>
      </choice>
   </define>
   <define name="tei_model.dateLike">
      <choice>
         <ref name="tei_date"/>
         <ref name="tei_time"/>
      </choice>
   </define>
   <define name="tei_model.dateLike_alternation">
      <choice>
         <ref name="tei_date"/>
         <ref name="tei_time"/>
      </choice>
   </define>
   <define name="tei_model.dateLike_sequence">
      <ref name="tei_date"/>
      <ref name="tei_time"/>
   </define>
   <define name="tei_model.dateLike_sequenceOptional">
      <optional>
         <ref name="tei_date"/>
      </optional>
      <optional>
         <ref name="tei_time"/>
      </optional>
   </define>
   <define name="tei_model.dateLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_date"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_time"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.dateLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_date"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_time"/>
      </oneOrMore>
   </define>
   <define name="tei_model.measureLike">
      <choice>
         <ref name="tei_num"/>
         <ref name="tei_measure"/>
         <ref name="tei_measureGrp"/>
         <ref name="tei_geo"/>
      </choice>
   </define>
   <define name="tei_model.measureLike_alternation">
      <choice>
         <ref name="tei_num"/>
         <ref name="tei_measure"/>
         <ref name="tei_measureGrp"/>
         <ref name="tei_geo"/>
      </choice>
   </define>
   <define name="tei_model.measureLike_sequence">
      <ref name="tei_num"/>
      <ref name="tei_measure"/>
      <ref name="tei_measureGrp"/>
      <ref name="tei_geo"/>
   </define>
   <define name="tei_model.measureLike_sequenceOptional">
      <optional>
         <ref name="tei_num"/>
      </optional>
      <optional>
         <ref name="tei_measure"/>
      </optional>
      <optional>
         <ref name="tei_measureGrp"/>
      </optional>
      <optional>
         <ref name="tei_geo"/>
      </optional>
   </define>
   <define name="tei_model.measureLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_num"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_measure"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_measureGrp"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_geo"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.measureLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_num"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_measure"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_measureGrp"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_geo"/>
      </oneOrMore>
   </define>
   <define name="tei_model.egLike">
      <notAllowed/>
   </define>
   <define name="tei_model.egLike_alternation">
      <notAllowed/>
   </define>
   <define name="tei_model.egLike_sequence">
      <empty/>
   </define>
   <define name="tei_model.egLike_sequenceOptional">
      <empty/>
   </define>
   <define name="tei_model.egLike_sequenceOptionalRepeatable">
      <empty/>
   </define>
   <define name="tei_model.egLike_sequenceRepeatable">
      <notAllowed/>
   </define>
   <define name="tei_model.graphicLike">
      <choice>
         <ref name="tei_media"/>
         <ref name="tei_graphic"/>
         <ref name="tei_binaryObject"/>
         <ref name="tei_formula"/>
      </choice>
   </define>
   <define name="tei_model.offsetLike">
      <choice>
         <ref name="tei_offset"/>
         <ref name="tei_geogFeat"/>
      </choice>
   </define>
   <define name="tei_model.offsetLike_alternation">
      <choice>
         <ref name="tei_offset"/>
         <ref name="tei_geogFeat"/>
      </choice>
   </define>
   <define name="tei_model.offsetLike_sequence">
      <ref name="tei_offset"/>
      <ref name="tei_geogFeat"/>
   </define>
   <define name="tei_model.offsetLike_sequenceOptional">
      <optional>
         <ref name="tei_offset"/>
      </optional>
      <optional>
         <ref name="tei_geogFeat"/>
      </optional>
   </define>
   <define name="tei_model.offsetLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_offset"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_geogFeat"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.offsetLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_offset"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_geogFeat"/>
      </oneOrMore>
   </define>
   <define name="tei_model.pPart.msdesc">
      <notAllowed/>
   </define>
   <define name="tei_model.pPart.editorial">
      <choice>
         <ref name="tei_choice"/>
         <ref name="tei_abbr"/>
         <ref name="tei_expan"/>
      </choice>
   </define>
   <define name="tei_model.pPart.editorial_alternation">
      <choice>
         <ref name="tei_choice"/>
         <ref name="tei_abbr"/>
         <ref name="tei_expan"/>
      </choice>
   </define>
   <define name="tei_model.pPart.editorial_sequence">
      <ref name="tei_choice"/>
      <ref name="tei_abbr"/>
      <ref name="tei_expan"/>
   </define>
   <define name="tei_model.pPart.editorial_sequenceOptional">
      <optional>
         <ref name="tei_choice"/>
      </optional>
      <optional>
         <ref name="tei_abbr"/>
      </optional>
      <optional>
         <ref name="tei_expan"/>
      </optional>
   </define>
   <define name="tei_model.pPart.editorial_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_choice"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_abbr"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_expan"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.pPart.editorial_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_choice"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_abbr"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_expan"/>
      </oneOrMore>
   </define>
   <define name="tei_model.pPart.transcriptional">
      <choice>
         <ref name="tei_sic"/>
         <ref name="tei_corr"/>
         <ref name="tei_reg"/>
         <ref name="tei_orig"/>
         <ref name="tei_add"/>
         <ref name="tei_del"/>
         <ref name="tei_unclear"/>
      </choice>
   </define>
   <define name="tei_model.pPart.transcriptional_alternation">
      <choice>
         <ref name="tei_sic"/>
         <ref name="tei_corr"/>
         <ref name="tei_reg"/>
         <ref name="tei_orig"/>
         <ref name="tei_add"/>
         <ref name="tei_del"/>
         <ref name="tei_unclear"/>
      </choice>
   </define>
   <define name="tei_model.pPart.transcriptional_sequence">
      <ref name="tei_sic"/>
      <ref name="tei_corr"/>
      <ref name="tei_reg"/>
      <ref name="tei_orig"/>
      <ref name="tei_add"/>
      <ref name="tei_del"/>
      <ref name="tei_unclear"/>
   </define>
   <define name="tei_model.pPart.transcriptional_sequenceOptional">
      <optional>
         <ref name="tei_sic"/>
      </optional>
      <optional>
         <ref name="tei_corr"/>
      </optional>
      <optional>
         <ref name="tei_reg"/>
      </optional>
      <optional>
         <ref name="tei_orig"/>
      </optional>
      <optional>
         <ref name="tei_add"/>
      </optional>
      <optional>
         <ref name="tei_del"/>
      </optional>
      <optional>
         <ref name="tei_unclear"/>
      </optional>
   </define>
   <define name="tei_model.pPart.transcriptional_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_sic"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_corr"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_reg"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_orig"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_add"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_del"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_unclear"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.pPart.transcriptional_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_sic"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_corr"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_reg"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_orig"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_add"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_del"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_unclear"/>
      </oneOrMore>
   </define>
   <define name="tei_model.pPart.edit">
      <choice>
         <ref name="tei_model.pPart.editorial"/>
         <ref name="tei_model.pPart.transcriptional"/>
      </choice>
   </define>
   <define name="tei_model.ptrLike">
      <choice>
         <ref name="tei_ptr"/>
         <ref name="tei_ref"/>
      </choice>
   </define>
   <define name="tei_model.lPart">
      <notAllowed/>
   </define>
   <define name="tei_model.global.meta">
      <choice>
         <ref name="tei_index"/>
         <ref name="tei_link"/>
         <ref name="tei_linkGrp"/>
         <ref name="tei_timeline"/>
         <ref name="tei_join"/>
         <ref name="tei_joinGrp"/>
         <ref name="tei_alt"/>
         <ref name="tei_altGrp"/>
      </choice>
   </define>
   <define name="tei_model.milestoneLike">
      <choice>
         <ref name="tei_milestone"/>
         <ref name="tei_gb"/>
         <ref name="tei_pb"/>
         <ref name="tei_lb"/>
         <ref name="tei_cb"/>
         <ref name="tei_anchor"/>
      </choice>
   </define>
   <define name="tei_model.gLike">
      <notAllowed/>
   </define>
   <define name="tei_model.oddDecl">
      <notAllowed/>
   </define>
   <define name="tei_model.oddDecl_alternation">
      <notAllowed/>
   </define>
   <define name="tei_model.oddDecl_sequence">
      <empty/>
   </define>
   <define name="tei_model.oddDecl_sequenceOptional">
      <empty/>
   </define>
   <define name="tei_model.oddDecl_sequenceOptionalRepeatable">
      <empty/>
   </define>
   <define name="tei_model.oddDecl_sequenceRepeatable">
      <notAllowed/>
   </define>
   <define name="tei_model.phrase.xml">
      <notAllowed/>
   </define>
   <define name="tei_model.specDescLike">
      <notAllowed/>
   </define>
   <define name="tei_model.biblLike">
      <choice>
         <ref name="tei_bibl"/>
         <ref name="tei_biblStruct"/>
         <ref name="tei_listBibl"/>
         <ref name="tei_biblFull"/>
      </choice>
   </define>
   <define name="tei_model.biblLike_alternation">
      <choice>
         <ref name="tei_bibl"/>
         <ref name="tei_biblStruct"/>
         <ref name="tei_listBibl"/>
         <ref name="tei_biblFull"/>
      </choice>
   </define>
   <define name="tei_model.biblLike_sequence">
      <ref name="tei_bibl"/>
      <ref name="tei_biblStruct"/>
      <ref name="tei_listBibl"/>
      <ref name="tei_biblFull"/>
   </define>
   <define name="tei_model.biblLike_sequenceOptional">
      <optional>
         <ref name="tei_bibl"/>
      </optional>
      <optional>
         <ref name="tei_biblStruct"/>
      </optional>
      <optional>
         <ref name="tei_listBibl"/>
      </optional>
      <optional>
         <ref name="tei_biblFull"/>
      </optional>
   </define>
   <define name="tei_model.biblLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_bibl"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_biblStruct"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_listBibl"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_biblFull"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.biblLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_bibl"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_biblStruct"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_listBibl"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_biblFull"/>
      </oneOrMore>
   </define>
   <define name="tei_model.headLike">
      <choice>
         <ref name="tei_head"/>
      </choice>
   </define>
   <define name="tei_model.headLike_alternation">
      <choice>
         <ref name="tei_head"/>
      </choice>
   </define>
   <define name="tei_model.headLike_sequence">
      <ref name="tei_head"/>
   </define>
   <define name="tei_model.headLike_sequenceOptional">
      <optional>
         <ref name="tei_head"/>
      </optional>
   </define>
   <define name="tei_model.headLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_head"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.headLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_head"/>
      </oneOrMore>
   </define>
   <define name="tei_model.labelLike">
      <choice>
         <ref name="tei_desc"/>
         <ref name="tei_label"/>
      </choice>
   </define>
   <define name="tei_model.labelLike_alternation">
      <choice>
         <ref name="tei_desc"/>
         <ref name="tei_label"/>
      </choice>
   </define>
   <define name="tei_model.labelLike_sequence">
      <ref name="tei_desc"/>
      <ref name="tei_label"/>
   </define>
   <define name="tei_model.labelLike_sequenceOptional">
      <optional>
         <ref name="tei_desc"/>
      </optional>
      <optional>
         <ref name="tei_label"/>
      </optional>
   </define>
   <define name="tei_model.labelLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_desc"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_label"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.labelLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_desc"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_label"/>
      </oneOrMore>
   </define>
   <define name="tei_model.listLike">
      <choice>
         <ref name="tei_list"/>
         <ref name="tei_listOrg"/>
         <ref name="tei_listEvent"/>
         <ref name="tei_listPerson"/>
         <ref name="tei_listPlace"/>
         <ref name="tei_listNym"/>
         <ref name="tei_table"/>
      </choice>
   </define>
   <define name="tei_model.listLike_alternation">
      <choice>
         <ref name="tei_list"/>
         <ref name="tei_listOrg"/>
         <ref name="tei_listEvent"/>
         <ref name="tei_listPerson"/>
         <ref name="tei_listPlace"/>
         <ref name="tei_listNym"/>
         <ref name="tei_table"/>
      </choice>
   </define>
   <define name="tei_model.listLike_sequence">
      <ref name="tei_list"/>
      <ref name="tei_listOrg"/>
      <ref name="tei_listEvent"/>
      <ref name="tei_listPerson"/>
      <ref name="tei_listPlace"/>
      <ref name="tei_listNym"/>
      <ref name="tei_table"/>
   </define>
   <define name="tei_model.listLike_sequenceOptional">
      <optional>
         <ref name="tei_list"/>
      </optional>
      <optional>
         <ref name="tei_listOrg"/>
      </optional>
      <optional>
         <ref name="tei_listEvent"/>
      </optional>
      <optional>
         <ref name="tei_listPerson"/>
      </optional>
      <optional>
         <ref name="tei_listPlace"/>
      </optional>
      <optional>
         <ref name="tei_listNym"/>
      </optional>
      <optional>
         <ref name="tei_table"/>
      </optional>
   </define>
   <define name="tei_model.listLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_list"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_listOrg"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_listEvent"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_listPerson"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_listPlace"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_listNym"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_table"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.listLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_list"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_listOrg"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_listEvent"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_listPerson"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_listPlace"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_listNym"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_table"/>
      </oneOrMore>
   </define>
   <define name="tei_model.noteLike">
      <choice>
         <ref name="tei_note"/>
      </choice>
   </define>
   <define name="tei_model.lLike">
      <choice>
         <ref name="tei_l"/>
      </choice>
   </define>
   <define name="tei_model.lLike_alternation">
      <choice>
         <ref name="tei_l"/>
      </choice>
   </define>
   <define name="tei_model.lLike_sequence">
      <ref name="tei_l"/>
   </define>
   <define name="tei_model.lLike_sequenceOptional">
      <optional>
         <ref name="tei_l"/>
      </optional>
   </define>
   <define name="tei_model.lLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_l"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.lLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_l"/>
      </oneOrMore>
   </define>
   <define name="tei_model.pLike">
      <choice>
         <ref name="tei_p"/>
         <ref name="tei_ab"/>
      </choice>
   </define>
   <define name="tei_model.pLike_alternation">
      <choice>
         <ref name="tei_p"/>
         <ref name="tei_ab"/>
      </choice>
   </define>
   <define name="tei_model.pLike_sequence">
      <ref name="tei_p"/>
      <ref name="tei_ab"/>
   </define>
   <define name="tei_model.pLike_sequenceOptional">
      <optional>
         <ref name="tei_p"/>
      </optional>
      <optional>
         <ref name="tei_ab"/>
      </optional>
   </define>
   <define name="tei_model.pLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_p"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_ab"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.pLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_p"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_ab"/>
      </oneOrMore>
   </define>
   <define name="tei_model.stageLike">
      <choice>
         <ref name="tei_stage"/>
      </choice>
   </define>
   <define name="tei_model.stageLike_alternation">
      <choice>
         <ref name="tei_stage"/>
      </choice>
   </define>
   <define name="tei_model.stageLike_sequence">
      <ref name="tei_stage"/>
   </define>
   <define name="tei_model.stageLike_sequenceOptional">
      <optional>
         <ref name="tei_stage"/>
      </optional>
   </define>
   <define name="tei_model.stageLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_stage"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.stageLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_stage"/>
      </oneOrMore>
   </define>
   <define name="tei_model.entryPart">
      <notAllowed/>
   </define>
   <define name="tei_model.global.edit">
      <choice>
         <ref name="tei_gap"/>
      </choice>
   </define>
   <define name="tei_model.divPart">
      <choice>
         <ref name="tei_model.lLike"/>
         <ref name="tei_model.pLike"/>
         <ref name="tei_lg"/>
         <ref name="tei_sp"/>
      </choice>
   </define>
   <define name="tei_model.persStateLike">
      <choice>
         <ref name="tei_persName"/>
         <ref name="tei_affiliation"/>
         <ref name="tei_age"/>
         <ref name="tei_education"/>
         <ref name="tei_faith"/>
         <ref name="tei_floruit"/>
         <ref name="tei_langKnowledge"/>
         <ref name="tei_nationality"/>
         <ref name="tei_occupation"/>
         <ref name="tei_residence"/>
         <ref name="tei_sex"/>
         <ref name="tei_socecStatus"/>
         <ref name="tei_state"/>
         <ref name="tei_trait"/>
      </choice>
   </define>
   <define name="tei_model.persEventLike">
      <choice>
         <ref name="tei_birth"/>
         <ref name="tei_death"/>
         <ref name="tei_event"/>
         <ref name="tei_listEvent"/>
      </choice>
   </define>
   <define name="tei_model.personLike">
      <choice>
         <ref name="tei_org"/>
         <ref name="tei_person"/>
         <ref name="tei_personGrp"/>
      </choice>
   </define>
   <define name="tei_model.personPart">
      <choice>
         <ref name="tei_model.biblLike"/>
         <ref name="tei_model.persStateLike"/>
         <ref name="tei_model.persEventLike"/>
         <ref name="tei_idno"/>
      </choice>
   </define>
   <define name="tei_model.placeNamePart">
      <choice>
         <ref name="tei_placeName"/>
         <ref name="tei_bloc"/>
         <ref name="tei_country"/>
         <ref name="tei_region"/>
         <ref name="tei_district"/>
         <ref name="tei_settlement"/>
         <ref name="tei_geogName"/>
      </choice>
   </define>
   <define name="tei_model.placeNamePart_alternation">
      <choice>
         <ref name="tei_placeName"/>
         <ref name="tei_bloc"/>
         <ref name="tei_country"/>
         <ref name="tei_region"/>
         <ref name="tei_district"/>
         <ref name="tei_settlement"/>
         <ref name="tei_geogName"/>
      </choice>
   </define>
   <define name="tei_model.placeNamePart_sequence">
      <ref name="tei_placeName"/>
      <ref name="tei_bloc"/>
      <ref name="tei_country"/>
      <ref name="tei_region"/>
      <ref name="tei_district"/>
      <ref name="tei_settlement"/>
      <ref name="tei_geogName"/>
   </define>
   <define name="tei_model.placeNamePart_sequenceOptional">
      <optional>
         <ref name="tei_placeName"/>
      </optional>
      <optional>
         <ref name="tei_bloc"/>
      </optional>
      <optional>
         <ref name="tei_country"/>
      </optional>
      <optional>
         <ref name="tei_region"/>
      </optional>
      <optional>
         <ref name="tei_district"/>
      </optional>
      <optional>
         <ref name="tei_settlement"/>
      </optional>
      <optional>
         <ref name="tei_geogName"/>
      </optional>
   </define>
   <define name="tei_model.placeNamePart_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_placeName"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_bloc"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_country"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_region"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_district"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_settlement"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_geogName"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.placeNamePart_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_placeName"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_bloc"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_country"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_region"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_district"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_settlement"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_geogName"/>
      </oneOrMore>
   </define>
   <define name="tei_model.placeStateLike">
      <choice>
         <ref name="tei_model.placeNamePart"/>
         <ref name="tei_climate"/>
         <ref name="tei_location"/>
         <ref name="tei_population"/>
         <ref name="tei_state"/>
         <ref name="tei_terrain"/>
         <ref name="tei_trait"/>
      </choice>
   </define>
   <define name="tei_model.placeStateLike_alternation">
      <choice>
         <ref name="tei_model.placeNamePart_alternation"/>
         <ref name="tei_climate"/>
         <ref name="tei_location"/>
         <ref name="tei_population"/>
         <ref name="tei_state"/>
         <ref name="tei_terrain"/>
         <ref name="tei_trait"/>
      </choice>
   </define>
   <define name="tei_model.placeStateLike_sequence">
      <ref name="tei_model.placeNamePart_sequence"/>
      <ref name="tei_climate"/>
      <ref name="tei_location"/>
      <ref name="tei_population"/>
      <ref name="tei_state"/>
      <ref name="tei_terrain"/>
      <ref name="tei_trait"/>
   </define>
   <define name="tei_model.placeStateLike_sequenceOptional">
      <optional>
         <ref name="tei_model.placeNamePart_sequenceOptional"/>
      </optional>
      <optional>
         <ref name="tei_climate"/>
      </optional>
      <optional>
         <ref name="tei_location"/>
      </optional>
      <optional>
         <ref name="tei_population"/>
      </optional>
      <optional>
         <ref name="tei_state"/>
      </optional>
      <optional>
         <ref name="tei_terrain"/>
      </optional>
      <optional>
         <ref name="tei_trait"/>
      </optional>
   </define>
   <define name="tei_model.placeStateLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_model.placeNamePart_sequenceOptionalRepeatable"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_climate"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_location"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_population"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_state"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_terrain"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_trait"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.placeStateLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_model.placeNamePart_sequenceRepeatable"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_climate"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_location"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_population"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_state"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_terrain"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_trait"/>
      </oneOrMore>
   </define>
   <define name="tei_model.placeEventLike">
      <choice>
         <ref name="tei_event"/>
      </choice>
   </define>
   <define name="tei_model.orgPart">
      <choice>
         <ref name="tei_listOrg"/>
         <ref name="tei_listPerson"/>
         <ref name="tei_listPlace"/>
      </choice>
   </define>
   <define name="tei_model.publicationStmtPart.agency">
      <choice>
         <ref name="tei_publisher"/>
         <ref name="tei_distributor"/>
         <ref name="tei_authority"/>
      </choice>
   </define>
   <define name="tei_model.publicationStmtPart.detail">
      <choice>
         <ref name="tei_address"/>
         <ref name="tei_date"/>
         <ref name="tei_pubPlace"/>
         <ref name="tei_idno"/>
         <ref name="tei_availability"/>
      </choice>
   </define>
   <define name="tei_model.availabilityPart">
      <choice>
         <ref name="tei_licence"/>
      </choice>
   </define>
   <define name="tei_model.certLike">
      <notAllowed/>
   </define>
   <define name="tei_model.descLike">
      <choice>
         <ref name="tei_desc"/>
      </choice>
   </define>
   <define name="tei_model.glossLike">
      <choice>
         <ref name="tei_gloss"/>
      </choice>
   </define>
   <define name="tei_model.quoteLike">
      <choice>
         <ref name="tei_quote"/>
         <ref name="tei_cit"/>
      </choice>
   </define>
   <define name="tei_model.quoteLike_alternation">
      <choice>
         <ref name="tei_quote"/>
         <ref name="tei_cit"/>
      </choice>
   </define>
   <define name="tei_model.quoteLike_sequence">
      <ref name="tei_quote"/>
      <ref name="tei_cit"/>
   </define>
   <define name="tei_model.quoteLike_sequenceOptional">
      <optional>
         <ref name="tei_quote"/>
      </optional>
      <optional>
         <ref name="tei_cit"/>
      </optional>
   </define>
   <define name="tei_model.quoteLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_quote"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_cit"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.quoteLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_quote"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_cit"/>
      </oneOrMore>
   </define>
   <define name="tei_model.qLike">
      <choice>
         <ref name="tei_model.quoteLike"/>
         <ref name="tei_said"/>
         <ref name="tei_q"/>
         <ref name="tei_floatingText"/>
      </choice>
   </define>
   <define name="tei_model.qLike_alternation">
      <choice>
         <ref name="tei_model.quoteLike_alternation"/>
         <ref name="tei_said"/>
         <ref name="tei_q"/>
         <ref name="tei_floatingText"/>
      </choice>
   </define>
   <define name="tei_model.qLike_sequence">
      <ref name="tei_model.quoteLike_sequence"/>
      <ref name="tei_said"/>
      <ref name="tei_q"/>
      <ref name="tei_floatingText"/>
   </define>
   <define name="tei_model.qLike_sequenceOptional">
      <optional>
         <ref name="tei_model.quoteLike_sequenceOptional"/>
      </optional>
      <optional>
         <ref name="tei_said"/>
      </optional>
      <optional>
         <ref name="tei_q"/>
      </optional>
      <optional>
         <ref name="tei_floatingText"/>
      </optional>
   </define>
   <define name="tei_model.qLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_model.quoteLike_sequenceOptionalRepeatable"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_said"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_q"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_floatingText"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.qLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_model.quoteLike_sequenceRepeatable"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_said"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_q"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_floatingText"/>
      </oneOrMore>
   </define>
   <define name="tei_model.respLike">
      <choice>
         <ref name="tei_author"/>
         <ref name="tei_editor"/>
         <ref name="tei_respStmt"/>
         <ref name="tei_meeting"/>
         <ref name="tei_sponsor"/>
         <ref name="tei_funder"/>
         <ref name="tei_principal"/>
      </choice>
   </define>
   <define name="tei_model.divWrapper">
      <choice>
         <ref name="tei_meeting"/>
         <ref name="tei_byline"/>
         <ref name="tei_dateline"/>
         <ref name="tei_argument"/>
         <ref name="tei_epigraph"/>
         <ref name="tei_salute"/>
         <ref name="tei_docAuthor"/>
         <ref name="tei_docDate"/>
      </choice>
   </define>
   <define name="tei_model.divTopPart">
      <choice>
         <ref name="tei_model.headLike"/>
         <ref name="tei_opener"/>
         <ref name="tei_signed"/>
      </choice>
   </define>
   <define name="tei_model.divTop">
      <choice>
         <ref name="tei_model.divWrapper"/>
         <ref name="tei_model.divTopPart"/>
      </choice>
   </define>
   <define name="tei_model.frontPart.drama">
      <notAllowed/>
   </define>
   <define name="tei_model.pLike.front">
      <choice>
         <ref name="tei_head"/>
         <ref name="tei_byline"/>
         <ref name="tei_argument"/>
         <ref name="tei_epigraph"/>
         <ref name="tei_docTitle"/>
         <ref name="tei_titlePart"/>
         <ref name="tei_docAuthor"/>
         <ref name="tei_docEdition"/>
         <ref name="tei_docImprint"/>
         <ref name="tei_docDate"/>
      </choice>
   </define>
   <define name="tei_model.divBottomPart">
      <choice>
         <ref name="tei_trailer"/>
         <ref name="tei_closer"/>
         <ref name="tei_signed"/>
         <ref name="tei_postscript"/>
      </choice>
   </define>
   <define name="tei_model.divBottom">
      <choice>
         <ref name="tei_model.divWrapper"/>
         <ref name="tei_model.divBottomPart"/>
      </choice>
   </define>
   <define name="tei_model.titlepagePart">
      <choice>
         <ref name="tei_graphic"/>
         <ref name="tei_binaryObject"/>
         <ref name="tei_byline"/>
         <ref name="tei_argument"/>
         <ref name="tei_epigraph"/>
         <ref name="tei_docTitle"/>
         <ref name="tei_titlePart"/>
         <ref name="tei_docAuthor"/>
         <ref name="tei_imprimatur"/>
         <ref name="tei_docEdition"/>
         <ref name="tei_docImprint"/>
         <ref name="tei_docDate"/>
      </choice>
   </define>
   <define name="tei_model.choicePart">
      <choice>
         <ref name="tei_sic"/>
         <ref name="tei_corr"/>
         <ref name="tei_reg"/>
         <ref name="tei_orig"/>
         <ref name="tei_unclear"/>
         <ref name="tei_abbr"/>
         <ref name="tei_expan"/>
         <ref name="tei_seg"/>
      </choice>
   </define>
   <define name="tei_model.imprintPart">
      <choice>
         <ref name="tei_publisher"/>
         <ref name="tei_biblScope"/>
         <ref name="tei_pubPlace"/>
         <ref name="tei_distributor"/>
      </choice>
   </define>
   <define name="tei_model.catDescPart">
      <notAllowed/>
   </define>
   <define name="tei_model.addressLike">
      <choice>
         <ref name="tei_email"/>
         <ref name="tei_address"/>
         <ref name="tei_affiliation"/>
      </choice>
   </define>
   <define name="tei_model.addressLike_alternation">
      <choice>
         <ref name="tei_email"/>
         <ref name="tei_address"/>
         <ref name="tei_affiliation"/>
      </choice>
   </define>
   <define name="tei_model.addressLike_sequence">
      <ref name="tei_email"/>
      <ref name="tei_address"/>
      <ref name="tei_affiliation"/>
   </define>
   <define name="tei_model.addressLike_sequenceOptional">
      <optional>
         <ref name="tei_email"/>
      </optional>
      <optional>
         <ref name="tei_address"/>
      </optional>
      <optional>
         <ref name="tei_affiliation"/>
      </optional>
   </define>
   <define name="tei_model.addressLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_email"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_address"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_affiliation"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.addressLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_email"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_address"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_affiliation"/>
      </oneOrMore>
   </define>
   <define name="tei_model.nameLike">
      <choice>
         <ref name="tei_model.nameLike.agent"/>
         <ref name="tei_model.offsetLike"/>
         <ref name="tei_model.placeStateLike"/>
         <ref name="tei_rs"/>
         <ref name="tei_idno"/>
         <ref name="tei_model.persNamePart"/>
      </choice>
   </define>
   <define name="tei_model.nameLike_alternation">
      <choice>
         <ref name="tei_model.nameLike.agent_alternation"/>
         <ref name="tei_model.offsetLike_alternation"/>
         <ref name="tei_model.placeStateLike_alternation"/>
         <ref name="tei_rs"/>
         <ref name="tei_idno"/>
         <ref name="tei_model.persNamePart_alternation"/>
      </choice>
   </define>
   <define name="tei_model.nameLike_sequence">
      <ref name="tei_model.nameLike.agent_sequence"/>
      <ref name="tei_model.offsetLike_sequence"/>
      <ref name="tei_model.placeStateLike_sequence"/>
      <ref name="tei_rs"/>
      <ref name="tei_idno"/>
      <ref name="tei_model.persNamePart_sequence"/>
   </define>
   <define name="tei_model.nameLike_sequenceOptional">
      <optional>
         <ref name="tei_model.nameLike.agent_sequenceOptional"/>
      </optional>
      <optional>
         <ref name="tei_model.offsetLike_sequenceOptional"/>
      </optional>
      <optional>
         <ref name="tei_model.placeStateLike_sequenceOptional"/>
      </optional>
      <optional>
         <ref name="tei_rs"/>
      </optional>
      <optional>
         <ref name="tei_idno"/>
      </optional>
      <optional>
         <ref name="tei_model.persNamePart_sequenceOptional"/>
      </optional>
   </define>
   <define name="tei_model.nameLike_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_model.nameLike.agent_sequenceOptionalRepeatable"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_model.offsetLike_sequenceOptionalRepeatable"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_model.placeStateLike_sequenceOptionalRepeatable"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_rs"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_idno"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_model.persNamePart_sequenceOptionalRepeatable"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.nameLike_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_model.nameLike.agent_sequenceRepeatable"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_model.offsetLike_sequenceRepeatable"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_model.placeStateLike_sequenceRepeatable"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_rs"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_idno"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_model.persNamePart_sequenceRepeatable"/>
      </oneOrMore>
   </define>
   <define name="tei_model.global">
      <choice>
         <ref name="tei_model.global.meta"/>
         <ref name="tei_model.milestoneLike"/>
         <ref name="tei_model.noteLike"/>
         <ref name="tei_model.global.edit"/>
         <ref name="tei_notatedMusic"/>
         <ref name="tei_figure"/>
      </choice>
   </define>
   <define name="tei_model.biblPart">
      <choice>
         <ref name="tei_model.respLike"/>
         <ref name="tei_model.imprintPart"/>
         <ref name="tei_series"/>
         <ref name="tei_citedRange"/>
         <ref name="tei_bibl"/>
         <ref name="tei_relatedItem"/>
         <ref name="tei_textLang"/>
         <ref name="tei_edition"/>
         <ref name="tei_extent"/>
         <ref name="tei_availability"/>
         <ref name="tei_listRelation"/>
      </choice>
   </define>
   <define name="tei_model.frontPart">
      <choice>
         <ref name="tei_model.frontPart.drama"/>
         <ref name="tei_divGen"/>
         <ref name="tei_titlePage"/>
      </choice>
   </define>
   <define name="tei_model.addrPart">
      <choice>
         <ref name="tei_model.nameLike"/>
         <ref name="tei_addrLine"/>
         <ref name="tei_street"/>
         <ref name="tei_postCode"/>
         <ref name="tei_postBox"/>
      </choice>
   </define>
   <define name="tei_model.pPart.data">
      <choice>
         <ref name="tei_model.dateLike"/>
         <ref name="tei_model.measureLike"/>
         <ref name="tei_model.addressLike"/>
         <ref name="tei_model.nameLike"/>
      </choice>
   </define>
   <define name="tei_model.inter">
      <choice>
         <ref name="tei_model.egLike"/>
         <ref name="tei_model.oddDecl"/>
         <ref name="tei_model.biblLike"/>
         <ref name="tei_model.labelLike"/>
         <ref name="tei_model.listLike"/>
         <ref name="tei_model.stageLike"/>
         <ref name="tei_model.qLike"/>
      </choice>
   </define>
   <define name="tei_model.common">
      <choice>
         <ref name="tei_model.divPart"/>
         <ref name="tei_model.inter"/>
      </choice>
   </define>
   <define name="tei_model.phrase">
      <choice>
         <ref name="tei_model.segLike"/>
         <ref name="tei_model.highlighted"/>
         <ref name="tei_model.graphicLike"/>
         <ref name="tei_model.pPart.msdesc"/>
         <ref name="tei_model.pPart.edit"/>
         <ref name="tei_model.ptrLike"/>
         <ref name="tei_model.lPart"/>
         <ref name="tei_model.phrase.xml"/>
         <ref name="tei_model.specDescLike"/>
         <ref name="tei_model.pPart.data"/>
      </choice>
   </define>
   <define name="tei_model.limitedPhrase">
      <choice>
         <ref name="tei_model.hiLike"/>
         <ref name="tei_model.emphLike"/>
         <ref name="tei_model.pPart.msdesc"/>
         <ref name="tei_model.pPart.editorial"/>
         <ref name="tei_model.ptrLike"/>
         <ref name="tei_model.phrase.xml"/>
         <ref name="tei_model.pPart.data"/>
      </choice>
   </define>
   <define name="tei_model.divLike">
      <choice>
         <ref name="tei_div"/>
      </choice>
   </define>
   <define name="tei_model.divGenLike">
      <choice>
         <ref name="tei_divGen"/>
      </choice>
   </define>
   <define name="tei_model.div1Like">
      <choice>
         <ref name="tei_div1"/>
      </choice>
   </define>
   <define name="tei_model.div2Like">
      <choice>
         <ref name="tei_div2"/>
      </choice>
   </define>
   <define name="tei_model.div3Like">
      <choice>
         <ref name="tei_div3"/>
      </choice>
   </define>
   <define name="tei_model.div4Like">
      <choice>
         <ref name="tei_div4"/>
      </choice>
   </define>
   <define name="tei_model.div5Like">
      <choice>
         <ref name="tei_div5"/>
      </choice>
   </define>
   <define name="tei_model.div6Like">
      <choice>
         <ref name="tei_div6"/>
      </choice>
   </define>
   <define name="tei_model.div7Like">
      <choice>
         <ref name="tei_div7"/>
      </choice>
   </define>
   <define name="tei_model.applicationLike">
      <choice>
         <ref name="tei_application"/>
      </choice>
   </define>
   <define name="tei_model.teiHeaderPart">
      <choice>
         <ref name="tei_encodingDesc"/>
         <ref name="tei_profileDesc"/>
      </choice>
   </define>
   <define name="tei_model.sourceDescPart">
      <notAllowed/>
   </define>
   <define name="tei_model.encodingDescPart">
      <choice>
         <ref name="tei_projectDesc"/>
         <ref name="tei_samplingDecl"/>
         <ref name="tei_editorialDecl"/>
         <ref name="tei_tagsDecl"/>
         <ref name="tei_styleDefDecl"/>
         <ref name="tei_refsDecl"/>
         <ref name="tei_listPrefixDef"/>
         <ref name="tei_classDecl"/>
         <ref name="tei_geoDecl"/>
         <ref name="tei_appInfo"/>
      </choice>
   </define>
   <define name="tei_model.editorialDeclPart">
      <choice>
         <ref name="tei_correction"/>
         <ref name="tei_normalization"/>
         <ref name="tei_quotation"/>
         <ref name="tei_hyphenation"/>
         <ref name="tei_segmentation"/>
         <ref name="tei_stdVals"/>
         <ref name="tei_interpretation"/>
         <ref name="tei_punctuation"/>
      </choice>
   </define>
   <define name="tei_model.profileDescPart">
      <choice>
         <ref name="tei_abstract"/>
         <ref name="tei_creation"/>
         <ref name="tei_langUsage"/>
         <ref name="tei_textClass"/>
         <ref name="tei_calendarDesc"/>
      </choice>
   </define>
   <define name="tei_att.source.attributes">
      <ref name="tei_att.source.attribute.source"/>
   </define>
   <define name="tei_att.source.attribute.source">
      <optional>
         <attribute name="source">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a pointer to the bibliographical source from which a quotation or citation is drawn.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_model.resourceLike">
      <notAllowed/>
   </define>
   <define name="tei_att.personal.attributes">
      <ref name="tei_att.naming.attributes"/>
      <ref name="tei_att.personal.attribute.full"/>
      <ref name="tei_att.personal.attribute.sort"/>
   </define>
   <define name="tei_att.personal.attribute.full">
      <optional>
         <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    name="full"
                    a:defaultValue="yes">
            <a:documentation>indicates whether the name component is given in full, as an abbreviation or simply as an initial.</a:documentation>
            <choice>
               <value>yes</value>
               <a:documentation>the name component is spelled out in full.</a:documentation>
               <value>abb</value>
               <a:documentation>(abbreviated) the name component is given in an abbreviated form.</a:documentation>
               <value>init</value>
               <a:documentation>(initial letter) the name component is indicated only by one initial.</a:documentation>
            </choice>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.personal.attribute.sort">
      <optional>
         <attribute name="sort">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sort order of the name component in relation to others within the name.</a:documentation>
            <ref name="tei_data.count"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_model.placeLike">
      <choice>
         <ref name="tei_place"/>
      </choice>
   </define>
   <define name="tei_att.milestoneUnit.attributes">
      <ref name="tei_att.milestoneUnit.attribute.unit"/>
   </define>
   <define name="tei_att.milestoneUnit.attribute.unit">
      <attribute name="unit">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a conventional name for the kind of section changing at this milestone.
Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] speaker; 8] stanza; 9] act; 10] scene; 11] section; 12] absent; 13] unnumbered</a:documentation>
         <choice>
            <value>page</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">physical page breaks (synonymous with the pb element).</a:documentation>
            <value>column</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">column breaks.</a:documentation>
            <value>line</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">line breaks (synonymous with the lb element).</a:documentation>
            <value>book</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">any units termed book, liber, etc.</a:documentation>
            <value>poem</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">individual poems in a collection.</a:documentation>
            <value>canto</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">cantos or other major sections of a poem.</a:documentation>
            <value>speaker</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">changes of speaker or narrator.</a:documentation>
            <value>stanza</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">stanzas within a poem, book, or canto.</a:documentation>
            <value>act</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">acts within a play.</a:documentation>
            <value>scene</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">scenes within a play or act.</a:documentation>
            <value>section</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">sections of any kind.</a:documentation>
            <value>absent</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">passages not present in the reference edition.</a:documentation>
            <value>unnumbered</value>
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">passages present in the text, but not to be included as part of the reference.</a:documentation>
            <data type="Name"/>
         </choice>
      </attribute>
   </define>
   <define name="tei_p">
      <element name="p">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(paragraph) marks paragraphs in prose. [3.1.  7.2.5. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.fragmentable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_foreign">
      <element name="foreign">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_emph">
      <element name="emph">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2.  3.3.2. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_hi">
      <element name="hi">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(highlighted) marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made. [3.3.2.2.  3.3.2. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_distinct">
      <element name="distinct">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. [3.3.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sublanguage or register to which the word or phrase is being assigned</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="time">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how the phrase is distinct diachronically</a:documentation>
               <ref name="tei_data.text"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="space">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how the phrase is distinct diatopically</a:documentation>
               <ref name="tei_data.text"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="social">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how the phrase is distinct diastatically</a:documentation>
               <ref name="tei_data.text"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_said">
      <element name="said">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(speech or thought) indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters. [3.3.3. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.ascribed.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="aloud"
                       a:defaultValue="unknown">
               <a:documentation>may be used to indicate whether the quoted matter is regarded as having been vocalized or signed.</a:documentation>
               <ref name="tei_data.xTruthValue"/>
            </attribute>
         </optional>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="direct"
                       a:defaultValue="true">
               <a:documentation>may be used to indicate whether the quoted matter is regarded as direct or indirect speech.</a:documentation>
               <ref name="tei_data.xTruthValue"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_quote">
      <element name="quote">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quotation) contains a phrase or passage attributed by the narrator or author to some agency external to the text. [3.3.3.  4.3.1. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.source.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_q">
      <element name="q">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quoted) contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used. [3.3.3. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.ascribed.attributes"/>
         <ref name="tei_att.source.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely.
Suggested values include: 1] spoken; 2] thought; 3] written; 4] soCalled; 5] foreign; 6] distinct; 7] term; 8] emph; 9] mentioned</a:documentation>
               <choice>
                  <value>spoken</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">representation of speech</a:documentation>
                  <value>thought</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">representation of thought, e.g. internal monologue</a:documentation>
                  <value>written</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">quotation from a written source</a:documentation>
                  <value>soCalled</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">authorial distance</a:documentation>
                  <value>foreign</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                  <value>distinct</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">linguistically distinct</a:documentation>
                  <value>term</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">technical term</a:documentation>
                  <value>emph</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">rhetorically emphasized</a:documentation>
                  <value>mentioned</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">refering to itself, not its normal referent</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_cit">
      <element name="cit">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3.  4.3.1.  9.3.5.1. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_model.qLike"/>
               <ref name="tei_model.egLike"/>
               <ref name="tei_model.biblLike"/>
               <ref name="tei_model.ptrLike"/>
               <ref name="tei_model.global"/>
               <ref name="tei_model.entryPart"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_mentioned">
      <element name="mentioned">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks words or phrases mentioned, not used. [3.3.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_soCalled">
      <element name="soCalled">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics. [3.3.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_desc">
      <element name="desc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description) contains a brief description of the object documented by its parent element, including its intended usage, purpose, or application where this is appropriate. [22.4.1. ]</a:documentation>
         <ref name="tei_macro.limitedContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.translatable.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_gloss">
      <element name="gloss">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.3.4.  22.4.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.translatable.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.cReferencing.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_term">
      <element name="term">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.cReferencing.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_sic">
      <element name="sic">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(Latin for thus or so
   ) contains text reproduced although apparently incorrect or inaccurate. [3.4.1. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_corr">
      <element name="corr">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(correction) contains the correct form of a passage apparently erroneous in the copy text. [3.4.1. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_choice">
      <element name="choice">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a number of alternative encodings for the same point in a text. [3.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.choicePart"/>
               <ref name="tei_choice"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_reg">
      <element name="reg">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(regularization) contains a reading which has been regularized or normalized in some sense. [3.4.2.  12. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_orig">
      <element name="orig">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.4.2.  12. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_gap">
      <element name="gap">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible. [3.4.3. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.descLike"/>
               <ref name="tei_model.certLike"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <optional>
            <attribute name="reason">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the reason for omission. Sample values include sampling, inaudible, irrelevant, cancelled.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.word"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <optional>
            <attribute name="hand">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in the case of text omitted from the transcription because of deliberate deletion by an identifiable hand, indicates the hand which made the deletion.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="agent">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified.
Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_add">
      <element name="add">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.4.3. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.transcriptional.attributes"/>
         <ref name="tei_att.placement.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_del">
      <element name="del">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector. [3.4.3. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.transcriptional.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_unclear">
      <element name="unclear">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1.  3.4.3. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <optional>
            <attribute name="reason">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates why the material is hard to transcribe.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.word"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <optional>
            <attribute name="hand">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the difficulty in transcription arises from action (partial deletion, etc.) assignable to an identifiable hand, signifies the hand responsible for the action.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="agent">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the difficulty in transcription arises from damage, categorizes the cause of the damage, if it can be identified.
Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_name">
      <element name="name">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(name, proper noun) contains a proper noun or noun phrase. [3.5.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_rs">
      <element name="rs">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(referencing string) contains a general purpose name or referring string. [13.2.1.  3.5.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_email">
      <element name="email">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.5.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_address">
      <element name="address">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a postal address, for example of a publisher, an organization, or an individual. [3.5.2.  2.2.4.  3.11.2.4. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <oneOrMore>
               <group>
                  <ref name="tei_model.addrPart"/>
               </group>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_addrLine">
      <element name="addrLine">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(address line) contains one line of a postal address. [3.5.2.  2.2.4.  3.11.2.4. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_street">
      <element name="street">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.5.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_postCode">
      <element name="postCode">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.5.2. ]</a:documentation>
         <text/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_postBox">
      <element name="postBox">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.5.2. ]</a:documentation>
         <text/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_num">
      <element name="num">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number) contains a number, written in any form. [3.5.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.ranging.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the type of numeric value.
Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage</a:documentation>
               <choice>
                  <value>cardinal</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">absolute number, e.g. 21, 21.5</a:documentation>
                  <value>ordinal</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ordinal number, e.g. 21st</a:documentation>
                  <value>fraction</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">fraction, e.g. one half or three-quarters</a:documentation>
                  <value>percentage</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a percentage</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <optional>
            <attribute name="value">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of the number in standard form.</a:documentation>
               <ref name="tei_data.numeric"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_measure">
      <element name="measure">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase referring to some quantity of an object or commodity, usually comprising a number, a unit, and a commodity name. [3.5.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.measurement.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the type of measurement in any convenient typology.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_measureGrp">
      <element name="measureGrp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.measureLike"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.measurement.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_date">
      <element name="date">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a date in any format. [3.5.4.  2.2.4.  2.5.  3.11.2.4.  15.2.3.  13.3.6. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_time">
      <element name="time">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a phrase defining a time of day in any format. [3.5.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_abbr">
      <element name="abbr">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(abbreviation) contains an abbreviation of any sort. [3.5.5. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <ref name="tei_att.typed.attribute.subtype"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">allows the encoder to classify the abbreviation according to some convenient typology.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_expan">
      <element name="expan">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(expansion) contains the expansion of an abbreviation. [3.5.5. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_ptr">
      <element name="ptr">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pointer) defines a pointer to another location. [3.6.  16.1. ]</a:documentation>
         <empty/>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-ptr-ptrAtts-constraint-1">
            <rule context="tei:ptr">
               <report xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@target and @cRef">Only one of the
attributes @target and @cRef may be supplied on <name/>.</report>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.internetMedia.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.cReferencing.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_ref">
      <element name="ref">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference) defines a reference to another location, possibly modified by additional text or comment. [3.6.  16.1. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-ref-refAtts-constraint-2">
            <rule context="tei:ref">
               <report xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@target and @cRef">Only one of the
	attributes @target' and @cRef' may be supplied on <name/>
               </report>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.internetMedia.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.cReferencing.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_list">
      <element name="list">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains any sequence of items organized as a list. [3.7. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <group>
                     <ref name="tei_model.divTop"/>
                  </group>
                  <group>
                     <ref name="tei_model.global"/>
                  </group>
               </choice>
            </zeroOrMore>
            <choice>
               <oneOrMore>
                  <ref name="tei_item"/>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </oneOrMore>
               <group>
                  <optional>
                     <ref name="tei_headLabel"/>
                  </optional>
                  <optional>
                     <ref name="tei_headItem"/>
                  </optional>
                  <oneOrMore>
                     <ref name="tei_label"/>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                     <ref name="tei_item"/>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
               </group>
            </choice>
            <zeroOrMore>
               <group>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </group>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.typed.attribute.subtype"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the nature of the items in the list.
Suggested values include: 1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism</a:documentation>
               <choice>
                  <value>gloss</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">each list item glosses some term or concept, which is given by a label element preceding the list item.</a:documentation>
                  <value>index</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">each list item is an entry in an index such as the alphabetical topical index at the back of a print volume.</a:documentation>
                  <value>instructions</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">each list item is a step in a sequence of instructions, as in a recipe.</a:documentation>
                  <value>litany</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual.</a:documentation>
                  <value>syllogism</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_item">
      <element name="item">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains one component of a list. [3.7.  2.5. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_label">
      <element name="label">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.placement.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_head">
      <element name="head">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_lg"/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_model.inter"/>
               <ref name="tei_model.lLike"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_headLabel">
      <element name="headLabel">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading for list labels) contains the heading for the label or term column in a glossary list or similar structured list. [3.7. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_headItem">
      <element name="headItem">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading for list items) contains the heading for the item or gloss column in a glossary list or similar structured list. [3.7. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_note">
      <element name="note">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a note or annotation. [3.8.1.  2.2.6.  3.11.2.8.  9.3.5.4. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.placement.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="anchored"
                       a:defaultValue="true">
               <a:documentation>indicates whether the copy text shows the exact place of reference for the note.</a:documentation>
               <ref name="tei_data.truthValue"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="targetEnd">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the end of the span to which the note is attached, if the note is not embedded in the text at that point.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.pointer"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_index">
      <element name="index">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(index entry) marks a location to be indexed for whatever purpose. [3.8.2. ]</a:documentation>
         <zeroOrMore>
            <group>
               <ref name="tei_term"/>
               <optional>
                  <ref name="tei_index"/>
               </optional>
            </group>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.spanning.attributes"/>
         <optional>
            <attribute name="indexName">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a single word which follows the rules defining a legal XML name (see ), supplying a name to specify which index (of several) the index entry belongs to.</a:documentation>
               <ref name="tei_data.name"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_media">
      <element name="media">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of any form of external media such as an audio or video clip etc. [3.9. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.descLike"/>
         </zeroOrMore>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.media.attribute.width"/>
         <ref name="tei_att.media.attribute.height"/>
         <ref name="tei_att.media.attribute.scale"/>
         <ref name="tei_att.resourced.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.timed.attributes"/>
         <attribute name="mimeType">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
         <empty/>
      </element>
   </define>
   <define name="tei_graphic">
      <element name="graphic">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of an inline graphic, illustration, or figure. [3.9. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.descLike"/>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.media.attributes"/>
         <ref name="tei_att.resourced.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_binaryObject">
      <element name="binaryObject">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides encoded binary data representing an inline graphic, audio, video or other object. [3.9. ]</a:documentation>
         <text/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.media.attributes"/>
         <ref name="tei_att.timed.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="encoding">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The encoding used to encode the binary data. If not specified, this is assumed to be Base64.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.word"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_milestone">
      <element name="milestone">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element. [3.10.3. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.milestoneUnit.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.edition.attributes"/>
         <ref name="tei_att.spanning.attributes"/>
         <ref name="tei_att.breaking.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_gb">
      <element name="gb">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(gathering begins) marks the point in a transcribed codex at which a new gathering or quire begins. [3.10.3. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.spanning.attributes"/>
         <ref name="tei_att.breaking.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_pb">
      <element name="pb">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(page break) marks the start of a new page in a paginated document. [3.10.3. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.edition.attributes"/>
         <ref name="tei_att.spanning.attributes"/>
         <ref name="tei_att.breaking.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_lb">
      <element name="lb">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line break) marks the start of a new (typographic) line in some edition or version of a text. [3.10.3.  7.2.5. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.edition.attributes"/>
         <ref name="tei_att.spanning.attributes"/>
         <ref name="tei_att.breaking.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_cb">
      <element name="cb">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(column break) marks the beginning of a new column of a text on a multi-column page. [3.10.3. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.edition.attributes"/>
         <ref name="tei_att.spanning.attributes"/>
         <ref name="tei_att.breaking.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_analytic">
      <element name="analytic">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.11.2.1. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_author"/>
               <ref name="tei_editor"/>
               <ref name="tei_respStmt"/>
               <ref name="tei_title"/>
               <ref name="tei_model.ptrLike"/>
               <ref name="tei_date"/>
               <ref name="tei_textLang"/>
               <ref name="tei_idno"/>
               <ref name="tei_availability"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_monogr">
      <element name="monogr">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.11.2.1. ]</a:documentation>
         <group>
            <optional>
               <choice>
                  <group>
                     <choice>
                        <ref name="tei_author"/>
                        <ref name="tei_editor"/>
                        <ref name="tei_meeting"/>
                        <ref name="tei_respStmt"/>
                     </choice>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_author"/>
                           <ref name="tei_editor"/>
                           <ref name="tei_meeting"/>
                           <ref name="tei_respStmt"/>
                        </choice>
                     </zeroOrMore>
                     <oneOrMore>
                        <ref name="tei_title"/>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.ptrLike"/>
                           <ref name="tei_idno"/>
                           <ref name="tei_textLang"/>
                           <ref name="tei_editor"/>
                           <ref name="tei_respStmt"/>
                        </choice>
                     </zeroOrMore>
                  </group>
                  <group>
                     <oneOrMore>
                        <choice>
                           <ref name="tei_title"/>
                           <ref name="tei_model.ptrLike"/>
                           <ref name="tei_idno"/>
                        </choice>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_textLang"/>
                           <ref name="tei_author"/>
                           <ref name="tei_editor"/>
                           <ref name="tei_meeting"/>
                           <ref name="tei_respStmt"/>
                        </choice>
                     </zeroOrMore>
                  </group>
                  <group>
                     <ref name="tei_authority"/>
                     <ref name="tei_idno"/>
                  </group>
               </choice>
            </optional>
            <zeroOrMore>
               <ref name="tei_availability"/>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_model.noteLike"/>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_edition"/>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_idno"/>
                     <ref name="tei_model.ptrLike"/>
                     <ref name="tei_editor"/>
                     <ref name="tei_sponsor"/>
                     <ref name="tei_funder"/>
                     <ref name="tei_respStmt"/>
                  </choice>
               </zeroOrMore>
            </zeroOrMore>
            <ref name="tei_imprint"/>
            <zeroOrMore>
               <choice>
                  <ref name="tei_imprint"/>
                  <ref name="tei_extent"/>
                  <ref name="tei_biblScope"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_series">
      <element name="series">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series information) contains information about the series in which a book or other bibliographic item has appeared. [3.11.2.1. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_title"/>
               <ref name="tei_model.ptrLike"/>
               <ref name="tei_editor"/>
               <ref name="tei_respStmt"/>
               <ref name="tei_biblScope"/>
               <ref name="tei_idno"/>
               <ref name="tei_textLang"/>
               <ref name="tei_model.global"/>
               <ref name="tei_availability"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_author">
      <element name="author">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.11.2.2.  2.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_editor">
      <element name="editor">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.11.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_respStmt">
      <element name="respStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.11.2.2.  2.2.1.  2.2.2.  2.2.5. ]</a:documentation>
         <choice>
            <group>
               <oneOrMore>
                  <ref name="tei_resp"/>
               </oneOrMore>
               <oneOrMore>
                  <ref name="tei_model.nameLike.agent"/>
               </oneOrMore>
            </group>
            <group>
               <oneOrMore>
                  <ref name="tei_model.nameLike.agent"/>
               </oneOrMore>
               <oneOrMore>
                  <ref name="tei_resp"/>
               </oneOrMore>
            </group>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_resp">
      <element name="resp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsibility) contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work. [3.11.2.2.  2.2.1.  2.2.2.  2.2.5. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_title">
      <element name="title">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a title for any kind of work. [3.11.2.2.  2.2.1.  2.2.5. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <ref name="tei_att.typed.attribute.subtype"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the title according to some convenient typology.
Sample values include: 1] main; 2] sub(subordinate) ; 3] alt(alternate) ; 4] short; 5] desc(descriptive) </a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="level">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.</a:documentation>
               <choice>
                  <value>a</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.</a:documentation>
                  <value>m</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(monographic) the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works</a:documentation>
                  <value>j</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper</a:documentation>
                  <value>s</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series) the title applies to a series of otherwise distinct publications such as a collection</a:documentation>
                  <value>u</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_meeting">
      <element name="meeting">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. [3.11.2.2. ]</a:documentation>
         <ref name="tei_macro.limitedContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_imprint">
      <element name="imprint">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups information relating to the publication or distribution of a bibliographic item. [3.11.2.4. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_classCode"/>
                  <ref name="tei_catRef"/>
               </choice>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <group>
                     <ref name="tei_model.imprintPart"/>
                  </group>
                  <group>
                     <ref name="tei_model.dateLike"/>
                  </group>
               </choice>
               <zeroOrMore>
                  <ref name="tei_respStmt"/>
               </zeroOrMore>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_publisher">
      <element name="publisher">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4.  2.2.4. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_biblScope">
      <element name="biblScope">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.11.2.5. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.citing.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the type of information conveyed by the element, e.g. columns, pages, volume.
Suggested values include: 1] vol(volume) ; 2] issue; 3] pp(pages) ; 4] ll(lines) ; 5] chap(chapter) ; 6] part</a:documentation>
               <choice>
                  <value>vol</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(volume) the element contains a volume number.</a:documentation>
                  <value>issue</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains an issue number, or volume and issue numbers.</a:documentation>
                  <value>pp</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pages) the element contains a page number or page range.</a:documentation>
                  <value>ll</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(lines) the element contains a line number or line range.</a:documentation>
                  <value>chap</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(chapter) the element contains a chapter indication (number and/or title)</a:documentation>
                  <value>part</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies a part of a book or collection.</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_citedRange">
      <element name="citedRange">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited range) defines the range of cited content, often represented by pages or other units [3.11.2.5. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.citing.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_pubPlace">
      <element name="pubPlace">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publication place) contains the name of the place where a bibliographic item was published. [3.11.2.4. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_bibl">
      <element name="bibl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.11.1.  2.2.7.  15.3.2. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.highlighted"/>
               <ref name="tei_model.pPart.data"/>
               <ref name="tei_model.pPart.edit"/>
               <ref name="tei_model.segLike"/>
               <ref name="tei_model.ptrLike"/>
               <ref name="tei_model.biblPart"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.docStatus.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_biblStruct">
      <element name="biblStruct">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.11.1.  2.2.7.  15.3.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_analytic"/>
            </zeroOrMore>
            <oneOrMore>
               <ref name="tei_monogr"/>
               <zeroOrMore>
                  <ref name="tei_series"/>
               </zeroOrMore>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.noteLike"/>
                  <ref name="tei_idno"/>
                  <ref name="tei_model.ptrLike"/>
                  <ref name="tei_relatedItem"/>
                  <ref name="tei_citedRange"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.docStatus.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_listBibl">
      <element name="listBibl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(citation list) contains a list of bibliographic citations of any kind. [3.11.1.  2.2.7.  15.3.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_model.biblLike"/>
                  <ref name="tei_model.milestoneLike"/>
               </choice>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_relation"/>
                  <ref name="tei_listRelation"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_relatedItem">
      <element name="relatedItem">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. [3.11.2.7. ]</a:documentation>
         <optional>
            <choice>
               <ref name="tei_model.biblLike"/>
               <ref name="tei_model.ptrLike"/>
            </choice>
         </optional>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-relatedItem-targetorcontent1-constraint-3">
            <rule context="tei:relatedItem">
               <sch:report xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                           xmlns="http://www.tei-c.org/ns/1.0"
                           xmlns:rng="http://relaxng.org/ns/structure/1.0"
                           test="@target and count( child::* ) &gt; 0">
If the @target attribute on <sch:name/> is used, the
relatedItem element must be empty</sch:report>
            </rule>
         </pattern>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-relatedItem-targetorcontent1-constraint-6">
            <rule context="tei:relatedItem">
               <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                           xmlns="http://www.tei-c.org/ns/1.0"
                           xmlns:rng="http://relaxng.org/ns/structure/1.0"
                           test="@target or child::*">A relatedItem element should have either a 'target' attribute
        or a child element to indicate the related bibliographic item</sch:assert>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="target">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the related bibliographic element by means of an absolute or relative URI reference</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_l">
      <element name="l">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(verse line) contains a single, possibly incomplete, line of verse. [3.12.1.  3.12.  7.2.5. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.fragmentable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_lg">
      <element name="lg">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line group) contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. [3.12.1.  3.12.  7.2.5. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <choice>
               <ref name="tei_model.lLike"/>
               <ref name="tei_model.stageLike"/>
               <ref name="tei_model.labelLike"/>
               <ref name="tei_lg"/>
            </choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.lLike"/>
                  <ref name="tei_model.stageLike"/>
                  <ref name="tei_model.labelLike"/>
                  <ref name="tei_model.global"/>
                  <ref name="tei_lg"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <group>
                  <ref name="tei_model.divBottom"/>
               </group>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </zeroOrMore>
         </group>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-lg-atleast1oflggapl-constraint-7">
            <rule context="tei:lg">
               <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                           xmlns="http://www.tei-c.org/ns/1.0"
                           xmlns:rng="http://relaxng.org/ns/structure/1.0"
                           test="count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) &gt; 0">An lg element
        must contain at least one child l, lg or gap element.</sch:assert>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_sp">
      <element name="sp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(speech) contains an individual speech in a performance text, or a passage presented as such in a prose or verse text. [3.12.2.  3.12.  7.2.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <optional>
               <ref name="tei_speaker"/>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </optional>
            <oneOrMore>
               <choice>
                  <ref name="tei_lg"/>
                  <ref name="tei_model.lLike"/>
                  <ref name="tei_model.pLike"/>
                  <ref name="tei_model.listLike"/>
                  <ref name="tei_model.stageLike"/>
                  <ref name="tei_model.qLike"/>
               </choice>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.ascribed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_speaker">
      <element name="speaker">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. [3.12.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_stage">
      <element name="stage">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(stage direction) contains any kind of stage direction within a dramatic text or fragment. [3.12.2.  3.12.  7.2.4. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.ascribed.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.placement.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the kind of stage direction.
Suggested values include: 1] setting; 2] entrance; 3] exit; 4] business; 5] novelistic; 6] delivery; 7] modifier; 8] location; 9] mixed</a:documentation>
               <choice>
                  <value>setting</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a setting.</a:documentation>
                  <value>entrance</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes an entrance.</a:documentation>
                  <value>exit</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes an exit.</a:documentation>
                  <value>business</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes stage business.</a:documentation>
                  <value>novelistic</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">is a narrative, motivating stage direction.</a:documentation>
                  <value>delivery</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes how a character speaks.</a:documentation>
                  <value>modifier</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives some detail about a character.</a:documentation>
                  <value>location</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a location.</a:documentation>
                  <value>mixed</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">more than one of the above</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_teiCorpus">
      <element name="teiCorpus">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more TEI elements, each containing a single text header and a text. [4.  15.1. ]</a:documentation>
         <group>
            <ref name="tei_teiHeader"/>
            <choice>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.resourceLike"/>
                  </oneOrMore>
                  <zeroOrMore>
                     <choice>
                        <ref name="tei_TEI"/>
                        <ref name="tei_teiCorpus"/>
                     </choice>
                  </zeroOrMore>
               </group>
               <oneOrMore>
                  <choice>
                     <ref name="tei_TEI"/>
                     <ref name="tei_teiCorpus"/>
                  </choice>
               </oneOrMore>
            </choice>
         </group>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="version"
                       a:defaultValue="5.0">
               <a:documentation>The version of the TEI scheme</a:documentation>
               <ref name="tei_data.version"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_divGen">
      <element name="divGen">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(automatically generated text division) indicates the location at which a textual division generated automatically by a text-processing application is to appear. [3.8.2. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.headLike"/>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies what type of generated text division (e.g. index, table of contents, etc.) is to appear.
Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_textLang">
      <element name="textLang">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.11.2.4.  10.6.6. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="mainLang">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(main language) supplies a code which identifies the chief language used in the bibliographic work.</a:documentation>
               <ref name="tei_data.language"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="otherLangs">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(other languages) one or more codes identifying any other languages used in the bibliographic work.</a:documentation>
               <list>
                  <zeroOrMore>
                     <ref name="tei_data.language"/>
                  </zeroOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_att.patternReplacement.attributes">
      <ref name="tei_att.patternReplacement.attribute.matchPattern"/>
      <ref name="tei_att.patternReplacement.attribute.replacementPattern"/>
   </define>
   <define name="tei_att.patternReplacement.attribute.matchPattern">
      <attribute name="matchPattern">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a regular expression against which the values of other attributes can be matched.</a:documentation>
         <ref name="tei_data.pattern"/>
      </attribute>
   </define>
   <define name="tei_att.patternReplacement.attribute.replacementPattern">
      <attribute name="replacementPattern">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a replacement pattern, that is, the skeleton of a relative or absolute URI containing references to groups in the matchPattern which, once subpattern substitution has been performed, complete the URI.</a:documentation>
         <ref name="tei_data.replacement"/>
      </attribute>
   </define>
   <define name="tei_teiHeader">
      <element name="teiHeader">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI header) supplies the descriptive and declarative information making up an electronic title page for every TEI-conformant document. [2.1.1.  15.1. ]</a:documentation>
         <group>
            <ref name="tei_fileDesc"/>
            <zeroOrMore>
               <ref name="tei_model.teiHeaderPart"/>
            </zeroOrMore>
            <optional>
               <ref name="tei_revisionDesc"/>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="type"
                       a:defaultValue="text">
               <a:documentation>specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text.
Sample values include: 1] text; 2] corpus</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_fileDesc">
      <element name="fileDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(file description) contains a full bibliographic description of an electronic file. [2.2.  2.1.1. ]</a:documentation>
         <group>
            <group>
               <ref name="tei_titleStmt"/>
               <optional>
                  <ref name="tei_editionStmt"/>
               </optional>
               <optional>
                  <ref name="tei_extent"/>
               </optional>
               <ref name="tei_publicationStmt"/>
               <optional>
                  <ref name="tei_seriesStmt"/>
               </optional>
               <optional>
                  <ref name="tei_notesStmt"/>
               </optional>
            </group>
            <oneOrMore>
               <ref name="tei_sourceDesc"/>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_titleStmt">
      <element name="titleStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(title statement) groups information about the title of a work and those responsible for its content. [2.2.1.  2.2. ]</a:documentation>
         <group>
            <oneOrMore>
               <ref name="tei_title"/>
            </oneOrMore>
            <zeroOrMore>
               <ref name="tei_model.respLike"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_sponsor">
      <element name="sponsor">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the name of a sponsoring organization or institution. [2.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_funder">
      <element name="funder">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. [2.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_principal">
      <element name="principal">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(principal researcher) supplies the name of the principal researcher responsible for the creation of an electronic text. [2.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_editionStmt">
      <element name="editionStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition statement) groups information relating to one edition of a text. [2.2.2.  2.2. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
            <group>
               <ref name="tei_edition"/>
               <zeroOrMore>
                  <ref name="tei_model.respLike"/>
               </zeroOrMore>
            </group>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_edition">
      <element name="edition">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the particularities of one edition of a text. [2.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_extent">
      <element name="extent">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units. [2.2.3.  2.2.  3.11.2.4.  10.7.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_publicationStmt">
      <element name="publicationStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4.  2.2. ]</a:documentation>
         <choice>
            <oneOrMore>
               <group>
                  <group>
                     <ref name="tei_model.publicationStmtPart.agency"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.publicationStmtPart.detail"/>
                  </zeroOrMore>
               </group>
            </oneOrMore>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_distributor">
      <element name="distributor">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_authority">
      <element name="authority">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_idno">
      <element name="idno">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) supplies any form of identifier used to identify some object, such as a bibliographic item, a person, a title, an organization, etc. in a standardized way. [2.2.4.  2.2.5.  3.11.2.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_idno"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">categorizes the identifier, for example as an ISBN, Social Security number, etc.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_availability">
      <element name="availability">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_model.availabilityPart"/>
               <ref name="tei_model.pLike"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="status"
                       a:defaultValue="unknown">
               <a:documentation>supplies a code identifying the current availability of the text.</a:documentation>
               <choice>
                  <value>free</value>
                  <a:documentation>the text is freely available.</a:documentation>
                  <value>unknown</value>
                  <a:documentation>the status of the text is unknown.</a:documentation>
                  <value>restricted</value>
                  <a:documentation>the text is not freely available.</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_licence">
      <element name="licence">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about a licence or other legal agreement applicable to the text. [2.2.4. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_seriesStmt">
      <element name="seriesStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series statement) groups information about the series, if any, to which a publication belongs. [2.2.5.  2.2. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
            <group>
               <oneOrMore>
                  <ref name="tei_title"/>
               </oneOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_editor"/>
                     <ref name="tei_respStmt"/>
                  </choice>
               </zeroOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_idno"/>
                     <ref name="tei_biblScope"/>
                  </choice>
               </zeroOrMore>
            </group>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_notesStmt">
      <element name="notesStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. [2.2.6.  2.2. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_model.noteLike"/>
               <ref name="tei_relatedItem"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_sourceDesc">
      <element name="sourceDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(source description) describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence. [2.2.7. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_model.biblLike"/>
                  <ref name="tei_model.sourceDescPart"/>
                  <ref name="tei_model.listLike"/>
               </choice>
            </oneOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_biblFull">
      <element name="biblFull">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.11.1.  2.2.  2.2.7.  15.3.2. ]</a:documentation>
         <group>
            <group>
               <ref name="tei_titleStmt"/>
               <optional>
                  <ref name="tei_editionStmt"/>
               </optional>
               <optional>
                  <ref name="tei_extent"/>
               </optional>
               <ref name="tei_publicationStmt"/>
               <optional>
                  <ref name="tei_seriesStmt"/>
               </optional>
               <optional>
                  <ref name="tei_notesStmt"/>
               </optional>
            </group>
            <zeroOrMore>
               <ref name="tei_sourceDesc"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.docStatus.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_encodingDesc">
      <element name="encodingDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3.  2.1.1. ]</a:documentation>
         <group>
            <oneOrMore>
               <choice>
                  <ref name="tei_model.encodingDescPart"/>
                  <ref name="tei_model.pLike"/>
               </choice>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_projectDesc">
      <element name="projectDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(project description) describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected. [2.3.1.  2.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_samplingDecl">
      <element name="samplingDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sampling declaration) contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection. [2.3.2.  2.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_editorialDecl">
      <element name="editorialDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3.  2.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_model.pLike"/>
               <ref name="tei_model.editorialDeclPart"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_correction">
      <element name="correction">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="status"
                       a:defaultValue="unknown">
               <a:documentation>indicates the degree of correction applied to the text.</a:documentation>
               <choice>
                  <value>high</value>
                  <a:documentation>the text has been thoroughly checked and proofread.</a:documentation>
                  <value>medium</value>
                  <a:documentation>the text has been checked at least once.</a:documentation>
                  <value>low</value>
                  <a:documentation>the text has not been checked.</a:documentation>
                  <value>unknown</value>
                  <a:documentation>the correction status of the text is unknown.</a:documentation>
               </choice>
            </attribute>
         </optional>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="method"
                       a:defaultValue="silent">
               <a:documentation>indicates the method adopted to indicate corrections within the text.</a:documentation>
               <choice>
                  <value>silent</value>
                  <a:documentation>corrections have been made silently</a:documentation>
                  <value>markup</value>
                  <a:documentation>corrections have been represented using markup</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_normalization">
      <element name="normalization">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <optional>
            <attribute name="source">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates a bibliographic description or other resource documenting the principles underlying the normalization carried out.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="method"
                       a:defaultValue="silent">
               <a:documentation>indicates the method adopted to indicate normalizations within the text.</a:documentation>
               <choice>
                  <value>silent</value>
                  <a:documentation>normalization made silently</a:documentation>
                  <value>markup</value>
                  <a:documentation>normalization represented using markup</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_quotation">
      <element name="quotation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3.  15.3.2. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.pLike"/>
         </zeroOrMore>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-quotation-quotationContents-constraint-4">
            <rule context="tei:quotation">
               <report xmlns:rng="http://relaxng.org/ns/structure/1.0"
                       test="not(@marks) and not (tei:p)">
On <name/>, either the @marks attribute should be used, or a paragraph of description provided</report>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <optional>
            <attribute name="marks">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quotation marks) indicates whether or not quotation marks have been retained as content within the text.</a:documentation>
               <choice>
                  <value>none</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">no quotation marks have been retained</a:documentation>
                  <value>some</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">some quotation marks have been retained</a:documentation>
                  <value>all</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">all quotation marks have been retained</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_hyphenation">
      <element name="hyphenation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="eol"
                       a:defaultValue="some">
               <a:documentation>(end-of-line) indicates whether or not end-of-line hyphenation has been retained in a text.</a:documentation>
               <choice>
                  <value>all</value>
                  <a:documentation>all end-of-line hyphenation has been retained, even though the lineation of the original may not have been.</a:documentation>
                  <value>some</value>
                  <a:documentation>end-of-line hyphenation has been retained in some cases.</a:documentation>
                  <value>hard</value>
                  <a:documentation>all soft end-of-line hyphenation has been removed: any remaining end-of-line hyphenation should be retained.</a:documentation>
                  <value>none</value>
                  <a:documentation>all end-of-line hyphenation has been removed: any remaining hyphenation occurred within the line.</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_segmentation">
      <element name="segmentation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc. [2.3.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_stdVals">
      <element name="stdVals">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(standard values) specifies the format used when standardized date or number values are supplied. [2.3.3.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_interpretation">
      <element name="interpretation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the scope of any analytic or interpretive information added to the text in addition to the transcription. [2.3.3. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_punctuation">
      <element name="punctuation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3.  3.2. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.pLike"/>
         </zeroOrMore>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="marks">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether or not punctation marks have been retained as content within the text.</a:documentation>
               <choice>
                  <value>none</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">no punctuation marks have been retained</a:documentation>
                  <value>some</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">some punctuation marks have been retained</a:documentation>
                  <value>all</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">all punctuation marks have been retained</a:documentation>
               </choice>
            </attribute>
         </optional>
         <optional>
            <attribute name="placement">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether punctation marks have been captured inside or outside of an adjacent element.</a:documentation>
               <choice>
                  <value>internal</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">punctuation marks are captured inside adjacent elements</a:documentation>
                  <value>external</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">punctuation marks are captured outside adjacent elements</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_tagsDecl">
      <element name="tagsDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(tagging declaration) provides detailed information about the tagging applied to a document. [2.3.4.  2.3. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_rendition"/>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_namespace"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_tagUsage">
      <element name="tagUsage">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies information about the usage of a specific element within a text. [2.3.4. ]</a:documentation>
         <ref name="tei_macro.limitedContent"/>
         <ref name="tei_att.global.attributes"/>
         <attribute name="gi">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(generic identifier) specifies the name (generic identifier) of the element indicated by the tag, within the namespace indicated by the parent namespace element.</a:documentation>
            <ref name="tei_data.name"/>
         </attribute>
         <optional>
            <attribute name="occurs">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of occurrences of this element within the text.</a:documentation>
               <ref name="tei_data.count"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="withId">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(with unique identifier) specifies the number of occurrences of this element within the text which bear a distinct value for the global xml:id attribute.</a:documentation>
               <ref name="tei_data.count"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="render">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the identifier of a rendition element which defines how this element was rendered in the source text.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.pointer"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_namespace">
      <element name="namespace">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the formal name of the namespace to which the elements documented by its children belong. [2.3.4. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_tagUsage"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <attribute name="name">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the full formal name of the namespace concerned.</a:documentation>
            <ref name="tei_data.namespace"/>
         </attribute>
         <empty/>
      </element>
   </define>
   <define name="tei_rendition">
      <element name="rendition">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies information about the rendition or appearance of one or more elements in the source text. [2.3.4. ]</a:documentation>
         <ref name="tei_macro.limitedContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.styleDef.attributes"/>
         <optional>
            <attribute name="scope">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where CSS is used, provides a way of defining pseudo-elements, that is, styling rules applicable to specific sub-portions of an element.
Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_styleDefDecl">
      <element name="styleDefDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(style definition language declaration) specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied. [2.3.5. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.pLike"/>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.styleDef.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_refsDecl">
      <element name="refsDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(references declaration) specifies how canonical references are constructed for this text. [2.3.6.3.  2.3.  2.3.6. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
            <oneOrMore>
               <ref name="tei_cRefPattern"/>
            </oneOrMore>
            <oneOrMore>
               <ref name="tei_refState"/>
            </oneOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_cRefPattern">
      <element name="cRefPattern">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical reference pattern) specifies an expression and replacement pattern for transforming a canonical reference into a URI. [2.3.6.3.  2.3.6.  2.3.6.2. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.pLike"/>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.patternReplacement.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_prefixDef">
      <element name="prefixDef">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(prefixing scheme used in data.pointer values) defines a prefixing scheme used in data.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. ]</a:documentation>
         <zeroOrMore>
            <ref name="tei_model.pLike"/>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.patternReplacement.attributes"/>
         <attribute name="ident">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a name which functions as the prefix for an abbreviated pointing scheme such as a private URI scheme. The prefix constitutes the text preceding the first colon.</a:documentation>
            <ref name="tei_data.name"/>
         </attribute>
         <empty/>
      </element>
   </define>
   <define name="tei_listPrefixDef">
      <element name="listPrefixDef">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of prefix definitions) contains a list of definitions of prefixing schemes used in data.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. ]</a:documentation>
         <group>
            <oneOrMore>
               <choice>
                  <ref name="tei_prefixDef"/>
                  <ref name="tei_listPrefixDef"/>
               </choice>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_refState">
      <element name="refState">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference state) specifies one component of a canonical reference defined by the milestone method. [2.3.6.3.  2.3.6. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.milestoneUnit.attributes"/>
         <ref name="tei_att.edition.attributes"/>
         <optional>
            <attribute name="length">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the fixed length of the reference component.</a:documentation>
               <ref name="tei_data.count"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="delim">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(delimiter) supplies a delimiting string following the reference component.</a:documentation>
               <ref name="tei_data.text"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_classDecl">
      <element name="classDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7.  2.3. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_taxonomy"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_taxonomy">
      <element name="taxonomy">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. ]</a:documentation>
         <choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.glossLike"/>
                  <ref name="tei_model.descLike"/>
               </choice>
            </zeroOrMore>
            <oneOrMore>
               <ref name="tei_category"/>
            </oneOrMore>
            <group>
               <group>
                  <ref name="tei_model.biblLike"/>
               </group>
               <zeroOrMore>
                  <ref name="tei_category"/>
               </zeroOrMore>
            </group>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_category">
      <element name="category">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. ]</a:documentation>
         <group>
            <choice>
               <oneOrMore>
                  <ref name="tei_catDesc"/>
               </oneOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.descLike"/>
                     <ref name="tei_model.glossLike"/>
                  </choice>
               </zeroOrMore>
            </choice>
            <zeroOrMore>
               <ref name="tei_category"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_catDesc">
      <element name="catDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category description) describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal textDesc. [2.3.7. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.limitedPhrase"/>
               <ref name="tei_model.catDescPart"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_geoDecl">
      <element name="geoDecl">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the geo element elsewhere within the document. [2.3.8. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="datum"
                       a:defaultValue="WGS84">
               <a:documentation>supplies a commonly used code name for the datum employed.
Suggested values include: 1] WGS84(World Geodetic System) ; 2] MGRS(Military Grid Reference System) ; 3] OSGB36(ordnance survey great britain) ; 4] ED50(European Datum coordinate system) </a:documentation>
               <choice>
                  <value>WGS84</value>
                  <a:documentation>(World Geodetic System) a pair of numbers to be interpreted as latitude followed by longitude according to the World Geodetic System.</a:documentation>
                  <value>MGRS</value>
                  <a:documentation>(Military Grid Reference System) the values supplied are geospatial entity object codes, based on</a:documentation>
                  <value>OSGB36</value>
                  <a:documentation>(ordnance survey great britain) the value supplied is to be interpreted as a British National Grid Reference.</a:documentation>
                  <value>ED50</value>
                  <a:documentation>(European Datum coordinate system) the value supplied is to be interpreted as latitude followed by longitude according to the European Datum coordinate system.</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_appInfo">
      <element name="appInfo">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(application information) records information about an application which has edited the TEI file. [2.3.10. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.applicationLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_application">
      <element name="application">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides information about an application which has acted upon the document. [2.3.10. ]</a:documentation>
         <group>
            <oneOrMore>
               <ref name="tei_model.labelLike"/>
            </oneOrMore>
            <choice>
               <zeroOrMore>
                  <ref name="tei_model.ptrLike"/>
               </zeroOrMore>
               <zeroOrMore>
                  <ref name="tei_model.pLike"/>
               </zeroOrMore>
            </choice>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <attribute name="ident">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies an identifier for the application, independent of its version number or display name.</a:documentation>
            <ref name="tei_data.name"/>
         </attribute>
         <attribute name="version">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a version number for the application, independent of its identifier or display name.</a:documentation>
            <ref name="tei_data.versionNumber"/>
         </attribute>
         <empty/>
      </element>
   </define>
   <define name="tei_profileDesc">
      <element name="profileDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting. [2.4.  2.1.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.profileDescPart"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_abstract">
      <element name="abstract">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_model.pLike"/>
               <ref name="tei_model.listLike"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_creation">
      <element name="creation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about the creation of a text. [2.4.1.  2.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.limitedPhrase"/>
               <ref name="tei_listChange"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_langUsage">
      <element name="langUsage">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2.  2.4.  15.3.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_language"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_language">
      <element name="language">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes a single language or sublanguage used within a text. [2.4.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <attribute name="ident">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) Supplies a language code constructed as defined in BCP 47 which is used to identify the language documented by this element, and which is referenced by the global xml:lang attribute.</a:documentation>
            <ref name="tei_data.language"/>
         </attribute>
         <optional>
            <attribute name="usage">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the approximate percentage (by volume) of the text which uses this language.</a:documentation>
               <data type="nonNegativeInteger">
                  <param name="maxInclusive">100</param>
               </data>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_textClass">
      <element name="textClass">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_classCode"/>
               <ref name="tei_catRef"/>
               <ref name="tei_keywords"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_keywords">
      <element name="keywords">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_term"/>
            </oneOrMore>
            <ref name="tei_list"/>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="scheme">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the controlled vocabulary within which the set of keywords concerned is defined identifies the classification scheme within which the set of categories concerned is defined, for example by a taxonomy element, or by some other resource.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_classCode">
      <element name="classCode">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(classification code) contains the classification code used for this text in some standard classification system. [2.4.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <attribute name="scheme">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the classification system in use, as defined by for example by a taxonomy element, or some other resource..</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
         <empty/>
      </element>
   </define>
   <define name="tei_catRef">
      <element name="catRef">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category reference) specifies one or more defined categories within some taxonomy or text typology. [2.4.3. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <optional>
            <attribute name="scheme">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the classification scheme within which the set of categories concerned is defined, for example by a taxonomy element, or by some other resource.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_calendarDesc">
      <element name="calendarDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(calendar description) contains a description of the calendar system used in any dating expression found in the text. [2.4.  2.4.5. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_calendar"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_calendar">
      <element name="calendar">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a calendar or dating system used in a dating formula in the text. [2.4.5. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_model.pLike"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_revisionDesc">
      <element name="revisionDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(revision description) summarizes the revision history for a file. [2.5.  2.1.1. ]</a:documentation>
         <choice>
            <ref name="tei_list"/>
            <ref name="tei_listChange"/>
            <oneOrMore>
               <ref name="tei_change"/>
            </oneOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.docStatus.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_change">
      <element name="change">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.5.  2.4.1.  11.7. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.ascribed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.docStatus.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="target">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to one or more elements that belong to this change.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.pointer"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_listChange">
      <element name="listChange">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.5.  11.7. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_listChange"/>
               <ref name="tei_change"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="ordered"
                       a:defaultValue="true">
               <a:documentation>indicates whether the ordering of its child change elements is to be considered significant or not</a:documentation>
               <ref name="tei_data.truthValue"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_TEI">
      <element name="TEI">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI document) contains a single TEI-conformant document, comprising a TEI header and a text, either in isolation or as part of a teiCorpus element. [4.  15.1. ]</a:documentation>
         <ref name="tei_teiHeader"/>
         <optional>
            <ref name="tei_model.resourceLike"/>
         </optional>
         <optional>
            <ref name="tei_text"/>
         </optional>
         <ns xmlns="http://purl.oclc.org/dsdl/schematron"
             prefix="tei"
             uri="http://www.tei-c.org/ns/1.0"/>
         <ns xmlns="http://purl.oclc.org/dsdl/schematron"
             prefix="xs"
             uri="http://www.w3.org/2001/XMLSchema"/>
         <ns xmlns="http://purl.oclc.org/dsdl/schematron"
             prefix="rng"
             uri="http://relaxng.org/ns/structure/1.0"/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="version">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the major version number of the TEI Guidelines against which this document is valid.</a:documentation>
               <ref name="tei_data.version"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_text">
      <element name="text">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4.  15.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <optional>
               <ref name="tei_front"/>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </optional>
            <choice>
               <ref name="tei_body"/>
               <ref name="tei_group"/>
            </choice>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <optional>
               <ref name="tei_back"/>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_body">
      <element name="body">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <optional>
               <group>
                  <group>
                     <ref name="tei_model.divTop"/>
                  </group>
                  <zeroOrMore>
                     <choice>
                        <ref name="tei_model.global"/>
                        <ref name="tei_model.divTop"/>
                     </choice>
                  </zeroOrMore>
               </group>
            </optional>
            <optional>
               <group>
                  <group>
                     <ref name="tei_model.divGenLike"/>
                  </group>
                  <zeroOrMore>
                     <choice>
                        <ref name="tei_model.global"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                  </zeroOrMore>
               </group>
            </optional>
            <group>
               <choice>
                  <oneOrMore>
                     <group>
                        <group>
                           <ref name="tei_model.divLike"/>
                        </group>
                        <zeroOrMore>
                           <choice>
                              <ref name="tei_model.global"/>
                              <ref name="tei_model.divGenLike"/>
                           </choice>
                        </zeroOrMore>
                     </group>
                  </oneOrMore>
                  <oneOrMore>
                     <group>
                        <group>
                           <ref name="tei_model.div1Like"/>
                        </group>
                        <zeroOrMore>
                           <choice>
                              <ref name="tei_model.global"/>
                              <ref name="tei_model.divGenLike"/>
                           </choice>
                        </zeroOrMore>
                     </group>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <optional>
                        <choice>
                           <oneOrMore>
                              <group>
                                 <group>
                                    <ref name="tei_model.divLike"/>
                                 </group>
                                 <zeroOrMore>
                                    <choice>
                                       <ref name="tei_model.global"/>
                                       <ref name="tei_model.divGenLike"/>
                                    </choice>
                                 </zeroOrMore>
                              </group>
                           </oneOrMore>
                           <oneOrMore>
                              <group>
                                 <group>
                                    <ref name="tei_model.div1Like"/>
                                 </group>
                                 <zeroOrMore>
                                    <choice>
                                       <ref name="tei_model.global"/>
                                       <ref name="tei_model.divGenLike"/>
                                    </choice>
                                 </zeroOrMore>
                              </group>
                           </oneOrMore>
                        </choice>
                     </optional>
                  </group>
               </choice>
            </group>
            <zeroOrMore>
               <group>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </group>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_group">
      <element name="group">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc. [4.  4.3.1.  15.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <group>
               <choice>
                  <ref name="tei_text"/>
                  <ref name="tei_group"/>
               </choice>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_text"/>
                     <ref name="tei_group"/>
                     <ref name="tei_model.global"/>
                  </choice>
               </zeroOrMore>
            </group>
            <zeroOrMore>
               <ref name="tei_model.divBottom"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_floatingText">
      <element name="floatingText">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes. [4.3.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <optional>
               <ref name="tei_front"/>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </optional>
            <choice>
               <ref name="tei_body"/>
               <ref name="tei_group"/>
            </choice>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <optional>
               <ref name="tei_back"/>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div">
      <element name="div">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text division) contains a subdivision of the front, body, or back of a text. [4.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <group>
                     <oneOrMore>
                        <choice>
                           <ref name="tei_model.divLike"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                  </group>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.divLike"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div1">
      <element name="div1">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-1 text division) contains a first-level subdivision of the front, body, or back of a text. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <oneOrMore>
                     <choice>
                        <ref name="tei_model.div2Like"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div2Like"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div2">
      <element name="div2">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-2 text division) contains a second-level subdivision of the front, body, or back of a text. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <oneOrMore>
                     <choice>
                        <ref name="tei_model.div3Like"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div3Like"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div3">
      <element name="div3">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-3 text division) contains a third-level subdivision of the front, body, or back of a text. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <oneOrMore>
                     <choice>
                        <ref name="tei_model.div4Like"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div4Like"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div4">
      <element name="div4">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-4 text division) contains a fourth-level subdivision of the front, body, or back of a text. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <oneOrMore>
                     <choice>
                        <ref name="tei_model.div5Like"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div5Like"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div5">
      <element name="div5">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-5 text division) contains a fifth-level subdivision of the front, body, or back of a text. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <oneOrMore>
                     <choice>
                        <ref name="tei_model.div6Like"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div6Like"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div6">
      <element name="div6">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-6 text division) contains a sixth-level subdivision of the front, body, or back of a text. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <choice>
                  <oneOrMore>
                     <choice>
                        <ref name="tei_model.div7Like"/>
                        <ref name="tei_model.divGenLike"/>
                     </choice>
                     <zeroOrMore>
                        <ref name="tei_model.global"/>
                     </zeroOrMore>
                  </oneOrMore>
                  <group>
                     <oneOrMore>
                        <group>
                           <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </oneOrMore>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div7Like"/>
                           <ref name="tei_model.divGenLike"/>
                        </choice>
                        <zeroOrMore>
                           <ref name="tei_model.global"/>
                        </zeroOrMore>
                     </zeroOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_div7">
      <element name="div7">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(level-7 text division) contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph. [4.1.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.divTop"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <optional>
               <oneOrMore>
                  <group>
                     <ref name="tei_model.common"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </oneOrMore>
               <zeroOrMore>
                  <group>
                     <ref name="tei_model.divBottom"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </zeroOrMore>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.divLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_trailer">
      <element name="trailer">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a closing title or footer appearing at the end of a division of a text. [4.2.4.  4.2. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_lg"/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_model.inter"/>
               <ref name="tei_model.lLike"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_byline">
      <element name="byline">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. [4.2.2.  4.5. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_docAuthor"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_dateline">
      <element name="dateline">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer. [4.2.2. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_model.global"/>
               <ref name="tei_docDate"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_argument">
      <element name="argument">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a formal list or prose description of the topics addressed by a subdivision of a text. [4.2.  4.6. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.global"/>
                  <ref name="tei_model.headLike"/>
               </choice>
            </zeroOrMore>
            <oneOrMore>
               <group>
                  <ref name="tei_model.common"/>
               </group>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_epigraph">
      <element name="epigraph">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page. [4.2.3.  4.2.  4.6. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.common"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_opener">
      <element name="opener">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter. [4.2. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_argument"/>
               <ref name="tei_byline"/>
               <ref name="tei_dateline"/>
               <ref name="tei_epigraph"/>
               <ref name="tei_salute"/>
               <ref name="tei_signed"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_closer">
      <element name="closer">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. [4.2.2.  4.2. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_signed"/>
               <ref name="tei_dateline"/>
               <ref name="tei_salute"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_salute">
      <element name="salute">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(salutation) contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other division of a text, or the salutation in the closing of a letter, preface, etc. [4.2.2. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_signed">
      <element name="signed">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. [4.2.2. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_postscript">
      <element name="postscript">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a postscript, e.g. to a letter. [4.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.global"/>
                  <ref name="tei_model.divTopPart"/>
               </choice>
            </zeroOrMore>
            <group>
               <ref name="tei_model.common"/>
            </group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.global"/>
                  <ref name="tei_model.common"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <group>
                  <ref name="tei_model.divBottomPart"/>
               </group>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_titlePage">
      <element name="titlePage">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(title page) contains the title page of a text, appearing within the front or back matter. [4.6. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <group>
               <ref name="tei_model.titlepagePart"/>
            </group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.titlepagePart"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the title page according to any convenient typology.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_docTitle">
      <element name="docTitle">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document title) contains the title of a document, including all its constituents, as given on a title page. [4.6. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.global"/>
            </zeroOrMore>
            <oneOrMore>
               <ref name="tei_titlePart"/>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_titlePart">
      <element name="titlePart">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a subsection or division of the title of a work, as indicated on a title page. [4.6. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="type"
                       a:defaultValue="main">
               <a:documentation>specifies the role of this subdivision of the title.
Suggested values include: 1] main; 2] sub(subordinate) ; 3] alt(alternate) ; 4] short; 5] desc(descriptive) </a:documentation>
               <choice>
                  <value>main</value>
                  <a:documentation>main title of the work</a:documentation>
                  <value>sub</value>
                  <a:documentation>(subordinate) subtitle of the work</a:documentation>
                  <value>alt</value>
                  <a:documentation>(alternate) alternative title of the work</a:documentation>
                  <value>short</value>
                  <a:documentation>abbreviated form of title</a:documentation>
                  <value>desc</value>
                  <a:documentation>(descriptive) descriptive paraphrase of the work</a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_docAuthor">
      <element name="docAuthor">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document author) contains the name of the author of the document, as given on the title page (often but not always contained in a byline). [4.6. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_imprimatur">
      <element name="imprimatur">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso. [4.6. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_docEdition">
      <element name="docEdition">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document edition) contains an edition statement as presented on a title page of a document. [4.6. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_docImprint">
      <element name="docImprint">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document imprint) contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page. [4.6. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.gLike"/>
               <ref name="tei_model.phrase"/>
               <ref name="tei_pubPlace"/>
               <ref name="tei_docDate"/>
               <ref name="tei_publisher"/>
               <ref name="tei_model.global"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_docDate">
      <element name="docDate">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document date) contains the date of a document, as given on a title page or in a dateline. [4.6. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="when">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the value of the date in standard form, i.e. YYYY-MM-DD.</a:documentation>
               <ref name="tei_data.temporal.w3c"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_front">
      <element name="front">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(front matter) contains any prefatory matter (headers, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6.  4. ]</a:documentation>
         <group>
            <group>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.frontPart"/>
                     <ref name="tei_model.pLike"/>
                     <ref name="tei_model.pLike.front"/>
                     <ref name="tei_model.global"/>
                  </choice>
               </zeroOrMore>
            </group>
            <optional>
               <choice>
                  <group>
                     <ref name="tei_model.div1Like"/>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.div1Like"/>
                           <ref name="tei_model.frontPart"/>
                           <ref name="tei_model.global"/>
                        </choice>
                     </zeroOrMore>
                  </group>
                  <group>
                     <ref name="tei_model.divLike"/>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.divLike"/>
                           <ref name="tei_model.frontPart"/>
                           <ref name="tei_model.global"/>
                        </choice>
                     </zeroOrMore>
                  </group>
               </choice>
               <group>
                  <optional>
                     <group>
                        <ref name="tei_model.divBottom"/>
                     </group>
                     <zeroOrMore>
                        <choice>
                           <ref name="tei_model.divBottom"/>
                           <ref name="tei_model.global"/>
                        </choice>
                     </zeroOrMore>
                  </optional>
               </group>
            </optional>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_back">
      <element name="back">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(back matter) contains any appendixes, etc. following the main part of a text. [4.7.  4. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.frontPart"/>
                  <ref name="tei_model.pLike.front"/>
                  <ref name="tei_model.pLike"/>
                  <ref name="tei_model.listLike"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <group>
               <optional>
                  <choice>
                     <group>
                        <group>
                           <ref name="tei_model.div1Like"/>
                        </group>
                        <zeroOrMore>
                           <choice>
                              <ref name="tei_model.frontPart"/>
                              <ref name="tei_model.div1Like"/>
                              <ref name="tei_model.global"/>
                           </choice>
                        </zeroOrMore>
                     </group>
                     <group>
                        <group>
                           <ref name="tei_model.divLike"/>
                        </group>
                        <zeroOrMore>
                           <choice>
                              <ref name="tei_model.frontPart"/>
                              <ref name="tei_model.divLike"/>
                              <ref name="tei_model.global"/>
                           </choice>
                        </zeroOrMore>
                     </group>
                  </choice>
               </optional>
            </group>
            <group>
               <optional>
                  <group>
                     <ref name="tei_model.divBottomPart"/>
                  </group>
                  <zeroOrMore>
                     <choice>
                        <ref name="tei_model.divBottomPart"/>
                        <ref name="tei_model.global"/>
                     </choice>
                  </zeroOrMore>
               </optional>
            </group>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_att.datable.custom.attributes">
      <ref name="tei_att.datable.custom.attribute.when-custom"/>
      <ref name="tei_att.datable.custom.attribute.notBefore-custom"/>
      <ref name="tei_att.datable.custom.attribute.notAfter-custom"/>
      <ref name="tei_att.datable.custom.attribute.from-custom"/>
      <ref name="tei_att.datable.custom.attribute.to-custom"/>
      <ref name="tei_att.datable.custom.attribute.datingPoint"/>
      <ref name="tei_att.datable.custom.attribute.datingMethod"/>
   </define>
   <define name="tei_att.datable.custom.attribute.when-custom">
      <optional>
         <attribute name="when-custom">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of a date or time in some standard form.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.custom.attribute.notBefore-custom">
      <optional>
         <attribute name="notBefore-custom">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in some custom standard form.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.custom.attribute.notAfter-custom">
      <optional>
         <attribute name="notAfter-custom">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in some custom standard form.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.custom.attribute.from-custom">
      <optional>
         <attribute name="from-custom">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the starting point of the period in some standard form.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.custom.attribute.to-custom">
      <optional>
         <attribute name="to-custom">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in some standard form.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.word"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.custom.attribute.datingPoint">
      <optional>
         <attribute name="datingPoint">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.custom.attribute.datingMethod">
      <optional>
         <attribute name="datingMethod">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a pointer to a calendar element or other means of interpreting the values of the custom dating attributes.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_model.persNamePart">
      <choice>
         <ref name="tei_surname"/>
         <ref name="tei_forename"/>
         <ref name="tei_genName"/>
         <ref name="tei_nameLink"/>
         <ref name="tei_addName"/>
         <ref name="tei_roleName"/>
      </choice>
   </define>
   <define name="tei_model.persNamePart_alternation">
      <choice>
         <ref name="tei_surname"/>
         <ref name="tei_forename"/>
         <ref name="tei_genName"/>
         <ref name="tei_nameLink"/>
         <ref name="tei_addName"/>
         <ref name="tei_roleName"/>
      </choice>
   </define>
   <define name="tei_model.persNamePart_sequence">
      <ref name="tei_surname"/>
      <ref name="tei_forename"/>
      <ref name="tei_genName"/>
      <ref name="tei_nameLink"/>
      <ref name="tei_addName"/>
      <ref name="tei_roleName"/>
   </define>
   <define name="tei_model.persNamePart_sequenceOptional">
      <optional>
         <ref name="tei_surname"/>
      </optional>
      <optional>
         <ref name="tei_forename"/>
      </optional>
      <optional>
         <ref name="tei_genName"/>
      </optional>
      <optional>
         <ref name="tei_nameLink"/>
      </optional>
      <optional>
         <ref name="tei_addName"/>
      </optional>
      <optional>
         <ref name="tei_roleName"/>
      </optional>
   </define>
   <define name="tei_model.persNamePart_sequenceOptionalRepeatable">
      <zeroOrMore>
         <ref name="tei_surname"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_forename"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_genName"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_nameLink"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_addName"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="tei_roleName"/>
      </zeroOrMore>
   </define>
   <define name="tei_model.persNamePart_sequenceRepeatable">
      <oneOrMore>
         <ref name="tei_surname"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_forename"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_genName"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_nameLink"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_addName"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="tei_roleName"/>
      </oneOrMore>
   </define>
   <define name="tei_att.datable.iso.attributes">
      <ref name="tei_att.datable.iso.attribute.when-iso"/>
      <ref name="tei_att.datable.iso.attribute.notBefore-iso"/>
      <ref name="tei_att.datable.iso.attribute.notAfter-iso"/>
      <ref name="tei_att.datable.iso.attribute.from-iso"/>
      <ref name="tei_att.datable.iso.attribute.to-iso"/>
   </define>
   <define name="tei_att.datable.iso.attribute.when-iso">
      <optional>
         <attribute name="when-iso">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of a date or time in a standard form.</a:documentation>
            <ref name="tei_data.temporal.iso"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.iso.attribute.notBefore-iso">
      <optional>
         <attribute name="notBefore-iso">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.iso"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.iso.attribute.notAfter-iso">
      <optional>
         <attribute name="notAfter-iso">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation>
            <ref name="tei_data.temporal.iso"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.iso.attribute.from-iso">
      <optional>
         <attribute name="from-iso">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the starting point of the period in standard form.</a:documentation>
            <ref name="tei_data.temporal.iso"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.datable.iso.attribute.to-iso">
      <optional>
         <attribute name="to-iso">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in standard form.</a:documentation>
            <ref name="tei_data.temporal.iso"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_orgName">
      <element name="orgName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(organization name) contains an organizational name. [13.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_persName">
      <element name="persName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_surname">
      <element name="surname">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_forename">
      <element name="forename">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a forename, given or baptismal name. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_genName">
      <element name="genName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons named. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_nameLink">
      <element name="nameLink">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(name link) contains a connecting phrase or link used within a name but not regarded as part of it, such as van der or of. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_addName">
      <element name="addName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_roleName">
      <element name="roleName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank. [13.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_placeName">
      <element name="placeName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an absolute or relative place name. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.personal.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_bloc">
      <element name="bloc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of a geo-political unit consisting of two or more nation states or countries. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_country">
      <element name="country">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of a geo-political unit, such as a nation, country, colony, or commonwealth, larger than or administratively superior to a region and smaller than a bloc. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_region">
      <element name="region">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of an administrative unit such as a state, province, or county, larger than a settlement, but smaller than a country. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_district">
      <element name="district">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of any kind of subdivision of a settlement, such as a parish, ward, or other administrative or geographic unit. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_settlement">
      <element name="settlement">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_offset">
      <element name="offset">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks that part of a relative temporal or spatial expression which indicates the direction of the offset between the two place names, dates, or times involved in the expression. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_geogName">
      <element name="geogName">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical name) identifies a name associated with some geographical feature such as Windrush Valley or Mount Sinai. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_geogFeat">
      <element name="geogFeat">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical feature name) contains a common noun identifying some geographical feature contained within a geographic name, such as valley, mount, etc. [13.2.3. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_affiliation">
      <element name="affiliation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_age">
      <element name="age">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the age of a person. [13.3.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <optional>
            <attribute name="value">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a numeric code representing the age or age group</a:documentation>
               <ref name="tei_data.count"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_birth">
      <element name="birth">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about a person's birth, such as its date and place. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_climate">
      <element name="climate">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about the physical climate of a place. [13.3.4.3. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <choice>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.pLike"/>
                  </oneOrMore>
               </group>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.labelLike"/>
                  </oneOrMore>
               </group>
            </choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.noteLike"/>
                  <ref name="tei_model.biblLike"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_climate"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_death">
      <element name="death">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about a person's death, such as its date and place. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_education">
      <element name="education">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of the educational experience of a person. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_event">
      <element name="event">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains data relating to any kind of significant event associated with a person, place, or organization. [13.3.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <choice>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.pLike"/>
                  </oneOrMore>
               </group>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.labelLike"/>
                  </oneOrMore>
               </group>
            </choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.noteLike"/>
                  <ref name="tei_model.biblLike"/>
                  <ref name="tei_linkGrp"/>
                  <ref name="tei_link"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_event"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute name="where">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of an event by pointing to a place element</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_faith">
      <element name="faith">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the faith, religion, or belief set of a person. [13.3.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_floruit">
      <element name="floruit">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about a person's period of activity. [13.3.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_geo">
      <element name="geo">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical coordinates) contains any expression of a set of geographic coordinates, representing a point, line, or area on the surface of the earth in some notation. [13.3.4.1. ]</a:documentation>
         <text/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_langKnowledge">
      <element name="langKnowledge">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language knowledge) summarizes the state of a person's linguistic knowledge, either as prose or by a list of langKnown elements. [13.3.2.1. ]</a:documentation>
         <choice>
            <ref name="tei_model.pLike"/>
            <oneOrMore>
               <ref name="tei_langKnown"/>
            </oneOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <optional>
            <attribute name="tags">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies one or more valid language tags for the languages specified</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.language"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_langKnown">
      <element name="langKnown">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language known) summarizes the state of a person's linguistic competence, i.e., knowledge of a single language. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq.limited"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <attribute name="tag">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a valid language tag for the language concerned.</a:documentation>
            <ref name="tei_data.language"/>
         </attribute>
         <optional>
            <attribute name="level">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a code indicating the person's level of knowledge for this language</a:documentation>
               <ref name="tei_data.word"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_listOrg">
      <element name="listOrg">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of organizations) contains a list of elements, each of which provides information about an identifiable organization. [13.2.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_org"/>
                  <ref name="tei_listOrg"/>
               </choice>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_relation"/>
                  <ref name="tei_listRelation"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_listEvent">
      <element name="listEvent">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of events) contains a list of descriptions, each of which provides information about an identifiable event. [13.3.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_event"/>
                  <ref name="tei_listEvent"/>
               </choice>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_relation"/>
                  <ref name="tei_listRelation"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_listPerson">
      <element name="listPerson">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. [13.3.2.  15.2.  2.4.  15.3.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_model.personLike"/>
                  <ref name="tei_listPerson"/>
               </choice>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_relation"/>
                  <ref name="tei_listRelation"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_listPlace">
      <element name="listPlace">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of places) contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them. [2.2.7.  13.3.4. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_model.placeLike"/>
                  <ref name="tei_listPlace"/>
               </choice>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_relation"/>
                  <ref name="tei_listRelation"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_location">
      <element name="location">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an address. [13.3.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.labelLike"/>
               <ref name="tei_model.placeNamePart"/>
               <ref name="tei_model.offsetLike"/>
               <ref name="tei_model.measureLike"/>
               <ref name="tei_model.addressLike"/>
               <ref name="tei_model.noteLike"/>
               <ref name="tei_model.biblLike"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_nationality">
      <element name="nationality">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an informal description of a person's present or past nationality or citizenship. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_occupation">
      <element name="occupation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an informal description of a person's trade, profession or occupation. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <optional>
            <attribute name="scheme">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the classification system or taxonomy in use, for example by supplying the identifier of a taxonomy element, or pointing to some other resource.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="code">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies an occupation code defined within the classification system or taxonomy defined by the scheme attribute.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_org">
      <element name="org">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.2.2. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <choice>
               <group>
                  <zeroOrMore>
                     <ref name="tei_model.pLike"/>
                  </zeroOrMore>
               </group>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.labelLike"/>
                     <ref name="tei_model.nameLike"/>
                     <ref name="tei_model.placeLike"/>
                     <ref name="tei_model.orgPart"/>
                  </choice>
               </zeroOrMore>
            </choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.noteLike"/>
                  <ref name="tei_model.biblLike"/>
                  <ref name="tei_linkGrp"/>
                  <ref name="tei_link"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_model.personLike"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute name="role">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a primary role or classification for the organization.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.word"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_listRelation">
      <element name="listRelation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides information about relationships identified amongst people, places, and organizations, either informally as prose or as formally expressed relation links. [13.3.2.3. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <choice>
               <ref name="tei_model.pLike"/>
               <oneOrMore>
                  <choice>
                     <ref name="tei_relation"/>
                     <ref name="tei_listRelation"/>
                  </choice>
               </oneOrMore>
            </choice>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_person">
      <element name="person">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [13.3.2.  15.2.2. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.personPart"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute name="role">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a primary role or classification for the person.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.enumerated"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <optional>
            <attribute name="sex">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sex of the person.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.sex"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <optional>
            <attribute name="age">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies an age group for the person.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_personGrp">
      <element name="personGrp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(personal group) describes a group of individuals treated as a single person for analytic purposes. [15.2.2. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_model.pLike"/>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.personPart"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute name="role">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the role of this group of participants in the interaction.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="sex">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sex of the participant group.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.sex"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <optional>
            <attribute name="age">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the age group of the participants.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="size">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes informally the size or approximate size of the group for example by means of a number and an indication of accuracy e.g. approx 200.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.word"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_place">
      <element name="place">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains data about a geographic location [13.3.4. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <choice>
               <group>
                  <zeroOrMore>
                     <ref name="tei_model.pLike"/>
                  </zeroOrMore>
               </group>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.labelLike"/>
                     <ref name="tei_model.placeStateLike"/>
                     <ref name="tei_model.placeEventLike"/>
                  </choice>
               </zeroOrMore>
            </choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.noteLike"/>
                  <ref name="tei_model.biblLike"/>
                  <ref name="tei_idno"/>
                  <ref name="tei_linkGrp"/>
                  <ref name="tei_link"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.placeLike"/>
                  <ref name="tei_listPlace"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_population">
      <element name="population">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about the population of a place. [13.3.4.3. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <optional>
               <choice>
                  <group>
                     <oneOrMore>
                        <ref name="tei_model.pLike"/>
                     </oneOrMore>
                  </group>
                  <group>
                     <oneOrMore>
                        <ref name="tei_model.labelLike"/>
                     </oneOrMore>
                  </group>
               </choice>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.noteLike"/>
                     <ref name="tei_model.biblLike"/>
                  </choice>
               </zeroOrMore>
            </optional>
            <zeroOrMore>
               <ref name="tei_population"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_relation">
      <element name="relation">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(relationship) describes any kind of relationship or linkage amongst a specified group of places, events, persons, objects or other items. [13.3.2.3. ]</a:documentation>
         <optional>
            <ref name="tei_desc"/>
         </optional>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-relation-reforkeyorname-constraint-8">
            <rule context="tei:relation">
               <assert xmlns:rng="http://relaxng.org/ns/structure/1.0"
                       test="@ref or @key or @name">One of the attributes  'name', 'ref' or 'key' must be supplied</assert>
            </rule>
         </pattern>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-relation-activemutual-constraint-5">
            <rule context="tei:relation">
               <report xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@active and @mutual">Only one of the attributes
@active and @mutual may be supplied</report>
            </rule>
         </pattern>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-relation-activepassive-constraint-6">
            <rule context="tei:relation">
               <report xmlns:rng="http://relaxng.org/ns/structure/1.0"
                       test="@passive and not(@active)">the attribute 'passive'
	may be supplied only if the attribute 'active' is
	supplied</report>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.canonical.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="name">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a name for the kind of relationship of which this is an instance.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <choice>
            <optional>
               <attribute name="active">
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the active participants in a non-mutual relationship, or all the participants in a mutual one.</a:documentation>
                  <list>
                     <oneOrMore>
                        <ref name="tei_data.pointer"/>
                     </oneOrMore>
                  </list>
               </attribute>
            </optional>
            <optional>
               <attribute name="mutual">
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a list of participants amongst all of whom the relationship holds equally.</a:documentation>
                  <list>
                     <oneOrMore>
                        <ref name="tei_data.pointer"/>
                     </oneOrMore>
                  </list>
               </attribute>
            </optional>
         </choice>
         <optional>
            <attribute name="passive">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the passive participants in a non-mutual relationship.</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.pointer"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_residence">
      <element name="residence">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a person's present or past places of residence. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_sex">
      <element name="sex">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sex of a person. [13.3.2.1. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <optional>
            <attribute name="value">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a coded value for sex</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.sex"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_socecStatus">
      <element name="socecStatus">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(socio-economic status) contains an informal description of a person's perceived social or economic status. [15.2.2. ]</a:documentation>
         <ref name="tei_macro.phraseSeq"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <optional>
            <attribute name="scheme">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the classification system or taxonomy in use, for example by pointing to a locally-defined taxonomy element or by supplying a URI for an externally-defined system.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="code">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a status code defined within the classification system or taxonomy defined by the scheme attribute.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_state">
      <element name="state">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. [13.3.1.  13.3.2.1. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_state"/>
            </oneOrMore>
            <group>
               <zeroOrMore>
                  <ref name="tei_model.headLike"/>
               </zeroOrMore>
               <oneOrMore>
                  <ref name="tei_model.pLike"/>
               </oneOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.noteLike"/>
                     <ref name="tei_model.biblLike"/>
                  </choice>
               </zeroOrMore>
            </group>
            <group>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.labelLike"/>
                     <ref name="tei_model.noteLike"/>
                     <ref name="tei_model.biblLike"/>
                  </choice>
               </zeroOrMore>
            </group>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_terrain">
      <element name="terrain">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about the physical terrain of a place. [13.3.4.3. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <choice>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.pLike"/>
                  </oneOrMore>
               </group>
               <group>
                  <oneOrMore>
                     <ref name="tei_model.labelLike"/>
                  </oneOrMore>
               </group>
            </choice>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.noteLike"/>
                  <ref name="tei_model.biblLike"/>
               </choice>
            </zeroOrMore>
            <zeroOrMore>
               <ref name="tei_terrain"/>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_trait">
      <element name="trait">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, independent of the volition or action of the holder and usually not at some specific time or for a specific date range. [13.3.1.  13.3.2.1. ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="tei_trait"/>
            </oneOrMore>
            <group>
               <zeroOrMore>
                  <ref name="tei_model.headLike"/>
               </zeroOrMore>
               <oneOrMore>
                  <ref name="tei_model.pLike"/>
               </oneOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.noteLike"/>
                     <ref name="tei_model.biblLike"/>
                  </choice>
               </zeroOrMore>
            </group>
            <group>
               <zeroOrMore>
                  <choice>
                     <ref name="tei_model.labelLike"/>
                     <ref name="tei_model.noteLike"/>
                     <ref name="tei_model.biblLike"/>
                  </choice>
               </zeroOrMore>
            </group>
         </choice>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.datable.attributes"/>
         <ref name="tei_att.editLike.attributes"/>
         <ref name="tei_att.naming.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_nym">
      <element name="nym">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical name) contains the definition for a canonical name or name component of any kind. [13.3.5. ]</a:documentation>
         <group>
            <group>
               <zeroOrMore>
                  <ref name="tei_model.entryPart"/>
               </zeroOrMore>
            </group>
            <group>
               <zeroOrMore>
                  <ref name="tei_model.pLike"/>
               </zeroOrMore>
            </group>
            <group>
               <zeroOrMore>
                  <ref name="tei_nym"/>
               </zeroOrMore>
            </group>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <optional>
            <attribute name="parts">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to constituent nyms</a:documentation>
               <list>
                  <oneOrMore>
                     <ref name="tei_data.pointer"/>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_listNym">
      <element name="listNym">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of canonical names) contains a list of nyms, that is, standardized names for any thing. [13.3.5. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.headLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_nym"/>
                  <ref name="tei_listNym"/>
               </choice>
            </oneOrMore>
            <zeroOrMore>
               <choice>
                  <ref name="tei_relation"/>
                  <ref name="tei_listRelation"/>
               </choice>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declarable.attributes"/>
         <ref name="tei_att.sortable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_att.global.linking.attributes">
      <ref name="tei_att.global.linking.attribute.corresp"/>
      <ref name="tei_att.global.linking.attribute.synch"/>
      <ref name="tei_att.global.linking.attribute.sameAs"/>
      <ref name="tei_att.global.linking.attribute.copyOf"/>
      <ref name="tei_att.global.linking.attribute.next"/>
      <ref name="tei_att.global.linking.attribute.prev"/>
      <ref name="tei_att.global.linking.attribute.exclude"/>
      <ref name="tei_att.global.linking.attribute.select"/>
   </define>
   <define name="tei_att.global.linking.attribute.corresp">
      <optional>
         <attribute name="corresp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(corresponds) points to elements that correspond to the current element in some way.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.synch">
      <optional>
         <attribute name="synch">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(synchronous) points to elements that are synchronous with the current element.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.sameAs">
      <optional>
         <attribute name="sameAs">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to an element that is the same as the current element.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.copyOf">
      <optional>
         <attribute name="copyOf">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to an element of which the current element is a copy.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.next">
      <optional>
         <attribute name="next">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the next element of a virtual aggregate of which the current element is part.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.prev">
      <optional>
         <attribute name="prev">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(previous) points to the previous element of a virtual aggregate of which the current element is part.</a:documentation>
            <ref name="tei_data.pointer"/>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.exclude">
      <optional>
         <attribute name="exclude">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to elements that are in exclusive alternation with the current element.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_att.global.linking.attribute.select">
      <optional>
         <attribute name="select">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">selects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected.</a:documentation>
            <list>
               <oneOrMore>
                  <ref name="tei_data.pointer"/>
               </oneOrMore>
            </list>
         </attribute>
      </optional>
   </define>
   <define name="tei_link">
      <element name="link">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [16.1. ]</a:documentation>
         <empty/>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-link-linkTargets3-constraint-9">
            <rule context="tei:link">
               <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                           xmlns="http://www.tei-c.org/ns/1.0"
                           xmlns:rng="http://relaxng.org/ns/structure/1.0"
                           test="contains(normalize-space(@target),' ')">You must supply at least two values for @target or  on <sch:name/>
               </sch:assert>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_linkGrp">
      <element name="linkGrp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(link group) defines a collection of associations or hypertextual links. [16.1. ]</a:documentation>
         <oneOrMore>
            <choice>
               <ref name="tei_link"/>
               <ref name="tei_ptr"/>
            </choice>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.group.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_ab">
      <element name="ab">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(anonymous block) contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph. [16.3. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.declaring.attributes"/>
         <ref name="tei_att.fragmentable.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_anchor">
      <element name="anchor">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2.  16.4. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_seg">
      <element name="seg">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(arbitrary segment) represents any segmentation of text below the chunk level. [16.3.  6.2.  7.2.5. ]</a:documentation>
         <ref name="tei_macro.paraContent"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.segLike.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <ref name="tei_att.responsibility.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_when">
      <element name="when">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [16.5.2. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="absolute">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies an absolute value for the time.</a:documentation>
               <ref name="tei_data.temporal.w3c"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="unit">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the unit of time in which the interval value is expressed, if this is not inherited from the parent timeline.
Suggested values include: 1] d(days) ; 2] h(hours) ; 3] min(minutes) ; 4] s(seconds) ; 5] ms(milliseconds) </a:documentation>
               <choice>
                  <value>d</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(days) </a:documentation>
                  <value>h</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hours) </a:documentation>
                  <value>min</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(minutes) </a:documentation>
                  <value>s</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(seconds) </a:documentation>
                  <value>ms</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(milliseconds) </a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <optional>
            <attribute name="interval">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a time interval either as a number or as one of the keywords defined by the datatype data.interval</a:documentation>
               <ref name="tei_data.interval"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="since">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the reference point for determining the time of the current when element, which is obtained by adding the interval to the time of the reference point.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_timeline">
      <element name="timeline">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text. [16.5.2. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_when"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="origin">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">designates the origin of the timeline, i.e. the time at which it begins.</a:documentation>
               <ref name="tei_data.pointer"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="unit">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the unit of time corresponding to the interval value of the timeline or of its constituent points in time.
Suggested values include: 1] d(days) ; 2] h(hours) ; 3] min(minutes) ; 4] s(seconds) ; 5] ms(milliseconds) </a:documentation>
               <choice>
                  <value>d</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(days) </a:documentation>
                  <value>h</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hours) </a:documentation>
                  <value>min</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(minutes) </a:documentation>
                  <value>s</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(seconds) </a:documentation>
                  <value>ms</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(milliseconds) </a:documentation>
                  <data type="Name"/>
               </choice>
            </attribute>
         </optional>
         <optional>
            <attribute name="interval">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a time interval either as a positive integral value or using one of a set of predefined codes.</a:documentation>
               <ref name="tei_data.interval"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_join">
      <element name="join">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it. [16.7. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.descLike"/>
               <ref name="tei_model.certLike"/>
            </choice>
         </zeroOrMore>
         <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                  id="IstexSchema-join-joinTargets3-constraint-10">
            <rule context="tei:join">
               <assert xmlns:rng="http://relaxng.org/ns/structure/1.0"
                       test="contains(@target,' ')">
You must supply at least two values for @target on <name/>
               </assert>
            </rule>
         </pattern>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="result">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the name of an element which this aggregation may be understood to represent.</a:documentation>
               <ref name="tei_data.name"/>
            </attribute>
         </optional>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="scope"
                       a:defaultValue="root">
               <a:documentation>indicates whether the targets to be joined include the entire element indicated (the entire subtree including its root), or just the children of the target (the branches of the subtree).</a:documentation>
               <choice>
                  <value>root</value>
                  <a:documentation>the rooted subtrees indicated by the target attribute are joined, each subtree become a child of the virtual element created by the join</a:documentation>
                  <value>branches</value>
                  <a:documentation>the children of the subtrees indicated by the target attribute become the children of the virtual element (i.e. the roots of the subtrees are discarded)</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_joinGrp">
      <element name="joinGrp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(join group) groups a collection of join elements and possibly pointers. [16.7. ]</a:documentation>
         <group>
            <zeroOrMore>
               <ref name="tei_model.glossLike"/>
            </zeroOrMore>
            <oneOrMore>
               <choice>
                  <ref name="tei_join"/>
                  <ref name="tei_ptr"/>
               </choice>
            </oneOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.group.attributes"/>
         <optional>
            <attribute name="result">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the default value for the result on each join included within the group.</a:documentation>
               <ref name="tei_data.name"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_alt">
      <element name="alt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(alternation) identifies an alternation or a set of choices among elements or passages. [16.8. ]</a:documentation>
         <empty/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.attribute.targetLang"/>
         <ref name="tei_att.pointing.attribute.evaluate"/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="target">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the destination of the reference by supplying one or more URI References</a:documentation>
               <list>
                  <ref name="tei_data.pointer"/>
                  <ref name="tei_data.pointer"/>
                  <zeroOrMore>
                     <ref name="tei_data.pointer"/>
                  </zeroOrMore>
               </list>
            </attribute>
         </optional>
         <optional>
            <attribute name="mode">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">states whether the alternations gathered in this collection are exclusive or inclusive.</a:documentation>
               <choice>
                  <value>excl</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs.</a:documentation>
                  <value>incl</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur.</a:documentation>
               </choice>
            </attribute>
         </optional>
         <optional>
            <attribute name="weights">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">If mode is , each weight states the probability that the corresponding alternative occurs. If mode is incl each weight states the probability that the corresponding alternative occurs given that at least one of the other alternatives occurs.</a:documentation>
               <list>
                  <ref name="tei_data.probability"/>
                  <ref name="tei_data.probability"/>
                  <zeroOrMore>
                     <ref name="tei_data.probability"/>
                  </zeroOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_altGrp">
      <element name="altGrp">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(alternation group) groups a collection of alt elements and possibly pointers. [16.8. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_alt"/>
               <ref name="tei_ptr"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.pointing.group.attributes"/>
         <optional>
            <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                       name="mode"
                       a:defaultValue="excl">
               <a:documentation>states whether the alternations gathered in this collection are exclusive or inclusive.</a:documentation>
               <choice>
                  <value>excl</value>
                  <a:documentation>(exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs.</a:documentation>
                  <value>incl</value>
                  <a:documentation>(inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur.</a:documentation>
               </choice>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_table">
      <element name="table">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains text displayed in tabular form, in rows and columns. [14.1.1. ]</a:documentation>
         <group>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.headLike"/>
                  <ref name="tei_model.global"/>
               </choice>
            </zeroOrMore>
            <choice>
               <oneOrMore>
                  <ref name="tei_row"/>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </oneOrMore>
               <oneOrMore>
                  <group>
                     <ref name="tei_model.graphicLike"/>
                  </group>
                  <zeroOrMore>
                     <ref name="tei_model.global"/>
                  </zeroOrMore>
               </oneOrMore>
            </choice>
            <zeroOrMore>
               <group>
                  <ref name="tei_model.divBottom"/>
               </group>
               <zeroOrMore>
                  <ref name="tei_model.global"/>
               </zeroOrMore>
            </zeroOrMore>
         </group>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="rows">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the number of rows in the table.</a:documentation>
               <ref name="tei_data.count"/>
            </attribute>
         </optional>
         <optional>
            <attribute name="cols">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(columns) indicates the number of columns in each row of the table.</a:documentation>
               <ref name="tei_data.count"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_row">
      <element name="row">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains one row of a table. [14.1.1. ]</a:documentation>
         <oneOrMore>
            <ref name="tei_cell"/>
         </oneOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.tableDecoration.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_cell">
      <element name="cell">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains one cell of a table. [14.1.1. ]</a:documentation>
         <ref name="tei_macro.specialPara"/>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.tableDecoration.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_formula">
      <element name="formula">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a mathematical or other formula. [14.2. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <text/>
               <ref name="tei_model.graphicLike"/>
               <ref name="tei_model.hiLike"/>
               <ref name="mathml.math"/>
               <ref name="els_math"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <optional>
            <attribute name="notation">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">names the notation used for the content of the element.</a:documentation>
               <ref name="tei_data.enumerated"/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="tei_notatedMusic">
      <element name="notatedMusic">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">encodes the presence of music notation in a text [14.3. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.labelLike"/>
               <ref name="tei_model.ptrLike"/>
               <ref name="tei_graphic"/>
               <ref name="tei_binaryObject"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.placement.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_figure">
      <element name="figure">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. ]</a:documentation>
         <zeroOrMore>
            <choice>
               <ref name="tei_model.headLike"/>
               <ref name="tei_model.common"/>
               <ref name="tei_figDesc"/>
               <ref name="tei_model.graphicLike"/>
               <ref name="tei_model.global"/>
               <ref name="tei_model.divBottom"/>
            </choice>
         </zeroOrMore>
         <ref name="tei_att.global.attributes"/>
         <ref name="tei_att.placement.attributes"/>
         <ref name="tei_att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="tei_figDesc">
      <element name="figDesc">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it. [14.4. ]</a:documentation>
         <ref name="tei_macro.limitedContent"/>
         <ref name="tei_att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="els_math">
      <element name="math" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="tei_model.fData">
      <choice>
         <ref name="els_a"/>
         <ref name="els_ovl"/>
         <ref name="els_ov"/>
         <ref name="els_ovr"/>
         <ref name="els_unl"/>
         <ref name="els_un"/>
         <ref name="els_unr"/>
         <ref name="els_lim"/>
         <ref name="els_fen"/>
         <ref name="els_cp"/>
         <ref name="els_box"/>
         <ref name="els_fr"/>
         <ref name="els_rad"/>
         <ref name="els_arrow"/>
         <ref name="els_ar"/>
         <ref name="els_sup"/>
         <ref name="els_inf"/>
         <ref name="els_b"/>
         <ref name="els_ge"/>
         <ref name="els_it"/>
         <ref name="els_of"/>
         <ref name="els_sc"/>
         <ref name="els_scp"/>
         <ref name="els_ssf"/>
         <ref name="els_ty"/>
         <ref name="els_rm"/>
      </choice>
   </define>
   <define name="els_a">
      <element name="a" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ovl">
      <element name="ovl" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ov">
      <element name="ov" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ovr">
      <element name="ovr" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_unl">
      <element name="unl" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_un">
      <element name="un" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_unr">
      <element name="unr" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_lim">
      <element name="lim" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <group>
            <ref name="els_op"/>
            <optional>
               <ref name="els_ll"/>
            </optional>
            <optional>
               <ref name="els_ul"/>
            </optional>
         </group>
      </element>
   </define>
   <define name="els_op">
      <element name="op" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_ll">
      <element name="ll" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_ul">
      <element name="ul" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_fen">
      <element name="fen" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <choice>
                  <ref name="tei_model.fData"/>
                  <ref name="els_cp"/>
               </choice>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_cp">
      <element name="cp" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <empty/>
         <ref name="tei_att.typed.attributes"/>
         <optional>
            <attribute name="style">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <text/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="els_box">
      <element name="box" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_fr">
      <element name="fr" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <ref name="els_nu"/>
         <ref name="els_de"/>
         <optional>
            <attribute name="shape">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <text/>
            </attribute>
         </optional>
         <optional>
            <attribute name="align">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <text/>
            </attribute>
         </optional>
         <optional>
            <attribute name="style">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <text/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="els_nu">
      <element name="nu" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_de">
      <element name="de" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_rad">
      <element name="rad" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_arrow">
      <element name="arrow" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ar">
      <element name="ar" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_sup">
      <element name="sup" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
      </element>
   </define>
   <define name="els_inf">
      <element name="inf" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <mixed>
            <zeroOrMore>
               <ref name="tei_model.fData"/>
            </zeroOrMore>
         </mixed>
         <optional>
            <attribute name="loc">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <text/>
            </attribute>
         </optional>
         <optional>
            <attribute name="arrange">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <text/>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
   <define name="els_b">
      <element name="b" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ge">
      <element name="ge" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_it">
      <element name="it" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_of">
      <element name="of" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_sc">
      <element name="sc" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_scp">
      <element name="scp" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ssf">
      <element name="ssf" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_ty">
      <element name="ty" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <define name="els_rm">
      <element name="rm" ns="http://www.elsevier.com/xml/ja/dtd">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
         <text/>
      </element>
   </define>
   <start>
      <choice>
         <ref name="tei_TEI"/>
         <ref name="tei_teiCorpus"/>
      </choice>
   </start>
</grammar>