Revision 0959e92c256ec4f752c885686272798f4335ab8f authored by Martin Holmes on 01 September 2020, 14:03:15 UTC, committed by GitHub on 01 September 2020, 14:03:15 UTC
2 parent s e0066d8 + 7b3a4e5
Raw File
p5examples.rng
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ns1="http://www.example.org/ns/nonTEI" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:ns3="http://www.w3.org/2000/svg" xmlns:ns2="http://www.example.org/cannot/really/use/XInclude" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:s="http://www.ascc.net/xml/schematron" ns="http://www.w3.org/1998/Math/MathML" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <!-- Schema generated from ODD source 2008-02-03T13:46:38Z. -->
  <!---->
  <div>
    <!-- MathML 2.0 DTD  ....................................................... -->
    <!-- file: mathml2.dtd -->
    <!--
      MathML 2.0 DTD
      
      This is the Mathematical Markup Language (MathML) 2.0, an XML
      application for describing mathematical notation and capturing
      both its structure and content.
      
      Copyright 1998-2002 World Wide Web Consortium
         (Massachusetts Institute of Technology, Institut National de
          Recherche en Informatique et en Automatique, Keio University).
          All Rights Reserved.
      
      Permission to use, copy, modify and distribute the MathML 2.0 DTD and
      its accompanying documentation for any purpose and without fee is
      hereby granted in perpetuity, provided that the above copyright notice
      and this paragraph appear in all copies.  The copyright holders make
      no representation about the suitability of the DTD for any purpose.
      
      It is provided "as is" without expressed or implied warranty.
      
         Revision:   $Id: mathml2-main.rng 492 2005-06-24 20:30:39Z rahtz $
      
      This entity may be identified by the PUBLIC and SYSTEM identifiers:
      
        PUBLIC "-//W3C//DTD MathML 2.0//EN"
        SYSTEM "mathml2.dtd"
      
      Revisions: editor and revision history at EOF
    -->
    <!-- MathML Qualified Names module ............................... -->
    <!-- Start of import of mathml2-qname-1.mod.rng -->
    <div>
      <!-- ....................................................................... -->
      <!-- MathML Qualified Names Module  ........................................ -->
      <!--
        file: mathml2-qname-1.mod
        
        This is the Mathematical Markup Language (MathML) 2.0, an XML 
        application for describing mathematical notation and capturing 
        both its structure and content.
        
        Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
        Revision: $Id: mathml2-qname-1.mod.rng 1784 2006-10-06 08:23:45Z rahtz $ 
        
        This DTD module is identified by the PUBLIC and SYSTEM identifiers:
        
          PUBLIC "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN"
          SYSTEM "mathml2-qname-1.mod"
        
        Revisions:
        (none)
        .......................................................................
      -->
      <!--
        MathML Qualified Names
        
        This module is contained in two parts, labeled Section 'A' and 'B':
        
          Section A declares parameter entities to support namespace-
          qualified names, namespace declarations, and name prefixing 
          for MathML.
        
          Section B declares parameter entities used to provide
          namespace-qualified names for all MathML element types.
        
        This module is derived from the XHTML Qualified Names Template module.
      -->
      <!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: -->
      <!-- XLink ............... -->
      <define name="math_XLINK.xmlns.attrib">
        <empty/>
      </define>
      <!-- MathML .............. -->
      <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>
    <!-- End of import of mathml2-qname-1.mod.rng -->
    <!--
      if %NS.prefixed; is INCLUDE, include all NS attributes, 
      otherwise just those associated with MathML
    -->
    <define name="MATHML.NamespaceDecl.attrib">
      <ref name="MATHML.xmlns.attrib"/>
    </define>
    <!-- Attributes shared by all elements  .......................... -->
    <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>
    <!-- Presentation element set  ................................... -->
    <!-- Attribute definitions -->
    <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>
    <!-- MathML2 typographically-distinguished symbol attributes -->
    <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>
    <!-- Presentation schemata with content -->
    <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>
    <!-- Empty presentation schemata -->
    <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>
    <!-- Presentation: general layout schemata -->
    <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 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>
    <!-- Presentation layout schemata: scripts and limits -->
    <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>
    <!-- Presentation layout schemata: empty elements for scripts -->
    <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>
    <!-- Presentation layout schemata: tables -->
    <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>
    <!-- Empty presentation layout schemata -->
    <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>
    <!-- Presentation action schemata -->
    <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>
    <!--
      The following entity for substitution into
      content constructs excludes elements that
      are not valid as expressions.
    -->
    <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>
    <!-- Presentation entity: all presentation constructs -->
    <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>
    <!-- Content element set  ........................................ -->
    <!-- Attribute definitions -->
    <define name="mathml.att-base">
      <optional>
        <attribute name="base" a:defaultValue="10"/>
      </optional>
    </define>
    <define name="mathml.att-closure">
      <optional>
        <attribute name="closure" a:defaultValue="closed"/>
      </optional>
    </define>
    <define name="mathml.att-definition">
      <optional>
        <attribute name="definitionURL" a:defaultValue=""/>
      </optional>
    </define>
    <define name="mathml.att-encoding">
      <optional>
        <attribute name="encoding" a:defaultValue=""/>
      </optional>
    </define>
    <define name="mathml.att-nargs">
      <optional>
        <attribute name="nargs" a:defaultValue="1"/>
      </optional>
    </define>
    <define name="mathml.att-occurrence">
      <optional>
        <attribute name="occurrence" a:defaultValue="function-model"/>
      </optional>
    </define>
    <define name="mathml.att-order">
      <optional>
        <attribute name="order" a:defaultValue="numeric"/>
      </optional>
    </define>
    <define name="mathml.att-scope">
      <optional>
        <attribute name="scope" a:defaultValue="local"/>
      </optional>
    </define>
    <define name="mathml.att-type">
      <optional>
        <attribute name="type"/>
      </optional>
    </define>
    <!-- Content elements: leaf nodes -->
    <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>
    <!-- Content elements: specials -->
    <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>
    <!-- Content elements: others -->
    <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>
    <!-- Content elements: semantic mapping -->
    <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>
    <!-- Content elements: constructors -->
    <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>
    <!-- Content elements: symbols -->
    <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>
    <!-- Content elements: operators -->
    <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>
    <!-- Content elements: relations -->
    <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>
    <!-- Content elements: quantifiers -->
    <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>
    <!-- Operator groups -->
    <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>
    <!-- Relation groups -->
    <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>
    <!-- Content constructs: all -->
    <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>
    <!-- Content constructs for substitution in presentation structures -->
    <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>
    <!-- ............................................................. -->
    <!--
      Recursive definition for content of expressions. Include
      presentation constructs at lowest level so presentation
      layout schemata hold presentation or content elements.
      Include content constructs at lowest level so content
      elements hold PCDATA or presentation elements at leaf
      level (for permitted substitutable elements in context)
    -->
    <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>
    <!-- PCDATA or MathML character elements -->
    <define name="mathml.MathMLCharacters">
      <choice>
        <text/>
        <ref name="mathml.mglyph"/>
      </choice>
    </define>
    <!-- Content elements: tokens -->
    <!-- (may contain embedded presentation constructs) -->
    <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>
    <!-- Content elements: special -->
    <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>
    <!-- Content elements: other -->
    <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>
    <!-- Content elements: semantics -->
    <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>
    <!-- Content elements: constructors -->
    <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>
    <!-- Content elements: operator (user-defined) -->
    <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>
    <!-- Content elements: quantifiers -->
    <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>
    <!-- ............................................................. -->
    <!--
      Presentation layout schemata contain tokens,
      layout and content schemata.
    -->
    <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>
    <!-- Presentation elements contain PCDATA or malignmark constructs. -->
    <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>
    <!-- Browser interface definition  ............................... -->
    <!-- Attributes for top-level element "math" -->
    <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>
    <!-- Attributes for browser interface element -->
    <define name="mathml.att-baseline">
      <optional>
        <attribute name="baseline"/>
      </optional>
    </define>
    <define name="mathml.att-overflow">
      <optional>
        <attribute 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>
    <!-- ............................................................. -->
    <!--
      The top-level element "math" contains MathML encoded
      mathematics. The "math" element has the browser info
      attributes iff it is also the browser interface element.
    -->
    <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>
    <!-- MathML Character Entities .............................................. -->
    <!-- Entity sets from ISO Technical Report 9573-13 ..... -->
    <!-- Entity sets from informative annex to ISO 8879:1986 (SGML) ....... -->
    <!-- New characters defined by MathML ............................ -->
    <!-- MathML aliases for characters defined above ................. -->
    <!-- end of MathML Character Entity section -->
    <!--
      Revision History:
      
      Initial draft (syntax = XML) 1997-05-09
         Stephen Buswell
      Revised 1997-05-14
         Robert Miner
      Revised 1997-06-29 and 1997-07-02
         Stephen Buswell
      Revised 1997-12-15
         Stephen Buswell
      Revised 1998-02-08
         Stephen Buswell
      Revised 1998-04-04
         Stephen Buswell
      Entities and small revisions 1999-02-21
         David Carlisle
      Added attribute definitionURL to ci and cn 1999-10-11
         Nico Poppelier
      Additions for MathML 2  1999-12-16
         David Carlisle
      Namespace support 2000-01-14
         David Carlisle
      XHTML Compatibility 2000-02-23
         Murray Altheim
      New content elements 2000-03-26
         David Carlisle
      Further revisions for MathML2 CR draft 2000-07-11
         David Carlisle
      Further revisions for MathML2 CR draft 2000-10-31
         David Carlisle
      Revisions for Unicode 3.2  2002-05-21
         David Carlisle
      Add width and side attributes to mtable (to align with the specification)  2002-06-05
         David Carlisle
      Use %XLINK.prefix rather than hardwired xlink:, add xlink:type 2002-06-12
         David Carlisle
      Add missing numalign and denomalign attributes for mfrac 2002-07-05
         David Carlisle
      
    -->
    <!-- end of MathML 2.0 DTD  ................................................ -->
    <!-- ....................................................................... -->
    <define name="mathml.any" combine="choice">
      <text/>
    </define>
  </div>
  <div>
    <define name="extrapattern">
      <optional>
        <ref name="anyDoc"/>
      </optional>
      <ref name="pattern"/>
      <optional>
        <ref name="anyDoc"/>
      </optional>
    </define>
    <define name="pattern">
      <choice>
        <element name="rng:element">
          <attribute name="name">
            <data type="QName"/>
          </attribute>
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
          <optional>
            <attribute name="ns">
              <data type="anyURI"/>
            </attribute>
          </optional>
        </element>
        <element name="rng:element">
          <ref name="nameClass"/>
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:attribute">
          <attribute name="name">
            <data type="QName"/>
          </attribute>
          <optional>
            <attribute name="ns">
              <data type="anyURI"/>
            </attribute>
          </optional>
          <optional>
            <ref name="anyAttDoc"/>
          </optional>
          <optional>
            <ref name="extrapattern"/>
          </optional>
        </element>
        <element name="rng:attribute">
          <ref name="nameClass"/>
          <optional>
            <ref name="extrapattern"/>
          </optional>
        </element>
        <element name="rng:group">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:interleave">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:choice">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:optional">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:zeroOrMore">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:oneOrMore">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:list">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:mixed">
          <oneOrMore>
            <ref name="extrapattern"/>
          </oneOrMore>
        </element>
        <element name="rng:ref">
          <attribute name="name">
            <data type="NCName"/>
          </attribute>
        </element>
        <element name="rng:parentRef">
          <attribute name="name">
            <data type="NCName"/>
          </attribute>
        </element>
        <element name="rng:empty">
          <empty/>
        </element>
        <element name="rng:text">
          <empty/>
        </element>
        <element name="rng:value">
          <optional>
            <attribute name="type">
              <data type="NCName"/>
            </attribute>
          </optional>
          <data type="string"/>
        </element>
        <element name="rng:data">
          <attribute name="type">
            <data type="NCName"/>
          </attribute>
          <zeroOrMore>
            <ref name="param"/>
          </zeroOrMore>
          <optional>
            <ref name="exceptExtrapattern"/>
          </optional>
        </element>
        <element name="rng:notAllowed">
          <empty/>
        </element>
        <element name="rng:externalRef">
          <attribute name="href">
            <data type="anyURI"/>
          </attribute>
          <empty/>
        </element>
        <element name="rng:grammar">
          <optional>
            <attribute name="datatypeLibrary">
              <data type="anyURI"/>
            </attribute>
          </optional>
          <attribute name="ns">
            <data type="anyURI"/>
          </attribute>
          <zeroOrMore>
            <ref name="grammarContent"/>
          </zeroOrMore>
        </element>
      </choice>
    </define>
    <define name="anyDoc">
      <element>
        <nsName ns="http://relaxng.org/ns/compatibility/annotations/1.0"/>
        <optional>
          <attribute name="ns">
            <data type="anyURI"/>
          </attribute>
        </optional>
        <zeroOrMore>
          <choice>
            <ref name="anyDoc"/>
            <text/>
          </choice>
        </zeroOrMore>
      </element>
    </define>
    <define name="anyAttDoc">
      <attribute name="a:defaultValue"/>
    </define>
    <define name="param">
      <element name="rng:param">
        <attribute name="name">
          <data type="NCName"/>
        </attribute>
        <data type="string"/>
      </element>
    </define>
    <define name="exceptExtrapattern">
      <element name="rng:except">
        <oneOrMore>
          <ref name="extrapattern"/>
        </oneOrMore>
      </element>
    </define>
    <define name="grammarContent">
      <choice>
        <ref name="start"/>
        <ref name="define"/>
        <element name="rng:div">
          <zeroOrMore>
            <ref name="grammarContent"/>
          </zeroOrMore>
        </element>
        <element name="rng:include">
          <attribute name="href">
            <data type="anyURI"/>
          </attribute>
          <zeroOrMore>
            <ref name="includeContent"/>
          </zeroOrMore>
        </element>
      </choice>
    </define>
    <define name="includeContent">
      <choice>
        <ref name="start"/>
        <ref name="define"/>
        <element name="rng:div">
          <zeroOrMore>
            <ref name="includeContent"/>
          </zeroOrMore>
        </element>
      </choice>
    </define>
    <define name="start">
      <element name="rng:start">
        <optional>
          <attribute name="combine">
            <ref name="method"/>
          </attribute>
        </optional>
        <ref name="extrapattern"/>
      </element>
    </define>
    <define name="define">
      <element name="rng:define">
        <attribute name="name">
          <data type="NCName"/>
        </attribute>
        <optional>
          <attribute name="combine">
            <ref name="method"/>
          </attribute>
        </optional>
        <oneOrMore>
          <ref name="extrapattern"/>
        </oneOrMore>
      </element>
    </define>
    <define name="method">
      <choice>
        <value>choice</value>
        <value>interleave</value>
      </choice>
    </define>
    <define name="nameClass">
      <choice>
        <element name="rng:name">
          <data type="QName"/>
        </element>
        <element name="rng:anyName">
          <optional>
            <ref name="exceptNameClass"/>
          </optional>
        </element>
        <element name="rng:nsName">
          <optional>
            <attribute name="ns">
              <data type="anyURI"/>
            </attribute>
          </optional>
          <optional>
            <ref name="exceptNameClass"/>
          </optional>
        </element>
        <element name="rng:choice">
          <oneOrMore>
            <ref name="nameClass"/>
          </oneOrMore>
        </element>
      </choice>
    </define>
    <define name="exceptNameClass">
      <element name="rng:except">
        <oneOrMore>
          <ref name="nameClass"/>
        </oneOrMore>
      </element>
    </define>
  </div>
  <div>
    <define name="Boolean.datatype">
      <choice>
        <value>false</value>
        <value>true</value>
      </choice>
    </define>
    <!-- 'clip-rule' or 'fill-rule' property/attribute value -->
    <define name="ClipFillRule.datatype">
      <choice>
        <value>nonzero</value>
        <value>evenodd</value>
        <value>inherit</value>
      </choice>
    </define>
    <!-- media type, as per [RFC2045] -->
    <define name="ContentType.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a <coordinate> -->
    <define name="Coordinate.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a list of <coordinate>s -->
    <define name="Coordinates.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a <color> value -->
    <define name="Color.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a <integer> -->
    <define name="Integer.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a language code, as per [RFC3066] -->
    <define name="LanguageCode.datatype">
      <data type="NMTOKEN"/>
    </define>
    <!-- comma-separated list of language codes, as per [RFC3066] -->
    <define name="LanguageCodes.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a <length> -->
    <define name="Length.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a list of <length>s -->
    <define name="Lengths.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a <number> -->
    <define name="Number.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a list of <number>s -->
    <define name="Numbers.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- opacity value (e.g., <number>) -->
    <define name="OpacityValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a path data specification -->
    <define name="PathData.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- 'preserveAspectRatio' attribute specification -->
    <define name="PreserveAspectRatioSpec.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- script expression -->
    <define name="Script.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- An SVG color value (RGB plus optional ICC) -->
    <define name="SVGColor.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- arbitrary text string -->
    <define name="Text.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- list of transforms -->
    <define name="TransformList.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- a Uniform Resource Identifier, see [URI] -->
    <define name="URI.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- 'viewBox' attribute specification -->
    <define name="ViewBoxSpec.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- end of svg-datatypes.mod -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Qualified Name Module ......................................... -->
    <!--
      file: svg-qname.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-qname.mod,v 1.3 2002/11/03 15:54:14 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-qname.mod"
      
      .......................................................................
    -->
    <!--
      Qualified Name
      
      This module is contained in two parts, labeled Section 'A' and 'B':
      
         Section A declares parameter entities to support namespace-
         qualified names, namespace declarations, and name prefixing
         for SVG and extensions.
      
         Section B declares parameter entities used to provide
         namespace-qualified names for all SVG element types:
    -->
    <!-- Section A: SVG XML Namespace Framework :::::::::::::::::::::: -->
    <!--
      1. Declare a %SVG.prefixed; conditional section keyword, used
      to activate namespace prefixing. The default value should
      inherit '%NS.prefixed;' from the DTD driver, so that unless
      overridden, the default behaviour follows the overall DTD
      prefixing scheme.
    -->
    <!--
      2. Declare a parameter entity (eg., %SVG.xmlns;) containing
      the URI reference used to identify the SVG namespace:
    -->
    <!--
      3. Declare parameter entities (eg., %SVG.prefix;) containing
      the default namespace prefix string(s) to use when prefixing
      is enabled. This may be overridden in the DTD driver or the
      internal subset of an document instance. If no default prefix
      is desired, this may be declared as an empty string.
    -->
    <!--
      4. Declare parameter entities (eg., %SVG.pfx;) containing the
      colonized prefix(es) (eg., '%SVG.prefix;:') used when
      prefixing is active, an empty string when it is not.
    -->
    <!--
      5. The parameter entity %SVG.xmlns.extra.attrib; may be
      redeclared to contain any non-SVG namespace declaration
      attributes for namespaces embedded in SVG. The default
      is an empty string.
    -->
    <!--
      Declare a parameter entity XLINK.xmlns.attrib containing
      the XML Namespace declarations for XLink.
    -->
    <define name="XLINK.xmlns.attrib">
      <empty/>
    </define>
    <!--
      Declare a parameter entity %NS.decl.attrib; containing
      all XML Namespace declarations used in the DTD, plus the
      xmlns declaration for SVG, its form dependent on whether
      prefixing is active.
    -->
    <!--
      Declare a parameter entity %SVG.xmlns.attrib; containing
      all XML namespace declaration attributes used by SVG,
      including a default xmlns attribute when prefixing is
      inactive.
    -->
    <define name="SVG.xmlns.attrib">
      <ref name="XLINK.xmlns.attrib"/>
    </define>
    <!-- Section B: SVG Qualified Names :::::::::::::::::::::::::::::: -->
    <!--
      6. This section declares parameter entities used to provide
      namespace-qualified names for all SVG element types.
    -->
    <!-- module: svg-structure.mod ......................... -->
    <!-- module: svg-conditional.mod ....................... -->
    <!-- module: svg-image.mod ............................. -->
    <!-- module: svg-style.mod ............................. -->
    <!-- module: svg-shape.mod ............................. -->
    <!-- module: svg-text.mod .............................. -->
    <!-- module: svg-marker.mod ............................ -->
    <!-- module: svg-profile.mod ........................... -->
    <!-- module: svg-gradient.mod .......................... -->
    <!-- module: svg-pattern.mod ........................... -->
    <!-- module: svg-clip.mod .............................. -->
    <!-- module: svg-mask.mod .............................. -->
    <!-- module: svg-filter.mod ............................ -->
    <!-- module: svg-cursor.mod ............................ -->
    <!-- module: svg-hyperlink.mod ......................... -->
    <!-- module: svg-view.mod .............................. -->
    <!-- module: svg-script.mod ............................ -->
    <!-- module: svg-animation.mod ......................... -->
    <!-- module: svg-font.mod .............................. -->
    <!-- module: svg-extensibility.mod ..................... -->
    <!-- end of svg-qname.mod -->
    <!-- instantiate the Document Model declared in the DTD driver -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Document Model Module ......................................... -->
    <!--
      file: svg11-model.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg11-model.mod,v 1.3 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Model//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-model.mod"
      
      .......................................................................
    -->
    <!--
      SVG 1.1 Document Model
      
      This module describes the groupings of elements that make up
      common content models for SVG elements.
    -->
    <!-- module: svg-structure.mod ......................... -->
    <define name="SVG.Description.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Description.class">
      <choice>
        <ref name="desc"/>
        <ref name="title"/>
        <ref name="metadata"/>
        <ref name="SVG.Description.extra.class"/>
      </choice>
    </define>
    <define name="SVG.Use.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Use.class">
      <choice>
        <ref name="use"/>
        <ref name="SVG.Use.extra.class"/>
      </choice>
    </define>
    <define name="SVG.Structure.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Structure.class">
      <choice>
        <ref name="svg"/>
        <ref name="g"/>
        <ref name="defs"/>
        <ref name="symbol"/>
        <ref name="SVG.Use.class"/>
        <ref name="SVG.Structure.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-conditional.mod ....................... -->
    <define name="SVG.Conditional.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Conditional.class">
      <choice>
        <ref name="switch"/>
        <ref name="SVG.Conditional.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-image.mod ............................. -->
    <define name="SVG.Image.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Image.class">
      <choice>
        <ref name="image"/>
        <ref name="SVG.Image.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-style.mod ............................. -->
    <define name="SVG.Style.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Style.class">
      <choice>
        <ref name="style"/>
        <ref name="SVG.Style.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-shape.mod ............................. -->
    <define name="SVG.Shape.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Shape.class">
      <choice>
        <ref name="path"/>
        <ref name="rect"/>
        <ref name="circle"/>
        <ref name="line"/>
        <ref name="ellipse"/>
        <ref name="polyline"/>
        <ref name="polygon"/>
        <ref name="SVG.Shape.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-text.mod .............................. -->
    <define name="SVG.Text.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Text.class">
      <choice>
        <ref name="text"/>
        <ref name="altGlyphDef"/>
        <ref name="SVG.Text.extra.class"/>
      </choice>
    </define>
    <define name="SVG.TextContent.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.TextContent.class">
      <choice>
        <ref name="tspan"/>
        <ref name="tref"/>
        <ref name="textPath"/>
        <ref name="altGlyph"/>
        <ref name="SVG.TextContent.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-marker.mod ............................ -->
    <define name="SVG.Marker.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Marker.class">
      <choice>
        <ref name="marker"/>
        <ref name="SVG.Marker.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-profile.mod ........................... -->
    <define name="SVG.ColorProfile.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.ColorProfile.class">
      <choice>
        <ref name="color-profile"/>
        <ref name="SVG.ColorProfile.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-gradient.mod .......................... -->
    <define name="SVG.Gradient.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Gradient.class">
      <choice>
        <ref name="linearGradient"/>
        <ref name="radialGradient"/>
        <ref name="SVG.Gradient.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-pattern.mod ........................... -->
    <define name="SVG.Pattern.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Pattern.class">
      <choice>
        <ref name="svgpattern"/>
        <ref name="SVG.Pattern.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-clip.mod .............................. -->
    <define name="SVG.Clip.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Clip.class">
      <choice>
        <ref name="clipPath"/>
        <ref name="SVG.Clip.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-mask.mod .............................. -->
    <define name="SVG.Mask.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Mask.class">
      <choice>
        <ref name="mask"/>
        <ref name="SVG.Mask.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-filter.mod ............................ -->
    <define name="SVG.Filter.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Filter.class">
      <choice>
        <ref name="filter"/>
        <ref name="SVG.Filter.extra.class"/>
      </choice>
    </define>
    <define name="SVG.FilterPrimitive.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.FilterPrimitive.class">
      <choice>
        <ref name="feBlend"/>
        <ref name="feColorMatrix"/>
        <ref name="feComponentTransfer"/>
        <ref name="feComposite"/>
        <ref name="feConvolveMatrix"/>
        <ref name="feDiffuseLighting"/>
        <ref name="feDisplacementMap"/>
        <ref name="feFlood"/>
        <ref name="feGaussianBlur"/>
        <ref name="feImage"/>
        <ref name="feMerge"/>
        <ref name="feMorphology"/>
        <ref name="feOffset"/>
        <ref name="feSpecularLighting"/>
        <ref name="feTile"/>
        <ref name="feTurbulence"/>
        <ref name="SVG.FilterPrimitive.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-cursor.mod ............................ -->
    <define name="SVG.Cursor.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Cursor.class">
      <choice>
        <ref name="cursor"/>
        <ref name="SVG.Cursor.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-hyperlink.mod ......................... -->
    <define name="SVG.Hyperlink.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Hyperlink.class">
      <choice>
        <ref name="a"/>
        <ref name="SVG.Hyperlink.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-view.mod .............................. -->
    <define name="SVG.View.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.View.class">
      <choice>
        <ref name="view"/>
        <ref name="SVG.View.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-script.mod ............................ -->
    <define name="SVG.Script.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Script.class">
      <choice>
        <ref name="script"/>
        <ref name="SVG.Script.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-animation.mod ......................... -->
    <define name="SVG.Animation.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Animation.class">
      <choice>
        <ref name="animate"/>
        <ref name="set"/>
        <ref name="animateMotion"/>
        <ref name="animateColor"/>
        <ref name="animateTransform"/>
        <ref name="SVG.Animation.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-font.mod .............................. -->
    <define name="SVG.Font.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Font.class">
      <choice>
        <ref name="font"/>
        <ref name="font-face"/>
        <ref name="SVG.Font.extra.class"/>
      </choice>
    </define>
    <!-- module: svg-extensibility.mod ..................... -->
    <define name="SVG.Extensibility.extra.class">
      <notAllowed/>
    </define>
    <define name="SVG.Extensibility.class">
      <choice>
        <ref name="foreignObject"/>
        <ref name="SVG.Extensibility.extra.class"/>
      </choice>
    </define>
    <!-- end of svg11-model.mod -->
    <!-- instantiate the Attribute Collection declared in the DTD driver -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Attribute Collection Module ................................... -->
    <!--
      file: svg11-attribs.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg11-attribs.mod,v 1.4 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-attribs.mod"
      
      .......................................................................
    -->
    <!--
      SVG 1.1 Attribute Collection
      
      This module defines the set of common attributes that can be present
      on many SVG elements.
    -->
    <!-- module: svg-conditional.mod ....................... -->
    <define name="ExtensionList.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="FeatureList.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Conditional.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Conditional.attrib">
      <optional>
        <attribute name="requiredFeatures">
          <ref name="FeatureList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="requiredExtensions">
          <ref name="ExtensionList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="systemLanguage">
          <ref name="LanguageCodes.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Conditional.extra.attrib"/>
    </define>
    <!-- module: svg-style.mod ............................. -->
    <define name="ClassList.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="StyleSheet.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Style.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Style.attrib">
      <optional>
        <attribute name="style">
          <ref name="StyleSheet.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="class">
          <ref name="ClassList.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Style.extra.attrib"/>
    </define>
    <!-- module: svg-text.mod .............................. -->
    <define name="BaselineShiftValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="FontFamilyValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="FontSizeValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="FontSizeAdjustValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="GlyphOrientationHorizontalValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="GlyphOrientationVerticalValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="KerningValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SpacingValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="TextDecorationValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Text.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Text.attrib">
      <optional>
        <attribute name="writing-mode">
          <choice>
            <value>lr-tb</value>
            <value>rl-tb</value>
            <value>tb-rl</value>
            <value>lr</value>
            <value>rl</value>
            <value>tb</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <ref name="SVG.Text.extra.attrib"/>
    </define>
    <define name="SVG.TextContent.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.TextContent.attrib">
      <optional>
        <attribute name="alignment-baseline">
          <choice>
            <value>auto</value>
            <value>baseline</value>
            <value>before-edge</value>
            <value>text-before-edge</value>
            <value>middle</value>
            <value>central</value>
            <value>after-edge</value>
            <value>text-after-edge</value>
            <value>ideographic</value>
            <value>alphabetic</value>
            <value>hanging</value>
            <value>mathematical</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="baseline-shift">
          <ref name="BaselineShiftValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="direction">
          <choice>
            <value>ltr</value>
            <value>rtl</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="dominant-baseline">
          <choice>
            <value>auto</value>
            <value>use-script</value>
            <value>no-change</value>
            <value>reset-size</value>
            <value>ideographic</value>
            <value>alphabetic</value>
            <value>hanging</value>
            <value>mathematical</value>
            <value>central</value>
            <value>middle</value>
            <value>text-after-edge</value>
            <value>text-before-edge</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="glyph-orientation-horizontal">
          <ref name="GlyphOrientationHorizontalValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="glyph-orientation-vertical">
          <ref name="GlyphOrientationVerticalValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="kerning">
          <ref name="KerningValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="letter-spacing">
          <ref name="SpacingValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="text-anchor">
          <choice>
            <value>start</value>
            <value>middle</value>
            <value>end</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="text-decoration">
          <ref name="TextDecorationValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="unicode-bidi">
          <choice>
            <value>normal</value>
            <value>embed</value>
            <value>bidi-override</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="word-spacing">
          <ref name="SpacingValue.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.TextContent.extra.attrib"/>
    </define>
    <define name="SVG.Font.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Font.attrib">
      <optional>
        <attribute name="font-family">
          <ref name="FontFamilyValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="font-size">
          <ref name="FontSizeValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="font-size-adjust">
          <ref name="FontSizeAdjustValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="font-stretch">
          <choice>
            <value>normal</value>
            <value>wider</value>
            <value>narrower</value>
            <value>ultra-condensed</value>
            <value>extra-condensed</value>
            <value>condensed</value>
            <value>semi-condensed</value>
            <value>semi-expanded</value>
            <value>expanded</value>
            <value>extra-expanded</value>
            <value>ultra-expanded</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="font-style">
          <choice>
            <value>normal</value>
            <value>italic</value>
            <value>oblique</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="font-variant">
          <choice>
            <value>normal</value>
            <value>small-caps</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="font-weight">
          <choice>
            <value>normal</value>
            <value>bold</value>
            <value>bolder</value>
            <value>lighter</value>
            <value>100</value>
            <value>200</value>
            <value>300</value>
            <value>400</value>
            <value>500</value>
            <value>600</value>
            <value>700</value>
            <value>800</value>
            <value>900</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <ref name="SVG.Font.extra.attrib"/>
    </define>
    <!-- module: svg-marker.mod ............................ -->
    <define name="MarkerValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Marker.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Marker.attrib">
      <optional>
        <attribute name="marker-start">
          <ref name="MarkerValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="marker-mid">
          <ref name="MarkerValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="marker-end">
          <ref name="MarkerValue.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Marker.extra.attrib"/>
    </define>
    <!-- module: svg-profile.mod ........................... -->
    <define name="SVG.ColorProfile.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.ColorProfile.attrib">
      <optional>
        <attribute name="color-profile"/>
      </optional>
      <ref name="SVG.ColorProfile.extra.attrib"/>
    </define>
    <!-- module: svg-gradient.mod .......................... -->
    <define name="NumberOrPercentage.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Gradient.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Gradient.attrib">
      <optional>
        <attribute name="stop-color">
          <ref name="SVGColor.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="stop-opacity">
          <ref name="OpacityValue.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Gradient.extra.attrib"/>
    </define>
    <!-- module: svg-clip.mod .............................. -->
    <define name="ClipPathValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Clip.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Clip.attrib">
      <optional>
        <attribute name="clip-path">
          <ref name="ClipPathValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="clip-rule">
          <ref name="ClipFillRule.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Clip.extra.attrib"/>
    </define>
    <!-- module: svg-mask.mod .............................. -->
    <define name="MaskValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Mask.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Mask.attrib">
      <optional>
        <attribute name="mask">
          <ref name="MaskValue.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Mask.extra.attrib"/>
    </define>
    <!-- module: svg-filter.mod ............................ -->
    <define name="FilterValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="NumberOptionalNumber.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Filter.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Filter.attrib">
      <optional>
        <attribute name="filter">
          <ref name="FilterValue.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Filter.extra.attrib"/>
    </define>
    <define name="SVG.FilterColor.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.FilterColor.attrib">
      <optional>
        <attribute name="color-interpolation-filters">
          <choice>
            <value>auto</value>
            <value>sRGB</value>
            <value>linearRGB</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
      <ref name="SVG.FilterColor.extra.attrib"/>
    </define>
    <!-- module: svg-cursor.mod ............................ -->
    <define name="CursorValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.Cursor.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Cursor.attrib">
      <optional>
        <attribute name="cursor">
          <ref name="CursorValue.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Cursor.extra.attrib"/>
    </define>
    <!-- end of svg11-attribs.mod -->
    <!-- end of svg-framework.mod -->
    <!-- Post-Framework Redeclaration Placeholder .................... -->
    <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
    <!-- Core Attribute Module ....................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Core Attribute Module ......................................... -->
    <!--
      file: svg-core-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-core-attrib.mod,v 1.3 2002/04/28 13:50:23 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-core-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Core Attribute
      
         id, xml:base, xml:lang, xml:space
      
      This module defines the core set of attributes that can be present on
      any element.
    -->
    <define name="SVG.id.attrib">
      <optional>
        <attribute name="id">
          <data type="ID"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.base.attrib">
      <optional>
        <attribute name="xml:base">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.lang.attrib">
      <optional>
        <attribute name="xml:lang">
          <ref name="LanguageCode.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.space.attrib">
      <optional>
        <attribute name="xml:space">
          <choice>
            <value>default</value>
            <value>preserve</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Core.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Core.attrib">
      <ref name="SVG.id.attrib"/>
      <ref name="SVG.base.attrib"/>
      <ref name="SVG.lang.attrib"/>
      <ref name="SVG.space.attrib"/>
      <ref name="SVG.Core.extra.attrib"/>
    </define>
    <!-- end of svg-core-attrib.mod -->
    <!-- Container Attribute Module .................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Container Attribute Module .................................... -->
    <!--
      file: svg-container-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-container-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-container-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Container Attribute
      
         enable-background
      
      This module defines the Container attribute set.
    -->
    <!-- 'enable-background' property/attribute value (e.g., 'new', 'accumulate') -->
    <define name="EnableBackgroundValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.enable-background.attrib">
      <optional>
        <attribute name="enable-background">
          <ref name="EnableBackgroundValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Container.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Container.attrib">
      <ref name="SVG.enable-background.attrib"/>
      <ref name="SVG.Container.extra.attrib"/>
    </define>
    <!-- end of svg-container-attrib.mod -->
    <!-- Viewport Attribute Module ................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Viewport Attribute Module ..................................... -->
    <!--
      file: svg-viewport-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-viewport-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-viewport-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Viewport Attribute
      
         clip, overflow
      
      This module defines the Viewport attribute set.
    -->
    <!-- 'clip' property/attribute value (e.g., 'auto', rect(...)) -->
    <define name="ClipValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.clip.attrib">
      <optional>
        <attribute name="clip">
          <ref name="ClipValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.overflow.attrib">
      <optional>
        <attribute name="overflow">
          <choice>
            <value>visible</value>
            <value>hidden</value>
            <value>scroll</value>
            <value>auto</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Viewport.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Viewport.attrib">
      <ref name="SVG.clip.attrib"/>
      <ref name="SVG.overflow.attrib"/>
      <ref name="SVG.Viewport.extra.attrib"/>
    </define>
    <!-- end of svg-viewport-attrib.mod -->
    <!-- Paint Attribute Module ...................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Paint Attribute Module ........................................ -->
    <!--
      file: svg-paint-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-paint-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-paint-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Paint Attribute
      
         fill, fill-rule, stroke, stroke-dasharray, stroke-dashoffset,
         stroke-linecap, stroke-linejoin, stroke-miterlimit, stroke-width, color,
         color-interpolation, color-rendering
      
      This module defines the Paint and Color attribute sets.
    -->
    <!-- a 'fill' or 'stroke' property/attribute value: <paint> -->
    <define name="Paint.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- 'stroke-dasharray' property/attribute value (e.g., 'none', list of <number>s) -->
    <define name="StrokeDashArrayValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- 'stroke-dashoffset' property/attribute value (e.g., 'none', <legnth>) -->
    <define name="StrokeDashOffsetValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- 'stroke-miterlimit' property/attribute value (e.g., <number>) -->
    <define name="StrokeMiterLimitValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- 'stroke-width' property/attribute value (e.g., <length>) -->
    <define name="StrokeWidthValue.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <define name="SVG.fill.attrib">
      <optional>
        <attribute name="fill">
          <ref name="Paint.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.fill-rule.attrib">
      <optional>
        <attribute name="fill-rule">
          <ref name="ClipFillRule.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke.attrib">
      <optional>
        <attribute name="stroke">
          <ref name="Paint.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-dasharray.attrib">
      <optional>
        <attribute name="stroke-dasharray">
          <ref name="StrokeDashArrayValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-dashoffset.attrib">
      <optional>
        <attribute name="stroke-dashoffset">
          <ref name="StrokeDashOffsetValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-linecap.attrib">
      <optional>
        <attribute name="stroke-linecap">
          <choice>
            <value>butt</value>
            <value>round</value>
            <value>square</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-linejoin.attrib">
      <optional>
        <attribute name="stroke-linejoin">
          <choice>
            <value>miter</value>
            <value>round</value>
            <value>bevel</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-miterlimit.attrib">
      <optional>
        <attribute name="stroke-miterlimit">
          <ref name="StrokeMiterLimitValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-width.attrib">
      <optional>
        <attribute name="stroke-width">
          <ref name="StrokeWidthValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Paint.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Paint.attrib">
      <ref name="SVG.fill.attrib"/>
      <ref name="SVG.fill-rule.attrib"/>
      <ref name="SVG.stroke.attrib"/>
      <ref name="SVG.stroke-dasharray.attrib"/>
      <ref name="SVG.stroke-dashoffset.attrib"/>
      <ref name="SVG.stroke-linecap.attrib"/>
      <ref name="SVG.stroke-linejoin.attrib"/>
      <ref name="SVG.stroke-miterlimit.attrib"/>
      <ref name="SVG.stroke-width.attrib"/>
      <ref name="SVG.Paint.extra.attrib"/>
    </define>
    <define name="SVG.color.attrib">
      <optional>
        <attribute name="color">
          <ref name="Color.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.color-interpolation.attrib">
      <optional>
        <attribute name="color-interpolation">
          <choice>
            <value>auto</value>
            <value>sRGB</value>
            <value>linearRGB</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.color-rendering.attrib">
      <optional>
        <attribute name="color-rendering">
          <choice>
            <value>auto</value>
            <value>optimizeSpeed</value>
            <value>optimizeQuality</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Color.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Color.attrib">
      <ref name="SVG.color.attrib"/>
      <ref name="SVG.color-interpolation.attrib"/>
      <ref name="SVG.color-rendering.attrib"/>
      <ref name="SVG.Color.extra.attrib"/>
    </define>
    <!-- end of svg-paint-attrib.mod -->
    <!-- Paint Opacity Attribute Module .............................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Paint Opacity Attribute Module ................................ -->
    <!--
      file: svg-opacity-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-opacity-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-opacity-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Paint Opacity Attribute
      
         opacity, fill-opacity, stroke-opacity
      
      This module defines the Opacity attribute set.
    -->
    <define name="SVG.opacity.attrib">
      <optional>
        <attribute name="opacity">
          <ref name="OpacityValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.fill-opacity.attrib">
      <optional>
        <attribute name="fill-opacity">
          <ref name="OpacityValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.stroke-opacity.attrib">
      <optional>
        <attribute name="stroke-opacity">
          <ref name="OpacityValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Opacity.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Opacity.attrib">
      <ref name="SVG.opacity.attrib"/>
      <ref name="SVG.fill-opacity.attrib"/>
      <ref name="SVG.stroke-opacity.attrib"/>
      <ref name="SVG.Opacity.extra.attrib"/>
    </define>
    <!-- end of svg-opacity-attrib.mod -->
    <!-- Graphics Attribute Module ................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Graphics Attribute Module ..................................... -->
    <!--
      file: svg-graphics-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-graphics-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-graphics-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Graphics Attribute
      
         display, image-rendering, pointer-events, shape-rendering,
         text-rendering, visibility
      
      This module defines the Graphics attribute set.
    -->
    <define name="SVG.display.attrib">
      <optional>
        <attribute name="display">
          <choice>
            <value>inline</value>
            <value>block</value>
            <value>list-item</value>
            <value>run-in</value>
            <value>compact</value>
            <value>marker</value>
            <value>table</value>
            <value>inline-table</value>
            <value>table-row-group</value>
            <value>table-header-group</value>
            <value>table-footer-group</value>
            <value>table-row</value>
            <value>table-column-group</value>
            <value>table-column</value>
            <value>table-cell</value>
            <value>table-caption</value>
            <value>none</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.image-rendering.attrib">
      <optional>
        <attribute name="image-rendering">
          <choice>
            <value>auto</value>
            <value>optimizeSpeed</value>
            <value>optimizeQuality</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.pointer-events.attrib">
      <optional>
        <attribute name="pointer-events">
          <choice>
            <value>visiblePainted</value>
            <value>visibleFill</value>
            <value>visibleStroke</value>
            <value>visible</value>
            <value>painted</value>
            <value>fill</value>
            <value>stroke</value>
            <value>all</value>
            <value>none</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.shape-rendering.attrib">
      <optional>
        <attribute name="shape-rendering">
          <choice>
            <value>auto</value>
            <value>optimizeSpeed</value>
            <value>crispEdges</value>
            <value>geometricPrecision</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.text-rendering.attrib">
      <optional>
        <attribute name="text-rendering">
          <choice>
            <value>auto</value>
            <value>optimizeSpeed</value>
            <value>optimizeLegibility</value>
            <value>geometricPrecision</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.visibility.attrib">
      <optional>
        <attribute name="visibility">
          <choice>
            <value>visible</value>
            <value>hidden</value>
            <value>inherit</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <define name="SVG.Graphics.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Graphics.attrib">
      <ref name="SVG.display.attrib"/>
      <ref name="SVG.image-rendering.attrib"/>
      <ref name="SVG.pointer-events.attrib"/>
      <ref name="SVG.shape-rendering.attrib"/>
      <ref name="SVG.text-rendering.attrib"/>
      <ref name="SVG.visibility.attrib"/>
      <ref name="SVG.Graphics.extra.attrib"/>
    </define>
    <!-- end of svg-graphics-attrib.mod -->
    <!-- Document Events Attribute Module ............................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Document Events Attribute Module .............................. -->
    <!--
      file: svg-docevents-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-docevents-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-docevents-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Document Events Attribute
      
         onunload, onabort, onerror, onresize, onscroll, onzoom
      
      This module defines the DocumentEvents attribute set.
    -->
    <define name="SVG.onunload.attrib">
      <optional>
        <attribute name="onunload">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onabort.attrib">
      <optional>
        <attribute name="onabort">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onerror.attrib">
      <optional>
        <attribute name="onerror">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onresize.attrib">
      <optional>
        <attribute name="onresize">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onscroll.attrib">
      <optional>
        <attribute name="onscroll">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onzoom.attrib">
      <optional>
        <attribute name="onzoom">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.DocumentEvents.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.DocumentEvents.attrib">
      <ref name="SVG.onunload.attrib"/>
      <ref name="SVG.onabort.attrib"/>
      <ref name="SVG.onerror.attrib"/>
      <ref name="SVG.onresize.attrib"/>
      <ref name="SVG.onscroll.attrib"/>
      <ref name="SVG.onzoom.attrib"/>
      <ref name="SVG.DocumentEvents.extra.attrib"/>
    </define>
    <!-- end of svg-docevents-attrib.mod -->
    <!-- Graphical Element Events Attribute Module ................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Graphical Element Events Attribute Module ..................... -->
    <!--
      file: svg-graphevents-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-graphevents-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-graphevents-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Graphical Element Events Attribute
      
         onfocusin, onfocusout, onactivate, onclick, onmousedown, onmouseup,
         onmouseover, onmousemove, onmouseout, onload
      
      This module defines the GraphicalEvents attribute set.
    -->
    <define name="SVG.onfocusin.attrib">
      <optional>
        <attribute name="onfocusin">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onfocusout.attrib">
      <optional>
        <attribute name="onfocusout">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onactivate.attrib">
      <optional>
        <attribute name="onactivate">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onclick.attrib">
      <optional>
        <attribute name="onclick">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onmousedown.attrib">
      <optional>
        <attribute name="onmousedown">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onmouseup.attrib">
      <optional>
        <attribute name="onmouseup">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onmouseover.attrib">
      <optional>
        <attribute name="onmouseover">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onmousemove.attrib">
      <optional>
        <attribute name="onmousemove">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onmouseout.attrib">
      <optional>
        <attribute name="onmouseout">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onload.attrib">
      <optional>
        <attribute name="onload">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.GraphicalEvents.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.GraphicalEvents.attrib">
      <ref name="SVG.onfocusin.attrib"/>
      <ref name="SVG.onfocusout.attrib"/>
      <ref name="SVG.onactivate.attrib"/>
      <ref name="SVG.onclick.attrib"/>
      <ref name="SVG.onmousedown.attrib"/>
      <ref name="SVG.onmouseup.attrib"/>
      <ref name="SVG.onmouseover.attrib"/>
      <ref name="SVG.onmousemove.attrib"/>
      <ref name="SVG.onmouseout.attrib"/>
      <ref name="SVG.onload.attrib"/>
      <ref name="SVG.GraphicalEvents.extra.attrib"/>
    </define>
    <!-- end of svg-graphevents-attrib.mod -->
    <!-- Animation Events Attribute Module ........................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Animation Events Attribute Module ............................. -->
    <!--
      file: svg-animevents-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-animevents-attrib.mod,v 1.3 2002/04/28 13:50:23 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-animevents-attrib.mod"
      
      .......................................................................
    -->
    <!--
      Animation Events Attribute
      
         onbegin, onend, onrepeat, onload
      
      This module defines the AnimationEvents attribute set.
    -->
    <define name="SVG.onbegin.attrib">
      <optional>
        <attribute name="onbegin">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onend.attrib">
      <optional>
        <attribute name="onend">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.onrepeat.attrib">
      <optional>
        <attribute name="onrepeat">
          <ref name="Script.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.AnimationEvents.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.AnimationEvents.attrib">
      <ref name="SVG.onbegin.attrib"/>
      <ref name="SVG.onend.attrib"/>
      <ref name="SVG.onrepeat.attrib"/>
      <ref name="SVG.onload.attrib"/>
      <ref name="SVG.AnimationEvents.extra.attrib"/>
    </define>
    <!-- end of svg-animevents-attrib.mod -->
    <!-- XLink Attribute Module ...................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 XLink Attribute Module ........................................ -->
    <!--
      file: svg-xlink-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-xlink-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-xlink-attrib.mod"
      
      .......................................................................
    -->
    <!--
      XLink Attribute
      
        type, href, role, arcrole, title, show, actuate
      
      This module defines the XLink, XLinkRequired, XLinkEmbed, and
      XLinkReplace attribute set.
    -->
    <define name="SVG.XLink.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.XLink.attrib">
      <ref name="XLINK.xmlns.attrib"/>
      <optional>
        <attribute name="xlink:type" a:defaultValue="simple">
          <value>simple</value>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:href">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:role">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:arcrole">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:title"/>
      </optional>
      <optional>
        <attribute name="xlink:show" a:defaultValue="other">
          <value>other</value>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:actuate" a:defaultValue="onLoad">
          <value>onLoad</value>
        </attribute>
      </optional>
      <ref name="SVG.XLink.extra.attrib"/>
    </define>
    <define name="SVG.XLinkRequired.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.XLinkRequired.attrib">
      <ref name="XLINK.xmlns.attrib"/>
      <optional>
        <attribute name="xlink:type" a:defaultValue="simple">
          <value>simple</value>
        </attribute>
      </optional>
      <attribute name="xlink:href">
        <ref name="URI.datatype"/>
      </attribute>
      <optional>
        <attribute name="xlink:role">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:arcrole">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:title"/>
      </optional>
      <optional>
        <attribute name="xlink:show" a:defaultValue="other">
          <value>other</value>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:actuate" a:defaultValue="onLoad">
          <value>onLoad</value>
        </attribute>
      </optional>
      <ref name="SVG.XLinkRequired.extra.attrib"/>
    </define>
    <define name="SVG.XLinkEmbed.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.XLinkEmbed.attrib">
      <ref name="XLINK.xmlns.attrib"/>
      <optional>
        <attribute name="xlink:type" a:defaultValue="simple">
          <value>simple</value>
        </attribute>
      </optional>
      <attribute name="xlink:href">
        <ref name="URI.datatype"/>
      </attribute>
      <optional>
        <attribute name="xlink:role">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:arcrole">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:title"/>
      </optional>
      <optional>
        <attribute name="xlink:show" a:defaultValue="embed">
          <value>embed</value>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:actuate" a:defaultValue="onLoad">
          <value>onLoad</value>
        </attribute>
      </optional>
      <ref name="SVG.XLinkEmbed.extra.attrib"/>
    </define>
    <define name="SVG.XLinkReplace.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.XLinkReplace.attrib">
      <ref name="XLINK.xmlns.attrib"/>
      <optional>
        <attribute name="xlink:type" a:defaultValue="simple">
          <value>simple</value>
        </attribute>
      </optional>
      <attribute name="xlink:href">
        <ref name="URI.datatype"/>
      </attribute>
      <optional>
        <attribute name="xlink:role">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:arcrole">
          <ref name="URI.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:title"/>
      </optional>
      <optional>
        <attribute name="xlink:show" a:defaultValue="replace">
          <choice>
            <value>new</value>
            <value>replace</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="xlink:actuate" a:defaultValue="onRequest">
          <value>onRequest</value>
        </attribute>
      </optional>
      <ref name="SVG.XLinkReplace.extra.attrib"/>
    </define>
    <!-- end of svg-xlink-attrib.mod -->
    <!-- External Resources Attribute Module ......................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 External Resources Attribute Module ........................... -->
    <!--
      file: svg-extresources-attrib.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-extresources-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extresources-attrib.mod"
      
      .......................................................................
    -->
    <!--
      External Resources Attribute
      
         externalResourcesRequired
      
      This module defines the External attribute set.
    -->
    <define name="SVG.externalResourcesRequired.attrib">
      <optional>
        <attribute name="externalResourcesRequired">
          <ref name="Boolean.datatype"/>
        </attribute>
      </optional>
    </define>
    <define name="SVG.External.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.External.attrib">
      <ref name="SVG.externalResourcesRequired.attrib"/>
      <ref name="SVG.External.extra.attrib"/>
    </define>
    <!-- end of svg-extresources-attrib.mod -->
    <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
    <!-- Structure Module ............................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Structure Module .............................................. -->
    <!--
      file: svg-structure.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-structure.mod,v 1.5 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Structure//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-structure.mod"
      
      .......................................................................
    -->
    <!--
      Structure
      
         svg, g, defs, desc, title, metadata, symbol, use
      
      This module declares the major structural elements and their attributes.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Description.class ............................. -->
    <!-- SVG.Use.class ..................................... -->
    <!-- SVG.Structure.class ............................... -->
    <!-- SVG.Presentation.attrib ........................... -->
    <define name="SVG.Presentation.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Presentation.attrib">
      <ref name="SVG.Container.attrib"/>
      <ref name="SVG.Viewport.attrib"/>
      <ref name="SVG.Text.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Marker.attrib"/>
      <ref name="SVG.ColorProfile.attrib"/>
      <ref name="SVG.Gradient.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <optional>
        <attribute name="flood-color">
          <ref name="SVGColor.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="flood-opacity">
          <ref name="OpacityValue.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="lighting-color">
          <ref name="SVGColor.datatype"/>
        </attribute>
      </optional>
      <ref name="SVG.Presentation.extra.attrib"/>
    </define>
    <!-- svg: SVG Document Element ......................... -->
    <define name="SVG.svg.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.svg.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.svg.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="svg">
      <element name="ns3:svg">
        <ref name="attlist.svg"/>
        <ref name="SVG.svg.content"/>
      </element>
    </define>
    <!-- end of SVG.svg.element -->
    <define name="attlist.svg" combine="interleave">
      <ref name="SVG.xmlns.attrib"/>
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.DocumentEvents.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="width">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="viewBox">
          <ref name="ViewBoxSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="zoomAndPan" a:defaultValue="magnify">
          <choice>
            <value>disable</value>
            <value>magnify</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="version" a:defaultValue="1.1">
          <value type="string" datatypeLibrary="">1.1</value>
        </attribute>
      </optional>
      <optional>
        <attribute name="baseProfile">
          <ref name="Text.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="contentScriptType" a:defaultValue="text/ecmascript">
          <ref name="ContentType.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="contentStyleType" a:defaultValue="text/css">
          <ref name="ContentType.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.svg.attlist -->
    <!-- g: Group Element .................................. -->
    <define name="SVG.g.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.g.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.g.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="g">
      <element name="ns3:g">
        <ref name="attlist.g"/>
        <ref name="SVG.g.content"/>
      </element>
    </define>
    <!-- end of SVG.g.element -->
    <define name="attlist.g" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.g.attlist -->
    <!-- defs: Definisions Element ......................... -->
    <define name="SVG.defs.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.defs.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.defs.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="defs">
      <element name="ns3:defs">
        <ref name="attlist.defs"/>
        <ref name="SVG.defs.content"/>
      </element>
    </define>
    <!-- end of SVG.defs.element -->
    <define name="attlist.defs" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.defs.attlist -->
    <!-- desc: Description Element ......................... -->
    <define name="SVG.desc.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.desc.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.desc.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="desc">
      <element name="ns3:desc">
        <ref name="attlist.desc"/>
        <ref name="SVG.desc.content"/>
      </element>
    </define>
    <!-- end of SVG.desc.element -->
    <define name="attlist.desc" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
    </define>
    <!-- end of SVG.desc.attlist -->
    <!-- title: Title Element .............................. -->
    <define name="SVG.title.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.title.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.title.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="title">
      <element name="ns3:title">
        <ref name="attlist.title"/>
        <ref name="SVG.title.content"/>
      </element>
    </define>
    <!-- end of SVG.title.element -->
    <define name="attlist.title" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
    </define>
    <!-- end of SVG.title.attlist -->
    <!-- metadata: Metadata Element ........................ -->
    <define name="SVG.metadata.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.metadata.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.metadata.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="metadata">
      <element name="ns3:metadata">
        <ref name="attlist.metadata"/>
        <ref name="SVG.metadata.content"/>
      </element>
    </define>
    <!-- end of SVG.metadata.element -->
    <define name="attlist.metadata" combine="interleave">
      <ref name="SVG.Core.attrib"/>
    </define>
    <!-- end of SVG.metadata.attlist -->
    <!-- symbol: Symbol Element ............................ -->
    <define name="SVG.symbol.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.symbol.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.symbol.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="symbol">
      <element name="ns3:symbol">
        <ref name="attlist.symbol"/>
        <ref name="SVG.symbol.content"/>
      </element>
    </define>
    <!-- end of SVG.symbol.element -->
    <define name="attlist.symbol" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="viewBox">
          <ref name="ViewBoxSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.symbol.attlist -->
    <!-- use: Use Element .................................. -->
    <define name="SVG.use.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.use.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.use.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="use">
      <element name="ns3:use">
        <ref name="attlist.use"/>
        <ref name="SVG.use.content"/>
      </element>
    </define>
    <!-- end of SVG.use.element -->
    <define name="attlist.use" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.XLinkEmbed.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="width">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.use.attlist -->
    <!-- end of svg-structure.mod -->
    <!-- Conditional Processing Module ............................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Conditional Processing Module ................................. -->
    <!--
      file: svg-conditional.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-conditional.mod,v 1.4 2002/11/14 15:11:02 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-conditional.mod"
      
      .......................................................................
    -->
    <!--
      Conditional Processing
      
         switch
      
      This module declares markup to provide support for conditional processing.
    -->
    <!-- extension list specification -->
    <!-- feature list specification -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Conditional.class ............................. -->
    <!-- SVG.Conditional.attrib ............................ -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- switch: Switch Element ............................ -->
    <define name="SVG.switch.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.switch.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="svg"/>
          <ref name="g"/>
          <ref name="use"/>
          <ref name="text"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.Extensibility.class"/>
          <ref name="SVG.switch.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="switch">
      <element name="ns3:switch">
        <ref name="attlist.switch"/>
        <ref name="SVG.switch.content"/>
      </element>
    </define>
    <!-- end of SVG.switch.element -->
    <define name="attlist.switch" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.switch.attlist -->
    <!-- end of svg-conditional.mod -->
    <!-- Image Module ................................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Image Module .................................................. -->
    <!--
      file: svg-image.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-image.mod,v 1.4 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-image.mod"
      
      .......................................................................
    -->
    <!--
      Image
      
         image
      
      This module declares markup to provide support for image.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Image.class ................................... -->
    <!-- image: Image Element .............................. -->
    <define name="SVG.image.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.image.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.image.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="image">
      <element name="ns3:image">
        <ref name="attlist.image"/>
        <ref name="SVG.image.content"/>
      </element>
    </define>
    <!-- end of SVG.image.element -->
    <define name="attlist.image" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Viewport.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.ColorProfile.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.XLinkEmbed.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <attribute name="width">
        <ref name="Length.datatype"/>
      </attribute>
      <attribute name="height">
        <ref name="Length.datatype"/>
      </attribute>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.image.attlist -->
    <!-- end of svg-image.mod -->
    <!-- Style Module ................................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Style Module .................................................. -->
    <!--
      file: svg-style.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-style.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Style//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-style.mod"
      
      .......................................................................
    -->
    <!--
      Style
      
         style
      
      This module declares markup to provide support for stylesheet.
    -->
    <!-- list of classes -->
    <!-- comma-separated list of media descriptors. -->
    <define name="MediaDesc.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- style sheet data -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Style.class ................................... -->
    <!-- SVG.Style.attrib .................................. -->
    <!-- style: Style Element .............................. -->
    <define name="SVG.style.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.style.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.style.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="style">
      <element name="ns3:style">
        <ref name="attlist.style"/>
        <ref name="SVG.style.content"/>
      </element>
    </define>
    <!-- end of SVG.style.element -->
    <define name="attlist.style" combine="interleave">
      <optional>
        <attribute name="xml:space" a:defaultValue="preserve">
          <value>preserve</value>
        </attribute>
      </optional>
      <ref name="SVG.id.attrib"/>
      <ref name="SVG.base.attrib"/>
      <ref name="SVG.lang.attrib"/>
      <ref name="SVG.Core.extra.attrib"/>
      <attribute name="type">
        <ref name="ContentType.datatype"/>
      </attribute>
      <optional>
        <attribute name="media">
          <ref name="MediaDesc.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="title">
          <ref name="Text.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.style.attlist -->
    <!-- end of svg-style.mod -->
    <!-- Shape Module ................................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Shape Module .................................................. -->
    <!--
      file: svg-shape.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-shape.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-shape.mod"
      
      .......................................................................
    -->
    <!--
      Shape
      
         path, rect, circle, line, ellipse, polyline, polygon
      
      This module declares markup to provide support for graphical shapes.
    -->
    <!-- a list of points -->
    <define name="Points.datatype">
      <data type="string" datatypeLibrary=""/>
    </define>
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Shape.class ................................... -->
    <!-- path: Path Element ................................ -->
    <define name="SVG.path.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.path.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.path.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="path">
      <element name="ns3:path">
        <ref name="attlist.path"/>
        <ref name="SVG.path.content"/>
      </element>
    </define>
    <!-- end of SVG.path.element -->
    <define name="attlist.path" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Marker.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <attribute name="d">
        <ref name="PathData.datatype"/>
      </attribute>
      <optional>
        <attribute name="pathLength">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.path.attlist -->
    <!-- rect: Rectangle Element ........................... -->
    <define name="SVG.rect.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.rect.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.rect.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="rect">
      <element name="ns3:rect">
        <ref name="attlist.rect"/>
        <ref name="SVG.rect.content"/>
      </element>
    </define>
    <!-- end of SVG.rect.element -->
    <define name="attlist.rect" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <attribute name="width">
        <ref name="Length.datatype"/>
      </attribute>
      <attribute name="height">
        <ref name="Length.datatype"/>
      </attribute>
      <optional>
        <attribute name="rx">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="ry">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.rect.attlist -->
    <!-- circle: Circle Element ............................ -->
    <define name="SVG.circle.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.circle.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.circle.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="circle">
      <element name="ns3:circle">
        <ref name="attlist.circle"/>
        <ref name="SVG.circle.content"/>
      </element>
    </define>
    <!-- end of SVG.circle.element -->
    <define name="attlist.circle" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="cx">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="cy">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <attribute name="r">
        <ref name="Length.datatype"/>
      </attribute>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.circle.attlist -->
    <!-- line: Line Element ................................ -->
    <define name="SVG.line.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.line.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.line.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="line">
      <element name="ns3:line">
        <ref name="attlist.line"/>
        <ref name="SVG.line.content"/>
      </element>
    </define>
    <!-- end of SVG.line.element -->
    <define name="attlist.line" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Marker.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x1">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y1">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="x2">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y2">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.line.attlist -->
    <!-- ellipse: Ellipse Element .......................... -->
    <define name="SVG.ellipse.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.ellipse.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.ellipse.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="ellipse">
      <element name="ns3:ellipse">
        <ref name="attlist.ellipse"/>
        <ref name="SVG.ellipse.content"/>
      </element>
    </define>
    <!-- end of SVG.ellipse.element -->
    <define name="attlist.ellipse" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="cx">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="cy">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <attribute name="rx">
        <ref name="Length.datatype"/>
      </attribute>
      <attribute name="ry">
        <ref name="Length.datatype"/>
      </attribute>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.ellipse.attlist -->
    <!-- polyline: Polyline Element ........................ -->
    <define name="SVG.polyline.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.polyline.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.polyline.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="polyline">
      <element name="ns3:polyline">
        <ref name="attlist.polyline"/>
        <ref name="SVG.polyline.content"/>
      </element>
    </define>
    <!-- end of SVG.polyline.element -->
    <define name="attlist.polyline" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Marker.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <attribute name="points">
        <ref name="Points.datatype"/>
      </attribute>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.polyline.attlist -->
    <!-- polygon: Polygon Element .......................... -->
    <define name="SVG.polygon.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.polygon.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.polygon.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="polygon">
      <element name="ns3:polygon">
        <ref name="attlist.polygon"/>
        <ref name="SVG.polygon.content"/>
      </element>
    </define>
    <!-- end of SVG.polygon.element -->
    <define name="attlist.polygon" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Marker.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <attribute name="points">
        <ref name="Points.datatype"/>
      </attribute>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.polygon.attlist -->
    <!-- end of svg-shape.mod -->
    <!-- Text Module ................................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Text Module ................................................... -->
    <!--
      file: svg-text.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-text.mod,v 1.4 2002/10/24 17:40:16 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Text//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-text.mod"
      
      .......................................................................
    -->
    <!--
      Text
      
         text, tspan, tref, textPath, altGlyph, altGlyphDef, altGlyphItem,
         glyphRef
      
      This module declares markup to provide support for alternate glyph.
    -->
    <!-- 'baseline-shift' property/attribute value (e.g., 'baseline', 'sub', etc.) -->
    <!-- 'font-family' property/attribute value (i.e., list of fonts) -->
    <!-- 'font-size' property/attribute value -->
    <!-- 'font-size-adjust' property/attribute value -->
    <!-- 'glyph-orientation-horizontal' property/attribute value (e.g., <angle>) -->
    <!-- 'glyph-orientation-vertical' property/attribute value (e.g., 'auto', <angle>) -->
    <!-- 'kerning' property/attribute value (e.g., 'auto', <length>) -->
    <!-- 'letter-spacing' or 'word-spacing' property/attribute value (e.g., 'normal', <length>) -->
    <!-- 'text-decoration' property/attribute value (e.g., 'none', 'underline') -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Text.class .................................... -->
    <!-- SVG.TextContent.class ............................. -->
    <!-- SVG.Text.attrib ................................... -->
    <!-- SVG.TextContent.attrib ............................ -->
    <!-- SVG.Font.attrib ................................... -->
    <!-- text: Text Element ................................ -->
    <define name="SVG.text.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.text.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.TextContent.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.text.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="text">
      <element name="ns3:text">
        <ref name="attlist.text"/>
        <ref name="SVG.text.content"/>
      </element>
    </define>
    <!-- end of SVG.text.element -->
    <define name="attlist.text" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Text.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dx">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dy">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="rotate">
          <ref name="Numbers.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="textLength">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="lengthAdjust">
          <choice>
            <value>spacing</value>
            <value>spacingAndGlyphs</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.text.attlist -->
    <!-- tspan: Text Span Element .......................... -->
    <define name="SVG.tspan.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.tspan.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="tspan"/>
          <ref name="tref"/>
          <ref name="altGlyph"/>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.tspan.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="tspan">
      <element name="ns3:tspan">
        <ref name="attlist.tspan"/>
        <ref name="SVG.tspan.content"/>
      </element>
    </define>
    <!-- end of SVG.tspan.element -->
    <define name="attlist.tspan" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dx">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dy">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="rotate">
          <ref name="Numbers.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="textLength">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="lengthAdjust">
          <choice>
            <value>spacing</value>
            <value>spacingAndGlyphs</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.tspan.attlist -->
    <!-- tref: Text Reference Element ...................... -->
    <define name="SVG.tref.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.tref.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.tref.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="tref">
      <element name="ns3:tref">
        <ref name="attlist.tref"/>
        <ref name="SVG.tref.content"/>
      </element>
    </define>
    <!-- end of SVG.tref.element -->
    <define name="attlist.tref" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.XLinkRequired.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dx">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dy">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="rotate">
          <ref name="Numbers.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="textLength">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="lengthAdjust">
          <choice>
            <value>spacing</value>
            <value>spacingAndGlyphs</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.tref.attlist -->
    <!-- textPath: Text Path Element ....................... -->
    <define name="SVG.textPath.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.textPath.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="tspan"/>
          <ref name="tref"/>
          <ref name="altGlyph"/>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.textPath.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="textPath">
      <element name="ns3:textPath">
        <ref name="attlist.textPath"/>
        <ref name="SVG.textPath.content"/>
      </element>
    </define>
    <!-- end of SVG.textPath.element -->
    <define name="attlist.textPath" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.XLinkRequired.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="startOffset">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="textLength">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="lengthAdjust">
          <choice>
            <value>spacing</value>
            <value>spacingAndGlyphs</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="method">
          <choice>
            <value>align</value>
            <value>stretch</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="spacing">
          <choice>
            <value>auto</value>
            <value>exact</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.textPath.attlist -->
    <!-- altGlyph: Alternate Glyph Element ................. -->
    <define name="SVG.altGlyph.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.altGlyph.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.altGlyph.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="altGlyph">
      <element name="ns3:altGlyph">
        <ref name="attlist.altGlyph"/>
        <ref name="SVG.altGlyph.content"/>
      </element>
    </define>
    <!-- end of SVG.altGlyph.element -->
    <define name="attlist.altGlyph" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinates.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dx">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dy">
          <ref name="Lengths.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="glyphRef"/>
      </optional>
      <optional>
        <attribute name="format"/>
      </optional>
      <optional>
        <attribute name="rotate">
          <ref name="Numbers.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.altGlyph.attlist -->
    <!-- altGlyphDef: Alternate Glyph Definition Element ... -->
    <define name="SVG.altGlyphDef.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.altGlyphDef.content">
      <choice>
        <choice>
          <oneOrMore>
            <ref name="glyphRef"/>
          </oneOrMore>
          <oneOrMore>
            <ref name="altGlyphItem"/>
          </oneOrMore>
        </choice>
        <ref name="SVG.altGlyphDef.extra.content"/>
      </choice>
    </define>
    <define name="altGlyphDef">
      <element name="ns3:altGlyphDef">
        <ref name="attlist.altGlyphDef"/>
        <ref name="SVG.altGlyphDef.content"/>
      </element>
    </define>
    <!-- end of SVG.altGlyphDef.element -->
    <define name="attlist.altGlyphDef" combine="interleave">
      <ref name="SVG.Core.attrib"/>
    </define>
    <!-- end of SVG.altGlyphDef.attlist -->
    <!-- altGlyphItem: Alternate Glyph Item Element ........ -->
    <define name="SVG.altGlyphItem.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.altGlyphItem.content">
      <choice>
        <oneOrMore>
          <ref name="glyphRef"/>
        </oneOrMore>
        <ref name="SVG.altGlyphItem.extra.content"/>
      </choice>
    </define>
    <define name="altGlyphItem">
      <element name="ns3:altGlyphItem">
        <ref name="attlist.altGlyphItem"/>
        <ref name="SVG.altGlyphItem.content"/>
      </element>
    </define>
    <!-- end of SVG.altGlyphItem.element -->
    <define name="attlist.altGlyphItem" combine="interleave">
      <ref name="SVG.Core.attrib"/>
    </define>
    <!-- end of SVG.altGlyphItem.attlist -->
    <!-- glyphRef: Glyph Reference Element ................. -->
    <define name="SVG.glyphRef.content">
      <empty/>
    </define>
    <define name="glyphRef">
      <element name="ns3:glyphRef">
        <ref name="attlist.glyphRef"/>
        <ref name="SVG.glyphRef.content"/>
      </element>
    </define>
    <!-- end of SVG.glyphRef.element -->
    <define name="attlist.glyphRef" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dx">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dy">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="glyphRef"/>
      </optional>
      <optional>
        <attribute name="format"/>
      </optional>
    </define>
    <!-- end of SVG.glyphRef.attlist -->
    <!-- end of svg-text.mod -->
    <!-- Marker Module ............................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Marker Module ................................................. -->
    <!--
      file: svg-marker.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-marker.mod,v 1.4 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Marker//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-marker.mod"
      
      .......................................................................
    -->
    <!--
      Marker
      
         marker
      
      This module declares markup to provide support for marker.
    -->
    <!-- 'marker' property/attribute value (e.g., 'none', <uri>) -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Marker.class .................................. -->
    <!-- SVG.Marker.attrib ................................. -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- marker: Marker Element ............................ -->
    <define name="SVG.marker.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.marker.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.marker.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="marker">
      <element name="ns3:marker">
        <ref name="attlist.marker"/>
        <ref name="SVG.marker.content"/>
      </element>
    </define>
    <!-- end of SVG.marker.element -->
    <define name="attlist.marker" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="refX">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="refY">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="markerUnits">
          <choice>
            <value>strokeWidth</value>
            <value>userSpaceOnUse</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="markerWidth">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="markerHeight">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="orient"/>
      </optional>
      <optional>
        <attribute name="viewBox">
          <ref name="ViewBoxSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.marker.attlist -->
    <!-- end of svg-marker.mod -->
    <!-- Color Profile Module ........................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Color Profile Module .......................................... -->
    <!--
      file: svg-profile.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-profile.mod,v 1.3 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-profile.mod"
      
      .......................................................................
    -->
    <!--
      Color Profile
      
         color-profile
      
      This module declares markup to provide support for color profile.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.ColorProfile.class ............................ -->
    <!-- SVG.ColorProfile.attrib ........................... -->
    <!-- color-profile: Color Profile Element .............. -->
    <define name="SVG.color-profile.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.color-profile.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.color-profile.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="color-profile">
      <element name="ns3:color-profile">
        <ref name="attlist.color-profile"/>
        <ref name="SVG.color-profile.content"/>
      </element>
    </define>
    <!-- end of SVG.color-profile.element -->
    <define name="attlist.color-profile" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <optional>
        <attribute name="local"/>
      </optional>
      <attribute name="name"/>
      <optional>
        <attribute name="rendering-intent" a:defaultValue="auto">
          <choice>
            <value>auto</value>
            <value>perceptual</value>
            <value>relative-colorimetric</value>
            <value>saturation</value>
            <value>absolute-colorimetric</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.color-profile.attlist -->
    <!-- end of svg-profile.mod -->
    <!-- Gradient Module ............................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Gradient Module ............................................... -->
    <!--
      file: svg-gradient.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-gradient.mod,v 1.3 2002/10/24 17:40:15 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Gradient//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-gradient.mod"
      
      .......................................................................
    -->
    <!--
      Gradient
      
         linearGradient, radialGradient, stop
      
      This module declares markup to provide support for gradient fill.
    -->
    <!-- a <number> or a <percentage> -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Gradient.class ................................ -->
    <!-- SVG.Gradient.attrib ............................... -->
    <!-- linearGradient: Linear Gradient Element ........... -->
    <define name="SVG.linearGradient.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.linearGradient.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="stop"/>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateTransform"/>
          <ref name="SVG.linearGradient.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="linearGradient">
      <element name="ns3:linearGradient">
        <ref name="attlist.linearGradient"/>
        <ref name="SVG.linearGradient.content"/>
      </element>
    </define>
    <!-- end of SVG.linearGradient.element -->
    <define name="attlist.linearGradient" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Gradient.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x1">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y1">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="x2">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y2">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="gradientUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="gradientTransform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="spreadMethod">
          <choice>
            <value>pad</value>
            <value>reflect</value>
            <value>repeat</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.linearGradient.attlist -->
    <!-- radialGradient: Radial Gradient Element ........... -->
    <define name="SVG.radialGradient.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.radialGradient.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="stop"/>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateTransform"/>
          <ref name="SVG.radialGradient.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="radialGradient">
      <element name="ns3:radialGradient">
        <ref name="attlist.radialGradient"/>
        <ref name="SVG.radialGradient.content"/>
      </element>
    </define>
    <!-- end of SVG.radialGradient.element -->
    <define name="attlist.radialGradient" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Gradient.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="cx">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="cy">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="r">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="fx">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="fy">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="gradientUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="gradientTransform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="spreadMethod">
          <choice>
            <value>pad</value>
            <value>reflect</value>
            <value>repeat</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.radialGradient.attlist -->
    <!-- stop: Stop Element ................................ -->
    <define name="SVG.stop.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.stop.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.stop.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="stop">
      <element name="ns3:stop">
        <ref name="attlist.stop"/>
        <ref name="SVG.stop.content"/>
      </element>
    </define>
    <!-- end of SVG.stop.element -->
    <define name="attlist.stop" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Gradient.attrib"/>
      <attribute name="offset">
        <ref name="NumberOrPercentage.datatype"/>
      </attribute>
    </define>
    <!-- end of SVG.stop.attlist -->
    <!-- end of svg-gradient.mod -->
    <!-- Pattern Module .............................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Pattern Module ................................................ -->
    <!--
      file: svg-pattern.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-pattern.mod,v 1.4 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Pattern//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-pattern.mod"
      
      .......................................................................
    -->
    <!--
      Pattern
      
         pattern
      
      This module declares markup to provide support for pattern fill.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Pattern.class ................................. -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- pattern: Pattern Element .......................... -->
    <define name="SVG.pattern.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.pattern.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.pattern.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="svgpattern">
      <element name="ns3:pattern">
        <ref name="attlist.pattern"/>
        <ref name="SVG.pattern.content"/>
      </element>
    </define>
    <!-- end of SVG.pattern.element -->
    <define name="attlist.pattern" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="width">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="patternUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="patternContentUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="patternTransform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="viewBox">
          <ref name="ViewBoxSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.pattern.attlist -->
    <!-- end of svg-pattern.mod -->
    <!-- Clip Module ................................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Clip Module ................................................... -->
    <!--
      file: svg-clip.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-clip.mod,v 1.3 2002/10/24 17:40:15 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Clip//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-clip.mod"
      
      .......................................................................
    -->
    <!--
      Clip
      
         clipPath
      
      This module declares markup to provide support for clipping.
    -->
    <!-- 'clip-path' property/attribute value (e.g., 'none', <uri>) -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Clip.class .................................... -->
    <!-- SVG.Clip.attrib ................................... -->
    <!-- clipPath: Clip Path Element ....................... -->
    <define name="SVG.clipPath.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.clipPath.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Use.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.clipPath.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="clipPath">
      <element name="ns3:clipPath">
        <ref name="attlist.clipPath"/>
        <ref name="SVG.clipPath.content"/>
      </element>
    </define>
    <!-- end of SVG.clipPath.element -->
    <define name="attlist.clipPath" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Text.attrib"/>
      <ref name="SVG.TextContent.attrib"/>
      <ref name="SVG.Font.attrib"/>
      <ref name="SVG.Paint.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.Opacity.attrib"/>
      <ref name="SVG.Graphics.attrib"/>
      <ref name="SVG.Clip.attrib"/>
      <ref name="SVG.Mask.attrib"/>
      <ref name="SVG.Filter.attrib"/>
      <ref name="SVG.Cursor.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="clipPathUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.clipPath.attlist -->
    <!-- end of svg-clip.mod -->
    <!-- Mask Module ................................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Mask Module ................................................... -->
    <!--
      file: svg-mask.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-mask.mod,v 1.4 2002/11/14 15:11:03 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Mask//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-mask.mod"
      
      .......................................................................
    -->
    <!--
      Mask
      
         mask
      
      This module declares markup to provide support for masking.
    -->
    <!-- 'mask' property/attribute value (e.g., 'none', <uri>) -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Mask.class .................................... -->
    <!-- SVG.Mask.attrib ................................... -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- mask: Mask Element ................................ -->
    <define name="SVG.mask.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.mask.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.mask.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="mask">
      <element name="ns3:mask">
        <ref name="attlist.mask"/>
        <ref name="SVG.mask.content"/>
      </element>
    </define>
    <!-- end of SVG.mask.element -->
    <define name="attlist.mask" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="width">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="maskUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="maskContentUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.mask.attlist -->
    <!-- end of svg-mask.mod -->
    <!-- Filter Module ............................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Filter Module ................................................. -->
    <!--
      file: svg-filter.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-filter.mod,v 1.4 2002/11/14 15:11:02 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Filter//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-filter.mod"
      
      .......................................................................
    -->
    <!--
      Filter
      
         filter, feBlend, feColorMatrix, feComponentTransfer, feComposite,
         feConvolveMatrix, feDiffuseLighting, feDisplacementMap, feFlood,
         feGaussianBlur, feImage, feMerge, feMergeNode, feMorphology, feOffset,
         feSpecularLighting, feTile, feTurbulence, feDistantLight, fePointLight,
         feSpotLight, feFuncR, feFuncG, feFuncB, feFuncA
      
      This module declares markup to provide support for filter effect.
    -->
    <!-- 'filter' property/attribute value (e.g., 'none', <uri>) -->
    <!-- list of <number>s, but at least one and at most two -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Filter.class .................................. -->
    <!-- SVG.FilterPrimitive.class ......................... -->
    <!-- SVG.Filter.attrib ................................. -->
    <!-- SVG.FilterColor.attrib ............................ -->
    <!-- SVG.FilterPrimitive.attrib ........................ -->
    <define name="SVG.FilterPrimitive.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.FilterPrimitive.attrib">
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="width">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="result"/>
      </optional>
      <ref name="SVG.FilterPrimitive.extra.attrib"/>
    </define>
    <!-- SVG.FilterPrimitiveWithIn.attrib .................. -->
    <define name="SVG.FilterPrimitiveWithIn.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.FilterPrimitiveWithIn.attrib">
      <ref name="SVG.FilterPrimitive.attrib"/>
      <optional>
        <attribute name="in"/>
      </optional>
      <ref name="SVG.FilterPrimitiveWithIn.extra.attrib"/>
    </define>
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- filter: Filter Element ............................ -->
    <define name="SVG.filter.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.filter.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.FilterPrimitive.class"/>
          <ref name="SVG.filter.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="filter">
      <element name="ns3:filter">
        <ref name="attlist.filter"/>
        <ref name="SVG.filter.content"/>
      </element>
    </define>
    <!-- end of SVG.filter.element -->
    <define name="attlist.filter" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="width">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <ref name="Length.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="filterRes">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="filterUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="primitiveUnits">
          <choice>
            <value>userSpaceOnUse</value>
            <value>objectBoundingBox</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.filter.attlist -->
    <!-- feBlend: Filter Effect Blend Element .............. -->
    <define name="SVG.feBlend.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feBlend.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feBlend.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feBlend">
      <element name="ns3:feBlend">
        <ref name="attlist.feBlend"/>
        <ref name="SVG.feBlend.content"/>
      </element>
    </define>
    <!-- end of SVG.feBlend.element -->
    <define name="attlist.feBlend" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <attribute name="in2"/>
      <optional>
        <attribute name="mode" a:defaultValue="normal">
          <choice>
            <value>normal</value>
            <value>multiply</value>
            <value>screen</value>
            <value>darken</value>
            <value>lighten</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feBlend.attlist -->
    <!-- feColorMatrix: Filter Effect Color Matrix Element . -->
    <define name="SVG.feColorMatrix.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feColorMatrix.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feColorMatrix.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feColorMatrix">
      <element name="ns3:feColorMatrix">
        <ref name="attlist.feColorMatrix"/>
        <ref name="SVG.feColorMatrix.content"/>
      </element>
    </define>
    <!-- end of SVG.feColorMatrix.element -->
    <define name="attlist.feColorMatrix" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="type" a:defaultValue="matrix">
          <choice>
            <value>matrix</value>
            <value>saturate</value>
            <value>hueRotate</value>
            <value>luminanceToAlpha</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="values"/>
      </optional>
    </define>
    <!-- end of SVG.feColorMatrix.attlist -->
    <!-- feComponentTransfer: Filter Effect Component Transfer Element -->
    <define name="SVG.feComponentTransfer.extra.content">
      <empty/>
    </define>
    <define name="SVG.feComponentTransfer.content">
      <optional>
        <ref name="feFuncR"/>
      </optional>
      <optional>
        <ref name="feFuncG"/>
      </optional>
      <optional>
        <ref name="feFuncB"/>
      </optional>
      <optional>
        <ref name="feFuncA"/>
      </optional>
      <ref name="SVG.feComponentTransfer.extra.content"/>
    </define>
    <define name="feComponentTransfer">
      <element name="ns3:feComponentTransfer">
        <ref name="attlist.feComponentTransfer"/>
        <ref name="SVG.feComponentTransfer.content"/>
      </element>
    </define>
    <!-- end of SVG.feComponentTransfer.element -->
    <define name="attlist.feComponentTransfer" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
    </define>
    <!-- end of SVG.feComponentTransfer.attlist -->
    <!-- feComposite: Filter Effect Composite Element ...... -->
    <define name="SVG.feComposite.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feComposite.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feComposite.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feComposite">
      <element name="ns3:feComposite">
        <ref name="attlist.feComposite"/>
        <ref name="SVG.feComposite.content"/>
      </element>
    </define>
    <!-- end of SVG.feComposite.element -->
    <define name="attlist.feComposite" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <attribute name="in2"/>
      <optional>
        <attribute name="operator" a:defaultValue="over">
          <choice>
            <value>over</value>
            <value>in</value>
            <value>out</value>
            <value>atop</value>
            <value>xor</value>
            <value>arithmetic</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="k1">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="k2">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="k3">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="k4">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feComposite.attlist -->
    <!-- feConvolveMatrix: Filter Effect Convolve Matrix Element -->
    <define name="SVG.feConvolveMatrix.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feConvolveMatrix.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feConvolveMatrix.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feConvolveMatrix">
      <element name="ns3:feConvolveMatrix">
        <ref name="attlist.feConvolveMatrix"/>
        <ref name="SVG.feConvolveMatrix.content"/>
      </element>
    </define>
    <!-- end of SVG.feConvolveMatrix.element -->
    <define name="attlist.feConvolveMatrix" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <attribute name="order">
        <ref name="NumberOptionalNumber.datatype"/>
      </attribute>
      <attribute name="kernelMatrix"/>
      <optional>
        <attribute name="divisor">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="bias">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="targetX">
          <ref name="Integer.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="targetY">
          <ref name="Integer.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="edgeMode" a:defaultValue="duplicate">
          <choice>
            <value>duplicate</value>
            <value>wrap</value>
            <value>none</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="kernelUnitLength">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="preserveAlpha">
          <ref name="Boolean.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feConvolveMatrix.attlist -->
    <!-- feDiffuseLighting: Filter Effect Diffuse Lighting Element -->
    <define name="SVG.feDiffuseLighting.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feDiffuseLighting.content">
      <choice>
        <ref name="feDistantLight"/>
        <ref name="fePointLight"/>
        <ref name="feSpotLight"/>
      </choice>
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.feDiffuseLighting.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feDiffuseLighting">
      <element name="ns3:feDiffuseLighting">
        <ref name="attlist.feDiffuseLighting"/>
        <ref name="SVG.feDiffuseLighting.content"/>
      </element>
    </define>
    <!-- end of SVG.feDiffuseLighting.element -->
    <define name="attlist.feDiffuseLighting" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="lighting-color">
          <ref name="SVGColor.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="surfaceScale">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="diffuseConstant">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="kernelUnitLength">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feDiffuseLighting.attlist -->
    <!-- feDisplacementMap: Filter Effect Displacement Map Element -->
    <define name="SVG.feDisplacementMap.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feDisplacementMap.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feDisplacementMap.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feDisplacementMap">
      <element name="ns3:feDisplacementMap">
        <ref name="attlist.feDisplacementMap"/>
        <ref name="SVG.feDisplacementMap.content"/>
      </element>
    </define>
    <!-- end of SVG.feDisplacementMap.element -->
    <define name="attlist.feDisplacementMap" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <attribute name="in2"/>
      <optional>
        <attribute name="scale">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xChannelSelector" a:defaultValue="A">
          <choice>
            <value>R</value>
            <value>G</value>
            <value>B</value>
            <value>A</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="yChannelSelector" a:defaultValue="A">
          <choice>
            <value>R</value>
            <value>G</value>
            <value>B</value>
            <value>A</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feDisplacementMap.attlist -->
    <!-- feFlood: Filter Effect Flood Element .............. -->
    <define name="SVG.feFlood.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feFlood.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.feFlood.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feFlood">
      <element name="ns3:feFlood">
        <ref name="attlist.feFlood"/>
        <ref name="SVG.feFlood.content"/>
      </element>
    </define>
    <!-- end of SVG.feFlood.element -->
    <define name="attlist.feFlood" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="flood-color">
          <ref name="SVGColor.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="flood-opacity">
          <ref name="OpacityValue.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feFlood.attlist -->
    <!-- feGaussianBlur: Filter Effect Gaussian Blur Element -->
    <define name="SVG.feGaussianBlur.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feGaussianBlur.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feGaussianBlur.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feGaussianBlur">
      <element name="ns3:feGaussianBlur">
        <ref name="attlist.feGaussianBlur"/>
        <ref name="SVG.feGaussianBlur.content"/>
      </element>
    </define>
    <!-- end of SVG.feGaussianBlur.element -->
    <define name="attlist.feGaussianBlur" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="stdDeviation">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feGaussianBlur.attlist -->
    <!-- feImage: Filter Effect Image Element .............. -->
    <define name="SVG.feImage.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feImage.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateTransform"/>
          <ref name="SVG.feImage.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feImage">
      <element name="ns3:feImage">
        <ref name="attlist.feImage"/>
        <ref name="SVG.feImage.content"/>
      </element>
    </define>
    <!-- end of SVG.feImage.element -->
    <define name="attlist.feImage" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.FilterPrimitive.attrib"/>
      <ref name="SVG.XLinkEmbed.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feImage.attlist -->
    <!-- feMerge: Filter Effect Merge Element .............. -->
    <define name="SVG.feMerge.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feMerge.content">
      <zeroOrMore>
        <choice>
          <ref name="feMergeNode"/>
          <ref name="SVG.feMerge.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feMerge">
      <element name="ns3:feMerge">
        <ref name="attlist.feMerge"/>
        <ref name="SVG.feMerge.content"/>
      </element>
    </define>
    <!-- end of SVG.feMerge.element -->
    <define name="attlist.feMerge" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitive.attrib"/>
    </define>
    <!-- end of SVG.feMerge.attlist -->
    <!-- feMergeNode: Filter Effect Merge Node Element ..... -->
    <define name="SVG.feMergeNode.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feMergeNode.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feMergeNode.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feMergeNode">
      <element name="ns3:feMergeNode">
        <ref name="attlist.feMergeNode"/>
        <ref name="SVG.feMergeNode.content"/>
      </element>
    </define>
    <!-- end of SVG.feMergeNode.element -->
    <define name="attlist.feMergeNode" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="in"/>
      </optional>
    </define>
    <!-- end of SVG.feMergeNode.attlist -->
    <!-- feMorphology: Filter Effect Morphology Element .... -->
    <define name="SVG.feMorphology.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feMorphology.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feMorphology.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feMorphology">
      <element name="ns3:feMorphology">
        <ref name="attlist.feMorphology"/>
        <ref name="SVG.feMorphology.content"/>
      </element>
    </define>
    <!-- end of SVG.feMorphology.element -->
    <define name="attlist.feMorphology" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="operator" a:defaultValue="erode">
          <choice>
            <value>erode</value>
            <value>dilate</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="radius">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feMorphology.attlist -->
    <!-- feOffset: Filter Effect Offset Element ............ -->
    <define name="SVG.feOffset.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feOffset.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feOffset.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feOffset">
      <element name="ns3:feOffset">
        <ref name="attlist.feOffset"/>
        <ref name="SVG.feOffset.content"/>
      </element>
    </define>
    <!-- end of SVG.feOffset.element -->
    <define name="attlist.feOffset" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="dx">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="dy">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feOffset.attlist -->
    <!-- feSpecularLighting: Filter Effect Specular Lighting Element -->
    <define name="SVG.feSpecularLighting.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feSpecularLighting.content">
      <choice>
        <ref name="feDistantLight"/>
        <ref name="fePointLight"/>
        <ref name="feSpotLight"/>
      </choice>
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="animateColor"/>
          <ref name="SVG.feSpecularLighting.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feSpecularLighting">
      <element name="ns3:feSpecularLighting">
        <ref name="attlist.feSpecularLighting"/>
        <ref name="SVG.feSpecularLighting.content"/>
      </element>
    </define>
    <!-- end of SVG.feSpecularLighting.element -->
    <define name="attlist.feSpecularLighting" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Color.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
      <optional>
        <attribute name="lighting-color">
          <ref name="SVGColor.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="surfaceScale">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="specularConstant">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="specularExponent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="kernelUnitLength">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feSpecularLighting.attlist -->
    <!-- feTile: Filter Effect Tile Element ................ -->
    <define name="SVG.feTile.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feTile.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feTile.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feTile">
      <element name="ns3:feTile">
        <ref name="attlist.feTile"/>
        <ref name="SVG.feTile.content"/>
      </element>
    </define>
    <!-- end of SVG.feTile.element -->
    <define name="attlist.feTile" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitiveWithIn.attrib"/>
    </define>
    <!-- end of SVG.feTile.attlist -->
    <!-- feTurbulence: Filter Effect Turbulence Element .... -->
    <define name="SVG.feTurbulence.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feTurbulence.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feTurbulence.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feTurbulence">
      <element name="ns3:feTurbulence">
        <ref name="attlist.feTurbulence"/>
        <ref name="SVG.feTurbulence.content"/>
      </element>
    </define>
    <!-- end of SVG.feTurbulence.element -->
    <define name="attlist.feTurbulence" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.FilterColor.attrib"/>
      <ref name="SVG.FilterPrimitive.attrib"/>
      <optional>
        <attribute name="baseFrequency">
          <ref name="NumberOptionalNumber.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="numOctaves">
          <ref name="Integer.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="seed">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="stitchTiles" a:defaultValue="noStitch">
          <choice>
            <value>stitch</value>
            <value>noStitch</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="type" a:defaultValue="turbulence">
          <choice>
            <value>fractalNoise</value>
            <value>turbulence</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feTurbulence.attlist -->
    <!-- feDistantLight: Filter Effect Distant Light Element -->
    <define name="SVG.feDistantLight.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feDistantLight.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feDistantLight.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feDistantLight">
      <element name="ns3:feDistantLight">
        <ref name="attlist.feDistantLight"/>
        <ref name="SVG.feDistantLight.content"/>
      </element>
    </define>
    <!-- end of SVG.feDistantLight.element -->
    <define name="attlist.feDistantLight" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="azimuth">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="elevation">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feDistantLight.attlist -->
    <!-- fePointLight: Filter Effect Point Light Element ... -->
    <define name="SVG.fePointLight.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.fePointLight.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.fePointLight.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="fePointLight">
      <element name="ns3:fePointLight">
        <ref name="attlist.fePointLight"/>
        <ref name="SVG.fePointLight.content"/>
      </element>
    </define>
    <!-- end of SVG.fePointLight.element -->
    <define name="attlist.fePointLight" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="z">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.fePointLight.attlist -->
    <!-- feSpotLight: Filter Effect Spot Light Element ..... -->
    <define name="SVG.feSpotLight.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feSpotLight.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feSpotLight.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feSpotLight">
      <element name="ns3:feSpotLight">
        <ref name="attlist.feSpotLight"/>
        <ref name="SVG.feSpotLight.content"/>
      </element>
    </define>
    <!-- end of SVG.feSpotLight.element -->
    <define name="attlist.feSpotLight" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="z">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="pointsAtX">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="pointsAtY">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="pointsAtZ">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="specularExponent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="limitingConeAngle">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feSpotLight.attlist -->
    <!-- feFuncR: Filter Effect Function Red Element ....... -->
    <define name="SVG.feFuncR.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feFuncR.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feFuncR.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feFuncR">
      <element name="ns3:feFuncR">
        <ref name="attlist.feFuncR"/>
        <ref name="SVG.feFuncR.content"/>
      </element>
    </define>
    <!-- end of SVG.feFuncR.element -->
    <define name="attlist.feFuncR" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <attribute name="type">
        <choice>
          <value>identity</value>
          <value>table</value>
          <value>discrete</value>
          <value>linear</value>
          <value>gamma</value>
        </choice>
      </attribute>
      <optional>
        <attribute name="tableValues"/>
      </optional>
      <optional>
        <attribute name="slope">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="intercept">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="amplitude">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="exponent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="offset">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feFuncR.attlist -->
    <!-- feFuncG: Filter Effect Function Green Element ..... -->
    <define name="SVG.feFuncG.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feFuncG.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feFuncG.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feFuncG">
      <element name="ns3:feFuncG">
        <ref name="attlist.feFuncG"/>
        <ref name="SVG.feFuncG.content"/>
      </element>
    </define>
    <!-- end of SVG.feFuncG.element -->
    <define name="attlist.feFuncG" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <attribute name="type">
        <choice>
          <value>identity</value>
          <value>table</value>
          <value>discrete</value>
          <value>linear</value>
          <value>gamma</value>
        </choice>
      </attribute>
      <optional>
        <attribute name="tableValues"/>
      </optional>
      <optional>
        <attribute name="slope">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="intercept">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="amplitude">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="exponent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="offset">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feFuncG.attlist -->
    <!-- feFuncB: Filter Effect Function Blue Element ...... -->
    <define name="SVG.feFuncB.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feFuncB.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feFuncB.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feFuncB">
      <element name="ns3:feFuncB">
        <ref name="attlist.feFuncB"/>
        <ref name="SVG.feFuncB.content"/>
      </element>
    </define>
    <!-- end of SVG.feFuncB.element -->
    <define name="attlist.feFuncB" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <attribute name="type">
        <choice>
          <value>identity</value>
          <value>table</value>
          <value>discrete</value>
          <value>linear</value>
          <value>gamma</value>
        </choice>
      </attribute>
      <optional>
        <attribute name="tableValues"/>
      </optional>
      <optional>
        <attribute name="slope">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="intercept">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="amplitude">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="exponent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="offset">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feFuncB.attlist -->
    <!-- feFuncA: Filter Effect Function Alpha Element ..... -->
    <define name="SVG.feFuncA.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.feFuncA.content">
      <zeroOrMore>
        <choice>
          <ref name="animate"/>
          <ref name="set"/>
          <ref name="SVG.feFuncA.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="feFuncA">
      <element name="ns3:feFuncA">
        <ref name="attlist.feFuncA"/>
        <ref name="SVG.feFuncA.content"/>
      </element>
    </define>
    <!-- end of SVG.feFuncA.element -->
    <define name="attlist.feFuncA" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <attribute name="type">
        <choice>
          <value>identity</value>
          <value>table</value>
          <value>discrete</value>
          <value>linear</value>
          <value>gamma</value>
        </choice>
      </attribute>
      <optional>
        <attribute name="tableValues"/>
      </optional>
      <optional>
        <attribute name="slope">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="intercept">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="amplitude">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="exponent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="offset">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.feFuncA.attlist -->
    <!-- end of svg-filter.mod -->
    <!-- Cursor Module ............................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Cursor Module ................................................. -->
    <!--
      file: svg-cursor.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-cursor.mod,v 1.3 2002/10/24 17:40:15 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Cursor//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-cursor.mod"
      
      .......................................................................
    -->
    <!--
      Cursor
      
         cursor
      
      This module declares markup to provide support for cursor.
    -->
    <!-- 'cursor' property/attribute value (e.g., 'crosshair', <uri>) -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Cursor.class .................................. -->
    <!-- SVG.Cursor.attrib ................................. -->
    <!-- cursor: Cursor Element ............................ -->
    <define name="SVG.cursor.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.cursor.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.cursor.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="cursor">
      <element name="ns3:cursor">
        <ref name="attlist.cursor"/>
        <ref name="SVG.cursor.content"/>
      </element>
    </define>
    <!-- end of SVG.cursor.element -->
    <define name="attlist.cursor" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.XLinkRequired.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.cursor.attlist -->
    <!-- end of svg-cursor.mod -->
    <!-- Hyperlinking Module ......................................... -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Hyperlinking Module ........................................... -->
    <!--
      file: svg-hyperlink.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-hyperlink.mod,v 1.4 2002/11/14 15:11:02 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-hyperlink.mod"
      
      .......................................................................
    -->
    <!--
      Hyperlinking
      
         a
      
      This module declares markup to provide support for hyper linking.
    -->
    <!-- link to this target -->
    <define name="LinkTarget.datatype">
      <data type="NMTOKEN"/>
    </define>
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Hyperlink.class ............................... -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- a: Anchor Element ................................. -->
    <define name="SVG.a.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.a.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.a.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="a">
      <element name="ns3:a">
        <ref name="attlist.a"/>
        <ref name="SVG.a.content"/>
      </element>
    </define>
    <!-- end of SVG.a.element -->
    <define name="attlist.a" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.XLinkReplace.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="target">
          <ref name="LinkTarget.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.a.attlist -->
    <!-- end of svg-hyperlink.mod -->
    <!-- View Module ................................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 View Module ................................................... -->
    <!--
      file: svg-view.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-view.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 View//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-view.mod"
      
      .......................................................................
    -->
    <!--
      View
      
         view
      
      This module declares markup to provide support for view.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.View.class .................................... -->
    <!-- view: View Element ................................ -->
    <define name="SVG.view.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.view.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.view.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="view">
      <element name="ns3:view">
        <ref name="attlist.view"/>
        <ref name="SVG.view.content"/>
      </element>
    </define>
    <!-- end of SVG.view.element -->
    <define name="attlist.view" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="viewBox">
          <ref name="ViewBoxSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="preserveAspectRatio" a:defaultValue="xMidYMid meet">
          <ref name="PreserveAspectRatioSpec.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="zoomAndPan" a:defaultValue="magnify">
          <choice>
            <value>disable</value>
            <value>magnify</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="viewTarget"/>
      </optional>
    </define>
    <!-- end of SVG.view.attlist -->
    <!-- end of svg-view.mod -->
    <!-- Scripting Module ............................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Scripting Module .............................................. -->
    <!--
      file: svg-script.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-script.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Scripting//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-script.mod"
      
      .......................................................................
    -->
    <!--
      Scripting
      
         script
      
      This module declares markup to provide support for scripting.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Script.class .................................. -->
    <!-- script: Script Element ............................ -->
    <define name="SVG.script.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.script.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.script.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="script">
      <element name="ns3:script">
        <ref name="attlist.script"/>
        <ref name="SVG.script.content"/>
      </element>
    </define>
    <!-- end of SVG.script.element -->
    <define name="attlist.script" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.External.attrib"/>
      <attribute name="type">
        <ref name="ContentType.datatype"/>
      </attribute>
    </define>
    <!-- end of SVG.script.attlist -->
    <!-- end of svg-script.mod -->
    <!-- Animation Module ............................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Animation Module .............................................. -->
    <!--
      file: svg-animation.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-animation.mod,v 1.3 2002/10/24 17:40:14 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-animation.mod"
      
      .......................................................................
    -->
    <!--
      Animation
      
         animate, set, animateMotion, animateColor, animateTransform, mpath
      
      This module declares markup to provide support for animation.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Animation.class ............................... -->
    <!-- SVG.Animation.attrib .............................. -->
    <define name="SVG.Animation.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.Animation.attrib">
      <ref name="SVG.XLink.attrib"/>
      <ref name="SVG.Animation.extra.attrib"/>
    </define>
    <!-- SVG.AnimationAttribute.attrib ..................... -->
    <define name="SVG.AnimationAttribute.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.AnimationAttribute.attrib">
      <attribute name="attributeName"/>
      <optional>
        <attribute name="attributeType"/>
      </optional>
      <ref name="SVG.AnimationAttribute.extra.attrib"/>
    </define>
    <!-- SVG.AnimationTiming.attrib ........................ -->
    <define name="SVG.AnimationTiming.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.AnimationTiming.attrib">
      <optional>
        <attribute name="begin"/>
      </optional>
      <optional>
        <attribute name="dur"/>
      </optional>
      <optional>
        <attribute name="end"/>
      </optional>
      <optional>
        <attribute name="min"/>
      </optional>
      <optional>
        <attribute name="max"/>
      </optional>
      <optional>
        <attribute name="restart" a:defaultValue="always">
          <choice>
            <value>always</value>
            <value>never</value>
            <value>whenNotActive</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="repeatCount"/>
      </optional>
      <optional>
        <attribute name="repeatDur"/>
      </optional>
      <optional>
        <attribute name="fill" a:defaultValue="remove">
          <choice>
            <value>remove</value>
            <value>freeze</value>
          </choice>
        </attribute>
      </optional>
      <ref name="SVG.AnimationTiming.extra.attrib"/>
    </define>
    <!-- SVG.AnimationValue.attrib ......................... -->
    <define name="SVG.AnimationValue.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.AnimationValue.attrib">
      <optional>
        <attribute name="calcMode" a:defaultValue="linear">
          <choice>
            <value>discrete</value>
            <value>linear</value>
            <value>paced</value>
            <value>spline</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="values"/>
      </optional>
      <optional>
        <attribute name="keyTimes"/>
      </optional>
      <optional>
        <attribute name="keySplines"/>
      </optional>
      <optional>
        <attribute name="from"/>
      </optional>
      <optional>
        <attribute name="to"/>
      </optional>
      <optional>
        <attribute name="by"/>
      </optional>
      <ref name="SVG.AnimationValue.extra.attrib"/>
    </define>
    <!-- SVG.AnimationAddtion.attrib ....................... -->
    <define name="SVG.AnimationAddtion.extra.attrib">
      <empty/>
    </define>
    <define name="SVG.AnimationAddtion.attrib">
      <optional>
        <attribute name="additive" a:defaultValue="replace">
          <choice>
            <value>replace</value>
            <value>sum</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="accumulate" a:defaultValue="none">
          <choice>
            <value>none</value>
            <value>sum</value>
          </choice>
        </attribute>
      </optional>
      <ref name="SVG.AnimationAddtion.extra.attrib"/>
    </define>
    <!-- animate: Animate Element .......................... -->
    <define name="SVG.animate.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.animate.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.animate.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="animate">
      <element name="ns3:animate">
        <ref name="attlist.animate"/>
        <ref name="SVG.animate.content"/>
      </element>
    </define>
    <!-- end of SVG.animate.element -->
    <define name="attlist.animate" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.AnimationEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <ref name="SVG.Animation.attrib"/>
      <ref name="SVG.AnimationAttribute.attrib"/>
      <ref name="SVG.AnimationTiming.attrib"/>
      <ref name="SVG.AnimationValue.attrib"/>
      <ref name="SVG.AnimationAddtion.attrib"/>
    </define>
    <!-- end of SVG.animate.attlist -->
    <!-- set: Set Element .................................. -->
    <define name="SVG.set.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.set.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.set.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="set">
      <element name="ns3:set">
        <ref name="attlist.set"/>
        <ref name="SVG.set.content"/>
      </element>
    </define>
    <!-- end of SVG.set.element -->
    <define name="attlist.set" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.AnimationEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <ref name="SVG.Animation.attrib"/>
      <ref name="SVG.AnimationAttribute.attrib"/>
      <ref name="SVG.AnimationTiming.attrib"/>
      <optional>
        <attribute name="to"/>
      </optional>
    </define>
    <!-- end of SVG.set.attlist -->
    <!-- animateMotion: Animate Motion Element ............. -->
    <define name="SVG.animateMotion.extra.content">
      <empty/>
    </define>
    <define name="SVG.animateMotion.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <optional>
        <ref name="mpath"/>
      </optional>
      <ref name="SVG.animateMotion.extra.content"/>
    </define>
    <define name="animateMotion">
      <element name="ns3:animateMotion">
        <ref name="attlist.animateMotion"/>
        <ref name="SVG.animateMotion.content"/>
      </element>
    </define>
    <!-- end of SVG.animateMotion.element -->
    <define name="attlist.animateMotion" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.AnimationEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <ref name="SVG.Animation.attrib"/>
      <ref name="SVG.AnimationTiming.attrib"/>
      <ref name="SVG.AnimationAddtion.attrib"/>
      <optional>
        <attribute name="calcMode" a:defaultValue="paced">
          <choice>
            <value>discrete</value>
            <value>linear</value>
            <value>paced</value>
            <value>spline</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="values"/>
      </optional>
      <optional>
        <attribute name="keyTimes"/>
      </optional>
      <optional>
        <attribute name="keySplines"/>
      </optional>
      <optional>
        <attribute name="from"/>
      </optional>
      <optional>
        <attribute name="to"/>
      </optional>
      <optional>
        <attribute name="by"/>
      </optional>
      <optional>
        <attribute name="path"/>
      </optional>
      <optional>
        <attribute name="keyPoints"/>
      </optional>
      <optional>
        <attribute name="rotate"/>
      </optional>
      <optional>
        <attribute name="origin"/>
      </optional>
    </define>
    <!-- end of SVG.animateMotion.attlist -->
    <!-- animateColor: Animate Color Element ............... -->
    <define name="SVG.animateColor.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.animateColor.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.animateColor.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="animateColor">
      <element name="ns3:animateColor">
        <ref name="attlist.animateColor"/>
        <ref name="SVG.animateColor.content"/>
      </element>
    </define>
    <!-- end of SVG.animateColor.element -->
    <define name="attlist.animateColor" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.AnimationEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <ref name="SVG.Animation.attrib"/>
      <ref name="SVG.AnimationAttribute.attrib"/>
      <ref name="SVG.AnimationTiming.attrib"/>
      <ref name="SVG.AnimationValue.attrib"/>
      <ref name="SVG.AnimationAddtion.attrib"/>
    </define>
    <!-- end of SVG.animateColor.attlist -->
    <!-- animateTransform: Animate Transform Element ....... -->
    <define name="SVG.animateTransform.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.animateTransform.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.animateTransform.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="animateTransform">
      <element name="ns3:animateTransform">
        <ref name="attlist.animateTransform"/>
        <ref name="SVG.animateTransform.content"/>
      </element>
    </define>
    <!-- end of SVG.animateTransform.element -->
    <define name="attlist.animateTransform" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.AnimationEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <ref name="SVG.Animation.attrib"/>
      <ref name="SVG.AnimationAttribute.attrib"/>
      <ref name="SVG.AnimationTiming.attrib"/>
      <ref name="SVG.AnimationValue.attrib"/>
      <ref name="SVG.AnimationAddtion.attrib"/>
      <optional>
        <attribute name="type" a:defaultValue="translate">
          <choice>
            <value>translate</value>
            <value>scale</value>
            <value>rotate</value>
            <value>skewX</value>
            <value>skewY</value>
          </choice>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.animateTransform.attlist -->
    <!-- mpath: Motion Path Element ........................ -->
    <define name="SVG.mpath.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.mpath.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.mpath.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="mpath">
      <element name="ns3:mpath">
        <ref name="attlist.mpath"/>
        <ref name="SVG.mpath.content"/>
      </element>
    </define>
    <!-- end of SVG.mpath.element -->
    <define name="attlist.mpath" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.XLinkRequired.attrib"/>
      <ref name="SVG.External.attrib"/>
    </define>
    <!-- end of SVG.mpath.attlist -->
    <!-- end of svg-animation.mod -->
    <!-- Font Module ................................................. -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Font Module ................................................... -->
    <!--
      file: svg-font.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-font.mod,v 1.4 2002/11/14 15:11:02 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Font//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-font.mod"
      
      .......................................................................
    -->
    <!--
      Font
      
         font, font-face, glyph, missing-glyph, hkern, vkern, font-face-src,
         font-face-uri, font-face-format, font-face-name, definition-src
      
      This module declares markup to provide support for template.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Font.class .................................... -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- font: Font Element ................................ -->
    <define name="SVG.font.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.font.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <ref name="font-face"/>
      <ref name="missing-glyph"/>
      <zeroOrMore>
        <choice>
          <ref name="glyph"/>
          <ref name="hkern"/>
          <ref name="vkern"/>
          <ref name="SVG.font.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="font">
      <element name="ns3:font">
        <ref name="attlist.font"/>
        <ref name="SVG.font.content"/>
      </element>
    </define>
    <!-- end of SVG.font.element -->
    <define name="attlist.font" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="horiz-origin-x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="horiz-origin-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <attribute name="horiz-adv-x">
        <ref name="Number.datatype"/>
      </attribute>
      <optional>
        <attribute name="vert-origin-x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-origin-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-adv-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.font.attlist -->
    <!-- font-face: Font Face Element ...................... -->
    <define name="SVG.font-face.extra.content">
      <empty/>
    </define>
    <define name="SVG.font-face.content">
      <zeroOrMore>
        <ref name="SVG.Description.class"/>
      </zeroOrMore>
      <optional>
        <ref name="font-face-src"/>
      </optional>
      <optional>
        <ref name="definition-src"/>
      </optional>
      <ref name="SVG.font-face.extra.content"/>
    </define>
    <define name="font-face">
      <element name="ns3:font-face">
        <ref name="attlist.font-face"/>
        <ref name="SVG.font-face.content"/>
      </element>
    </define>
    <!-- end of SVG.font-face.element -->
    <define name="attlist.font-face" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="font-family"/>
      </optional>
      <optional>
        <attribute name="font-style"/>
      </optional>
      <optional>
        <attribute name="font-variant"/>
      </optional>
      <optional>
        <attribute name="font-weight"/>
      </optional>
      <optional>
        <attribute name="font-stretch"/>
      </optional>
      <optional>
        <attribute name="font-size"/>
      </optional>
      <optional>
        <attribute name="unicode-range"/>
      </optional>
      <optional>
        <attribute name="units-per-em">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="panose-1"/>
      </optional>
      <optional>
        <attribute name="stemv">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="stemh">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="slope">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="cap-height">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="x-height">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="accent-height">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="ascent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="descent">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="widths"/>
      </optional>
      <optional>
        <attribute name="bbox"/>
      </optional>
      <optional>
        <attribute name="ideographic">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="alphabetic">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="mathematical">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="hanging">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="v-ideographic">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="v-alphabetic">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="v-mathematical">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="v-hanging">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="underline-position">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="underline-thickness">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="strikethrough-position">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="strikethrough-thickness">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="overline-position">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="overline-thickness">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.font-face.attlist -->
    <!-- glyph: Glyph Element .............................. -->
    <define name="SVG.glyph.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.glyph.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.glyph.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="glyph">
      <element name="ns3:glyph">
        <ref name="attlist.glyph"/>
        <ref name="SVG.glyph.content"/>
      </element>
    </define>
    <!-- end of SVG.glyph.element -->
    <define name="attlist.glyph" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <optional>
        <attribute name="unicode"/>
      </optional>
      <optional>
        <attribute name="glyph-name"/>
      </optional>
      <optional>
        <attribute name="d">
          <ref name="PathData.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="orientation"/>
      </optional>
      <optional>
        <attribute name="arabic-form"/>
      </optional>
      <optional>
        <attribute name="lang">
          <ref name="LanguageCodes.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="horiz-adv-x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-origin-x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-origin-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-adv-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.glyph.attlist -->
    <!-- missing-glyph: Missing Glyph Element .............. -->
    <define name="SVG.missing-glyph.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.missing-glyph.content">
      <zeroOrMore>
        <choice>
          <ref name="SVG.Description.class"/>
          <ref name="SVG.Animation.class"/>
          <ref name="SVG.Structure.class"/>
          <ref name="SVG.Conditional.class"/>
          <ref name="SVG.Image.class"/>
          <ref name="SVG.Style.class"/>
          <ref name="SVG.Shape.class"/>
          <ref name="SVG.Text.class"/>
          <ref name="SVG.Marker.class"/>
          <ref name="SVG.ColorProfile.class"/>
          <ref name="SVG.Gradient.class"/>
          <ref name="SVG.Pattern.class"/>
          <ref name="SVG.Clip.class"/>
          <ref name="SVG.Mask.class"/>
          <ref name="SVG.Filter.class"/>
          <ref name="SVG.Cursor.class"/>
          <ref name="SVG.Hyperlink.class"/>
          <ref name="SVG.View.class"/>
          <ref name="SVG.Script.class"/>
          <ref name="SVG.Font.class"/>
          <ref name="SVG.missing-glyph.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="missing-glyph">
      <element name="ns3:missing-glyph">
        <ref name="attlist.missing-glyph"/>
        <ref name="SVG.missing-glyph.content"/>
      </element>
    </define>
    <!-- end of SVG.missing-glyph.element -->
    <define name="attlist.missing-glyph" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <optional>
        <attribute name="d">
          <ref name="PathData.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="horiz-adv-x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-origin-x">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-origin-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="vert-adv-y">
          <ref name="Number.datatype"/>
        </attribute>
      </optional>
    </define>
    <!-- end of SVG.missing-glyph.attlist -->
    <!-- hkern: Horizontal Kerning Element ................. -->
    <define name="SVG.hkern.content">
      <empty/>
    </define>
    <define name="hkern">
      <element name="ns3:hkern">
        <ref name="attlist.hkern"/>
        <ref name="SVG.hkern.content"/>
      </element>
    </define>
    <!-- end of SVG.hkern.element -->
    <define name="attlist.hkern" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="u1"/>
      </optional>
      <optional>
        <attribute name="g1"/>
      </optional>
      <optional>
        <attribute name="u2"/>
      </optional>
      <optional>
        <attribute name="g2"/>
      </optional>
      <attribute name="k">
        <ref name="Number.datatype"/>
      </attribute>
    </define>
    <!-- end of SVG.hkern.attlist -->
    <!-- vkern: Vertical Kerning Element ................... -->
    <define name="SVG.vkern.content">
      <empty/>
    </define>
    <define name="vkern">
      <element name="ns3:vkern">
        <ref name="attlist.vkern"/>
        <ref name="SVG.vkern.content"/>
      </element>
    </define>
    <!-- end of SVG.vkern.element -->
    <define name="attlist.vkern" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="u1"/>
      </optional>
      <optional>
        <attribute name="g1"/>
      </optional>
      <optional>
        <attribute name="u2"/>
      </optional>
      <optional>
        <attribute name="g2"/>
      </optional>
      <attribute name="k">
        <ref name="Number.datatype"/>
      </attribute>
    </define>
    <!-- end of SVG.vkern.attlist -->
    <!-- font-face-src: Font Face Source Element ........... -->
    <define name="SVG.font-face-src.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.font-face-src.content">
      <oneOrMore>
        <choice>
          <ref name="font-face-uri"/>
          <ref name="font-face-name"/>
          <ref name="SVG.font-face-src.extra.content"/>
        </choice>
      </oneOrMore>
    </define>
    <define name="font-face-src">
      <element name="ns3:font-face-src">
        <ref name="attlist.font-face-src"/>
        <ref name="SVG.font-face-src.content"/>
      </element>
    </define>
    <!-- end of SVG.font-face-src.element -->
    <define name="attlist.font-face-src" combine="interleave">
      <ref name="SVG.Core.attrib"/>
    </define>
    <!-- end of SVG.font-face-src.attlist -->
    <!-- font-face-uri: Font Face URI Element .............. -->
    <define name="SVG.font-face-uri.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.font-face-uri.content">
      <zeroOrMore>
        <choice>
          <ref name="font-face-format"/>
          <ref name="SVG.font-face-uri.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="font-face-uri">
      <element name="ns3:font-face-uri">
        <ref name="attlist.font-face-uri"/>
        <ref name="SVG.font-face-uri.content"/>
      </element>
    </define>
    <!-- end of SVG.font-face-uri.element -->
    <define name="attlist.font-face-uri" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.XLinkRequired.attrib"/>
    </define>
    <!-- end of SVG.font-face-uri.attlist -->
    <!-- font-face-format: Font Face Format Element ........ -->
    <define name="SVG.font-face-format.content">
      <empty/>
    </define>
    <define name="font-face-format">
      <element name="ns3:font-face-format">
        <ref name="attlist.font-face-format"/>
        <ref name="SVG.font-face-format.content"/>
      </element>
    </define>
    <!-- end of SVG.font-face-format.element -->
    <define name="attlist.font-face-format" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="string"/>
      </optional>
    </define>
    <!-- end of SVG.font-face-format.attlist -->
    <!-- font-face-name: Font Face Name Element ............ -->
    <define name="SVG.font-face-name.content">
      <empty/>
    </define>
    <define name="font-face-name">
      <element name="ns3:font-face-name">
        <ref name="attlist.font-face-name"/>
        <ref name="SVG.font-face-name.content"/>
      </element>
    </define>
    <!-- end of SVG.font-face-name.element -->
    <define name="attlist.font-face-name" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <optional>
        <attribute name="name"/>
      </optional>
    </define>
    <!-- end of SVG.font-face-name.attlist -->
    <!-- definition-src: Definition Source Element ......... -->
    <define name="SVG.definition-src.content">
      <empty/>
    </define>
    <define name="definition-src">
      <element name="ns3:definition-src">
        <ref name="attlist.definition-src"/>
        <ref name="SVG.definition-src.content"/>
      </element>
    </define>
    <!-- end of SVG.definition-src.element -->
    <define name="attlist.definition-src" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.XLinkRequired.attrib"/>
    </define>
    <!-- end of SVG.definition-src.attlist -->
    <!-- end of svg-font.mod -->
    <!-- Extensibility Module ........................................ -->
    <!-- ....................................................................... -->
    <!-- SVG 1.1 Extensibility Module .......................................... -->
    <!--
      file: svg-extensibility.mod
      
      This is SVG, a language for describing two-dimensional graphics in XML.
      Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
      Revision: $Id: svg-extensibility.mod,v 1.4 2002/11/14 15:11:02 fujisawa Exp $
      
      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
      
         PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN"
         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extensibility.mod"
      
      .......................................................................
    -->
    <!--
      Extensibility
      
         foreignObject
      
      This module declares markup to provide support for extensibility.
    -->
    <!-- Qualified Names (Default) ......................... -->
    <!-- Attribute Collections (Default) ................... -->
    <!-- SVG.Extensibility.class ........................... -->
    <!-- SVG.Presentation.attrib ........................... -->
    <!-- foreignObject: Foreign Object Element ............. -->
    <define name="SVG.foreignObject.extra.content">
      <notAllowed/>
    </define>
    <define name="SVG.foreignObject.content">
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="SVG.foreignObject.extra.content"/>
        </choice>
      </zeroOrMore>
    </define>
    <define name="foreignObject">
      <element name="ns3:foreignObject">
        <ref name="attlist.foreignObject"/>
        <ref name="SVG.foreignObject.content"/>
      </element>
    </define>
    <!-- end of SVG.foreignObject.element -->
    <define name="attlist.foreignObject" combine="interleave">
      <ref name="SVG.Core.attrib"/>
      <ref name="SVG.Conditional.attrib"/>
      <ref name="SVG.Style.attrib"/>
      <ref name="SVG.Presentation.attrib"/>
      <ref name="SVG.GraphicalEvents.attrib"/>
      <ref name="SVG.External.attrib"/>
      <optional>
        <attribute name="x">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="y">
          <ref name="Coordinate.datatype"/>
        </attribute>
      </optional>
      <attribute name="width">
        <ref name="Length.datatype"/>
      </attribute>
      <attribute name="height">
        <ref name="Length.datatype"/>
      </attribute>
      <optional>
        <attribute name="transform">
          <ref name="TransformList.datatype"/>
        </attribute>
      </optional>
    </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"/>
      </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_macro.xtext">
    <zeroOrMore>
      <choice>
        <text/>
        <ref name="TEI_model.gLike"/>
      </choice>
    </zeroOrMore>
  </define>
  <define name="TEI_macro.schemaPattern">
    <choice>
      <text/>
      <oneOrMore>
        <ref name="pattern"/>
      </oneOrMore>
    </choice>
    <zeroOrMore>
      <ref name="TEI_anySchematron"/>
    </zeroOrMore>
  </define>
  <define name="TEI_anyTEI">
    <element>
      <choice>
        <name>teix:TEI</name>
        <name>teix:ab</name>
        <name>teix:abbr</name>
        <name>teix:accMat</name>
        <name>teix:acquisition</name>
        <name>teix:activity</name>
        <name>teix:actor</name>
        <name>teix:add</name>
        <name>teix:addName</name>
        <name>teix:addSpan</name>
        <name>teix:additional</name>
        <name>teix:additions</name>
        <name>teix:addrLine</name>
        <name>teix:address</name>
        <name>teix:adminInfo</name>
        <name>teix:affiliation</name>
        <name>teix:age</name>
        <name>teix:alt</name>
        <name>teix:altGrp</name>
        <name>teix:altIdent</name>
        <name>teix:altIdentifier</name>
        <name>teix:am</name>
        <name>teix:analytic</name>
        <name>teix:anchor</name>
        <name>teix:app</name>
        <name>teix:appInfo</name>
        <name>teix:application</name>
        <name>teix:arc</name>
        <name>teix:argument</name>
        <name>teix:att</name>
        <name>teix:attDef</name>
        <name>teix:attList</name>
        <name>teix:attRef</name>
        <name>teix:author</name>
        <name>teix:authority</name>
        <name>teix:availability</name>
        <name>teix:back</name>
        <name>teix:bibl</name>
        <name>teix:biblFull</name>
        <name>teix:biblScope</name>
        <name>teix:biblStruct</name>
        <name>teix:bicond</name>
        <name>teix:binary</name>
        <name>teix:binaryObject</name>
        <name>teix:binding</name>
        <name>teix:bindingDesc</name>
        <name>teix:birth</name>
        <name>teix:bloc</name>
        <name>teix:body</name>
        <name>teix:broadcast</name>
        <name>teix:byline</name>
        <name>teix:c</name>
        <name>teix:cRefPattern</name>
        <name>teix:caesura</name>
        <name>teix:camera</name>
        <name>teix:caption</name>
        <name>teix:case</name>
        <name>teix:castGroup</name>
        <name>teix:castItem</name>
        <name>teix:castList</name>
        <name>teix:catDesc</name>
        <name>teix:catRef</name>
        <name>teix:catchwords</name>
        <name>teix:category</name>
        <name>teix:cb</name>
        <name>teix:cell</name>
        <name>teix:certainty</name>
        <name>teix:change</name>
        <name>teix:channel</name>
        <name>teix:char</name>
        <name>teix:charDecl</name>
        <name>teix:charName</name>
        <name>teix:charProp</name>
        <name>teix:choice</name>
        <name>teix:cit</name>
        <name>teix:cl</name>
        <name>teix:classCode</name>
        <name>teix:classDecl</name>
        <name>teix:classSpec</name>
        <name>teix:classes</name>
        <name>teix:climate</name>
        <name>teix:closer</name>
        <name>teix:code</name>
        <name>teix:collation</name>
        <name>teix:collection</name>
        <name>teix:colloc</name>
        <name>teix:colophon</name>
        <name>teix:cond</name>
        <name>teix:condition</name>
        <name>teix:constitution</name>
        <name>teix:content</name>
        <name>teix:corr</name>
        <name>teix:correction</name>
        <name>teix:country</name>
        <name>teix:creation</name>
        <name>teix:custEvent</name>
        <name>teix:custodialHist</name>
        <name>teix:damage</name>
        <name>teix:damageSpan</name>
        <name>teix:datatype</name>
        <name>teix:date</name>
        <name>teix:dateline</name>
        <name>teix:death</name>
        <name>teix:decoDesc</name>
        <name>teix:decoNote</name>
        <name>teix:def</name>
        <name>teix:default</name>
        <name>teix:defaultVal</name>
        <name>teix:del</name>
        <name>teix:delSpan</name>
        <name>teix:depth</name>
        <name>teix:derivation</name>
        <name>teix:desc</name>
        <name>teix:dictScrap</name>
        <name>teix:dimensions</name>
        <name>teix:distinct</name>
        <name>teix:distributor</name>
        <name>teix:district</name>
        <name>teix:div</name>
        <name>teix:div1</name>
        <name>teix:div2</name>
        <name>teix:div3</name>
        <name>teix:div4</name>
        <name>teix:div5</name>
        <name>teix:div6</name>
        <name>teix:div7</name>
        <name>teix:divGen</name>
        <name>teix:docAuthor</name>
        <name>teix:docDate</name>
        <name>teix:docEdition</name>
        <name>teix:docImprint</name>
        <name>teix:docTitle</name>
        <name>teix:domain</name>
        <name>teix:eLeaf</name>
        <name>teix:eTree</name>
        <name>teix:edition</name>
        <name>teix:editionStmt</name>
        <name>teix:editor</name>
        <name>teix:editorialDecl</name>
        <name>teix:education</name>
        <name>teix:eg</name>
        <name>teix:egXML</name>
        <name>teix:elementSpec</name>
        <name>teix:email</name>
        <name>teix:emph</name>
        <name>teix:encodingDesc</name>
        <name>teix:entry</name>
        <name>teix:entryFree</name>
        <name>teix:epigraph</name>
        <name>teix:epilogue</name>
        <name>teix:equipment</name>
        <name>teix:equiv</name>
        <name>teix:etym</name>
        <name>teix:event</name>
        <name>teix:ex</name>
        <name>teix:exemplum</name>
        <name>teix:expan</name>
        <name>teix:explicit</name>
        <name>teix:extent</name>
        <name>teix:f</name>
        <name>teix:fDecl</name>
        <name>teix:fDescr</name>
        <name>teix:fLib</name>
        <name>teix:facsimile</name>
        <name>teix:factuality</name>
        <name>teix:faith</name>
        <name>teix:figDesc</name>
        <name>teix:figure</name>
        <name>teix:fileDesc</name>
        <name>teix:filiation</name>
        <name>teix:finalRubric</name>
        <name>teix:floatingText</name>
        <name>teix:floruit</name>
        <name>teix:foliation</name>
        <name>teix:foreign</name>
        <name>teix:forename</name>
        <name>teix:forest</name>
        <name>teix:forestGrp</name>
        <name>teix:form</name>
        <name>teix:formula</name>
        <name>teix:front</name>
        <name>teix:fs</name>
        <name>teix:fsConstraints</name>
        <name>teix:fsDecl</name>
        <name>teix:fsDescr</name>
        <name>teix:fsdDecl</name>
        <name>teix:fsdLink</name>
        <name>teix:funder</name>
        <name>teix:fvLib</name>
        <name>teix:fw</name>
        <name>teix:g</name>
        <name>teix:gap</name>
        <name>teix:gen</name>
        <name>teix:genName</name>
        <name>teix:geo</name>
        <name>teix:geoDecl</name>
        <name>teix:geogFeat</name>
        <name>teix:geogName</name>
        <name>teix:gi</name>
        <name>teix:gloss</name>
        <name>teix:glyph</name>
        <name>teix:glyphName</name>
        <name>teix:gram</name>
        <name>teix:gramGrp</name>
        <name>teix:graph</name>
        <name>teix:graphic</name>
        <name>teix:group</name>
        <name>teix:handDesc</name>
        <name>teix:handNote</name>
        <name>teix:handNotes</name>
        <name>teix:handShift</name>
        <name>teix:head</name>
        <name>teix:headItem</name>
        <name>teix:headLabel</name>
        <name>teix:height</name>
        <name>teix:heraldry</name>
        <name>teix:hi</name>
        <name>teix:history</name>
        <name>teix:hom</name>
        <name>teix:hyph</name>
        <name>teix:hyphenation</name>
        <name>teix:iNode</name>
        <name>teix:iType</name>
        <name>teix:ident</name>
        <name>teix:idno</name>
        <name>teix:if</name>
        <name>teix:iff</name>
        <name>teix:imprimatur</name>
        <name>teix:imprint</name>
        <name>teix:incident</name>
        <name>teix:incipit</name>
        <name>teix:index</name>
        <name>teix:institution</name>
        <name>teix:interaction</name>
        <name>teix:interp</name>
        <name>teix:interpGrp</name>
        <name>teix:interpretation</name>
        <name>teix:item</name>
        <name>teix:join</name>
        <name>teix:joinGrp</name>
        <name>teix:keywords</name>
        <name>teix:kinesic</name>
        <name>teix:l</name>
        <name>teix:label</name>
        <name>teix:lacunaEnd</name>
        <name>teix:lacunaStart</name>
        <name>teix:lang</name>
        <name>teix:langKnowledge</name>
        <name>teix:langKnown</name>
        <name>teix:langUsage</name>
        <name>teix:language</name>
        <name>teix:layout</name>
        <name>teix:layoutDesc</name>
        <name>teix:lb</name>
        <name>teix:lbl</name>
        <name>teix:leaf</name>
        <name>teix:lem</name>
        <name>teix:lg</name>
        <name>teix:link</name>
        <name>teix:linkGrp</name>
        <name>teix:list</name>
        <name>teix:listBibl</name>
        <name>teix:listNym</name>
        <name>teix:listOrg</name>
        <name>teix:listPerson</name>
        <name>teix:listPlace</name>
        <name>teix:listRef</name>
        <name>teix:listWit</name>
        <name>teix:localName</name>
        <name>teix:locale</name>
        <name>teix:location</name>
        <name>teix:locus</name>
        <name>teix:m</name>
        <name>teix:macroSpec</name>
        <name>teix:mapping</name>
        <name>teix:material</name>
        <name>teix:measure</name>
        <name>teix:measureGrp</name>
        <name>teix:meeting</name>
        <name>teix:memberOf</name>
        <name>teix:mentioned</name>
        <name>teix:metDecl</name>
        <name>teix:metSym</name>
        <name>teix:milestone</name>
        <name>teix:moduleRef</name>
        <name>teix:moduleSpec</name>
        <name>teix:monogr</name>
        <name>teix:mood</name>
        <name>teix:move</name>
        <name>teix:msContents</name>
        <name>teix:msDesc</name>
        <name>teix:msIdentifier</name>
        <name>teix:msItem</name>
        <name>teix:msItemStruct</name>
        <name>teix:msName</name>
        <name>teix:msPart</name>
        <name>teix:musicNotation</name>
        <name>teix:name</name>
        <name>teix:nameLink</name>
        <name>teix:namespace</name>
        <name>teix:nationality</name>
        <name>teix:node</name>
        <name>teix:normalization</name>
        <name>teix:note</name>
        <name>teix:notesStmt</name>
        <name>teix:num</name>
        <name>teix:number</name>
        <name>teix:numeric</name>
        <name>teix:nym</name>
        <name>teix:oRef</name>
        <name>teix:oVar</name>
        <name>teix:objectDesc</name>
        <name>teix:occupation</name>
        <name>teix:offset</name>
        <name>teix:opener</name>
        <name>teix:org</name>
        <name>teix:orgName</name>
        <name>teix:orig</name>
        <name>teix:origDate</name>
        <name>teix:origPlace</name>
        <name>teix:origin</name>
        <name>teix:orth</name>
        <name>teix:p</name>
        <name>teix:pRef</name>
        <name>teix:pVar</name>
        <name>teix:particDesc</name>
        <name>teix:pause</name>
        <name>teix:pb</name>
        <name>teix:per</name>
        <name>teix:performance</name>
        <name>teix:persName</name>
        <name>teix:person</name>
        <name>teix:personGrp</name>
        <name>teix:phr</name>
        <name>teix:physDesc</name>
        <name>teix:place</name>
        <name>teix:placeName</name>
        <name>teix:population</name>
        <name>teix:pos</name>
        <name>teix:postBox</name>
        <name>teix:postCode</name>
        <name>teix:postscript</name>
        <name>teix:preparedness</name>
        <name>teix:principal</name>
        <name>teix:profileDesc</name>
        <name>teix:projectDesc</name>
        <name>teix:prologue</name>
        <name>teix:pron</name>
        <name>teix:provenance</name>
        <name>teix:ptr</name>
        <name>teix:pubPlace</name>
        <name>teix:publicationStmt</name>
        <name>teix:publisher</name>
        <name>teix:purpose</name>
        <name>teix:q</name>
        <name>teix:quotation</name>
        <name>teix:quote</name>
        <name>teix:rdg</name>
        <name>teix:rdgGrp</name>
        <name>teix:re</name>
        <name>teix:recordHist</name>
        <name>teix:recording</name>
        <name>teix:recordingStmt</name>
        <name>teix:ref</name>
        <name>teix:refState</name>
        <name>teix:refsDecl</name>
        <name>teix:reg</name>
        <name>teix:region</name>
        <name>teix:relatedItem</name>
        <name>teix:relation</name>
        <name>teix:relationGrp</name>
        <name>teix:remarks</name>
        <name>teix:rendition</name>
        <name>teix:repository</name>
        <name>teix:residence</name>
        <name>teix:resp</name>
        <name>teix:respStmt</name>
        <name>teix:respons</name>
        <name>teix:restore</name>
        <name>teix:revisionDesc</name>
        <name>teix:rhyme</name>
        <name>teix:role</name>
        <name>teix:roleDesc</name>
        <name>teix:roleName</name>
        <name>teix:root</name>
        <name>teix:row</name>
        <name>teix:rs</name>
        <name>teix:rubric</name>
        <name>teix:s</name>
        <name>teix:said</name>
        <name>teix:salute</name>
        <name>teix:samplingDecl</name>
        <name>teix:schemaSpec</name>
        <name>teix:scriptStmt</name>
        <name>teix:seal</name>
        <name>teix:sealDesc</name>
        <name>teix:secFol</name>
        <name>teix:seg</name>
        <name>teix:segmentation</name>
        <name>teix:sense</name>
        <name>teix:series</name>
        <name>teix:seriesStmt</name>
        <name>teix:set</name>
        <name>teix:setting</name>
        <name>teix:settingDesc</name>
        <name>teix:settlement</name>
        <name>teix:sex</name>
        <name>teix:shift</name>
        <name>teix:sic</name>
        <name>teix:signatures</name>
        <name>teix:signed</name>
        <name>teix:soCalled</name>
        <name>teix:socecStatus</name>
        <name>teix:sound</name>
        <name>teix:source</name>
        <name>teix:sourceDesc</name>
        <name>teix:sp</name>
        <name>teix:space</name>
        <name>teix:span</name>
        <name>teix:spanGrp</name>
        <name>teix:speaker</name>
        <name>teix:specDesc</name>
        <name>teix:specGrp</name>
        <name>teix:specGrpRef</name>
        <name>teix:specList</name>
        <name>teix:sponsor</name>
        <name>teix:stage</name>
        <name>teix:stamp</name>
        <name>teix:state</name>
        <name>teix:stdVals</name>
        <name>teix:street</name>
        <name>teix:stress</name>
        <name>teix:string</name>
        <name>teix:stringVal</name>
        <name>teix:subc</name>
        <name>teix:subst</name>
        <name>teix:summary</name>
        <name>teix:superEntry</name>
        <name>teix:supplied</name>
        <name>teix:support</name>
        <name>teix:supportDesc</name>
        <name>teix:surface</name>
        <name>teix:surname</name>
        <name>teix:surrogates</name>
        <name>teix:syll</name>
        <name>teix:symbol</name>
        <name>teix:table</name>
        <name>teix:tag</name>
        <name>teix:tagUsage</name>
        <name>teix:tagsDecl</name>
        <name>teix:taxonomy</name>
        <name>teix:tech</name>
        <name>teix:teiCorpus</name>
        <name>teix:teiHeader</name>
        <name>teix:term</name>
        <name>teix:terrain</name>
        <name>teix:text</name>
        <name>teix:textClass</name>
        <name>teix:textDesc</name>
        <name>teix:textLang</name>
        <name>teix:then</name>
        <name>teix:time</name>
        <name>teix:timeline</name>
        <name>teix:title</name>
        <name>teix:titlePage</name>
        <name>teix:titlePart</name>
        <name>teix:titleStmt</name>
        <name>teix:tns</name>
        <name>teix:trailer</name>
        <name>teix:trait</name>
        <name>teix:tree</name>
        <name>teix:triangle</name>
        <name>teix:u</name>
        <name>teix:unclear</name>
        <name>teix:unicodeName</name>
        <name>teix:usg</name>
        <name>teix:vAlt</name>
        <name>teix:vColl</name>
        <name>teix:vDefault</name>
        <name>teix:vLabel</name>
        <name>teix:vMerge</name>
        <name>teix:vNot</name>
        <name>teix:vRange</name>
        <name>teix:val</name>
        <name>teix:valDesc</name>
        <name>teix:valItem</name>
        <name>teix:valList</name>
        <name>teix:value</name>
        <name>teix:variantEncoding</name>
        <name>teix:view</name>
        <name>teix:vocal</name>
        <name>teix:w</name>
        <name>teix:watermark</name>
        <name>teix:when</name>
        <name>teix:width</name>
        <name>teix:wit</name>
        <name>teix:witDetail</name>
        <name>teix:witEnd</name>
        <name>teix:witStart</name>
        <name>teix:witness</name>
        <name>teix:writing</name>
        <name>teix:xr</name>
        <name>teix:zone</name>
      </choice>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.xmllang"/>
      <zeroOrMore>
        <attribute>
          <anyName>
            <except>
              <name>xml:id</name>
              <name>xml:lang</name>
            </except>
          </anyName>
        </attribute>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_anyTEI"/>
          <ref name="TEI_macro.schemaPattern"/>
          <ref name="mathml.math"/>
        </choice>
      </zeroOrMore>
    </element>
  </define>
  <define name="TEI_anySchematron">
    <element>
      <nsName ns="http://www.ascc.net/xml/schematron"/>
      <zeroOrMore>
        <choice>
          <attribute>
            <anyName/>
          </attribute>
          <ref name="TEI_anySchematron"/>
          <text/>
        </choice>
      </zeroOrMore>
    </element>
  </define>
  <define name="TEI_anyAlien">
    <element>
      <nsName ns="http://www.example.org/ns/nonTEI"/>
      <zeroOrMore>
        <attribute>
          <anyName/>
          <data type="token"/>
        </attribute>
      </zeroOrMore>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.ascribed.attributes">
    <ref name="att.ascribed.attribute.who"/>
    <empty/>
  </define>
  <define name="att.ascribed.attribute.who">
    <optional>
      <attribute name="who">
        <a:documentation>indicates the person, or group of
	people, to whom the element content is ascribed.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.damaged.attributes">
    <ref name="att.damaged.attribute.extent"/>
    <ref name="att.damaged.attribute.hand"/>
    <ref name="att.damaged.attribute.agent"/>
    <ref name="att.damaged.attribute.degree"/>
    <ref name="att.damaged.attribute.group"/>
    <empty/>
  </define>
  <define name="att.damaged.attribute.extent">
    <optional>
      <attribute name="extent">
        <a:documentation>indicates approximately how much text is in the damaged area,
in letters, minims, inches, or any appropriate unit, where this
cannot be deduced from the contents of the tag.  </a:documentation>
        <list>
          <oneOrMore>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.damaged.attribute.hand">
    <optional>
      <attribute name="hand">
        <a:documentation>In the case of damage (deliberate defacement, etc.) assignable
to a distinct hand, signifies the hand responsible for the
damage.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.damaged.attribute.agent">
    <optional>
      <attribute name="agent">
        <a:documentation>categorizes the cause of the damage, if it can be identified.
Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.damaged.attribute.degree">
    <optional>
      <attribute name="degree">
        <a:documentation>Signifies the degree of damage according to a convenient scale.
The damage tag with the degree attribute should
only be used where the text may be read with some confidence; text
supplied from other sources should be tagged as supplied.</a:documentation>
      </attribute>
    </optional>
  </define>
  <define name="att.damaged.attribute.group">
    <optional>
      <attribute name="group">
        <a:documentation>assigns an arbitrary number to each stretch of damage
      regarded as forming part of the same physical phenomenon.</a:documentation>
        <data type="nonNegativeInteger"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.datable.w3c.attributes">
    <ref name="att.datable.w3c.attribute.period"/>
    <ref name="att.datable.w3c.attribute.when"/>
    <ref name="att.datable.w3c.attribute.notBefore"/>
    <ref name="att.datable.w3c.attribute.notAfter"/>
    <ref name="att.datable.w3c.attribute.from"/>
    <ref name="att.datable.w3c.attribute.to"/>
    <empty/>
  </define>
  <define name="att.datable.w3c.attribute.period">
    <optional>
      <attribute name="period">
        <a:documentation>supplies a pointer to some location defining a named
      period of time within which the datable item is understood to
      have occurred.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.w3c.attribute.when">
    <optional>
      <attribute name="when">
        <a:documentation>supplies the value of a date or time in a standard form.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.w3c.attribute.notBefore">
    <optional>
      <attribute name="notBefore">
        <a:documentation>specifies the earliest possible date for the event in
	  standard form, e.g. yyyy-mm-dd.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.w3c.attribute.notAfter">
    <optional>
      <attribute name="notAfter">
        <a:documentation>specifies the latest possible date for the event in
	  standard form, e.g. yyyy-mm-dd.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.w3c.attribute.from">
    <optional>
      <attribute name="from">
        <a:documentation>indicates the starting point of the period in standard form.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.w3c.attribute.to">
    <optional>
      <attribute name="to">
        <a:documentation>indicates the ending point of the period in standard
	  form.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.datable.attributes">
    <empty/>
  </define>
  <define name="TEI_att.declarable.attributes">
    <ref name="att.declarable.attribute.default"/>
    <empty/>
  </define>
  <define name="att.declarable.attribute.default">
    <optional>
      <attribute 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="att.declaring.attribute.decls"/>
    <empty/>
  </define>
  <define name="att.declaring.attribute.decls">
    <optional>
      <attribute name="decls">
        <a:documentation>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>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.divLike.attributes">
    <ref name="att.divLike.attribute.org"/>
    <ref name="att.divLike.attribute.sample"/>
    <ref name="att.divLike.attribute.part"/>
    <empty/>
  </define>
  <define name="att.divLike.attribute.org">
    <optional>
      <attribute 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>composite content: i.e. 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>uniform content: i.e. 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="att.divLike.attribute.sample">
    <optional>
      <attribute 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="att.divLike.attribute.part">
    <optional>
      <attribute name="part" a:defaultValue="N">
        <a:documentation>specifies whether or not the division is fragmented by
		some other structural element, for example a speech which is
		divided between two or more verse stanzas.</a:documentation>
        <choice>
          <value>Y</value>
          <a:documentation>(yes) the division is incomplete in some respect</a:documentation>
          <value>N</value>
          <a:documentation>(no) either the division is complete, or no claim is made as to its completeness.</a:documentation>
          <value>I</value>
          <a:documentation>(initial) the initial part of an incomplete division</a:documentation>
          <value>M</value>
          <a:documentation>(medial) a medial part of an incomplete division</a:documentation>
          <value>F</value>
          <a:documentation>(final) the final part of an incomplete division</a:documentation>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.duration.w3c.attributes">
    <ref name="att.duration.w3c.attribute.dur"/>
    <empty/>
  </define>
  <define name="att.duration.w3c.attribute.dur">
    <optional>
      <attribute name="dur">
        <a:documentation>(duration) indicates the length of this element in time.</a:documentation>
        <data type="duration"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.editLike.attributes">
    <ref name="att.editLike.attribute.cert"/>
    <ref name="att.editLike.attribute.resp"/>
    <ref name="att.editLike.attribute.evidence"/>
    <ref name="att.editLike.attribute.source"/>
    <empty/>
  </define>
  <define name="att.editLike.attribute.cert">
    <optional>
      <attribute name="cert">
        <a:documentation>(certainty) signifies the degree of certainty associated with the
	intervention or interpretation.</a:documentation>
        <choice>
          <value>high</value>
          <value>medium</value>
          <value>low</value>
          <value>unknown</value>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.editLike.attribute.resp">
    <optional>
      <attribute name="resp">
        <a:documentation>(responsible party) indicates the agency responsible for the
	intervention or interpretation, for example an editor or transcriber.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.editLike.attribute.evidence">
    <optional>
      <attribute name="evidence">
        <a:documentation>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>
        <choice>
          <value>internal</value>
          <a:documentation>there is internal evidence to support the intervention.</a:documentation>
          <value>external</value>
          <a:documentation>there is external evidence to support the intervention.</a:documentation>
          <value>conjecture</value>
          <a:documentation>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>
      </attribute>
    </optional>
  </define>
  <define name="att.editLike.attribute.source">
    <optional>
      <attribute name="source">
        <a:documentation>contains a list of one or more pointers indicating the
      sources which support the given reading.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.global.attributes">
    <ref name="att.global.attribute.topic"/>
    <ref name="att.global.attribute.xmlid"/>
    <ref name="att.global.attribute.n"/>
    <ref name="att.global.attribute.xmllang"/>
    <ref name="att.global.attribute.rend"/>
    <ref name="att.global.attribute.rendition"/>
    <ref name="att.global.attribute.xmlbase"/>
    <empty/>
  </define>
  <define name="att.global.attribute.topic">
    <optional>
      <attribute name="ns1:topic">
        <a:documentation/>
        <data type="string"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.attribute.xmlid">
    <optional>
      <attribute name="xml:id">
        <a:documentation>(identifier) provides a unique identifier for the element bearing the
      attribute.</a:documentation>
        <data type="ID"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.attribute.n">
    <optional>
      <attribute name="n">
        <a:documentation>(number) gives a number (or other label) for an element, which is
      not necessarily unique within the document.</a:documentation>
        <list>
          <oneOrMore>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.global.attribute.xmllang">
    <optional>
      <attribute name="xml:lang">
        <a:documentation>(language) indicates the language of the element content using a
      tag generated according to BCP 47</a:documentation>
        <data type="language"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.attribute.rend">
    <optional>
      <attribute name="rend">
        <a:documentation>(rendition) indicates how the element in question was rendered or
	presented in the source text.</a:documentation>
        <list>
          <oneOrMore>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.global.attribute.rendition">
    <optional>
      <attribute name="rendition">
        <a:documentation>points to a description of the rendering  or
	presentation used for this element in the source text.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.global.attribute.xmlbase">
    <optional>
      <attribute name="xml:base">
        <a:documentation>provides a base URI reference with which applications can
      resolve relative URI references into absolute URI
      references.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.handFeatures.attributes">
    <ref name="att.handFeatures.attribute.scribe"/>
    <ref name="att.handFeatures.attribute.script"/>
    <ref name="att.handFeatures.attribute.medium"/>
    <ref name="att.handFeatures.attribute.scope"/>
    <empty/>
  </define>
  <define name="att.handFeatures.attribute.scribe">
    <optional>
      <attribute name="scribe">
        <a:documentation>gives a standard name or other identifier for the scribe
believed to be responsible for this hand.</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.handFeatures.attribute.script">
    <optional>
      <attribute name="script">
        <a:documentation>characterizes the particular script or writing style used by
this hand, for example secretary, copperplate, Chancery, Italian, etc.</a:documentation>
        <list>
          <oneOrMore>
            <data type="Name"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.handFeatures.attribute.medium">
    <optional>
      <attribute name="medium">
        <a:documentation>describes the tint or type of ink, e.g. brown, or other
writing medium, e.g. pencil</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.handFeatures.attribute.scope">
    <optional>
      <attribute name="scope">
        <a:documentation>specifies how widely this  hand is used in the manuscript.</a:documentation>
        <choice>
          <value>sole</value>
          <a:documentation>only this hand is used throughout the manuscript</a:documentation>
          <value>major</value>
          <a:documentation>this hand is used through most of the manuscript</a:documentation>
          <value>minor</value>
          <a:documentation>this hand is used occasionally in the manuscript</a:documentation>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.internetMedia.attributes">
    <ref name="att.internetMedia.attribute.mimeType"/>
    <empty/>
  </define>
  <define name="att.internetMedia.attribute.mimeType">
    <optional>
      <attribute name="mimeType">
        <a:documentation> (MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</a:documentation>
        <data type="token">
          <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
        </data>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.interpLike.attributes">
    <ref name="att.interpLike.attribute.resp"/>
    <ref name="att.interpLike.attribute.type"/>
    <ref name="att.interpLike.attribute.inst"/>
    <empty/>
  </define>
  <define name="att.interpLike.attribute.resp">
    <optional>
      <attribute name="resp">
        <a:documentation>(responsible party) indicates who is responsible for the interpretation.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.interpLike.attribute.type">
    <optional>
      <attribute name="type">
        <a:documentation>indicates what kind of phenomenon is being noted in the passage.
Sample values include: 1] image; 2] character; 3] theme; 4] allusion</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.interpLike.attribute.inst">
    <optional>
      <attribute name="inst">
        <a:documentation>(instances) points to instances of the analysis or interpretation represented
by the current element.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.measurement.attributes">
    <ref name="att.measurement.attribute.unit"/>
    <ref name="att.measurement.attribute.quantity"/>
    <ref name="att.measurement.attribute.commodity"/>
    <empty/>
  </define>
  <define name="att.measurement.attribute.unit">
    <optional>
      <attribute name="unit">
        <a:documentation>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>(metre) SI base unit of length</a:documentation>
          <value>kg</value>
          <a:documentation>(kilogram) SI base unit of mass</a:documentation>
          <value>s</value>
          <a:documentation>(second) SI base unit of time</a:documentation>
          <value>Hz</value>
          <a:documentation>(hertz) SI unit of frequency</a:documentation>
          <value>Pa</value>
          <a:documentation> (pascal) SI unit of pressure or stress</a:documentation>
          <value>Ω</value>
          <a:documentation> (ohm) SI unit of electric resistance</a:documentation>
          <value>L</value>
          <a:documentation>(litre) 1 dm³</a:documentation>
          <value>t</value>
          <a:documentation>(tonne) 10³ kg</a:documentation>
          <value>ha</value>
          <a:documentation>(hectare) 1 hm²</a:documentation>
          <value>Å</value>
          <a:documentation>(ångström) 10⁻¹⁰ m</a:documentation>
          <value>mL</value>
          <a:documentation>(millilitre) </a:documentation>
          <value>cm</value>
          <a:documentation>(centimetre) </a:documentation>
          <value>dB</value>
          <a:documentation>(decibel) see remarks, below</a:documentation>
          <value>kbit</value>
          <a:documentation> (kilobit) 10³ or 1000 bits</a:documentation>
          <value>Kibit</value>
          <a:documentation> (kibibit) 2¹⁰ or 1024 bits</a:documentation>
          <value>kB</value>
          <a:documentation> (kilobyte) 10³ or 1000 bytes</a:documentation>
          <value>KiB</value>
          <a:documentation> (kibibyte) 2¹⁰ or 1024 bytes</a:documentation>
          <value>MB</value>
          <a:documentation> (megabyte) 10⁶ or 1 000 000 bytes</a:documentation>
          <value>MiB</value>
          <a:documentation> (mebibyte) 2²⁰ or 1 048 576 bytes</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.measurement.attribute.quantity">
    <optional>
      <attribute name="quantity">
        <a:documentation>specifies the number of the specified units that
      comprise the measurement</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.measurement.attribute.commodity">
    <optional>
      <attribute name="commodity">
        <a:documentation>indicates the substance that is being measured</a:documentation>
        <list>
          <oneOrMore>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.naming.attributes">
    <ref name="att.naming.attribute.key"/>
    <ref name="att.naming.attribute.ref"/>
    <ref name="att.naming.attribute.nymRef"/>
    <empty/>
  </define>
  <define name="att.naming.attribute.key">
    <optional>
      <attribute name="key">
        <a:documentation>provides an external means
 of locating a full definition for the entity (or entities) being named, such as a database record key
      or other token.</a:documentation>
        <data type="string"/>
      </attribute>
    </optional>
  </define>
  <define name="att.naming.attribute.ref">
    <optional>
      <attribute name="ref">
        <a:documentation>(reference) provides an explicit means
 of locating a full definition for the entity being named by means of
 a URI.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.naming.attribute.nymRef">
    <optional>
      <attribute name="nymRef">
        <a:documentation>(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>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.placement.attributes">
    <ref name="att.placement.attribute.place"/>
    <empty/>
  </define>
  <define name="att.placement.attribute.place">
    <optional>
      <attribute name="place">
        <a:documentation>
Suggested values include: 1] infralinear; 2] margin-bot (bottom margin); 3] margin-left (left margin); 4] margin-right (right margin); 5] margin-top (top margin); 6] opposite; 7] overleaf; 8] supralinear; 9] verso; 10] app (apparatus); 11] end; 12] foot; 13] inline; 14] interlinear; 15] inline; 16] mixed</a:documentation>
        <choice>
          <value>infralinear</value>
          <a:documentation>below the line</a:documentation>
          <value>margin-bot</value>
          <a:documentation>(bottom margin) in the bottom margin</a:documentation>
          <value>margin-left</value>
          <a:documentation>(left margin) in the left margin</a:documentation>
          <value>margin-right</value>
          <a:documentation>(right margin) in the right margin</a:documentation>
          <value>margin-top</value>
          <a:documentation>(top margin) in the top margin</a:documentation>
          <value>opposite</value>
          <a:documentation>on the opposite, i.e. facing, page</a:documentation>
          <value>overleaf</value>
          <a:documentation>on the other side of the leaf</a:documentation>
          <value>supralinear</value>
          <a:documentation>above the line</a:documentation>
          <value>verso</value>
          <a:documentation>on verso of the sheet or page</a:documentation>
          <value>app</value>
          <a:documentation>(apparatus) note appears in the apparatus at the foot of the page.</a:documentation>
          <value>end</value>
          <a:documentation>note appears at end of chapter or volume.</a:documentation>
          <value>foot</value>
          <a:documentation>note appears at foot of page.</a:documentation>
          <value>inline</value>
          <a:documentation>note appears as a marked paragraph in the body of the text.</a:documentation>
          <value>interlinear</value>
          <a:documentation>note appears between lines of the text; a less precise form of either infralinear or supralinear.</a:documentation>
          <value>inline</value>
          <a:documentation>addition is made in a space left in the witness by an earlier scribe.</a:documentation>
          <value>mixed</value>
          <a:documentation>one or more of the other values</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.segLike.attributes">
    <ref name="att.segLike.attribute.type"/>
    <ref name="att.segLike.attribute.function"/>
    <ref name="att.segLike.attribute.part"/>
    <empty/>
  </define>
  <define name="att.segLike.attribute.type">
    <optional>
      <attribute name="type">
        <a:documentation>characterizes the type of segment.</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.segLike.attribute.function">
    <optional>
      <attribute name="function">
        <a:documentation>characterizes the function of the segment.</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.segLike.attribute.part">
    <optional>
      <attribute name="part" a:defaultValue="N">
        <a:documentation>specifies whether or not the segment is fragmented by some other
structural element, for example a clause which is divided between two
or more sentences.</a:documentation>
        <choice>
          <value>Y</value>
          <a:documentation>(yes) the segment is incomplete in some respect</a:documentation>
          <value>N</value>
          <a:documentation>(no) either the segment is complete, or no claim is made as to
its completeness</a:documentation>
          <value>I</value>
          <a:documentation>(initial) the initial part of an incomplete segment</a:documentation>
          <value>M</value>
          <a:documentation>(medial) a medial part of an incomplete segment</a:documentation>
          <value>F</value>
          <a:documentation>(final) the final part of an incomplete segment</a:documentation>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.spanning.attributes">
    <ref name="att.spanning.attribute.spanTo"/>
    <empty/>
  </define>
  <define name="att.spanning.attribute.spanTo">
    <optional>
      <attribute name="spanTo">
        <a:documentation>indicates the end of a span initiated by the element
	bearing this attribute.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.tableDecoration.attributes">
    <ref name="att.tableDecoration.attribute.role"/>
    <ref name="att.tableDecoration.attribute.rows"/>
    <ref name="att.tableDecoration.attribute.cols"/>
    <empty/>
  </define>
  <define name="att.tableDecoration.attribute.role">
    <optional>
      <attribute 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="att.tableDecoration.attribute.rows">
    <optional>
      <attribute name="rows" a:defaultValue="1">
        <a:documentation>indicates the number of rows occupied by this cell or row.</a:documentation>
        <data type="nonNegativeInteger"/>
      </attribute>
    </optional>
  </define>
  <define name="att.tableDecoration.attribute.cols">
    <optional>
      <attribute name="cols" a:defaultValue="1">
        <a:documentation>(columns) indicates the number of columns occupied by this cell or
	row.</a:documentation>
        <data type="nonNegativeInteger"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.timed.attributes">
    <ref name="att.timed.attribute.start"/>
    <ref name="att.timed.attribute.end"/>
    <empty/>
  </define>
  <define name="att.timed.attribute.start">
    <optional>
      <attribute name="start">
        <a:documentation>indicates the location within a temporal alignment at
      which this element begins.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.timed.attribute.end">
    <optional>
      <attribute name="end">
        <a:documentation>indicates the location within a temporal alignment at
      which this element ends.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.transcriptional.attributes">
    <ref name="att.transcriptional.attribute.hand"/>
    <ref name="att.transcriptional.attribute.status"/>
    <ref name="att.transcriptional.attribute.seq"/>
    <empty/>
  </define>
  <define name="att.transcriptional.attribute.hand">
    <optional>
      <attribute name="hand">
        <a:documentation>signifies the hand of the agent which made the intervention.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.transcriptional.attribute.status">
    <optional>
      <attribute 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>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.transcriptional.attribute.seq">
    <optional>
      <attribute name="seq">
        <a:documentation>(sequence) assigns a sequence number related to the order in which
      the encoded features carrying this attribute are believed to have occurred.</a:documentation>
        <data type="nonNegativeInteger"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.translatable.attributes">
    <ref name="att.translatable.attribute.version"/>
    <empty/>
  </define>
  <define name="att.translatable.attribute.version">
    <optional>
      <attribute name="version">
        <a:documentation>specifies the version name or number of the source from
	which the translated version was derived</a:documentation>
        <data type="token">
          <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
        </data>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.typed.attributes">
    <ref name="att.typed.attribute.type"/>
    <ref name="att.typed.attribute.subtype"/>
    <empty/>
  </define>
  <define name="att.typed.attribute.type">
    <optional>
      <attribute name="type">
        <a:documentation>characterizes the element in some sense, using any convenient
 classification scheme or typology.</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.typed.attribute.subtype">
    <optional>
      <attribute name="subtype">
        <a:documentation>provides a sub-categorization of the element, if needed</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.xmlspace.attributes">
    <ref name="att.xmlspace.attribute.xmlspace"/>
    <empty/>
  </define>
  <define name="att.xmlspace.attribute.xmlspace">
    <optional>
      <attribute name="xml:space">
        <a:documentation>signals an intention that white space should be 
      preserved by applications</a:documentation>
        <choice>
          <value>default</value>
          <a:documentation/>
          <value>preserve</value>
          <a:documentation/>
        </choice>
      </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.segLike">
    <choice>
      <ref name="TEI_s"/>
      <ref name="TEI_cl"/>
      <ref name="TEI_phr"/>
      <ref name="TEI_w"/>
      <ref name="TEI_m"/>
      <ref name="TEI_c"/>
      <ref name="TEI_seg"/>
    </choice>
  </define>
  <define name="TEI_model.hiLike">
    <ref name="TEI_hi"/>
  </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"/>
      <ref name="TEI_code"/>
      <ref name="TEI_ident"/>
    </choice>
  </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.measureLike">
    <choice>
      <ref name="TEI_num"/>
      <ref name="TEI_measure"/>
      <ref name="TEI_measureGrp"/>
      <ref name="TEI_height"/>
      <ref name="TEI_depth"/>
      <ref name="TEI_width"/>
      <ref name="TEI_geo"/>
    </choice>
  </define>
  <define name="TEI_model.egLike">
    <choice>
      <ref name="TEI_eg"/>
      <ref name="TEI_egXML"/>
    </choice>
  </define>
  <define name="TEI_model.graphicLike">
    <choice>
      <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.pPart.msdesc">
    <choice>
      <ref name="TEI_catchwords"/>
      <ref name="TEI_dimensions"/>
      <ref name="TEI_heraldry"/>
      <ref name="TEI_locus"/>
      <ref name="TEI_material"/>
      <ref name="TEI_origDate"/>
      <ref name="TEI_origPlace"/>
      <ref name="TEI_secFol"/>
      <ref name="TEI_signatures"/>
      <ref name="TEI_stamp"/>
      <ref name="TEI_watermark"/>
      <ref name="TEI_handShift"/>
    </choice>
  </define>
  <define name="TEI_model.pPart.editorial">
    <choice>
      <ref name="TEI_choice"/>
      <ref name="TEI_abbr"/>
      <ref name="TEI_expan"/>
      <ref name="TEI_ex"/>
      <ref name="TEI_am"/>
      <ref name="TEI_subst"/>
    </choice>
  </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"/>
      <ref name="TEI_app"/>
      <ref name="TEI_damage"/>
      <ref name="TEI_restore"/>
      <ref name="TEI_supplied"/>
    </choice>
  </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">
    <choice>
      <ref name="TEI_caesura"/>
      <ref name="TEI_rhyme"/>
    </choice>
  </define>
  <define name="TEI_model.global.meta">
    <choice>
      <ref name="TEI_index"/>
      <ref name="TEI_span"/>
      <ref name="TEI_spanGrp"/>
      <ref name="TEI_interp"/>
      <ref name="TEI_interpGrp"/>
      <ref name="TEI_certainty"/>
      <ref name="TEI_respons"/>
      <ref name="TEI_fs"/>
      <ref name="TEI_fLib"/>
      <ref name="TEI_fvLib"/>
      <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_pb"/>
      <ref name="TEI_lb"/>
      <ref name="TEI_cb"/>
      <ref name="TEI_anchor"/>
      <ref name="TEI_fw"/>
    </choice>
  </define>
  <define name="TEI_model.gLike">
    <ref name="TEI_g"/>
  </define>
  <define name="TEI_model.oddDecl">
    <choice>
      <ref name="TEI_moduleSpec"/>
      <ref name="TEI_specGrp"/>
      <ref name="TEI_elementSpec"/>
      <ref name="TEI_classSpec"/>
      <ref name="TEI_macroSpec"/>
      <ref name="TEI_listRef"/>
    </choice>
  </define>
  <define name="TEI_model.oddRef">
    <choice>
      <ref name="TEI_moduleRef"/>
      <ref name="TEI_specGrpRef"/>
    </choice>
  </define>
  <define name="TEI_model.phrase.xml">
    <choice>
      <ref name="TEI_att"/>
      <ref name="TEI_gi"/>
      <ref name="TEI_tag"/>
      <ref name="TEI_val"/>
    </choice>
  </define>
  <define name="TEI_model.specDescLike">
    <choice>
      <ref name="TEI_specList"/>
      <ref name="TEI_specDesc"/>
    </choice>
  </define>
  <define name="TEI_model.biblLike">
    <choice>
      <ref name="TEI_bibl"/>
      <ref name="TEI_biblStruct"/>
      <ref name="TEI_biblFull"/>
      <ref name="TEI_msDesc"/>
    </choice>
  </define>
  <define name="TEI_model.headLike">
    <ref name="TEI_head"/>
  </define>
  <define name="TEI_model.labelLike">
    <choice>
      <ref name="TEI_desc"/>
      <ref name="TEI_label"/>
    </choice>
  </define>
  <define name="TEI_model.listLike">
    <choice>
      <ref name="TEI_list"/>
      <ref name="TEI_listBibl"/>
      <ref name="TEI_listOrg"/>
      <ref name="TEI_listPerson"/>
      <ref name="TEI_listPlace"/>
      <ref name="TEI_listNym"/>
      <ref name="TEI_listWit"/>
    </choice>
  </define>
  <define name="TEI_model.noteLike">
    <choice>
      <ref name="TEI_note"/>
      <ref name="TEI_witDetail"/>
    </choice>
  </define>
  <define name="TEI_model.lLike">
    <ref name="TEI_l"/>
  </define>
  <define name="TEI_model.pLike">
    <choice>
      <ref name="TEI_p"/>
      <ref name="TEI_ab"/>
    </choice>
  </define>
  <define name="TEI_model.stageLike">
    <choice>
      <ref name="TEI_stage"/>
      <ref name="TEI_move"/>
      <ref name="TEI_view"/>
      <ref name="TEI_camera"/>
      <ref name="TEI_sound"/>
      <ref name="TEI_caption"/>
      <ref name="TEI_tech"/>
    </choice>
  </define>
  <define name="TEI_model.featureVal.complex">
    <choice>
      <ref name="TEI_fs"/>
      <ref name="TEI_vColl"/>
      <ref name="TEI_vNot"/>
      <ref name="TEI_vMerge"/>
    </choice>
  </define>
  <define name="TEI_model.featureVal.single">
    <choice>
      <ref name="TEI_binary"/>
      <ref name="TEI_symbol"/>
      <ref name="TEI_numeric"/>
      <ref name="TEI_string"/>
      <ref name="TEI_vLabel"/>
      <ref name="TEI_default"/>
      <ref name="TEI_vAlt"/>
    </choice>
  </define>
  <define name="TEI_model.entryPart">
    <choice>
      <ref name="TEI_superEntry"/>
      <ref name="TEI_hom"/>
      <ref name="TEI_sense"/>
      <ref name="TEI_form"/>
      <ref name="TEI_orth"/>
      <ref name="TEI_pron"/>
      <ref name="TEI_hyph"/>
      <ref name="TEI_syll"/>
      <ref name="TEI_stress"/>
      <ref name="TEI_gen"/>
      <ref name="TEI_number"/>
      <ref name="TEI_case"/>
      <ref name="TEI_per"/>
      <ref name="TEI_tns"/>
      <ref name="TEI_mood"/>
      <ref name="TEI_iType"/>
      <ref name="TEI_gramGrp"/>
      <ref name="TEI_pos"/>
      <ref name="TEI_subc"/>
      <ref name="TEI_colloc"/>
      <ref name="TEI_def"/>
      <ref name="TEI_etym"/>
      <ref name="TEI_usg"/>
      <ref name="TEI_lbl"/>
      <ref name="TEI_xr"/>
      <ref name="TEI_re"/>
    </choice>
  </define>
  <define name="TEI_model.entryPart.top">
    <choice>
      <ref name="TEI_cit"/>
      <ref name="TEI_dictScrap"/>
      <ref name="TEI_form"/>
      <ref name="TEI_gramGrp"/>
      <ref name="TEI_def"/>
      <ref name="TEI_etym"/>
      <ref name="TEI_usg"/>
      <ref name="TEI_xr"/>
      <ref name="TEI_re"/>
    </choice>
  </define>
  <define name="TEI_model.global.edit">
    <choice>
      <ref name="TEI_gap"/>
      <ref name="TEI_addSpan"/>
      <ref name="TEI_damageSpan"/>
      <ref name="TEI_delSpan"/>
      <ref name="TEI_space"/>
    </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"/>
      <ref name="TEI_graph"/>
      <ref name="TEI_tree"/>
      <ref name="TEI_eTree"/>
      <ref name="TEI_forest"/>
      <ref name="TEI_forestGrp"/>
      <ref name="TEI_model.divPart.spoken"/>
      <ref name="TEI_schemaSpec"/>
      <ref name="TEI_floatingText"/>
    </choice>
  </define>
  <define name="TEI_model.persTraitLike">
    <choice>
      <ref name="TEI_age"/>
      <ref name="TEI_faith"/>
      <ref name="TEI_langKnowledge"/>
      <ref name="TEI_nationality"/>
      <ref name="TEI_sex"/>
      <ref name="TEI_socecStatus"/>
      <ref name="TEI_trait"/>
    </choice>
  </define>
  <define name="TEI_model.persStateLike">
    <choice>
      <ref name="TEI_persName"/>
      <ref name="TEI_affiliation"/>
      <ref name="TEI_education"/>
      <ref name="TEI_floruit"/>
      <ref name="TEI_occupation"/>
      <ref name="TEI_residence"/>
      <ref name="TEI_state"/>
    </choice>
  </define>
  <define name="TEI_model.persEventLike">
    <choice>
      <ref name="TEI_birth"/>
      <ref name="TEI_death"/>
      <ref name="TEI_event"/>
    </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.persTraitLike"/>
      <ref name="TEI_model.persStateLike"/>
      <ref name="TEI_model.persEventLike"/>
      <ref name="TEI_bibl"/>
    </choice>
  </define>
  <define name="TEI_model.placeTraitLike">
    <choice>
      <ref name="TEI_climate"/>
      <ref name="TEI_location"/>
      <ref name="TEI_population"/>
      <ref name="TEI_terrain"/>
      <ref name="TEI_trait"/>
    </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_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.placeStateLike">
    <choice>
      <ref name="TEI_model.placeNamePart"/>
      <ref name="TEI_state"/>
    </choice>
  </define>
  <define name="TEI_model.placeEventLike">
    <ref name="TEI_event"/>
  </define>
  <define name="TEI_model.publicationStmtPart">
    <choice>
      <ref name="TEI_address"/>
      <ref name="TEI_date"/>
      <ref name="TEI_publisher"/>
      <ref name="TEI_pubPlace"/>
      <ref name="TEI_distributor"/>
      <ref name="TEI_authority"/>
      <ref name="TEI_idno"/>
      <ref name="TEI_availability"/>
    </choice>
  </define>
  <define name="TEI_model.glossLike">
    <choice>
      <ref name="TEI_desc"/>
      <ref name="TEI_gloss"/>
      <ref name="TEI_equiv"/>
      <ref name="TEI_altIdent"/>
    </choice>
  </define>
  <define name="TEI_model.quoteLike">
    <choice>
      <ref name="TEI_quote"/>
      <ref name="TEI_cit"/>
    </choice>
  </define>
  <define name="TEI_model.qLike">
    <choice>
      <ref name="TEI_model.quoteLike"/>
      <ref name="TEI_said"/>
      <ref name="TEI_q"/>
    </choice>
  </define>
  <define name="TEI_model.respLike">
    <choice>
      <ref name="TEI_author"/>
      <ref name="TEI_editor"/>
      <ref name="TEI_respStmt"/>
    </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_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_salute"/>
    </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">
    <choice>
      <ref name="TEI_set"/>
      <ref name="TEI_prologue"/>
      <ref name="TEI_epilogue"/>
      <ref name="TEI_performance"/>
      <ref name="TEI_castList"/>
    </choice>
  </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_figure"/>
      <ref name="TEI_byline"/>
      <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.msItemPart">
    <choice>
      <ref name="TEI_model.quoteLike"/>
      <ref name="TEI_model.respLike"/>
      <ref name="TEI_title"/>
      <ref name="TEI_bibl"/>
      <ref name="TEI_listBibl"/>
      <ref name="TEI_colophon"/>
      <ref name="TEI_explicit"/>
      <ref name="TEI_filiation"/>
      <ref name="TEI_finalRubric"/>
      <ref name="TEI_incipit"/>
      <ref name="TEI_msItem"/>
      <ref name="TEI_msItemStruct"/>
      <ref name="TEI_rubric"/>
      <ref name="TEI_textLang"/>
      <ref name="TEI_decoNote"/>
    </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"/>
      <ref name="TEI_ex"/>
      <ref name="TEI_am"/>
    </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">
    <ref name="TEI_textDesc"/>
  </define>
  <define name="TEI_model.settingPart">
    <choice>
      <ref name="TEI_locale"/>
      <ref name="TEI_activity"/>
    </choice>
  </define>
  <define name="TEI_model.textDescPart_sequence">
    <ref name="TEI_channel"/>
    <ref name="TEI_constitution"/>
    <ref name="TEI_derivation"/>
    <ref name="TEI_domain"/>
    <ref name="TEI_factuality"/>
    <ref name="TEI_interaction"/>
    <ref name="TEI_preparedness"/>
  </define>
  <define name="TEI_model.castItemPart">
    <choice>
      <ref name="TEI_role"/>
      <ref name="TEI_roleDesc"/>
      <ref name="TEI_actor"/>
    </choice>
  </define>
  <define name="TEI_model.physDescPart_sequenceOptional">
    <optional>
      <ref name="TEI_objectDesc"/>
    </optional>
    <optional>
      <ref name="TEI_handDesc"/>
    </optional>
    <optional>
      <ref name="TEI_musicNotation"/>
    </optional>
    <optional>
      <ref name="TEI_decoDesc"/>
    </optional>
    <optional>
      <ref name="TEI_additions"/>
    </optional>
    <optional>
      <ref name="TEI_bindingDesc"/>
    </optional>
    <optional>
      <ref name="TEI_sealDesc"/>
    </optional>
    <optional>
      <ref name="TEI_accMat"/>
    </optional>
  </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.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_lang"/>
      <ref name="TEI_model.persNamePart"/>
    </choice>
  </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_model.global.spoken"/>
    </choice>
  </define>
  <define name="TEI_model.featureVal">
    <choice>
      <ref name="TEI_model.featureVal.complex"/>
      <ref name="TEI_model.featureVal.single"/>
    </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_meeting"/>
      <ref name="TEI_relatedItem"/>
      <ref name="TEI_edition"/>
      <ref name="TEI_extent"/>
      <ref name="TEI_idno"/>
      <ref name="TEI_msIdentifier"/>
    </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.oddRef"/>
      <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"/>
      <ref name="TEI_castList"/>
      <ref name="TEI_table"/>
      <ref name="TEI_figure"/>
    </choice>
  </define>
  <define name="TEI_model.common">
    <choice>
      <ref name="TEI_model.divPart"/>
      <ref name="TEI_model.inter"/>
      <ref name="TEI_model.entryLike"/>
    </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"/>
      <ref name="TEI_model.ptrLike.form"/>
    </choice>
  </define>
  <define name="TEI_model.limitedPhrase">
    <choice>
      <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">
    <ref name="TEI_div"/>
  </define>
  <define name="TEI_model.divGenLike">
    <ref name="TEI_divGen"/>
  </define>
  <define name="TEI_model.div1Like">
    <ref name="TEI_div1"/>
  </define>
  <define name="TEI_model.div2Like">
    <ref name="TEI_div2"/>
  </define>
  <define name="TEI_model.div3Like">
    <ref name="TEI_div3"/>
  </define>
  <define name="TEI_model.div4Like">
    <ref name="TEI_div4"/>
  </define>
  <define name="TEI_model.div5Like">
    <ref name="TEI_div5"/>
  </define>
  <define name="TEI_model.div6Like">
    <ref name="TEI_div6"/>
  </define>
  <define name="TEI_model.div7Like">
    <ref name="TEI_div7"/>
  </define>
  <define name="TEI_att.dimensions.attributes">
    <ref name="att.dimensions.attribute.unit"/>
    <ref name="att.dimensions.attribute.quantity"/>
    <ref name="att.dimensions.attribute.scope"/>
    <empty/>
  </define>
  <define name="att.dimensions.attribute.unit">
    <optional>
      <attribute name="unit">
        <a:documentation>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>(centimetres) </a:documentation>
          <value>mm</value>
          <a:documentation>(millimetres) </a:documentation>
          <value>in</value>
          <a:documentation>(inches) </a:documentation>
          <value>lines</value>
          <a:documentation>lines of text</a:documentation>
          <value>chars</value>
          <a:documentation>(characters) characters of text</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.dimensions.attribute.quantity">
    <optional>
      <attribute name="quantity">
        <a:documentation>specifies the length in the units specified</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.dimensions.attribute.scope">
    <optional>
      <attribute name="scope">
        <a:documentation>specifies the applicability of this measurement, where
      more than one object is being measured.
Sample values include: 1] all; 2] most; 3] range</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_model.resourceLike">
    <choice>
      <ref name="TEI_fsdDecl"/>
      <ref name="TEI_facsimile"/>
    </choice>
  </define>
  <define name="TEI_att.personal.attributes">
    <ref name="att.personal.attribute.full"/>
    <ref name="att.personal.attribute.sort"/>
    <empty/>
  </define>
  <define name="att.personal.attribute.full">
    <optional>
      <attribute 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="att.personal.attribute.sort">
    <optional>
      <attribute name="sort">
        <a:documentation>specifies the sort order of the name component in relation
to others within the personal name.</a:documentation>
        <data type="nonNegativeInteger"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_model.placeLike">
    <ref name="TEI_place"/>
  </define>
  <define name="TEI_p">
    <element name="teix:p">
      <a:documentation>(paragraph) marks paragraphs in prose.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_foreign">
    <element name="teix:foreign">
      <a:documentation>(foreign) identifies a word or phrase as belonging to some language other
than that of the surrounding text. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_emph">
    <element name="teix:emph">
      <a:documentation>(emphasized) marks words or phrases which are stressed or emphasized for
linguistic or rhetorical effect.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_hi">
    <element name="teix:hi">
      <a:documentation>(highlighted) marks a word or phrase as graphically distinct from the
surrounding text, for reasons concerning which no claim is
made. </a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_distinct">
    <element name="teix:distinct">
      <a:documentation>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. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>specifies the sublanguage or register to which the word or phrase
is being assigned</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="time">
          <a:documentation>specifies how the phrase is distinct diachronically</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="space">
          <a:documentation>specifies how the phrase is distinct diatopically</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="social">
          <a:documentation>specifies how the phrase is distinct diastatically</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_said">
    <element name="teix:said">
      <a:documentation>(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.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute 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>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute 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>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_quote">
    <element name="teix:quote">
      <a:documentation>(quotation) contains a phrase or passage attributed by the narrator or
  author to some agency external to the text.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.msExcerpt.attribute.defective"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_q">
    <element name="teix:q">
      <a:documentation>(separated from the surrounding text with quotation
  marks) contains material which is marked as (ostensibly)
  being somehow different than the surrounding text, 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.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute name="type">
          <a:documentation>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 (foreign words); 6] distinct (linguistically distinct); 7] term (technical term); 8] emph (rhetorically emphasized); 9] mentioned</a:documentation>
          <choice>
            <value>spoken</value>
            <a:documentation>representation of speech</a:documentation>
            <value>thought</value>
            <a:documentation>representation of thought, e.g. internal monologue</a:documentation>
            <value>written</value>
            <a:documentation>quotation from a written source</a:documentation>
            <value>soCalled</value>
            <a:documentation>authorial distance</a:documentation>
            <value>foreign</value>
            <a:documentation>(foreign words) </a:documentation>
            <value>distinct</value>
            <a:documentation>(linguistically distinct) </a:documentation>
            <value>term</value>
            <a:documentation>(technical term) </a:documentation>
            <value>emph</value>
            <a:documentation>(rhetorically emphasized) </a:documentation>
            <value>mentioned</value>
            <a:documentation>refering to itself, not its normal
	  referant</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_cit">
    <element name="teix:cit">
      <a:documentation>(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. </a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_model.qLike"/>
          <ref name="TEI_model.biblLike"/>
          <ref name="TEI_model.ptrLike"/>
          <ref name="TEI_model.global"/>
          <ref name="TEI_model.entryPart"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_mentioned">
    <element name="teix:mentioned">
      <a:documentation>marks words or phrases mentioned, not used.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_soCalled">
    <element name="teix:soCalled">
      <a:documentation>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.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_desc">
    <element name="teix:desc">
      <a:documentation>(description) contains a brief description of the purpose and application for
an element, attribute, or attribute value.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.translatable.attribute.version"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_gloss">
    <element name="teix:gloss">
      <a:documentation>identifies a phrase or word used to provide a gloss or
  definition for some other word or phrase.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <ref name="att.translatable.attribute.version"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <choice>
        <optional>
          <attribute name="target">
            <a:documentation>identifies the associated term element by an
      absolute or relative URI reference</a:documentation>
            <data type="anyURI"/>
          </attribute>
        </optional>
        <optional>
          <attribute name="cRef">
            <a:documentation>(canonical reference) identifies the associated term element using a canonical
      reference from a scheme defined in a refsDecl element
      in the TEI header</a:documentation>
            <data type="anyURI"/>
          </attribute>
        </optional>
      </choice>
      <empty/>
    </element>
  </define>
  <define name="TEI_term">
    <element name="teix:term">
      <a:documentation>contains a single-word, multi-word, or symbolic designation
  which is regarded as a technical term.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="sortKey">
          <a:documentation>supplies the sort key for this term in an index.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <choice>
        <optional>
          <attribute name="target">
            <a:documentation>identifies the associated gloss element by an
	absolute or relative URI reference</a:documentation>
            <data type="anyURI"/>
          </attribute>
        </optional>
        <optional>
          <attribute name="cRef">
            <a:documentation>identifies the associated gloss element using a
	canonical reference from a scheme defined in a
	refsDecl element in the TEI header</a:documentation>
            <data type="anyURI"/>
          </attribute>
        </optional>
      </choice>
      <empty/>
    </element>
  </define>
  <define name="TEI_sic">
    <element name="teix:sic">
      <a:documentation>(latin for thus or so) contains text reproduced although apparently incorrect or inaccurate.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_corr">
    <element name="teix:corr">
      <a:documentation>(correction) contains the correct form of a passage apparently erroneous in the copy text.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_choice">
    <element name="teix:choice">
      <a:documentation>groups a number of alternative encodings for the same point in
  a text.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_model.choicePart"/>
          <ref name="TEI_choice"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_reg">
    <element name="teix:reg">
      <a:documentation>(regularization) contains a reading which has been regularized or normalized
in some sense.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_orig">
    <element name="teix:orig">
      <a:documentation>(original form) contains  a reading which is marked as following  the original,
rather than being normalized or corrected.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_gap">
    <element name="teix:gap">
      <a:documentation>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.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.duration.iso.attribute.dur-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <optional>
        <attribute name="reason">
          <a:documentation>gives the reason for omission. Sample values include
      sampling, illegible, inaudible,
      irrelevant, cancelled, illegible.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="hand">
          <a:documentation>in the case of text omitted from the transcription because of
deliberate deletion by an identifiable hand, signifies the hand which
made the deletion.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="agent">
          <a:documentation>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>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="extent">
          <a:documentation>indicates approximately how much text has been omitted
      from the transcription (using the unit specified on the
      unit attribute), either because of editorial policy
      or because a deletion, damage, or other cause has rendered
      transcription impossible.</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="unit">
          <a:documentation>names the unit used for describing the extent of the gap
Suggested values include: 1] lines; 2] chars (characters); 3] pages; 4] cm (centimetres); 5] mm (millimetres); 6] in (inches)</a:documentation>
          <choice>
            <value>lines</value>
            <a:documentation>lines of text</a:documentation>
            <value>chars</value>
            <a:documentation>(characters) characters of text</a:documentation>
            <value>pages</value>
            <a:documentation>pages, i.e. one side of a leaf</a:documentation>
            <value>cm</value>
            <a:documentation>(centimetres) </a:documentation>
            <value>mm</value>
            <a:documentation>(millimetres) </a:documentation>
            <value>in</value>
            <a:documentation>(inches) </a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_add">
    <element name="teix:add">
      <a:documentation>(addition) contains letters, words, or phrases inserted in the text by an
author, scribe, annotator, or corrector.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.transcriptional.attribute.hand"/>
      <ref name="att.transcriptional.attribute.status"/>
      <ref name="att.transcriptional.attribute.seq"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.placement.attribute.place"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_del">
    <element name="teix:del">
      <a:documentation>(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, annotator, or corrector.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.transcriptional.attribute.hand"/>
      <ref name="att.transcriptional.attribute.status"/>
      <ref name="att.transcriptional.attribute.seq"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_unclear">
    <element name="teix:unclear">
      <a:documentation>contains a word, phrase, or passage which cannot be transcribed
with certainty because it is illegible or inaudible in the source.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <optional>
        <attribute name="reason">
          <a:documentation>indicates why the material is hard to transcribe.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="hand">
          <a:documentation>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>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="agent">
          <a:documentation>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>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_name">
    <element name="teix:name">
      <a:documentation>(name, proper noun) contains a proper noun or noun phrase.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates the type of the object which is being named by the
      phrase.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_rs">
    <element name="teix:rs">
      <a:documentation>(referencing string) contains a general purpose name or referring string.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates more specifically the object referred to by the
      referencing string. Values might include person,
      place, ship, element etc.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_email">
    <element name="teix:email">
      <a:documentation>(electronic mail address) contains an e-mail address identifying a location to which
e-mail messages can be delivered.
		</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_address">
    <element name="teix:address">
      <a:documentation>contains a postal  address, for example of a
publisher, an organization, or an individual.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.global"/>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_model.addrPart"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_addrLine">
    <element name="teix:addrLine">
      <a:documentation>(address line) contains one line of a postal address.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_street">
    <element name="teix:street">
      <a:documentation>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.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_postCode">
    <element name="teix:postCode">
      <a:documentation>(postal code) contains a numerical or alphanumeric code used as part of a
postal address to simplify sorting or delivery of mail. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_postBox">
    <element name="teix:postBox">
      <a:documentation>(postal box or post office box) contains a number or other identifier for some postal delivery
point other than a street address. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_num">
    <element name="teix:num">
      <a:documentation>(number) contains a number, written in any form.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>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>absolute number, e.g. 21, 21.5</a:documentation>
            <value>ordinal</value>
            <a:documentation>ordinal number, e.g. 21st</a:documentation>
            <value>fraction</value>
            <a:documentation>fraction, e.g. one half or three-quarters</a:documentation>
            <value>percentage</value>
            <a:documentation>a percentage</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="value">
          <a:documentation>supplies the value of the number in standard form.</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_measure">
    <element name="teix:measure">
      <a:documentation>contains a word or phrase referring to some quantity of
an object or commodity, usually comprising a number, a unit, and a
commodity name.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.measurement.attribute.unit"/>
      <ref name="att.measurement.attribute.quantity"/>
      <ref name="att.measurement.attribute.commodity"/>
      <optional>
        <attribute name="type">
          <a:documentation>specifies the type of measurement in any convenient typology.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_measureGrp">
    <element name="teix:measureGrp">
      <a:documentation>(measure group) contains a group of dimensional specifications which relate to
  the same object, for example the height and width of a manuscript page.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.measureLike"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.measurement.attribute.unit"/>
      <ref name="att.measurement.attribute.quantity"/>
      <ref name="att.measurement.attribute.commodity"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_date">
    <element name="teix:date">
      <a:documentation>contains a date in any format.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.duration.iso.attribute.dur-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="calendar">
          <a:documentation>indicates the system or calendar to which the date belongs.
Suggested values include: 1] Gregorian; 2] Julian; 3] Islamic; 4] Hebrew; 5] Revolutionary; 6] Iranian; 7] Coptic; 8] Chinese</a:documentation>
          <choice>
            <value>Gregorian</value>
            <a:documentation>Gregorian calendar</a:documentation>
            <value>Julian</value>
            <a:documentation>Julian calendar</a:documentation>
            <value>Islamic</value>
            <a:documentation>Islamic or Muslim (hijri) lunar calendar</a:documentation>
            <value>Hebrew</value>
            <a:documentation>Hebrew or Jewish lunisolar calendar</a:documentation>
            <value>Revolutionary</value>
            <a:documentation>French Revolutionary calendar</a:documentation>
            <value>Iranian</value>
            <a:documentation>Iranian or Persian (Jalaali) solar calendar</a:documentation>
            <value>Coptic</value>
            <a:documentation>Coptic or Alexandrian calendar</a:documentation>
            <value>Chinese</value>
            <a:documentation>Chinese lunisolar calendar</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_time">
    <element name="teix:time">
      <a:documentation>contains a phrase defining a time of day in any format.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.duration.iso.attribute.dur-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_abbr">
    <element name="teix:abbr">
      <a:documentation>(abbreviation) contains an abbreviation of any sort.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>allows the encoder to classify the abbreviation according to
some convenient typology.
Sample values include: 1] suspension; 2] contraction; 3] brevigraph; 4] superscription; 5] acronym; 6] title; 7] organization; 8] geographic</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_expan">
    <element name="teix:expan">
      <a:documentation>(expansion) contains the expansion of an abbreviation.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_ptr">
    <element name="teix:ptr">
      <a:documentation>(pointer) defines a pointer to another location.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <ref name="att.declaring.attribute.decls"/>
      <choice>
        <attribute name="target">
          <a:documentation>specifies the destination of the pointer by supplying one or
      more URI References</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
        <attribute name="cRef">
          <a:documentation>(canonical reference) specifies the destination of the pointer by supplying a
      canonical reference from a scheme defined in a refsDecl
      element in the TEI header</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </choice>
      <empty/>
    </element>
  </define>
  <define name="TEI_ref">
    <element name="teix:ref">
      <a:documentation>(reference) defines a reference to another location, possibly
  modified by additional text or comment.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <ref name="att.declaring.attribute.decls"/>
      <choice>
        <optional>
          <attribute name="target">
            <a:documentation>specifies the destination of the reference by supplying one
    or more URI References</a:documentation>
            <list>
              <oneOrMore>
                <data type="anyURI"/>
              </oneOrMore>
            </list>
          </attribute>
        </optional>
        <optional>
          <attribute name="cRef">
            <a:documentation>(canonical reference) specifies the destination of the reference by supplying a
      canonical reference from a scheme defined in a refsDecl
      element in the TEI header</a:documentation>
            <list>
              <oneOrMore>
                <data type="token">
                  <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                </data>
              </oneOrMore>
            </list>
          </attribute>
        </optional>
      </choice>
      <empty/>
    </element>
  </define>
  <define name="TEI_list">
    <element name="teix:list">
      <a:documentation>contains any sequence of items organized as a list.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.divTop"/>
            <ref name="TEI_model.global"/>
          </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>
          <ref name="TEI_model.divBottom"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type" a:defaultValue="simple">
          <a:documentation>describes the form of the list.
Suggested values include: 1] ordered; 2] bulleted; 3] simple; 4] gloss</a:documentation>
          <choice>
            <value>ordered</value>
            <a:documentation>list items are numbered or lettered.
    </a:documentation>
            <value>bulleted</value>
            <a:documentation>list items are marked with a
bullet or other typographic device.
    </a:documentation>
            <value>simple</value>
            <a:documentation>list items are not numbered or bulleted.
    </a:documentation>
            <value>gloss</value>
            <a:documentation>each list item glosses some term or
concept, which is given by a label element preceding
the list item.</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_item">
    <element name="teix:item">
      <a:documentation>contains one
component of a list.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_label">
    <element name="teix:label">
      <a:documentation>contains the label associated with an item in a list; in
glossaries, marks the term being defined.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_head">
    <element name="teix:head">
      <a:documentation>(heading) contains any type of heading, for example the title of a section,
or the heading of a list, glossary, manuscript description, etc.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_headLabel">
    <element name="teix:headLabel">
      <a:documentation>(heading for list labels) contains the heading for the label or term column in a
glossary list or similar structured list.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_headItem">
    <element name="teix:headItem">
      <a:documentation>(heading for list items) contains the heading for the item or gloss column in a
glossary list or similar structured list.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_note">
    <element name="teix:note">
      <a:documentation>contains a note or annotation.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.placement.attribute.place"/>
      <optional>
        <attribute name="type">
          <a:documentation>describes the type of note.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="resp">
          <a:documentation>(responsible party) indicates who is responsible for the annotation: author,
	editor, translator, etc.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="anchored" a:defaultValue="true">
          <a:documentation>indicates whether the copy text shows the exact place of reference
for the note.</a:documentation>
          <data type="boolean"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="target">
          <a:documentation>indicates the point (or points) of attachment for a note, or the beginning of
the span to which the note is attached.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="targetEnd">
          <a:documentation>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>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_index">
    <element name="teix:index">
      <a:documentation>(index entry) marks a location to be indexed for whatever purpose.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_term"/>
        <optional>
          <ref name="TEI_index"/>
        </optional>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.spanning.attribute.spanTo"/>
      <optional>
        <attribute name="indexName">
          <a:documentation>supplies a name to specify which index (of several) the index entry belongs to.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_graphic">
    <element name="teix:graphic">
      <a:documentation>indicates the location of an inline graphic, illustration, or figure.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.internetMedia.attribute.mimeType"/>
      <optional>
        <attribute name="width">
          <a:documentation>The display width of the image</a:documentation>
          <data type="token">
            <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <a:documentation>The display height of the image</a:documentation>
          <data type="token">
            <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="scale">
          <a:documentation>A scale factor to be applied to the image to make it the desired display size</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="url">
          <a:documentation>(uniform resource locator) A URL which refers to the image itself.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_binaryObject">
    <element name="teix:binaryObject">
      <a:documentation>provides encoded binary data representing an inline graphic or other object.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.internetMedia.attribute.mimeType"/>
      <optional>
        <attribute name="width">
          <a:documentation>The display width of the object</a:documentation>
          <data type="token">
            <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="height">
          <a:documentation>The display height of the object</a:documentation>
          <data type="token">
            <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="scale">
          <a:documentation>A scale factor to be applied to the object to make it the desired display size</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="encoding">
          <a:documentation>The encoding used to encode the binary data. If not
      specified, this is assumed to be Base64.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_milestone">
    <element name="teix:milestone">
      <a:documentation>marks a boundary point separating  any kind of section of a text, as indicated by
changes in a standard reference system, where the section is not
represented by a structural element.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="ed">
          <a:documentation>(edition) indicates the edition or version to which the milestone applies.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <attribute name="unit">
        <a:documentation>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] stanza; 8] act; 9] scene; 10] section; 11] absent</a:documentation>
        <choice>
          <value>page</value>
          <a:documentation>physical page breaks (synonymous with the pb
	  element).</a:documentation>
          <value>column</value>
          <a:documentation>column breaks.</a:documentation>
          <value>line</value>
          <a:documentation>line breaks (synonymous with the lb element).</a:documentation>
          <value>book</value>
          <a:documentation>any units termed book, liber, etc.</a:documentation>
          <value>poem</value>
          <a:documentation>individual poems in a collection.</a:documentation>
          <value>canto</value>
          <a:documentation>cantos or other major sections of a poem.</a:documentation>
          <value>stanza</value>
          <a:documentation>stanzas within a poem, book, or canto.</a:documentation>
          <value>act</value>
          <a:documentation>acts within a play.</a:documentation>
          <value>scene</value>
          <a:documentation>scenes within a play or act.</a:documentation>
          <value>section</value>
          <a:documentation>sections of any kind.</a:documentation>
          <value>absent</value>
          <a:documentation>passages not present in the reference edition.</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_pb">
    <element name="teix:pb">
      <a:documentation>(page break) marks the boundary between one page of a text and the next
in a standard reference system.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="ed">
          <a:documentation>(edition) indicates the edition or version in which the page break is located
at this point</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_lb">
    <element name="teix:lb">
      <a:documentation>(line break) marks the start of a new (typographic) line in some
edition or version of a text.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="ed">
          <a:documentation>(edition) indicates the edition or version in which the line break is located
at this point</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_cb">
    <element name="teix:cb">
      <a:documentation>(column break) marks the boundary between one column of a text and the next
in a standard reference system.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="ed">
          <a:documentation>(edition) indicates the edition or version in which the column break is located
at this point</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_analytic">
    <element name="teix:analytic">
      <a:documentation>(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.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_author"/>
          <ref name="TEI_editor"/>
          <ref name="TEI_respStmt"/>
          <ref name="TEI_title"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_monogr">
    <element name="teix:monogr">
      <a:documentation>(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).</a:documentation>
      <group>
        <optional>
          <choice>
            <group>
              <choice>
                <ref name="TEI_author"/>
                <ref name="TEI_editor"/>
                <ref name="TEI_respStmt"/>
              </choice>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_author"/>
                  <ref name="TEI_editor"/>
                  <ref name="TEI_respStmt"/>
                </choice>
              </zeroOrMore>
              <oneOrMore>
                <ref name="TEI_title"/>
              </oneOrMore>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_editor"/>
                  <ref name="TEI_respStmt"/>
                </choice>
              </zeroOrMore>
            </group>
            <group>
              <oneOrMore>
                <ref name="TEI_title"/>
              </oneOrMore>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_author"/>
                  <ref name="TEI_editor"/>
                  <ref name="TEI_respStmt"/>
                </choice>
              </zeroOrMore>
            </group>
          </choice>
        </optional>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_meeting"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_edition"/>
          <zeroOrMore>
            <choice>
              <ref name="TEI_editor"/>
              <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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_series">
    <element name="teix:series">
      <a:documentation>(series information) contains information about the series in which a book or other
bibliographic item has appeared.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_title"/>
          <ref name="TEI_editor"/>
          <ref name="TEI_respStmt"/>
          <ref name="TEI_biblScope"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_author">
    <element name="teix:author">
      <a:documentation>in a bibliographic reference, contains the name of the author(s),
personal or corporate,
of a work; the primary statement of responsibility for any
bibliographic item. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_editor">
    <element name="teix:editor">
      <a:documentation>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. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="role" a:defaultValue="editor">
          <a:documentation>specifies the nature of the intellectual responsibility</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_respStmt">
    <element name="teix:respStmt">
      <a:documentation>(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.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_resp">
    <element name="teix:resp">
      <a:documentation>(responsibility) contains a phrase describing the nature of a person's
  intellectual responsibility.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_title">
    <element name="teix:title">
      <a:documentation>contains the full title of a work of any kind.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="level">
          <a:documentation>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>(analytic) analytic title (article, poem, or other item published as
          part of a larger item)
    </a:documentation>
            <value>m</value>
            <a:documentation>(monographic) monographic title (book, collection, or other item published
          as a distinct item, including single volumes of multi-volume
          works)
    </a:documentation>
            <value>j</value>
            <a:documentation>(journal) journal title
    </a:documentation>
            <value>s</value>
            <a:documentation>(series) series title
    </a:documentation>
            <value>u</value>
            <a:documentation>(unpublished) title of unpublished material (including theses and
          dissertations unless published by a commercial press)</a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="type">
          <a:documentation>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>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_meeting">
    <element name="teix:meeting">
      <a:documentation>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.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_imprint">
    <element name="teix:imprint">
      <a:documentation>groups information relating to the publication or distribution
  of a bibliographic item.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_model.imprintPart"/>
          <ref name="TEI_model.dateLike"/>
        </choice>
        <zeroOrMore>
          <ref name="TEI_model.global"/>
        </zeroOrMore>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_publisher">
    <element name="teix:publisher">
      <a:documentation>provides the name of the organization responsible for
the publication or distribution of a bibliographic item.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_biblScope">
    <element name="teix:biblScope">
      <a:documentation>(scope of citation) defines the scope of a bibliographic reference, for example as a
list of page numbers, or a named subdivision of a larger work.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>identifies the type of information conveyed by the element, e.g.
pages, volume.
Suggested values include: 1] vol (volume); 2] issue; 3] pp (pages); 4] chap (chapter); 5] part</a:documentation>
          <choice>
            <value>vol</value>
            <a:documentation>(volume) the element contains a volume number.</a:documentation>
            <value>issue</value>
            <a:documentation>the element contains an issue number, or volume and
issue numbers.</a:documentation>
            <value>pp</value>
            <a:documentation>(pages) the element contains a page number or page range.</a:documentation>
            <value>chap</value>
            <a:documentation>(chapter) the element contains a chapter indication (number
and/or title)</a:documentation>
            <value>part</value>
            <a:documentation>the element identifies a part of a book or collection.</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_pubPlace">
    <element name="teix:pubPlace">
      <a:documentation>(publication place) contains the name of the place where a bibliographic item was
published.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_bibl">
    <element name="teix:bibl">
      <a:documentation>(bibliographic citation) contains a loosely-structured bibliographic citation of which
the sub-components may or may not be explicitly tagged. </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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_biblStruct">
    <element name="teix:biblStruct">
      <a:documentation>(structured bibliographic citation) contains a structured bibliographic citation, in which only
bibliographic sub-elements appear and in a specified order. </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_relatedItem"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_listBibl">
    <element name="teix:listBibl">
      <a:documentation>(citation list) contains a list of bibliographic citations of any kind. </a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <oneOrMore>
          <choice>
            <ref name="TEI_model.biblLike"/>
            <ref name="TEI_listBibl"/>
          </choice>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_relatedItem">
    <element name="teix:relatedItem">
      <a:documentation>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.</a:documentation>
      <choice>
        <ref name="TEI_model.biblLike"/>
        <ref name="TEI_model.ptrLike"/>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_l">
    <element name="teix:l">
      <a:documentation>(verse line) contains a single, possibly incomplete, line of verse.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.enjamb.attribute.enjamb"/>
      <optional>
        <attribute name="part" a:defaultValue="N">
          <a:documentation>specifies whether or not the line is metrically complete. </a:documentation>
          <choice>
            <value>Y</value>
            <a:documentation>(yes) the line is metrically incomplete</a:documentation>
            <value>N</value>
            <a:documentation>(no) either the line is complete, or no claim is made as to its
completeness</a:documentation>
            <value>I</value>
            <a:documentation>(initial) the initial part of an incomplete line</a:documentation>
            <value>M</value>
            <a:documentation>(medial) a medial part of an incomplete line</a:documentation>
            <value>F</value>
            <a:documentation>(final) the final part of an incomplete line</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_lg">
    <element name="teix:lg">
      <a:documentation>(line group) contains a group of verse lines functioning as a formal unit,
e.g. a stanza, refrain, verse paragraph, etc.</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_lg"/>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.lLike"/>
            <ref name="TEI_lg"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.divBottom"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_sp">
    <element name="teix:sp">
      <a:documentation>(speech) An individual speech in a performance text, or a passage
	  presented as such in a prose or verse text.</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_model.lLike"/>
            <ref name="TEI_lg"/>
            <ref name="TEI_model.pLike"/>
            <ref name="TEI_model.stageLike"/>
          </choice>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_speaker">
    <element name="teix:speaker">
      <a:documentation>A specialized form of heading or label, giving the name of
one or more speakers in a dramatic text or fragment.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_stage">
    <element name="teix:stage">
      <a:documentation>(stage direction) contains any kind of stage direction within a dramatic text or
fragment.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>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>describes a setting.</a:documentation>
            <value>entrance</value>
            <a:documentation>describes an entrance.</a:documentation>
            <value>exit</value>
            <a:documentation>describes an exit.</a:documentation>
            <value>business</value>
            <a:documentation>describes stage business.</a:documentation>
            <value>novelistic</value>
            <a:documentation>is a narrative, motivating stage direction.</a:documentation>
            <value>delivery</value>
            <a:documentation>describes how a character speaks.</a:documentation>
            <value>modifier</value>
            <a:documentation>gives some detail about a character.</a:documentation>
            <value>location</value>
            <a:documentation>describes a location.</a:documentation>
            <value>mixed</value>
            <a:documentation>more than one of the above</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_teiCorpus">
    <element name="teix:teiCorpus">
      <a:documentation>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.</a:documentation>
      <group>
        <ref name="TEI_teiHeader"/>
        <oneOrMore>
          <choice>
            <ref name="TEI_TEI"/>
            <ref name="TEI_teiCorpus"/>
          </choice>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="version" a:defaultValue="5.0">
          <a:documentation>The version of the TEI scheme</a:documentation>
          <data type="decimal"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_divGen">
    <element name="teix:divGen">
      <a:documentation>(automatically generated text division) indicates the location at which a textual division generated
automatically by a text-processing application is to appear.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.headLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>specifies what type of generated text division (e.g. index,
table of contents, etc.) is to appear.
Sample values include: 1] index; 2] toc (table of contents); 3] figlist (figure list); 4] tablist (table list)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_s">
    <element name="teix:s">
      <a:documentation>(s-unit) contains a sentence-like division of a text.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_cl">
    <element name="teix:cl">
      <a:documentation>(clause) represents a grammatical clause.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_phr">
    <element name="teix:phr">
      <a:documentation>(phrase) represents a grammatical phrase.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_w">
    <element name="teix:w">
      <a:documentation>(word) represents a grammatical (not necessarily orthographic) word.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.segLike"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <optional>
        <attribute name="lemma">
          <a:documentation>identifies the word's lemma (dictionary entry form).</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_m">
    <element name="teix:m">
      <a:documentation>(morpheme) represents a grammatical morpheme.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.segLike"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <optional>
        <attribute name="baseForm">
          <a:documentation>identifies the morpheme's base form.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_c">
    <element name="teix:c">
      <a:documentation>(character) represents a character.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_span">
    <element name="teix:span">
      <a:documentation>associates an interpretative annotation directly with a span
  of text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.interpLike.attribute.resp"/>
      <ref name="att.interpLike.attribute.type"/>
      <ref name="att.interpLike.attribute.inst"/>
      <attribute name="from">
        <a:documentation>specifies the beginning of the passage being annotated; if
      not accompanied by a to attribute, then specifies the
      entire passage.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <optional>
        <attribute name="to">
          <a:documentation>specifies the end of the passage being annotated.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_spanGrp">
    <element name="teix:spanGrp">
      <a:documentation>(span group) collects together span tags.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_span"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.interpLike.attribute.resp"/>
      <ref name="att.interpLike.attribute.type"/>
      <ref name="att.interpLike.attribute.inst"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_interp">
    <element name="teix:interp">
      <a:documentation>(interpretation) summarizes a specific interpretative annotation which can be
linked to a span of text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.interpLike.attribute.resp"/>
      <ref name="att.interpLike.attribute.type"/>
      <ref name="att.interpLike.attribute.inst"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_interpGrp">
    <element name="teix:interpGrp">
      <a:documentation>(interpretation group) collects together a set of related interpretations which share
responsibility or type.</a:documentation>
      <oneOrMore>
        <ref name="TEI_interp"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.interpLike.attribute.resp"/>
      <ref name="att.interpLike.attribute.type"/>
      <ref name="att.interpLike.attribute.inst"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.global.analytic.attributes">
    <ref name="att.global.analytic.attribute.ana"/>
    <empty/>
  </define>
  <define name="att.global.analytic.attribute.ana">
    <optional>
      <attribute name="ana">
        <a:documentation>(analysis) indicates one or more elements containing interpretations of the
element on which the ana attribute appears.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_certainty">
    <element name="teix:certainty">
      <a:documentation>indicates the degree of certainty or uncertainty associated
  with some aspect of the text markup. </a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="target">
        <a:documentation>points at the elements whose markup is
      uncertain.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <attribute name="locus">
        <a:documentation>indicates the precise location of the uncertainty in the
	markup: applicability of the element, precise position of the
	start- or end-tag, value of a specific attribute,
	etc.
Suggested values include: 1] gi (element name); 2] startLoc (start location); 3] endLoc (end location); 4] location; 5] attrName (attribute name); 6] transcribedContent; 7] suppliedContent</a:documentation>
        <choice>
          <value>gi</value>
          <a:documentation>(element name) uncertain whether the element used actually applies
	    to the passage.</a:documentation>
          <value>startLoc</value>
          <a:documentation>(start location) start-tag may not be correctly located.</a:documentation>
          <value>endLoc</value>
          <a:documentation>(end location) end-tag may not be correctly located.</a:documentation>
          <value>location</value>
          <a:documentation>both the start-tag and the end-tag may not be
	    correctly located.</a:documentation>
          <value>attrName</value>
          <a:documentation>(attribute name) the value given for the attribute name is
	    uncertain.</a:documentation>
          <value>transcribedContent</value>
          <a:documentation>the content of the element may not be a correct
	    transcription of the source text.</a:documentation>
          <value>suppliedContent</value>
          <a:documentation>the content of the element may not have been
	    correctly supplied by the reader, e.g. as in the cases of
	    corr and abbrev elements.</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
      <optional>
        <attribute name="assertedValue">
          <a:documentation>provides an alternative value for the aspect of the markup in
question—an alternative generic identifier, transcription,
or attribute value, or the identifier of an anchor element (to
indicate an alternative starting or ending location).  If an
assertedValue is given, the confidence level specified by
degree applies to the alternative markup specified by
assertedValue; if none is given, it applies to the markup
in the text.</a:documentation>
          <choice>
            <data type="anyURI"/>
            <data type="Name"/>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="given">
          <a:documentation>indicates conditions assumed in the assignment of a degree
      of confidence.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="degree">
          <a:documentation>indicates the degree of confidence assigned to the aspect
of the markup named by the locus attribute.</a:documentation>
          <data type="double">
            <param name="minInclusive">0</param>
            <param name="maxInclusive">1</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_respons">
    <element name="teix:respons">
      <a:documentation>(responsibility) identifies the individual(s) responsible for some aspect of the
markup of particular element(s).</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="target">
        <a:documentation>gives the identifier(s) of the element(s) for which some
aspect of the responsibility is being
assigned.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <attribute name="locus">
        <a:documentation>indicates the specific aspect of the markup for which
responsibility is being assigned.
Suggested values include: 1] gi (element name); 2] location; 3] startLoc (start location); 4] endLoc (end location); 5] attrName (attribute name); 6] transcribedContent; 7] suppliedContent</a:documentation>
        <list>
          <oneOrMore>
            <choice>
              <value>gi</value>
              <a:documentation>(element name) responsibility for the claim that the element is of the
type indicated by the markup</a:documentation>
              <value>location</value>
              <a:documentation>responsibility for the claim that the element
begins and ends where indicated</a:documentation>
              <value>startLoc</value>
              <a:documentation>(start location) responsibility for the claim that the element begins
          where indicated</a:documentation>
              <value>endLoc</value>
              <a:documentation>(end location) responsibility for the claim that the element ends
          where indicated</a:documentation>
              <value>attrName</value>
              <a:documentation>(attribute name) responsibility for the claim that the
name attribute has the value given in the markup</a:documentation>
              <value>transcribedContent</value>
              <a:documentation>responsibility for the transcription of
the element content</a:documentation>
              <value>suppliedContent</value>
              <a:documentation>responsibility for the contents supplied by
the encoder (corrections, expansions of abbreviations, etc.)</a:documentation>
              <data type="Name"/>
            </choice>
          </oneOrMore>
        </list>
      </attribute>
      <attribute name="resp">
        <a:documentation>(responsible party) identifies the individual or agency responsible for the indicated
aspect of the electronic text.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_textDesc">
    <element name="teix:textDesc">
      <a:documentation>(text description) provides a description of a text in terms of its
situational parameters.</a:documentation>
      <group>
        <ref name="TEI_model.textDescPart_sequence"/>
        <oneOrMore>
          <ref name="TEI_purpose"/>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_particDesc">
    <element name="teix:particDesc">
      <a:documentation>(participation description) describes the identifiable speakers, voices, or other participants
in a linguistic interaction. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <choice>
            <ref name="TEI_model.personLike"/>
            <ref name="TEI_listPerson"/>
          </choice>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_settingDesc">
    <element name="teix:settingDesc">
      <a:documentation>(setting description) describes the setting or settings within which a language
interaction takes place, either as a prose description or as a
series of setting elements.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_setting"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_channel">
    <element name="teix:channel">
      <a:documentation>(primary channel) describes the medium or channel by which a text is delivered or
experienced. For a written text, this might be print, manuscript, e-mail, etc.;
for a spoken one, radio, telephone, face-to-face, etc.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="mode" a:defaultValue="x">
          <a:documentation>specifies the mode of this channel with respect to speech and
         writing.
   </a:documentation>
          <choice>
            <value>s</value>
            <a:documentation>(spoken) </a:documentation>
            <value>w</value>
            <a:documentation>(written) </a:documentation>
            <value>sw</value>
            <a:documentation>(spoken to be written) e.g. dictation</a:documentation>
            <value>ws</value>
            <a:documentation>(written to be spoken) e.g. a script</a:documentation>
            <value>m</value>
            <a:documentation>(mixed) </a:documentation>
            <value>x</value>
            <a:documentation>(unknown or inapplicable) </a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_constitution">
    <element name="teix:constitution">
      <a:documentation>describes the internal composition of a text or text sample,
for example
as fragmentary, complete, etc.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type" a:defaultValue="single">
          <a:documentation>specifies how the text was constituted.
   </a:documentation>
          <choice>
            <value>single</value>
            <a:documentation>a single complete text
    </a:documentation>
            <value>composite</value>
            <a:documentation>a text made by combining several smaller
             items, each individually complete
    </a:documentation>
            <value>frags</value>
            <a:documentation>(fragments) a text made by combining several smaller, not
             necessarily complete, items
    </a:documentation>
            <value>unknown</value>
            <a:documentation>composition unknown or unspecified
   </a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_derivation">
    <element name="teix:derivation">
      <a:documentation>describes the nature and extent of originality of this text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>categorizes the derivation of the text.
   
Sample values include: 1] original; 2] revision; 3] translation; 4] abridgment; 5] plagiarism; 6] traditional</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_domain">
    <element name="teix:domain">
      <a:documentation>(domain of use) describes the most important social context in which the text was
realized or for which it is intended, for example private vs. public,
education, religion, etc.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>categorizes the domain of use.
   
Sample values include: 1] art; 2] domestic; 3] religious; 4] business; 5] education; 6] govt (government); 7] public</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_factuality">
    <element name="teix:factuality">
      <a:documentation>describes the extent to which the text may be regarded as
imaginative or non-imaginative, that is, as describing a fictional
or a non-fictional world. </a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>categorizes the factuality of the text.
   </a:documentation>
          <choice>
            <value>fiction</value>
            <a:documentation>the text is to be regarded as entirely imaginative
  </a:documentation>
            <value>fact</value>
            <a:documentation>the text is to be regarded as entirely informative or factual
  </a:documentation>
            <value>mixed</value>
            <a:documentation>the text contains a mixture of fact and fiction
  </a:documentation>
            <value>inapplicable</value>
            <a:documentation>the fiction/fact distinction is not regarded
    as helpful or appropriate to this text
   </a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_interaction">
    <element name="teix:interaction">
      <a:documentation>describes the extent, cardinality and nature of any interaction
among those producing and experiencing the text, for example in the
form of response or interjection, commentary, etc.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>specifies the degree of interaction between
  active and passive participants in the text. </a:documentation>
          <choice>
            <value>none</value>
            <a:documentation>no interaction of any kind, e.g. a monologue </a:documentation>
            <value>partial</value>
            <a:documentation>some degree of interaction, e.g. a monologue with set responses </a:documentation>
            <value>complete</value>
            <a:documentation>complete interaction, e.g. a face to face conversation </a:documentation>
            <value>inapplicable</value>
            <a:documentation>this parameter is inappropriate or inapplicable in this case </a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="active">
          <a:documentation>specifies the number of active participants
   (or addressors) producing parts of the text. 
Suggested values include: 1] singular; 2] plural; 3] corporate; 4] unknown</a:documentation>
          <choice>
            <value>singular</value>
            <a:documentation>a single addressor </a:documentation>
            <value>plural</value>
            <a:documentation>many addressors </a:documentation>
            <value>corporate</value>
            <a:documentation>a corporate addressor </a:documentation>
            <value>unknown</value>
            <a:documentation>number of addressors unknown or unspecifiable </a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="passive">
          <a:documentation>specifies the number of passive participants
   (or addressees) to whom a text is directed
   or in whose presence it is created or performed.
   
Suggested values include: 1] self; 2] single; 3] many; 4] group; 5] world</a:documentation>
          <choice>
            <value>self</value>
            <a:documentation>text is addressed to the originator e.g. a diary </a:documentation>
            <value>single</value>
            <a:documentation>text is addressed to one other person e.g. a personal letter </a:documentation>
            <value>many</value>
            <a:documentation>text is addressed to a countable number of others
    e.g. a conversation in which all participants are identified </a:documentation>
            <value>group</value>
            <a:documentation>text is addressed to an undefined but fixed
    number of participants  e.g. a lecture </a:documentation>
            <value>world</value>
            <a:documentation>text is addressed to an undefined and indeterminately
    large number e.g. a published book </a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_preparedness">
    <element name="teix:preparedness">
      <a:documentation>describes the extent to which a text may be regarded as
prepared or spontaneous. </a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>a keyword characterizing the type of preparedness.
   
Sample values include: 1] none; 2] scripted; 3] formulaic; 4] revised</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_purpose">
    <element name="teix:purpose">
      <a:documentation>characterizes a single purpose or communicative function of the
text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>specifies a particular kind of purpose.
   
Suggested values include: 1] persuade; 2] express; 3] inform; 4] entertain</a:documentation>
          <choice>
            <value>persuade</value>
            <a:documentation>didactic, advertising, propaganda, etc.
  </a:documentation>
            <value>express</value>
            <a:documentation>self expression, confessional, etc.
  </a:documentation>
            <value>inform</value>
            <a:documentation>convey information, educate, etc.
  </a:documentation>
            <value>entertain</value>
            <a:documentation>amuse, entertain, etc.
   </a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="degree">
          <a:documentation>specifies the extent to which this purpose predominates.</a:documentation>
          <choice>
            <value>high</value>
            <value>medium</value>
            <value>low</value>
            <value>unknown</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_setting">
    <element name="teix:setting">
      <a:documentation>describes one particular setting in which a language
  interaction takes place.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.nameLike.agent"/>
            <ref name="TEI_model.dateLike"/>
            <ref name="TEI_model.settingPart"/>
          </choice>
        </zeroOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_locale">
    <element name="teix:locale">
      <a:documentation>contains a brief informal description of the kind of
place concerned, for example: a room, a restaurant, a park bench, etc.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_activity">
    <element name="teix:activity">
      <a:documentation>contains a brief informal description of what a participant in a
language interaction is doing other than speaking, if anything.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_superEntry">
    <element name="teix:superEntry">
      <a:documentation>groups successive entries for a set of homographs.</a:documentation>
      <choice>
        <group>
          <optional>
            <ref name="TEI_form"/>
          </optional>
          <oneOrMore>
            <ref name="TEI_entry"/>
          </oneOrMore>
        </group>
        <ref name="TEI_dictScrap"/>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.entryLike.attribute.type"/>
      <ref name="att.entryLike.attribute.sortKey"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_entry">
    <element name="teix:entry">
      <a:documentation>contains a reasonably well-structured dictionary entry.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_hom"/>
          <ref name="TEI_sense"/>
          <ref name="TEI_model.entryPart.top"/>
          <ref name="TEI_model.global"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.entryLike.attribute.type"/>
      <ref name="att.entryLike.attribute.sortKey"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_entryFree">
    <element name="teix:entryFree">
      <a:documentation>(unstructured entry) contains a dictionary entry which does not necessarily conform to the constraints imposed
        by the entry element.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.entryPart"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.entryLike.attribute.type"/>
      <ref name="att.entryLike.attribute.sortKey"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_hom">
    <element name="teix:hom">
      <a:documentation>(homograph) groups information relating to one homograph within an entry.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_sense"/>
          <ref name="TEI_model.entryPart.top"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_sense">
    <element name="teix:sense">
      <a:documentation>groups together all information relating to one word sense in
  a dictionary entry, for example 
    definitions, examples, and translation equivalents.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_sense"/>
          <ref name="TEI_model.entryPart.top"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="level">
          <a:documentation>gives the nesting depth of this sense.</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_dictScrap">
    <element name="teix:dictScrap">
      <a:documentation>(dictionary scrap) encloses a part of a dictionary entry in which other phrase-level dictionary elements are
        freely combined.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.entryPart"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_form">
    <element name="teix:form">
      <a:documentation>(form information group) groups all the information on the written and spoken forms of one headword.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_model.formPart"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies form as simple, compound, etc.
Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] derivative; 6] inflected; 7] phrase</a:documentation>
          <choice>
            <value>simple</value>
            <a:documentation>single free lexical item</a:documentation>
            <value>lemma</value>
            <a:documentation>the headword itself</a:documentation>
            <value>variant</value>
            <a:documentation>a variant form</a:documentation>
            <value>compound</value>
            <a:documentation>word formed from simple lexical items</a:documentation>
            <value>derivative</value>
            <a:documentation>word derived from headword</a:documentation>
            <value>inflected</value>
            <a:documentation>word in other than usual dictionary form</a:documentation>
            <value>phrase</value>
            <a:documentation>multiple-word lexical item</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_orth">
    <element name="teix:orth">
      <a:documentation>(orthographic form) gives the orthographic form of a dictionary headword.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>gives the type of spelling.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="extent" a:defaultValue="full">
          <a:documentation>gives the extent of the orthographic information provided.
Sample values include: 1] full (full form); 2] pref (prefix); 3] suff (suffix); 4] part (partial)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_pron">
    <element name="teix:pron">
      <a:documentation>(pronunciation) contains the pronunciation(s) of the word.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="extent" a:defaultValue="full">
          <a:documentation>indicates whether the pronunciation is for whole word or part. 
Sample values include: 1] full (full form); 2] pref (prefix); 3] suff (suffix); 4] part (partial)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="notation">
          <a:documentation>indicates what notation is used for the pronunciation, if more than one occurs in
                the machine-readable dictionary. </a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_hyph">
    <element name="teix:hyph">
      <a:documentation>(hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some
        other form.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_syll">
    <element name="teix:syll">
      <a:documentation>(syllabification) contains the syllabification of the headword.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_stress">
    <element name="teix:stress">
      <a:documentation>contains the stress pattern for a dictionary headword, if given separately.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_gram">
    <element name="teix:gram">
      <a:documentation>(grammatical information) within an entry in a dictionary or a terminological data file, contains grammatical
        information relating to a term, word, or form.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies the grammatical information given according to
      some convenient typology   — in the case of terminological information, preferably the dictionary of      data element types specified in ISO WD 12 620.
Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number); 4] animate; 5] proper</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_gen">
    <element name="teix:gen">
      <a:documentation>(gender) identifies the morphological gender of a lexical item, as given in the dictionary.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_number">
    <element name="teix:number">
      <a:documentation>indicates grammatical number associated with a form, as given in a dictionary.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_case">
    <element name="teix:case">
      <a:documentation>contains grammatical case information given by a dictionary for a given form.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_per">
    <element name="teix:per">
      <a:documentation>(person) contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a
    given inflected form in a dictionary.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_tns">
    <element name="teix:tns">
      <a:documentation>(tense) indicates the grammatical tense associated with a given inflected form in a dictionary.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_mood">
    <element name="teix:mood">
      <a:documentation>contains information about the grammatical mood of verbs (e.g. indicative, subjunctive,
    imperative).</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_iType">
    <element name="teix:iType">
      <a:documentation>(inflectional class) indicates the inflectional class associated with a lexical item.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates the type of indicator used to specify the inflection class, when it is
                necessary to distinguish between the usual abbreviated indications (e.g.
                    inv) and other kinds of indicators, such as special codes
                referring to conjugation patterns, etc.
Sample values include: 1] abbrev; 2] verbTable</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_gramGrp">
    <element name="teix:gramGrp">
      <a:documentation>(grammatical information group) groups morpho-syntactic information about a lexical item, e.g. pos, gen, number, case, or
        iType (inflectional class).</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_model.gramPart"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_pos">
    <element name="teix:pos">
      <a:documentation>(part of speech) indicates the part of speech assigned to a dictionary 
headword  such as noun, verb, or adjective.
    </a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_subc">
    <element name="teix:subc">
      <a:documentation>(subcategorization) contains subcategorization information (transitive/intransitive, countable/non-countable,
        etc.)</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_colloc">
    <element name="teix:colloc">
      <a:documentation>(collocate) contains a collocate of the headword.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_def">
    <element name="teix:def">
      <a:documentation>(definition) contains definition text in a dictionary entry.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_etym">
    <element name="teix:etym">
      <a:documentation>(etymology) encloses the etymological information in a dictionary entry.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_usg"/>
          <ref name="TEI_lbl"/>
          <ref name="TEI_def"/>
          <ref name="TEI_model.morphLike"/>
          <ref name="TEI_xr"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_lang">
    <element name="teix:lang">
      <a:documentation>(language name) name of a language mentioned in etymological or other linguistic discussion.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_usg">
    <element name="teix:usg">
      <a:documentation>(usage) contains usage information in a dictionary entry.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies the usage information using any convenient typology.
Sample values include: 1] geo (geographic); 2] time; 3] dom (domain); 4] reg (register); 5] style; 6] plev (preference level); 7] lang (language); 8] gram (grammatical); 9] syn (synonym); 10] hyper (hypernym); 11] colloc (collocation); 12] comp (complement); 13] obj (object); 14] subj (subject); 15] verb; 16] hint</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_lbl">
    <element name="teix:lbl">
      <a:documentation>(label) contains a label for a form, example, translation, or other piece of
        information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:,
        etc.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies the label using any convenient typology.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_xr">
    <element name="teix:xr">
      <a:documentation>(cross-reference phrase) contains a phrase, sentence, or icon referring the reader to
some other location in this or another text.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_usg"/>
          <ref name="TEI_lbl"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates the type of cross reference, using any convenient
typology.
Sample values include: 1] syn (synonym); 2] etym (etymological); 3] cf (compare or consult); 4] illus (illustration)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_re">
    <element name="teix:re">
      <a:documentation>(related entry) contains a dictionary entry for a lexical item related to the headword, such as a compound
        phrase or derived form, embedded inside a larger entry.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_sense"/>
          <ref name="TEI_model.entryPart.top"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_oRef">
    <element name="teix:oRef">
      <a:documentation>(orthographic-form reference) in a dictionary example, indicates a reference to the orthographic form(s) of the headword.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ptrLike.form.attribute.target"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates the kind of typographic modification made to the headword in the reference.
Sample values include: 1] cap (capital); 2] noHyph (no hyphen)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_oVar">
    <element name="teix:oVar">
      <a:documentation>(orthographic-variant reference) in a dictionary example, indicates a reference to variant orthographic form(s) of the
    headword.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_oRef"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ptrLike.form.attribute.target"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates the kind of variant involved.
Sample values include: 1] pt (past tense); 2] pp (past participle); 3] prp (present participle); 4] f (feminine); 5] pl (plural)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_pRef">
    <element name="teix:pRef">
      <a:documentation>(pronunciation reference) in a dictionary example, indicates a reference to the pronunciation(s) of the headword.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ptrLike.form.attribute.target"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_pVar">
    <element name="teix:pVar">
      <a:documentation>(pronunciation-variant reference) in a dictionary example, indicates a reference to variant pronunciation(s) of the headword.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_pRef"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ptrLike.form.attribute.target"/>
      <ref name="att.lexicographic.attribute.expand"/>
      <ref name="att.lexicographic.attribute.norm"/>
      <ref name="att.lexicographic.attribute.split"/>
      <ref name="att.lexicographic.attribute.value"/>
      <ref name="att.lexicographic.attribute.orig"/>
      <ref name="att.lexicographic.attribute.location"/>
      <ref name="att.lexicographic.attribute.mergedIn"/>
      <ref name="att.lexicographic.attribute.opt"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_model.entryLike">
    <choice>
      <ref name="TEI_superEntry"/>
      <ref name="TEI_entry"/>
      <ref name="TEI_entryFree"/>
    </choice>
  </define>
  <define name="TEI_att.entryLike.attributes">
    <ref name="att.entryLike.attribute.type"/>
    <ref name="att.entryLike.attribute.sortKey"/>
    <empty/>
  </define>
  <define name="att.entryLike.attribute.type">
    <optional>
      <attribute name="type" a:defaultValue="main">
        <a:documentation>indicates type of entry, in dictionaries with multiple types.
Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference); 4] affix; 5] abbr (abbreviation); 6] supplemental; 7] foreign</a:documentation>
        <choice>
          <value>main</value>
          <a:documentation>a main entry (default).</a:documentation>
          <value>hom</value>
          <a:documentation>(homograph) groups information relating to one homograph within an entry.</a:documentation>
          <value>xref</value>
          <a:documentation>(cross reference) a reduced entry whose only function is to
point to another main entry (e.g. for forms of an irregular verb or
for variant spellings: was pointing to
be, or esthete to
aesthete).</a:documentation>
          <value>affix</value>
          <a:documentation>an entry for a prefix, infix, or suffix.</a:documentation>
          <value>abbr</value>
          <a:documentation>(abbreviation) an entry for an abbreviation.</a:documentation>
          <value>supplemental</value>
          <a:documentation>a supplemental entry (for use in dictionaries which
          issue supplements to their main work in which they include
          updated information about entries).</a:documentation>
          <value>foreign</value>
          <a:documentation>an entry for a foreign word in a monolingual dictionary.</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.entryLike.attribute.sortKey">
    <optional>
      <attribute name="sortKey">
        <a:documentation>contains a (sortable) character sequence reflecting the
      entry's alphabetical position in the printed dictionary.</a:documentation>
        <data type="token">
          <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
        </data>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.lexicographic.attributes">
    <ref name="att.lexicographic.attribute.expand"/>
    <ref name="att.lexicographic.attribute.norm"/>
    <ref name="att.lexicographic.attribute.split"/>
    <ref name="att.lexicographic.attribute.value"/>
    <ref name="att.lexicographic.attribute.orig"/>
    <ref name="att.lexicographic.attribute.location"/>
    <ref name="att.lexicographic.attribute.mergedIn"/>
    <ref name="att.lexicographic.attribute.opt"/>
    <empty/>
  </define>
  <define name="att.lexicographic.attribute.expand">
    <optional>
      <attribute name="expand">
        <a:documentation>gives an expanded form of information presented more concisely in the dictionary</a:documentation>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.norm">
    <optional>
      <attribute name="norm">
        <a:documentation>(normalized) gives a normalized form of information given by the source text in a
                non-normalized form</a:documentation>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.split">
    <optional>
      <attribute name="split">
        <a:documentation>gives the list of split values for a merged form</a:documentation>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.value">
    <optional>
      <attribute name="value">
        <a:documentation>gives a value which lacks any realization in the printed source text.</a:documentation>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.orig">
    <optional>
      <attribute name="orig">
        <a:documentation>(original) gives the original string or is the empty string when the element does not appear
                in the source text.</a:documentation>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.location">
    <optional>
      <attribute name="location">
        <a:documentation>provides a reference to an anchor element elsewhere in the document
                indicating the original location of this component.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.mergedIn">
    <optional>
      <attribute name="mergedIn">
        <a:documentation>gives a reference to another element, where the original appears as a merged form.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.lexicographic.attribute.opt">
    <optional>
      <attribute name="opt" a:defaultValue="false">
        <a:documentation>(optional) indicates whether the element is optional or not</a:documentation>
        <data type="boolean"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_model.morphLike">
    <choice>
      <ref name="TEI_gram"/>
      <ref name="TEI_gen"/>
      <ref name="TEI_number"/>
      <ref name="TEI_case"/>
      <ref name="TEI_per"/>
      <ref name="TEI_tns"/>
      <ref name="TEI_mood"/>
      <ref name="TEI_iType"/>
    </choice>
  </define>
  <define name="TEI_model.gramPart">
    <choice>
      <ref name="TEI_gramGrp"/>
      <ref name="TEI_pos"/>
      <ref name="TEI_subc"/>
      <ref name="TEI_colloc"/>
      <ref name="TEI_usg"/>
      <ref name="TEI_lbl"/>
      <ref name="TEI_model.morphLike"/>
    </choice>
  </define>
  <define name="TEI_model.formPart">
    <choice>
      <ref name="TEI_form"/>
      <ref name="TEI_orth"/>
      <ref name="TEI_pron"/>
      <ref name="TEI_hyph"/>
      <ref name="TEI_syll"/>
      <ref name="TEI_model.gramPart"/>
    </choice>
  </define>
  <define name="TEI_model.ptrLike.form">
    <choice>
      <ref name="TEI_oRef"/>
      <ref name="TEI_oVar"/>
      <ref name="TEI_pRef"/>
      <ref name="TEI_pVar"/>
    </choice>
  </define>
  <define name="TEI_att.ptrLike.form.attributes">
    <ref name="att.ptrLike.form.attribute.target"/>
    <empty/>
  </define>
  <define name="att.ptrLike.form.attribute.target">
    <optional>
      <attribute name="target">
        <a:documentation>identifies the orthographic form or pronunciation referred to.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_set">
    <element name="teix:set">
      <a:documentation>(setting) contains a description of the setting, time, locale, appearance,
etc., of the action of a play, typically found in the front matter of
a printed performance text (not a stage direction).</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.headLike"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_prologue">
    <element name="teix:prologue">
      <a:documentation>contains the prologue to a drama,  typically spoken by an actor out of
character, possibly in association with a particular performance or venue.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.divTop"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_model.divBottom"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_epilogue">
    <element name="teix:epilogue">
      <a:documentation>contains the epilogue to a drama,  typically spoken by an actor
out of character, possibly in association with a particular performance
or venue.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.divTop"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_model.divBottom"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_performance">
    <element name="teix:performance">
      <a:documentation>contains a section of front or back matter describing how a
dramatic piece is to be performed in general or how it was performed
on some specific occasion. </a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.divTop"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_model.divBottom"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_castList">
    <element name="teix:castList">
      <a:documentation>(cast list) contains a single cast list or dramatis personae.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.divTop"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
        <oneOrMore>
          <choice>
            <ref name="TEI_castItem"/>
            <ref name="TEI_castGroup"/>
          </choice>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_castGroup">
    <element name="teix:castGroup">
      <a:documentation>(cast list grouping) groups one or more individual castItem
elements within a cast list.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.global"/>
            <ref name="TEI_model.headLike"/>
          </choice>
        </zeroOrMore>
        <oneOrMore>
          <choice>
            <ref name="TEI_castItem"/>
            <ref name="TEI_castGroup"/>
            <ref name="TEI_roleDesc"/>
          </choice>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
        <optional>
          <ref name="TEI_trailer"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_castItem">
    <element name="teix:castItem">
      <a:documentation>(cast list item) contains a single entry within a cast list, describing
either a single role or a list of non-speaking roles.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.castItemPart"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type" a:defaultValue="role">
          <a:documentation>characterizes the cast item.
   </a:documentation>
          <choice>
            <value>role</value>
            <a:documentation>the item describes a single role.
       </a:documentation>
            <value>list</value>
            <a:documentation>the item describes a list of non-speaking roles.
   </a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_role">
    <element name="teix:role">
      <a:documentation>the name of a dramatic role, as given in a cast list.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_roleDesc">
    <element name="teix:roleDesc">
      <a:documentation>(role description) describes a character's role in a drama.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_actor">
    <element name="teix:actor">
      <a:documentation>Name of an actor appearing within a cast list.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_move">
    <element name="teix:move">
      <a:documentation>(movement) marks the actual entrance or exit of one or more characters on stage.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute name="type">
          <a:documentation>characterizes the movement, for example as an entrance or exit.
Suggested values include: 1] entrance; 2] exit; 3] onStage</a:documentation>
          <choice>
            <value>entrance</value>
            <a:documentation>character is entering the stage.</a:documentation>
            <value>exit</value>
            <a:documentation>character is exiting the stage.</a:documentation>
            <value>onStage</value>
            <a:documentation>character moves on stage</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="where">
          <a:documentation>specifies the direction of a stage movement.
Sample values include: 1] L (left); 2] R (right); 3] C (center)</a:documentation>
          <list>
            <oneOrMore>
              <data type="Name"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="perf">
          <a:documentation>(performance) identifies the performance or performances in which this movement
		occurred as specified.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_view">
    <element name="teix:view">
      <a:documentation>describes the visual context of some part of a screen play in
terms of what the spectator sees, generally independent of any
dialogue.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_camera">
    <element name="teix:camera">
      <a:documentation>describes a particular camera angle or viewpoint in a screen play.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_sound">
    <element name="teix:sound">
      <a:documentation>describes a sound effect or musical sequence specified within a
screen play or radio script.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>categorizes the sound in some respect, e.g. as music,
      special effect, etc.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="discrete" a:defaultValue="unknown">
          <a:documentation>indicates whether the sound overlaps the surrounding
      speeches or interrupts them.</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_caption">
    <element name="teix:caption">
      <a:documentation>contains the text of a caption or other text displayed as part of
a film script or screenplay.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_tech">
    <element name="teix:tech">
      <a:documentation>(technical stage direction) describes a special-purpose stage direction that is not
meant for the actors.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>categorizes the technical stage direction.</a:documentation>
          <choice>
            <value>light</value>
            <a:documentation>a lighting cue</a:documentation>
            <value>sound</value>
            <a:documentation>a sound cue</a:documentation>
            <value>prop</value>
            <a:documentation>a prop cue</a:documentation>
            <value>block</value>
            <a:documentation>a blocking instruction</a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="perf">
          <a:documentation>(performance) identifies the performance or performances to which this
technical direction applies.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_table">
    <element name="teix:table">
      <a:documentation>contains text displayed in tabular form, in
rows and columns.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.headLike"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_row"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="rows">
          <a:documentation>indicates the number of rows in the table.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="cols">
          <a:documentation>(columns) indicates the number of columns in each row of the table.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_row">
    <element name="teix:row">
      <a:documentation>contains one row of a table. </a:documentation>
      <oneOrMore>
        <ref name="TEI_cell"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.tableDecoration.attribute.role"/>
      <ref name="att.tableDecoration.attribute.rows"/>
      <ref name="att.tableDecoration.attribute.cols"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_cell">
    <element name="teix:cell">
      <a:documentation>contains one cell of a table. </a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.tableDecoration.attribute.role"/>
      <ref name="att.tableDecoration.attribute.rows"/>
      <ref name="att.tableDecoration.attribute.cols"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_formula">
    <element name="teix:formula">
      <a:documentation>contains a mathematical or other formula.</a:documentation>
      <choice>
        <ref name="mathml.math"/>
        <text/>
      </choice>
      <optional>
        <attribute name="notation">
          <a:documentation>supplies the name of a previously defined notation used for the
content of the
element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_figure">
    <element name="teix:figure">
      <a:documentation>groups elements representing or containing graphic information
  such as an illustration or figure.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_model.headLike"/>
          <ref name="TEI_model.pLike"/>
          <ref name="TEI_figDesc"/>
          <ref name="TEI_model.graphicLike"/>
          <ref name="TEI_model.egLike"/>
          <ref name="TEI_floatingText"/>
          <ref name="TEI_figure"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.placement.attribute.place"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_figDesc">
    <element name="teix:figDesc">
      <a:documentation>(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.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_g">
    <element name="teix:g">
      <a:documentation>(character or glyph) represents a non-standard character or glyph.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="ref">
          <a:documentation>points to a description of the  character or glyph intended.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_char">
    <element name="teix:char">
      <a:documentation>(character) provides descriptive information about a character. </a:documentation>
      <group>
        <optional>
          <ref name="TEI_charName"/>
        </optional>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_charProp"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_mapping"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.graphicLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.noteLike"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_charName">
    <element name="teix:charName">
      <a:documentation>(character name) contains the name of a character, expressed following Unicode conventions. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_charProp">
    <element name="teix:charProp">
      <a:documentation>(character property) provides a name and value for some property of the parent
character or glyph. </a:documentation>
      <group>
        <choice>
          <ref name="TEI_unicodeName"/>
          <ref name="TEI_localName"/>
        </choice>
        <ref name="TEI_value"/>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_charDecl">
    <element name="teix:charDecl">
      <a:documentation>(character declarations) provides information about nonstandard characters and glyphs. </a:documentation>
      <group>
        <optional>
          <ref name="TEI_desc"/>
        </optional>
        <oneOrMore>
          <choice>
            <ref name="TEI_char"/>
            <ref name="TEI_glyph"/>
          </choice>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_glyph">
    <element name="teix:glyph">
      <a:documentation>(character glyph) provides descriptive information about a character glyph. </a:documentation>
      <group>
        <optional>
          <ref name="TEI_glyphName"/>
        </optional>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_charProp"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_mapping"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.graphicLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.noteLike"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_glyphName">
    <element name="teix:glyphName">
      <a:documentation>(character glyph name) contains the name of a glyph, expressed following Unicode
conventions for character names. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_localName">
    <element name="teix:localName">
      <a:documentation>(locally-defined property name) contains a locally defined name for some property. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_mapping">
    <element name="teix:mapping">
      <a:documentation>(character mapping) contains one or more
	 characters which are related to the parent character or glyph
	 in some respect, as specified by the type
	 attribute.
</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_unicodeName">
    <element name="teix:unicodeName">
      <a:documentation>(unicode property name) contains the name of a registered Unicode normative or
informative property. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="version">
          <a:documentation>specifies the version number of the Unicode Standard in
        which this property name is defined.</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_value">
    <element name="teix:value">
      <a:documentation>(value) contains a single value for some property, attribute, or other
  analysis.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_teiHeader">
    <element name="teix:teiHeader">
      <a:documentation>(TEI Header) supplies the descriptive and declarative information making
	up an electronic title page prefixed to every TEI-conformant
	text.</a:documentation>
      <group>
        <ref name="TEI_fileDesc"/>
        <zeroOrMore>
          <ref name="TEI_model.headerPart"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_revisionDesc"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute 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>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_fileDesc">
    <element name="teix:fileDesc">
      <a:documentation>(file description) contains a full bibliographic description of an electronic
file.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_titleStmt">
    <element name="teix:titleStmt">
      <a:documentation>(title statement) groups information about the title of a work and those
responsible for its intellectual content.</a:documentation>
      <group>
        <oneOrMore>
          <ref name="TEI_title"/>
        </oneOrMore>
        <zeroOrMore>
          <choice>
            <ref name="TEI_author"/>
            <ref name="TEI_editor"/>
            <ref name="TEI_sponsor"/>
            <ref name="TEI_funder"/>
            <ref name="TEI_principal"/>
            <ref name="TEI_respStmt"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_sponsor">
    <element name="teix:sponsor">
      <a:documentation>specifies the name of a sponsoring organization or
institution.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_funder">
    <element name="teix:funder">
      <a:documentation>(funding body) specifies the name of an individual, institution, or organization
responsible for the funding of a project or text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_principal">
    <element name="teix:principal">
      <a:documentation>(principal researcher) supplies the name of the principal researcher responsible for the
creation of an electronic text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_editionStmt">
    <element name="teix:editionStmt">
      <a:documentation>(edition statement) groups information relating to one edition of a text.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <ref name="TEI_edition"/>
          <zeroOrMore>
            <ref name="TEI_respStmt"/>
          </zeroOrMore>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_edition">
    <element name="teix:edition">
      <a:documentation>(edition) describes the particularities of one edition of a text.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_extent">
    <element name="teix:extent">
      <a:documentation>describes the approximate size of a text as stored on
some carrier medium, whether digital or non-digital, specified in any convenient units.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_publicationStmt">
    <element name="teix:publicationStmt">
      <a:documentation>(publication statement) groups information concerning the publication or distribution
of an electronic or other text. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_model.publicationStmtPart"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_distributor">
    <element name="teix:distributor">
      <a:documentation>supplies the name of a person or other agency responsible for the
distribution of a text.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_authority">
    <element name="teix:authority">
      <a:documentation>(release authority) supplies the name of a person or other agency responsible for
  making an electronic file available, other than a publisher or
  distributor.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_idno">
    <element name="teix:idno">
      <a:documentation>(identifying number) supplies any standard or non-standard number used to identify a
bibliographic item.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>categorizes the number, for example as an ISBN or other
         standard series.
   </a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_availability">
    <element name="teix:availability">
      <a:documentation>supplies information about the availability of a text, for
  example any restrictions on its use or distribution, its copyright
  status, etc.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute 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_seriesStmt">
    <element name="teix:seriesStmt">
      <a:documentation>(series statement) groups information about the series, if any, to which
a publication belongs.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <oneOrMore>
            <ref name="TEI_title"/>
          </oneOrMore>
          <zeroOrMore>
            <choice>
              <ref name="TEI_idno"/>
              <ref name="TEI_respStmt"/>
            </choice>
          </zeroOrMore>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_notesStmt">
    <element name="teix:notesStmt">
      <a:documentation>(notes statement) collects together any notes providing information about a text
additional to that recorded in other parts of the bibliographic
description.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.noteLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_sourceDesc">
    <element name="teix:sourceDesc">
      <a:documentation>(source description) supplies a description of the source text(s) from
which an electronic text was derived or generated.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_biblFull">
    <element name="teix:biblFull">
      <a:documentation>(fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all
components of the TEI file description
are present.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_encodingDesc">
    <element name="teix:encodingDesc">
      <a:documentation>(encoding description) documents the relationship between an electronic text and the
source or sources from which it was derived.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_model.encodingPart"/>
          <ref name="TEI_model.pLike"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_projectDesc">
    <element name="teix:projectDesc">
      <a:documentation>(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.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_samplingDecl">
    <element name="teix:samplingDecl">
      <a:documentation>(sampling declaration) contains a prose description of the rationale and methods used
in sampling texts in the creation of a corpus or collection.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_editorialDecl">
    <element name="teix:editorialDecl">
      <a:documentation>(editorial practice declaration) provides details of editorial principles and practices applied
during the encoding of a text.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_model.editorialDeclPart"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_correction">
    <element name="teix:correction">
      <a:documentation>(correction principles) states how and under what circumstances corrections have been
made in the text.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <optional>
        <attribute 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 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="teix:normalization">
      <a:documentation>indicates the extent of normalization or regularization of the
original source carried out in converting it to electronic form.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <optional>
        <attribute name="source">
          <a:documentation>indicates the authority for any normalization carried out.
    </a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute 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="teix:quotation">
      <a:documentation>specifies editorial practice adopted with respect to quotation
  marks in the original. </a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <optional>
        <attribute name="marks" a:defaultValue="all">
          <a:documentation>(quotation marks) indicates whether or not quotation marks have been retained as
      content within the text. </a:documentation>
          <choice>
            <value>none</value>
            <a:documentation>no quotation marks have been retained </a:documentation>
            <value>some</value>
            <a:documentation>some quotation marks have been retained </a:documentation>
            <value>all</value>
            <a:documentation>all quotation marks have been retained </a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="form" a:defaultValue="unknown">
          <a:documentation>specifies how quotation marks are indicated within the
      text.</a:documentation>
          <choice>
            <value>data</value>
            <a:documentation>quotation marks are retained as data.</a:documentation>
            <value>rend</value>
            <a:documentation>(rend attribute) the rend attribute is consistently used to
          indicate the form of quotation marks.</a:documentation>
            <value>std</value>
            <a:documentation>(standardized) use of quotation marks has been standardized.</a:documentation>
            <value>nonstd</value>
            <a:documentation>(not standardized) quotation marks are represented inconsistently.</a:documentation>
            <value>unknown</value>
            <a:documentation>use of quotation marks is unknown.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_hyphenation">
    <element name="teix:hyphenation">
      <a:documentation>summarizes the way in which hyphenation in a source text has been
treated in an encoded version of it.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <optional>
        <attribute 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-od-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="teix:segmentation">
      <a:documentation>describes the principles according to which the text has been
segmented, for example into sentences, tone-units, graphemic strata,
etc.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_stdVals">
    <element name="teix:stdVals">
      <a:documentation>(standard values) specifies the format used when standardized date or number
values are supplied.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_interpretation">
    <element name="teix:interpretation">
      <a:documentation>describes the scope of any analytic or interpretive information
added to the text in addition to the transcription. </a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_tagsDecl">
    <element name="teix:tagsDecl">
      <a:documentation>(tagging declaration) provides detailed information about the tagging applied to a document.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_rendition"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_namespace"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_tagUsage">
    <element name="teix:tagUsage">
      <a:documentation>supplies information about the usage of a specific element
within a text. </a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="gi">
        <a:documentation>(element name) the name (generic identifier) of the element indicated by
      the tag.</a:documentation>
        <data type="Name"/>
      </attribute>
      <optional>
        <attribute name="occurs">
          <a:documentation>specifies the number of occurrences of this element within the text.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="withId">
          <a:documentation>(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>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="render">
          <a:documentation>specifies the identifier of a rendition element
      which defines how this element is to be rendered.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_namespace">
    <element name="teix:namespace">
      <a:documentation>supplies the formal name of the namespace to which the elements
documented by its children belong. </a:documentation>
      <oneOrMore>
        <ref name="TEI_tagUsage"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="name">
        <a:documentation>the full formal name of the namespace concerned.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_rendition">
    <element name="teix:rendition">
      <a:documentation>supplies information about the rendition or appearance of one or more
elements in the source text.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="scheme">
          <a:documentation>identifies the language used to describe the rendition.</a:documentation>
          <choice>
            <value>css</value>
            <a:documentation>Cascading Stylesheet Language</a:documentation>
            <value>xslfo</value>
            <a:documentation>Extensible  Stylesheet Language
Formatting Objects</a:documentation>
            <value>free</value>
            <a:documentation>Informal free text description</a:documentation>
            <value>other</value>
            <a:documentation>A user-defined rendition description language</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_refsDecl">
    <element name="teix:refsDecl">
      <a:documentation>(references declaration) specifies how canonical references are constructed for this
  text.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_cRefPattern">
    <element name="teix:cRefPattern">
      <a:documentation>(canonical reference pattern) specifies an expression and replacement pattern for
  transforming a canonical reference into a URI. </a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.pLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="matchPattern">
        <a:documentation>specifies a regular expression against which the values of
      cRef attributes can be matched.</a:documentation>
        <data type="token"/>
      </attribute>
      <attribute name="replacementPattern">
        <a:documentation>specifies a replacement pattern
      which, once subpattern substitution has been performed, provides
      a URI.</a:documentation>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_refState">
    <element name="teix:refState">
      <a:documentation>(reference state) specifies one component of a canonical reference defined by
the milestone method.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="ed">
          <a:documentation>(edition) indicates which edition or version the milestone applies to.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <attribute name="unit">
        <a:documentation>indicates what kind of state is changing at this milestone.
Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] stanza; 8] act; 9] scene; 10] section; 11] absent</a:documentation>
        <choice>
          <value>page</value>
          <a:documentation>page breaks in the reference edition.
    </a:documentation>
          <value>column</value>
          <a:documentation>column breaks.
    </a:documentation>
          <value>line</value>
          <a:documentation>line breaks.
    </a:documentation>
          <value>book</value>
          <a:documentation>any units termed book, liber, etc.
    </a:documentation>
          <value>poem</value>
          <a:documentation>individual poems in a collection.
    </a:documentation>
          <value>canto</value>
          <a:documentation>cantos or other major sections of a poem.
    </a:documentation>
          <value>stanza</value>
          <a:documentation>stanzas within a poem, book, or canto.
    </a:documentation>
          <value>act</value>
          <a:documentation>acts within a play.
    </a:documentation>
          <value>scene</value>
          <a:documentation>scenes within a play or act.
    </a:documentation>
          <value>section</value>
          <a:documentation>sections of any kind.
    </a:documentation>
          <value>absent</value>
          <a:documentation>passages not present in the reference edition.</a:documentation>
          <data type="Name"/>
        </choice>
      </attribute>
      <optional>
        <attribute name="length">
          <a:documentation>specifies the fixed length of the reference component.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="delim">
          <a:documentation>(delimiter) supplies a delimiting string following the reference
          component.</a:documentation>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_classDecl">
    <element name="teix:classDecl">
      <a:documentation>(classification declarations) contains one or more taxonomies defining any classificatory
codes used elsewhere in the text.</a:documentation>
      <oneOrMore>
        <ref name="TEI_taxonomy"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_taxonomy">
    <element name="teix:taxonomy">
      <a:documentation>defines a typology used to classify texts either implicitly, by
means of a bibliographic citation, or explicitly by a structured
taxonomy.</a:documentation>
      <choice>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_category"/>
        </oneOrMore>
        <group>
          <ref name="TEI_model.biblLike"/>
          <zeroOrMore>
            <ref name="TEI_category"/>
          </zeroOrMore>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_category">
    <element name="teix:category">
      <a:documentation>contains an individual descriptive category, possibly nested
within a superordinate category, within a user-defined taxonomy.</a:documentation>
      <group>
        <choice>
          <ref name="TEI_catDesc"/>
          <zeroOrMore>
            <ref name="TEI_model.glossLike"/>
          </zeroOrMore>
        </choice>
        <zeroOrMore>
          <ref name="TEI_category"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_catDesc">
    <element name="teix:catDesc">
      <a:documentation>(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.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.limitedPhrase"/>
          <ref name="TEI_model.catDescPart"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_appInfo">
    <element name="teix:appInfo">
      <a:documentation>(application information) records information about an application which has
  edited the TEI file. </a:documentation>
      <oneOrMore>
        <ref name="TEI_model.applicationLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_application">
    <element name="teix:application">
      <a:documentation>provides information about an application which has acted
  upon the document.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <attribute name="ident">
        <a:documentation>Supplies an identifier for the application, independent of
      its version number or display name.</a:documentation>
        <data type="Name"/>
      </attribute>
      <attribute name="version">
        <a:documentation>Supplies a version number for the application, independent of
      its identifier or display name.</a:documentation>
        <data type="token">
          <param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</param>
        </data>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_profileDesc">
    <element name="teix:profileDesc">
      <a:documentation>(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.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_creation"/>
        </optional>
        <zeroOrMore>
          <ref name="TEI_model.profileDescPart"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_handNote">
    <element name="teix:handNote">
      <a:documentation>(note on hand) describes a particular style
or hand distinguished within a manuscript.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.handFeatures.attribute.scribe"/>
      <ref name="att.handFeatures.attribute.script"/>
      <ref name="att.handFeatures.attribute.medium"/>
      <ref name="att.handFeatures.attribute.scope"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_creation">
    <element name="teix:creation">
      <a:documentation>contains information about the creation of a text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_langUsage">
    <element name="teix:langUsage">
      <a:documentation>(language usage) describes the languages, sublanguages, registers, dialects, etc.
represented within a text.</a:documentation>
      <oneOrMore>
        <ref name="TEI_language"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_language">
    <element name="teix:language">
      <a:documentation>characterizes a single language or sublanguage used within a
  text.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="ident">
        <a:documentation>(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>
        <data type="language"/>
      </attribute>
      <optional>
        <attribute name="usage">
          <a:documentation>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="teix:textClass">
      <a:documentation>(text classification) groups information which describes the nature or topic of a text
in terms of a standard classification scheme, thesaurus, etc.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_classCode"/>
          <ref name="TEI_catRef"/>
          <ref name="TEI_keywords"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_keywords">
    <element name="teix:keywords">
      <a:documentation>contains a list of keywords or phrases identifying the topic or
nature of a text.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_term"/>
        </oneOrMore>
        <ref name="TEI_list"/>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="scheme">
        <a:documentation>identifies the controlled vocabulary within which the set of
  keywords concerned is defined.
   </a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_classCode">
    <element name="teix:classCode">
      <a:documentation>(classification code) contains the classification code used for this text in some
standard classification system.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="scheme">
        <a:documentation>identifies the classification system or taxonomy in use.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_catRef">
    <element name="teix:catRef">
      <a:documentation>(category reference) specifies one or more defined categories
within some taxonomy or text typology.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="target">
        <a:documentation>identifies the categories concerned
   </a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="scheme">
          <a:documentation>identifies the classification scheme within which the set of
    categories concerned is defined
   </a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_revisionDesc">
    <element name="teix:revisionDesc">
      <a:documentation>(revision description) summarizes the revision history for a file.</a:documentation>
      <choice>
        <ref name="TEI_list"/>
        <oneOrMore>
          <ref name="TEI_change"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_change">
    <element name="teix:change">
      <a:documentation>summarizes a particular change or correction made
to a particular version of an electronic text which is
shared between several researchers.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.limitedPhrase"/>
          <ref name="TEI_model.inter"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute name="when">
          <a:documentation>supplies the date of the change in standard form, i.e. YYYY-MM-DD.</a:documentation>
          <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>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_geoDecl">
    <element name="teix:geoDecl">
      <a:documentation>(geographic coordinates declaration) documents the notation and the datum used for geographic
  coordinates expressed as content of the geo element
  elsewhere within the document.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <optional>
        <attribute 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  Universal Transverse Mercator coordinates</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_model.headerPart">
    <choice>
      <ref name="TEI_encodingDesc"/>
      <ref name="TEI_profileDesc"/>
    </choice>
  </define>
  <define name="TEI_model.sourceDescPart">
    <choice>
      <ref name="TEI_scriptStmt"/>
      <ref name="TEI_recordingStmt"/>
    </choice>
  </define>
  <define name="TEI_model.encodingPart">
    <choice>
      <ref name="TEI_charDecl"/>
      <ref name="TEI_projectDesc"/>
      <ref name="TEI_samplingDecl"/>
      <ref name="TEI_editorialDecl"/>
      <ref name="TEI_tagsDecl"/>
      <ref name="TEI_refsDecl"/>
      <ref name="TEI_classDecl"/>
      <ref name="TEI_appInfo"/>
      <ref name="TEI_geoDecl"/>
      <ref name="TEI_fsdDecl"/>
      <ref name="TEI_variantEncoding"/>
      <ref name="TEI_metDecl"/>
    </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"/>
    </choice>
  </define>
  <define name="TEI_model.applicationLike">
    <ref name="TEI_application"/>
  </define>
  <define name="TEI_model.profileDescPart">
    <choice>
      <ref name="TEI_textDesc"/>
      <ref name="TEI_particDesc"/>
      <ref name="TEI_settingDesc"/>
      <ref name="TEI_langUsage"/>
      <ref name="TEI_textClass"/>
      <ref name="TEI_handNotes"/>
    </choice>
  </define>
  <define name="TEI_fsdDecl">
    <element name="teix:fsdDecl">
      <a:documentation>(feature system declaration) provides a feature system declaration comprising one or more
  feature structure declarations or feature structure declaration links.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_fsDecl"/>
          <ref name="TEI_fsdLink"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_fsDecl">
    <element name="teix:fsDecl">
      <a:documentation>(feature structure declaration) declares one type of feature structure.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_fsDescr"/>
        </optional>
        <oneOrMore>
          <ref name="TEI_fDecl"/>
        </oneOrMore>
        <optional>
          <ref name="TEI_fsConstraints"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="type">
        <a:documentation>gives a name for the type of feature structure being declared.</a:documentation>
        <data type="Name"/>
      </attribute>
      <optional>
        <attribute name="baseTypes">
          <a:documentation>gives the name of one or more typed feature structures
	from which this type inherits feature specifications and
	constraints; if this type includes a feature specification
	with the same name as that of any of those specified by this
	attribute, or if more than one specification of the same name
	is inherited, then the set of possible values is defined by
	unification. Similarly, the set of constraints applicable is
	derived by combining those specified explicitly within this
	element with those implied by the baseTypes
	attribute. When no baseTypes attribute is specified, no
	feature specification or constraint is inherited.</a:documentation>
          <list>
            <oneOrMore>
              <data type="Name"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_fsDescr">
    <element name="teix:fsDescr">
      <a:documentation>(feature system description (in FSD)) describes in prose what is represented by the type of feature
structure declared in the enclosing fsDecl.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_fsdLink">
    <element name="teix:fsdLink">
      <a:documentation>(feature structure declaration link) associates the name of a typed feature structure with a feature
structure declaration for it.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="type">
        <a:documentation>identifies the type of feature structure to be documented;
      this will be the value of the type attribute on at least one
feature structure.</a:documentation>
        <data type="Name"/>
      </attribute>
      <attribute name="target">
        <a:documentation>supplies a pointer to a feature structure declaration
      (fsDecl) element within the current document or elsewhere. </a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_fDecl">
    <element name="teix:fDecl">
      <a:documentation>(feature declaration) declares a single feature, specifying its name, organization,
range of allowed values, and optionally its default value.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_fDescr"/>
        </optional>
        <ref name="TEI_vRange"/>
        <optional>
          <ref name="TEI_vDefault"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="name">
        <a:documentation>indicates the name of the feature being declared; matches the
name attribute of f elements in the text.</a:documentation>
        <data type="Name"/>
      </attribute>
      <optional>
        <attribute name="optional" a:defaultValue="true">
          <a:documentation>indicates whether or not the value of this feature may
	be present.</a:documentation>
          <data type="boolean"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_fDescr">
    <element name="teix:fDescr">
      <a:documentation>(feature description (in FSD)) describes in prose what is represented by the feature being
declared and its values.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vRange">
    <element name="teix:vRange">
      <a:documentation>(value range) defines the range of allowed values for a feature, in the form of
an fs, vAlt, or primitive value;
for the value of an f to be valid, it must be
subsumed by the specified range; if the f
contains multiple values (as sanctioned by the org attribute),
then each value must be subsumed by the vRange.</a:documentation>
      <ref name="TEI_model.featureVal"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vDefault">
    <element name="teix:vDefault">
      <a:documentation>(value default) declares the default value to be supplied when a feature structure
does not contain an instance of f for this name; if
unconditional, it is specified as one (or, depending on the value of
the org attribute of the enclosing fDecl) more
fs elements or primitive values;
if conditional, it is specified as
one or more if elements; if no default is specified, or no
condition matches, the value none is assumed.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.featureVal"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_if"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_if">
    <element name="teix:if">
      <a:documentation>defines a conditional default value for a feature; the condition
is specified as a feature structure, and is met if it
subsumes the feature structure in the text for which a
default value is sought.</a:documentation>
      <group>
        <choice>
          <ref name="TEI_fs"/>
          <ref name="TEI_f"/>
        </choice>
        <ref name="TEI_then"/>
        <ref name="TEI_model.featureVal"/>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_then">
    <element name="teix:then">
      <a:documentation>separates the condition from the default in an if, or
the antecedent and the consequent in a cond element.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_fsConstraints">
    <element name="teix:fsConstraints">
      <a:documentation>(feature-structure constraints) specifies constraints on the content of valid feature
structures.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_cond"/>
          <ref name="TEI_bicond"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_cond">
    <element name="teix:cond">
      <a:documentation>(conditional feature-structure constraint) defines a conditional feature-structure constraint; the consequent
and the antecedent are specified as feature structures or
feature-structure collections; the constraint is satisfied if both the
antecedent and the consequent subsume a given feature
structure, or if the antecedent does not.</a:documentation>
      <group>
        <choice>
          <ref name="TEI_fs"/>
          <ref name="TEI_f"/>
        </choice>
        <ref name="TEI_then"/>
        <choice>
          <ref name="TEI_fs"/>
          <ref name="TEI_f"/>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_bicond">
    <element name="teix:bicond">
      <a:documentation>(bi-conditional feature-structure constraint) defines a biconditional feature-structure constraint; both
consequent and antecedent are specified as feature structures or groups
of feature structures; the constraint is satisfied if both
subsume a given feature structure, or if both do not.</a:documentation>
      <group>
        <choice>
          <ref name="TEI_fs"/>
          <ref name="TEI_f"/>
        </choice>
        <ref name="TEI_iff"/>
        <choice>
          <ref name="TEI_fs"/>
          <ref name="TEI_f"/>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_iff">
    <element name="teix:iff">
      <a:documentation>(if and only if) separates the condition from the consequence in a bicond
element.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_fs">
    <element name="teix:fs">
      <a:documentation>(feature structure) represents a feature structure, that is, a
  collection of feature-value pairs organized as a
structural unit.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_f"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>specifies the type of the feature structure.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="feats">
          <a:documentation>(features) references the feature-value specifications making up this feature structure.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_f">
    <element name="teix:f">
      <a:documentation>(feature) represents a feature value specification, that
  is, the association of a name with a value of any of several different types.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.featureVal"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="name">
        <a:documentation>provides a name for the feature.</a:documentation>
        <data type="Name"/>
      </attribute>
      <optional>
        <attribute name="fVal">
          <a:documentation>(feature value) references any element which can be used to represent the
  value of a feature.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_binary">
    <element name="teix:binary">
      <a:documentation>(binary value) represents the value part of a feature-value specification which can contain either
  of exactly two possible values.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="value">
        <a:documentation>supplies a binary value.</a:documentation>
        <data type="boolean"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_symbol">
    <element name="teix:symbol">
      <a:documentation>(symbolic value) represents the value part of a feature-value specification
  which contains one of a finite list of symbols.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="value">
        <a:documentation>supplies the symbolic value for the feature, one of a finite list that
may be specified in a feature declaration.</a:documentation>
        <data type="token">
          <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
        </data>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_numeric">
    <element name="teix:numeric">
      <a:documentation>(numeric value) represents the value part of a feature-value specification
  which contains a numeric value or range.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="value">
        <a:documentation>supplies a lower bound for the numeric value represented,
      and also (if max is not supplied) its upper bound.</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
      <optional>
        <attribute name="max">
          <a:documentation>supplies an upper bound for the numeric value represented.</a:documentation>
          <choice>
            <data type="double"/>
            <data type="decimal"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="trunc">
          <a:documentation>specifies whether the value represented should be
	  truncated to give an integer value.</a:documentation>
          <data type="boolean"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_string">
    <element name="teix:string">
      <a:documentation>(string value) represents the value part of a feature-value specification
  which contains a string.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vLabel">
    <element name="teix:vLabel">
      <a:documentation>(value label) represents the value part of a feature-value specification
  which appears at more than one point in a feature structure.</a:documentation>
      <optional>
        <ref name="TEI_model.featureVal"/>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="name">
        <a:documentation>supplies a name for the sharing point.</a:documentation>
        <data type="token">
          <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
        </data>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_vColl">
    <element name="teix:vColl">
      <a:documentation>(collection of values) represents the value part of a feature-value specification
  which contains multiple values organized as a set, bag, or list.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_fs"/>
          <ref name="TEI_model.featureVal.single"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="org">
          <a:documentation>(organization) indicates organization of given value or values as  set, bag or list.</a:documentation>
          <choice>
            <value>set</value>
            <a:documentation>indicates that the given values are organized as a set.
   </a:documentation>
            <value>bag</value>
            <a:documentation>indicates that the given values are organized as a
bag (multiset).
   </a:documentation>
            <value>list</value>
            <a:documentation>indicates that the given values are organized as a
list.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_default">
    <element name="teix:default">
      <a:documentation>(default feature value) represents the value part of a feature-value specification
  which contains a defaulted value.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vAlt">
    <element name="teix:vAlt">
      <a:documentation>(value alternation) represents the value part of a feature-value specification
  which contains a set of values, only one of which can be valid.</a:documentation>
      <group>
        <ref name="TEI_model.featureVal"/>
        <oneOrMore>
          <ref name="TEI_model.featureVal"/>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vNot">
    <element name="teix:vNot">
      <a:documentation>(value negation) represents a feature value which is the negation of its content.</a:documentation>
      <ref name="TEI_model.featureVal"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vMerge">
    <element name="teix:vMerge">
      <a:documentation>(merged collection of values) represents a feature value which is the result of merging
  together the feature values contained by its children, using the organization
  specified by the org attribute.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.featureVal"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="org">
          <a:documentation>indicates the organization of the resulting merged values as  set, bag or list.</a:documentation>
          <choice>
            <value>set</value>
            <a:documentation>indicates that the resulting values are organized as a set.</a:documentation>
            <value>bag</value>
            <a:documentation>indicates that the resulting values are organized as a bag (multiset).
   </a:documentation>
            <value>list</value>
            <a:documentation>indicates that the resulting values are organized as a list.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_fLib">
    <element name="teix:fLib">
      <a:documentation>(feature library) assembles a library of feature elements.</a:documentation>
      <oneOrMore>
        <ref name="TEI_f"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_fvLib">
    <element name="teix:fvLib">
      <a:documentation>(feature-value library) assembles a library of reusable feature value elements
  (including complete feature structures).</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.featureVal"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_link">
    <element name="teix:link">
      <a:documentation>defines an association or hypertextual link
among elements or passages, of some type
not more precisely specifiable by other elements.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <attribute name="targets">
        <a:documentation>specifies the identifiers of the elements or passages
    to be linked or associated.
 </a:documentation>
        <list>
          <data type="anyURI"/>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_linkGrp">
    <element name="teix:linkGrp">
      <a:documentation>(link group) defines a collection of associations or hypertextual links.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_link"/>
          <ref name="TEI_ptr"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.group.attribute.domains"/>
      <ref name="att.pointing.group.attribute.targFunc"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_ab">
    <element name="teix:ab">
      <a:documentation>(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.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="part" a:defaultValue="N">
          <a:documentation>specifies whether or not the block is complete. </a:documentation>
          <choice>
            <value>Y</value>
            <a:documentation>(yes) the block is incomplete</a:documentation>
            <value>N</value>
            <a:documentation>(no) either the block is complete, or no claim is made as to its
completeness</a:documentation>
            <value>I</value>
            <a:documentation>(initial) the initial part of an incomplete block</a:documentation>
            <value>M</value>
            <a:documentation>(medial) a medial part of an incomplete block</a:documentation>
            <value>F</value>
            <a:documentation>(final) the final part of an incomplete block</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_anchor">
    <element name="teix:anchor">
      <a:documentation>(anchor point) attaches an identifier to a
point within a text, whether or not it corresponds with a textual
element.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_seg">
    <element name="teix:seg">
      <a:documentation>(arbitrary segment) represents any  segmentation of text below the
  chunk level.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.segLike.attribute.type"/>
      <ref name="att.segLike.attribute.function"/>
      <ref name="att.segLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <optional>
        <attribute name="subtype">
          <a:documentation>provides a sub-categorization of the segment marked.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_when">
    <element name="teix:when">
      <a:documentation>indicates a point in time either relative to other elements in the
same timeline tag, or absolutely.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="absolute">
          <a:documentation>supplies an absolute value for the time.</a:documentation>
          <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>
        </attribute>
      </optional>
      <optional>
        <attribute name="unit">
          <a:documentation>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>(days) </a:documentation>
            <value>h</value>
            <a:documentation>(hours) </a:documentation>
            <value>min</value>
            <a:documentation>(minutes) </a:documentation>
            <value>s</value>
            <a:documentation>(seconds) </a:documentation>
            <value>ms</value>
            <a:documentation>(milliseconds) </a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="interval">
          <a:documentation>specifies the numeric portion of a time interval</a:documentation>
          <choice>
            <data type="float">
              <param name="minExclusive">0</param>
            </data>
            <value>unknown</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="since">
          <a:documentation>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>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_timeline">
    <element name="teix:timeline">
      <a:documentation>(timeline) 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.</a:documentation>
      <oneOrMore>
        <ref name="TEI_when"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="origin">
        <a:documentation>designates the origin of the timeline, i.e. the time at which it
begins.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <optional>
        <attribute name="unit">
          <a:documentation>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>(days) </a:documentation>
            <value>h</value>
            <a:documentation>(hours) </a:documentation>
            <value>min</value>
            <a:documentation>(minutes) </a:documentation>
            <value>s</value>
            <a:documentation>(seconds) </a:documentation>
            <value>ms</value>
            <a:documentation>(milliseconds) </a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="interval">
          <a:documentation>specifies the numeric portion of a time interval</a:documentation>
          <choice>
            <data type="float">
              <param name="minExclusive">0</param>
            </data>
            <value>regular</value>
            <value>irregular</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_join">
    <element name="teix:join">
      <a:documentation>identifies a possibly fragmented segment of text, by pointing
at the possibly discontiguous elements which compose it.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <attribute name="targets">
        <a:documentation>specifies the identifiers of the elements or passages
       to be joined into a virtual
       element.</a:documentation>
        <list>
          <data type="anyURI"/>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="result">
          <a:documentation>specifies the name of an element
which this aggregation
may be understood to represent.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute 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 targets
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
targets 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="teix:joinGrp">
      <a:documentation>(join group) groups a collection of join elements and possibly
  pointers.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.group.attribute.domains"/>
      <ref name="att.pointing.group.attribute.targFunc"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <optional>
        <attribute name="result">
          <a:documentation>describes the result of the joins gathered in this collection.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_alt">
    <element name="teix:alt">
      <a:documentation>(alternation) identifies an alternation or a set of choices among elements or passages.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <attribute name="targets">
        <a:documentation>specifies the identifiers of the alternative elements or passages.</a:documentation>
        <list>
          <data type="anyURI"/>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="mode">
          <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>
      <optional>
        <attribute name="weights">
          <a:documentation>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>
            <oneOrMore>
              <data type="double">
                <param name="minInclusive">0</param>
                <param name="maxInclusive">1</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_altGrp">
    <element name="teix:altGrp">
      <a:documentation>(alternation group) groups a collection of alt elements and possibly
pointers.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_alt"/>
          <ref name="TEI_ptr"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.pointing.group.attribute.domains"/>
      <ref name="att.pointing.group.attribute.targFunc"/>
      <ref name="att.pointing.attribute.type"/>
      <ref name="att.pointing.attribute.evaluate"/>
      <optional>
        <attribute 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_att.global.linking.attributes">
    <ref name="att.global.linking.attribute.corresp"/>
    <ref name="att.global.linking.attribute.synch"/>
    <ref name="att.global.linking.attribute.sameAs"/>
    <ref name="att.global.linking.attribute.copyOf"/>
    <ref name="att.global.linking.attribute.next"/>
    <ref name="att.global.linking.attribute.prev"/>
    <ref name="att.global.linking.attribute.exclude"/>
    <ref name="att.global.linking.attribute.select"/>
    <empty/>
  </define>
  <define name="att.global.linking.attribute.corresp">
    <optional>
      <attribute name="corresp">
        <a:documentation>(corresponds) points to elements that correspond to the current
      element in some way.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.synch">
    <optional>
      <attribute name="synch">
        <a:documentation>(synchronous) points to elements that are synchronous with the current
      element.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.sameAs">
    <optional>
      <attribute name="sameAs">
        <a:documentation>points to an element that is the same as the current
      element.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.copyOf">
    <optional>
      <attribute name="copyOf">
        <a:documentation>points to an element of which the current element is a
	copy.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.next">
    <optional>
      <attribute name="next">
        <a:documentation>points to the next element of a virtual aggregate of which
      the current element is part.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.prev">
    <optional>
      <attribute name="prev">
        <a:documentation>(previous) points to the previous element of a virtual aggregate of
      which the current element is part.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.exclude">
    <optional>
      <attribute name="exclude">
        <a:documentation>points to elements that are in exclusive alternation
      with the current element.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.global.linking.attribute.select">
    <optional>
      <attribute name="select">
        <a:documentation>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>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.pointing.attributes">
    <ref name="att.pointing.attribute.type"/>
    <ref name="att.pointing.attribute.evaluate"/>
    <empty/>
  </define>
  <define name="att.pointing.attribute.type">
    <optional>
      <attribute name="type">
        <a:documentation>categorizes the pointer in some respect, using any
      convenient set of categories.</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.pointing.attribute.evaluate">
    <optional>
      <attribute name="evaluate">
        <a:documentation>specifies the intended meaning when the target of a
      pointer is itself a pointer.</a:documentation>
        <choice>
          <value>all</value>
          <a:documentation>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>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>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="att.pointing.group.attribute.domains"/>
    <ref name="att.pointing.group.attribute.targFunc"/>
    <empty/>
  </define>
  <define name="att.pointing.group.attribute.domains">
    <optional>
      <attribute name="domains">
        <a:documentation>optionally specifies the identifiers of the elements
      within which all elements indicated by the contents of this
      element lie.</a:documentation>
        <list>
          <oneOrMore>
            <data type="Name"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.pointing.group.attribute.targFunc">
    <optional>
      <attribute name="targFunc">
        <a:documentation>(target function) describes the function of each of the values of the
      targets attribute of the enclosed link,
      join, or alt tags.</a:documentation>
        <list>
          <oneOrMore>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_msDesc">
    <element name="teix:msDesc">
      <a:documentation>(manuscript description) contains a description of a single identifiable
manuscript.</a:documentation>
      <group>
        <ref name="TEI_msIdentifier"/>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <group>
            <optional>
              <ref name="TEI_msContents"/>
            </optional>
            <optional>
              <ref name="TEI_physDesc"/>
            </optional>
            <optional>
              <ref name="TEI_history"/>
            </optional>
            <optional>
              <ref name="TEI_additional"/>
            </optional>
            <zeroOrMore>
              <ref name="TEI_msPart"/>
            </zeroOrMore>
          </group>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_catchwords">
    <element name="teix:catchwords">
      <a:documentation>describes the system used to ensure
correct ordering of the quires making up a codex or incunable,
typically by means of annotations at the foot of the page.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_dimensions">
    <element name="teix:dimensions">
      <a:documentation>contains a dimensional specification.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_height"/>
        </optional>
        <optional>
          <ref name="TEI_width"/>
        </optional>
        <optional>
          <ref name="TEI_depth"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.dimensions.attribute.unit"/>
      <ref name="att.dimensions.attribute.quantity"/>
      <ref name="att.dimensions.attribute.scope"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates which aspect of the object is being measured. 
Sample values include: 1] leaves; 2] ruled; 3] pricked; 4] written; 5] miniatures; 6] binding; 7] box</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_height">
    <element name="teix:height">
      <a:documentation>contains a measurement measured along the axis parallel to the spine. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.dimensions.attribute.unit"/>
      <ref name="att.dimensions.attribute.quantity"/>
      <ref name="att.dimensions.attribute.scope"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_depth">
    <element name="teix:depth">
      <a:documentation>specifies a length measured across the spine. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.dimensions.attribute.unit"/>
      <ref name="att.dimensions.attribute.quantity"/>
      <ref name="att.dimensions.attribute.scope"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_width">
    <element name="teix:width">
      <a:documentation>contains a measurement measured along the axis perpendicular to the spine. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.dimensions.attribute.unit"/>
      <ref name="att.dimensions.attribute.quantity"/>
      <ref name="att.dimensions.attribute.scope"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_heraldry">
    <element name="teix:heraldry">
      <a:documentation>contains a heraldic formula
or phrase, typically found as part of a blazon, coat of arms, etc. 
</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_locus">
    <element name="teix:locus">
      <a:documentation>defines a location  within a manuscript or manuscript part, usually as a (possibly discontinuous) sequence of folio references. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="scheme">
          <a:documentation>identifies the foliation scheme in terms of which the location is being specified.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="from">
          <a:documentation>specifies the starting point of the location in a normalized form.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="to">
          <a:documentation>specifies the end-point of the location in a normalized form.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="target">
          <a:documentation>supplies a link to one or more page images or
	transcriptions of the specified range of folios.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_material">
    <element name="teix:material">
      <a:documentation>contains a word or phrase describing the
  material of which  a manuscript (or part of a manuscript) is composed.
  </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_origDate">
    <element name="teix:origDate">
      <a:documentation>(origin date) contains any form of date, used to
  identify the date of origin for a manuscript or manuscript part.
  </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_origPlace">
    <element name="teix:origPlace">
      <a:documentation>(origin place) contains any form of place name, used to identify the
place of origin for a manuscript or manuscript part. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_secFol">
    <element name="teix:secFol">
      <a:documentation>(second folio) The word or words taken from a fixed point
in a codex (typically the beginning of the
second leaf) in order
to provide a unique identifier for it.
</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_signatures">
    <element name="teix:signatures">
      <a:documentation>contains discussion of the leaf or quire signatures found within a codex.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_stamp">
    <element name="teix:stamp">
      <a:documentation>contains a word or phrase describing a
stamp or similar device.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_watermark">
    <element name="teix:watermark">
      <a:documentation>contains a word or phrase describing a
watermark or similar device.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_msIdentifier">
    <element name="teix:msIdentifier">
      <a:documentation>(manuscript identifier) contains the information required to identify
the  manuscript being described. </a:documentation>
      <group>
        <choice>
          <group>
            <ref name="TEI_model.placeNamePart_sequenceOptional"/>
            <optional>
              <ref name="TEI_institution"/>
            </optional>
            <ref name="TEI_repository"/>
            <optional>
              <ref name="TEI_collection"/>
            </optional>
            <optional>
              <ref name="TEI_idno"/>
            </optional>
          </group>
          <ref name="TEI_msName"/>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_altIdentifier"/>
            <ref name="TEI_msName"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_institution">
    <element name="teix:institution">
      <a:documentation>contains the name of an organization such as a university or
  library, with which a manuscript is identified, generally its
  holding institution.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_repository">
    <element name="teix:repository">
      <a:documentation>contains the name of a repository within which manuscripts are stored, possibly forming part of an institution.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_collection">
    <element name="teix:collection">
      <a:documentation>contains the name of a collection of
manuscripts, not necessarily located within a single repository. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_altIdentifier">
    <element name="teix:altIdentifier">
      <a:documentation>(alternative identifier) contains an alternative or former structured identifier used for
a manuscript, such as a former catalogue number.</a:documentation>
      <group>
        <ref name="TEI_model.placeNamePart_sequenceOptional"/>
        <optional>
          <ref name="TEI_institution"/>
        </optional>
        <optional>
          <ref name="TEI_repository"/>
        </optional>
        <optional>
          <ref name="TEI_collection"/>
        </optional>
        <ref name="TEI_idno"/>
        <optional>
          <ref name="TEI_note"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_msName">
    <element name="teix:msName">
      <a:documentation>(alternative name) contains any form of unstructured alternative
name used for a manuscript, such as an  ocellus
nominum, or nickname. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_colophon">
    <element name="teix:colophon">
      <a:documentation>contains the  colophon
of a  manuscript item: that is, a statement providing information regarding the date, place, agency, or reason for production of the manuscript.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_explicit">
    <element name="teix:explicit">
      <a:documentation>contains the  explicit of a
manuscript item, that is, the closing words of the text proper,
exclusive of any rubric or colophon which might follow it.
  </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.msExcerpt.attribute.defective"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_filiation">
    <element name="teix:filiation">
      <a:documentation>contains information concerning the manuscript's filiation, i.e. its relationship to other surviving manuscripts of the same text, its protographs, antigraphs and apographs.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_finalRubric">
    <element name="teix:finalRubric">
      <a:documentation>contains the string of words that denotes the end of a text division, often with an assertion as to its author and title, usually set off from the text itself by red ink, by a different size or type of script, or by some other such visual device.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_incipit">
    <element name="teix:incipit">
      <a:documentation>contains the incipit of a manuscript item, that is the opening words of the text proper, exclusive of any rubric which might precede it, of sufficient length to identify the work uniquely; such incipts were, in fomer times, frequently used a means of reference to a work, in place of a title.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.msExcerpt.attribute.defective"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_msContents">
    <element name="teix:msContents">
      <a:documentation>(manuscript contents) describes the intellectual content of
  a manuscript or manuscript part, either as a series of paragraphs or
  as a series of structured manuscript items.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <optional>
            <ref name="TEI_summary"/>
          </optional>
          <optional>
            <ref name="TEI_textLang"/>
          </optional>
          <oneOrMore>
            <choice>
              <ref name="TEI_msItem"/>
              <ref name="TEI_msItemStruct"/>
            </choice>
          </oneOrMore>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.msExcerpt.attribute.defective"/>
      <optional>
        <attribute name="class">
          <a:documentation>identifies the text types or classifications applicable
	to this object.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_msItem">
    <element name="teix:msItem">
      <a:documentation>(manuscript item) describes an individual work or item within the intellectual
  content of a manuscript or manuscript part. </a:documentation>
      <group>
        <optional>
          <ref name="TEI_locus"/>
        </optional>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <oneOrMore>
            <choice>
              <ref name="TEI_model.msItemPart"/>
              <ref name="TEI_model.global"/>
            </choice>
          </oneOrMore>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.msExcerpt.attribute.defective"/>
      <optional>
        <attribute name="class">
          <a:documentation>identifies the text types or classifications applicable to this
item</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_msItemStruct">
    <element name="teix:msItemStruct">
      <a:documentation>(structured manuscript item) contains a structured description for an
  individual work or item within the intellectual content of a
  manuscript or manuscript part.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_locus"/>
        </optional>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <group>
            <zeroOrMore>
              <ref name="TEI_author"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_respStmt"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_title"/>
            </zeroOrMore>
            <optional>
              <ref name="TEI_rubric"/>
            </optional>
            <optional>
              <ref name="TEI_incipit"/>
            </optional>
            <zeroOrMore>
              <ref name="TEI_msItemStruct"/>
            </zeroOrMore>
            <optional>
              <ref name="TEI_explicit"/>
            </optional>
            <optional>
              <ref name="TEI_finalRubric"/>
            </optional>
            <zeroOrMore>
              <ref name="TEI_colophon"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_decoNote"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_listBibl"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_bibl"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_filiation"/>
            </zeroOrMore>
            <zeroOrMore>
              <ref name="TEI_model.noteLike"/>
            </zeroOrMore>
            <optional>
              <ref name="TEI_textLang"/>
            </optional>
          </group>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.msExcerpt.attribute.defective"/>
      <optional>
        <attribute name="class">
          <a:documentation>identifies the text types or classifications applicable to this
item</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_rubric">
    <element name="teix:rubric">
      <a:documentation>contains the text of any rubric or heading attached to a particular manuscript item, that is, a string of words through which a
manuscript signals the beginning of a text division, often with an assertion as to its author and title, which is in some way set off from the text itself, usually in red ink, or by use of different size or type of script, or some other such visual device.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_summary">
    <element name="teix:summary">
      <a:documentation>contains a brief summary of the
intellectual content of an item, provided by the cataloguer.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_textLang">
    <element name="teix:textLang">
      <a:documentation>(text language) describes the languages and writing systems used by a
manuscript (as opposed to its description, which is described in the langUsage element).</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="mainLang">
          <a:documentation>(main language) supplies a code which identifies the chief language used
      in the manuscript.</a:documentation>
          <data type="language"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="otherLangs">
          <a:documentation>(other languages) one or more codes identifying any other languages used in
      the manuscript.</a:documentation>
          <list>
            <zeroOrMore>
              <data type="language"/>
            </zeroOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_physDesc">
    <element name="teix:physDesc">
      <a:documentation>(physical description) contains a full physical description of a
manuscript or manuscript part, optionally subdivided using more
specialised elements from the model.physDescPart class.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <ref name="TEI_model.physDescPart_sequenceOptional"/>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_objectDesc">
    <element name="teix:objectDesc">
      <a:documentation>contains a description of the physical
  components making up the object which is being described.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <optional>
            <ref name="TEI_supportDesc"/>
          </optional>
          <optional>
            <ref name="TEI_layoutDesc"/>
          </optional>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="form">
          <a:documentation>a short  project-specific name identifying the physical form of
      the carrier, for example as a codex, roll, fragment, partial leaf,
      cutting etc.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_supportDesc">
    <element name="teix:supportDesc">
      <a:documentation>(support description) groups elements describing the physical support for the written part of a manuscript.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <optional>
            <ref name="TEI_support"/>
          </optional>
          <optional>
            <ref name="TEI_extent"/>
          </optional>
          <optional>
            <ref name="TEI_foliation"/>
          </optional>
          <optional>
            <ref name="TEI_collation"/>
          </optional>
          <optional>
            <ref name="TEI_condition"/>
          </optional>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="material">
          <a:documentation>a short project-defined name for the material composing
      the majority of the support</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_support">
    <element name="teix:support">
      <a:documentation>contains a description of the materials
etc. which make up the physical support for the written part of a manuscript.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_collation">
    <element name="teix:collation">
      <a:documentation>contains a description of how the leaves or bifolia are physically
arranged.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_foliation">
    <element name="teix:foliation">
      <a:documentation>describes the numbering system or systems used to 
count the leaves or pages in a codex.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_condition">
    <element name="teix:condition">
      <a:documentation>contains a description of the physical
condition of the manuscript. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_layoutDesc">
    <element name="teix:layoutDesc">
      <a:documentation>(layout description) collects the set of layout descriptions applicable to a manuscript.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_layout"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_layout">
    <element name="teix:layout">
      <a:documentation>describes how text is laid out on the
  page, including information about any ruling, pricking, or other
  evidence of page-preparation techniques.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="columns">
          <a:documentation>specifies the number of columns per page</a:documentation>
          <list>
            <data type="nonNegativeInteger"/>
            <optional>
              <data type="nonNegativeInteger"/>
            </optional>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="ruledLines">
          <a:documentation>specifies the number of ruled lines per column</a:documentation>
          <list>
            <data type="nonNegativeInteger"/>
            <optional>
              <data type="nonNegativeInteger"/>
            </optional>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="writtenLines">
          <a:documentation>specifies the number of written lines per
      colum</a:documentation>
          <list>
            <data type="nonNegativeInteger"/>
            <optional>
              <data type="nonNegativeInteger"/>
            </optional>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_handDesc">
    <element name="teix:handDesc">
      <a:documentation>(description of hands) contains a description of all the different kinds of writing  used in a manuscript.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_handNote"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="hands">
          <a:documentation>specifies the number of distinct hands identified within the manuscript</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_musicNotation">
    <element name="teix:musicNotation">
      <a:documentation>contains description of type of musical notation.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_decoDesc">
    <element name="teix:decoDesc">
      <a:documentation>(decoration description) contains a description of the decoration of a manuscript, either as a sequence of paragraphs, or as a sequence of topically organised decoNote elements.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_decoNote"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_decoNote">
    <element name="teix:decoNote">
      <a:documentation>(note on decoration) contains a note describing either a
decorative component of a manuscript, or a fairly homogenous class of
such components.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_additions">
    <element name="teix:additions">
      <a:documentation>contains a description of any significant additions found
within a manuscript, such as marginalia or other annotations. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_bindingDesc">
    <element name="teix:bindingDesc">
      <a:documentation>(binding description) describes the present and former bindings of a manuscript, either
as a series of paragraphs or as a series of distinct binding elements,
one for each binding of the manuscript. </a:documentation>
      <choice>
        <oneOrMore>
          <choice>
            <ref name="TEI_model.pLike"/>
            <ref name="TEI_decoNote"/>
          </choice>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_binding"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_binding">
    <element name="teix:binding">
      <a:documentation>contains a description of one binding, i.e. type of covering, boards, etc. applied to a manuscript.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_model.pLike"/>
          <ref name="TEI_decoNote"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <optional>
        <attribute name="contemporary">
          <a:documentation>specifies whether or not the binding is contemporary with the majority of its contents</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_sealDesc">
    <element name="teix:sealDesc">
      <a:documentation>(seal description) describes the seals or other external items attached to a manuscript, either
as a series of paragraphs or as a series of distinct seal elements,
possibly with additional decoNotes. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <choice>
            <ref name="TEI_decoNote"/>
            <ref name="TEI_seal"/>
          </choice>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_seal">
    <element name="teix:seal">
      <a:documentation>contains a description of one seal or similar
  attachment applied to a manuscript.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_model.pLike"/>
          <ref name="TEI_decoNote"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <optional>
        <attribute name="contemporary">
          <a:documentation>specifies whether or not the seal is contemporary with the
      item to which it is affixed</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_accMat">
    <element name="teix:accMat">
      <a:documentation>(accompanying material) contains details of any significant additional
material which may be closely associated with the manuscript being
described, such as non-contemporaneous documents or fragments bound in
with the manuscript at some earlier historical period.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_history">
    <element name="teix:history">
      <a:documentation> groups elements
describing the full history of a manuscript or manuscript part.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <optional>
            <ref name="TEI_origin"/>
          </optional>
          <zeroOrMore>
            <ref name="TEI_provenance"/>
          </zeroOrMore>
          <optional>
            <ref name="TEI_acquisition"/>
          </optional>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_origin">
    <element name="teix:origin">
      <a:documentation>contains any descriptive or other information
concerning the origin of  a manuscript or manuscript part. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_provenance">
    <element name="teix:provenance">
      <a:documentation>contains any descriptive or other information
concerning a single identifiable episode during the history of a manuscript
or manuscript part, after its creation but before its acquisition. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_acquisition">
    <element name="teix:acquisition">
      <a:documentation>contains any descriptive or other information
concerning the process by which a manuscript or manuscript part entered the holding
institution. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_additional">
    <element name="teix:additional">
      <a:documentation>groups additional information, combining
bibliographic information about a manuscript, or surrogate copies of
it with  curatorial or administrative information. </a:documentation>
      <group>
        <optional>
          <ref name="TEI_adminInfo"/>
        </optional>
        <optional>
          <ref name="TEI_surrogates"/>
        </optional>
        <optional>
          <ref name="TEI_listBibl"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_adminInfo">
    <element name="teix:adminInfo">
      <a:documentation>(administrative information) contains information about the present
custody and availability of the manuscript, and also about the record
description itself. </a:documentation>
      <group>
        <optional>
          <ref name="TEI_recordHist"/>
        </optional>
        <optional>
          <ref name="TEI_availability"/>
        </optional>
        <optional>
          <ref name="TEI_custodialHist"/>
        </optional>
        <optional>
          <ref name="TEI_model.noteLike"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_recordHist">
    <element name="teix:recordHist">
      <a:documentation>(recorded history) provides information about the source and
revision status of the parent manuscript description itself. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <group>
          <ref name="TEI_source"/>
          <zeroOrMore>
            <ref name="TEI_change"/>
          </zeroOrMore>
        </group>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_source">
    <element name="teix:source">
      <a:documentation>describes the original source for the information contained with a manuscript description. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_custodialHist">
    <element name="teix:custodialHist">
      <a:documentation>(custodial history) contains a description of a manuscript's custodial history, either
as running prose or as a series of dated custodial events. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_custEvent"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_custEvent">
    <element name="teix:custEvent">
      <a:documentation>(custodial event) describes a single event during the custodial history of a manuscript.</a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_surrogates">
    <element name="teix:surrogates">
      <a:documentation>contains information about any digital or
photographic representations of the manuscript being described which
may exist in the holding institution or elsewhere. </a:documentation>
      <ref name="TEI_macro.specialPara"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_msPart">
    <element name="teix:msPart">
      <a:documentation>(manuscript part) contains information about an originally
distinct manuscript or part of a manuscript, now forming part of a composite manuscript.</a:documentation>
      <group>
        <ref name="TEI_altIdentifier"/>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <group>
            <optional>
              <ref name="TEI_msContents"/>
            </optional>
            <optional>
              <ref name="TEI_physDesc"/>
            </optional>
            <optional>
              <ref name="TEI_history"/>
            </optional>
            <optional>
              <ref name="TEI_additional"/>
            </optional>
            <zeroOrMore>
              <ref name="TEI_msPart"/>
            </zeroOrMore>
          </group>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.msExcerpt.attributes">
    <ref name="att.msExcerpt.attribute.defective"/>
    <empty/>
  </define>
  <define name="att.msExcerpt.attribute.defective">
    <optional>
      <attribute name="defective" a:defaultValue="false">
        <a:documentation>indicates whether the passage being quoted is defective,
      i.e. incomplete through loss or damage.</a:documentation>
        <choice>
          <data type="boolean"/>
          <value>unknown</value>
          <value>inapplicable</value>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_orgName">
    <element name="teix:orgName">
      <a:documentation>(organization name) contains an organizational name. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_persName">
    <element name="teix:persName">
      <a:documentation>(personal name) contains a proper noun or proper-noun phrase referring to a
  person, possibly including any or all of the person's forenames,
  surnames, honorifics, added names, etc.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_surname">
    <element name="teix:surname">
      <a:documentation>contains a family (inherited) name, as opposed to a given,
baptismal, or nick name.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_forename">
    <element name="teix:forename">
      <a:documentation>contains a forename, given or baptismal name.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_genName">
    <element name="teix:genName">
      <a:documentation>(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.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_nameLink">
    <element name="teix:nameLink">
      <a:documentation>contains a connecting phrase or link used within a name but not
regarded as part of it, such as  van der or of.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_addName">
    <element name="teix:addName">
      <a:documentation>(additional name) contains an additional name component, such as a nickname, 
epithet, or alias, or any other descriptive phrase used within a
personal name.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_roleName">
    <element name="teix:roleName">
      <a:documentation>contains a name component which indicates that the referent has a
particular role or position in society, such as an official title or
rank.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.personal.attribute.full"/>
      <ref name="att.personal.attribute.sort"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_placeName">
    <element name="teix:placeName">
      <a:documentation>contains an absolute or relative place name. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_bloc">
    <element name="teix:bloc">
      <a:documentation>contains the name of a geo-political unit consisting of  two or
more nation states or countries.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_country">
    <element name="teix:country">
      <a:documentation>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.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_region">
    <element name="teix:region">
      <a:documentation>contains the name of an administrative unit such as a state,
province, or county, larger than a settlement, but smaller than a country.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_district">
    <element name="teix:district">
      <a:documentation>contains the name of any kind of subdivision of a
settlement,  such as a parish, ward, or other
administrative or geographic unit.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_settlement">
    <element name="teix:settlement">
      <a:documentation>contains the name of a settlement such as a city, town, or
village identified as a single geo-political or
administrative unit.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_offset">
    <element name="teix:offset">
      <a:documentation>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. </a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_geogName">
    <element name="teix:geogName">
      <a:documentation>(geographical name) a name associated with some geographical feature such as
  Windrush Valley or Mount Sinai.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="type">
          <a:documentation>provides more culture- linguistic- or application-
      specific information used to categorize this name
      component.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_geogFeat">
    <element name="teix:geogFeat">
      <a:documentation>(geographical feature name) contains a common noun identifying some geographical feature 
contained within a geographic name, such as valley,
mount, etc.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_affiliation">
    <element name="teix:affiliation">
      <a:documentation>contains an informal description of a person's present
or past affiliation with some
organization, for example an employer or sponsor.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_age">
    <element name="teix:age">
      <a:documentation>specifies the age of a person.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <optional>
        <attribute name="value">
          <a:documentation>supplies a numeric code representing the age or age group</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_birth">
    <element name="teix:birth">
      <a:documentation>contains information about a person's birth, such as its date
and place.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_climate">
    <element name="teix:climate">
      <a:documentation>contains information about the physical climate of a place.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <oneOrMore>
            <ref name="TEI_model.labelLike"/>
          </oneOrMore>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_climate"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_death">
    <element name="teix:death">
      <a:documentation>contains information about a person's death, such as its date
and place.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_education">
    <element name="teix:education">
      <a:documentation>contains a description of the
educational experience of a person.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_event">
    <element name="teix:event">
      <a:documentation>contains data relating to any kind of significant event
  associated with a person, place, or organization.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <oneOrMore>
            <ref name="TEI_model.labelLike"/>
          </oneOrMore>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_event"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="where">
          <a:documentation>indicates the location of an event by pointing to a place element</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_faith">
    <element name="teix:faith">
      <a:documentation>specifies the faith,  religion, or belief set of a person.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_floruit">
    <element name="teix:floruit">
      <a:documentation>contains information about a person's period of activity.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_geo">
    <element name="teix:geo">
      <a:documentation>(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.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_langKnowledge">
    <element name="teix:langKnowledge">
      <a:documentation>(language knowledge) summarizes the state of a person's linguistic knowledge, either
as prose or by a list of langKnown elements.</a:documentation>
      <choice>
        <ref name="TEI_model.pLike"/>
        <oneOrMore>
          <ref name="TEI_langKnown"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <optional>
        <attribute name="tags">
          <a:documentation>supplies one or more valid language tags for the languages
      specified</a:documentation>
          <list>
            <oneOrMore>
              <data type="language"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_langKnown">
    <element name="teix:langKnown">
      <a:documentation>(language known) summarizes the state of a person's linguistic competence,
  i.e., knowledge of a single language.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <attribute name="tag">
        <a:documentation>supplies a  valid language tag for the language concerned.</a:documentation>
        <data type="language"/>
      </attribute>
      <optional>
        <attribute name="level">
          <a:documentation>a code indicating the person's level of knowledge for this language </a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_listOrg">
    <element name="teix:listOrg">
      <a:documentation>(list of organizations) contains a list of descriptions, each of which provides
information about an identifiable organization. </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_relationGrp"/>
            <ref name="TEI_relation"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_listPerson">
    <element name="teix:listPerson">
      <a:documentation>(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. </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_relationGrp"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_listPlace">
    <element name="teix:listPlace">
      <a:documentation>(list of places) contains a list of places, optionally followed by a list
      of relationships (other than containment) defined amongst
      them. </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_relationGrp"/>
            <ref name="TEI_relation"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_location">
    <element name="teix:location">
      <a:documentation>defines the location of a place as a set of geographical
  coordinates, in terms of a other named geo-political entities,
  or as an address.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_nationality">
    <element name="teix:nationality">
      <a:documentation>contains an informal description of a person's present
or past nationality or citizenship.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_occupation">
    <element name="teix:occupation">
      <a:documentation>contains an informal description of a person's trade,
profession or occupation.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="scheme">
          <a:documentation>identifies the classification system or taxonomy in use by supplying
the identifier of a taxonomy element elsewhere in the header.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="code">
          <a:documentation>identifies an occupation code defined within the
classification system or taxonomy defined by the scheme
attribute.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_org">
    <element name="teix:org">
      <a:documentation>(organization) provides information about an identifiable organization such
  as a business, a tribe, or any other grouping of people.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <zeroOrMore>
            <ref name="TEI_model.pLike"/>
          </zeroOrMore>
          <zeroOrMore>
            <choice>
              <ref name="TEI_model.labelLike"/>
              <ref name="TEI_model.nameLike"/>
              <ref name="TEI_model.placeLike"/>
            </choice>
          </zeroOrMore>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.personLike"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <optional>
        <attribute name="role">
          <a:documentation>specifies a primary role or classification for the organization.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_relationGrp">
    <element name="teix:relationGrp">
      <a:documentation>(relation group) provides information about relationships identified amongst people,
  places, and organizations, either informally as prose or as formally
  expressed relation links. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_relation"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_person">
    <element name="teix:person">
      <a:documentation>provides information about an identifiable individual, for
example a participant in a language interaction, or a person referred
to in a historical source.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <optional>
        <attribute name="role">
          <a:documentation>specifies a primary role or classification for the person.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="sex">
          <a:documentation>specifies the sex of the person.</a:documentation>
          <choice>
            <value>0</value>
            <value>1</value>
            <value>2</value>
            <value>9</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="age">
          <a:documentation>specifies an age group for the person.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_personGrp">
    <element name="teix:personGrp">
      <a:documentation>(personal group) describes a group of individuals treated as a single person for
  analytic purposes.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_model.personPart"/>
        </zeroOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="role">
          <a:documentation>specifies the role of this group of participants in the
        interaction.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="sex">
          <a:documentation>specifies the sex of the participant group.</a:documentation>
          <choice>
            <choice>
              <value>0</value>
              <value>1</value>
              <value>2</value>
              <value>9</value>
            </choice>
            <value>mixed</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="age">
          <a:documentation>specifies the age group of the participants.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="size">
          <a:documentation>specifies the size or approximate size of the group.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_place">
    <element name="teix:place">
      <a:documentation>contains data about a geographic location</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <zeroOrMore>
            <ref name="TEI_model.pLike"/>
          </zeroOrMore>
          <zeroOrMore>
            <choice>
              <ref name="TEI_model.labelLike"/>
              <ref name="TEI_model.placeStateLike"/>
              <ref name="TEI_model.placeTraitLike"/>
              <ref name="TEI_model.placeEventLike"/>
            </choice>
          </zeroOrMore>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.placeLike"/>
            <ref name="TEI_listPlace"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_population">
    <element name="teix:population">
      <a:documentation>contains information about the population of a place.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <optional>
          <choice>
            <oneOrMore>
              <ref name="TEI_model.pLike"/>
            </oneOrMore>
            <oneOrMore>
              <ref name="TEI_model.labelLike"/>
            </oneOrMore>
          </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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_relation">
    <element name="teix:relation">
      <a:documentation>(relationship) describes any kind of relationship or linkage amongst a specified
group of participants.</a:documentation>
      <optional>
        <ref name="TEI_desc"/>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="type" a:defaultValue="personal">
          <a:documentation>categorizes the relationship in some respect, e.g.
as social, personal or other.
Suggested values include: 1] social; 2] personal; 3] other</a:documentation>
          <choice>
            <value>social</value>
            <a:documentation>relationship concerned with social roles</a:documentation>
            <value>personal</value>
            <a:documentation>relationship concerned with personal roles, e.g.
kinship, marriage, etc.</a:documentation>
            <value>other</value>
            <a:documentation>other kinds of relationship</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <attribute name="name">
        <a:documentation>supplies a name for the kind of  relationship of which
	this is an instance.</a:documentation>
        <data type="Name"/>
      </attribute>
      <optional>
        <attribute name="passive">
          <a:documentation>identifies the passive participants in a non-mutual
relationship.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <choice>
        <optional>
          <attribute name="active">
            <a:documentation>identifies the active participants in a non-mutual
relationship, or all the participants in a mutual one.</a:documentation>
            <list>
              <oneOrMore>
                <data type="anyURI"/>
              </oneOrMore>
            </list>
          </attribute>
        </optional>
        <optional>
          <attribute name="mutual">
            <a:documentation>supplies a list of participants amongst all of whom the relationship holds equally.</a:documentation>
            <list>
              <oneOrMore>
                <data type="anyURI"/>
              </oneOrMore>
            </list>
          </attribute>
        </optional>
      </choice>
      <empty/>
    </element>
  </define>
  <define name="TEI_residence">
    <element name="teix:residence">
      <a:documentation>(residence) describes a person's present or past places of residence.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_sex">
    <element name="teix:sex">
      <a:documentation>specifies the sex of a person.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <optional>
        <attribute name="value">
          <a:documentation/>
          <choice>
            <value>0</value>
            <value>1</value>
            <value>2</value>
            <value>9</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_socecStatus">
    <element name="teix:socecStatus">
      <a:documentation>(socio-economic status) contains an informal description of a person's perceived social or
economic status.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <optional>
        <attribute name="scheme">
          <a:documentation>identifies the classification system or taxonomy in use.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="code">
          <a:documentation>identifies a status code defined within the
classification system or taxonomy defined by the source
attribute.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_state">
    <element name="teix:state">
      <a:documentation>contains a description of some status or quality
attributed to a person, place, or organization at some specific time.</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>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.labelLike"/>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_terrain">
    <element name="teix:terrain">
      <a:documentation>contains information about the physical terrain of a place.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.headLike"/>
        </zeroOrMore>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.pLike"/>
          </oneOrMore>
          <oneOrMore>
            <ref name="TEI_model.labelLike"/>
          </oneOrMore>
        </choice>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_terrain"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_trait">
    <element name="teix:trait">
      <a:documentation>contains a description of some culturally-determined and in
  principle unchanging characteristic attributed to a person or place .</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>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.labelLike"/>
            <ref name="TEI_model.noteLike"/>
            <ref name="TEI_model.biblLike"/>
          </choice>
        </zeroOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.datable.w3c.attribute.period"/>
      <ref name="att.datable.w3c.attribute.when"/>
      <ref name="att.datable.w3c.attribute.notBefore"/>
      <ref name="att.datable.w3c.attribute.notAfter"/>
      <ref name="att.datable.w3c.attribute.from"/>
      <ref name="att.datable.w3c.attribute.to"/>
      <ref name="att.datable.iso.attribute.when-iso"/>
      <ref name="att.datable.iso.attribute.notBefore-iso"/>
      <ref name="att.datable.iso.attribute.notAfter-iso"/>
      <ref name="att.datable.iso.attribute.from-iso"/>
      <ref name="att.datable.iso.attribute.to-iso"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.naming.attribute.key"/>
      <ref name="att.naming.attribute.ref"/>
      <ref name="att.naming.attribute.nymRef"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_nym">
    <element name="teix:nym">
      <a:documentation>(canonical name) contains the definition for a canonical  name or namepart of
  any kind.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.entryPart"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.pLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_nym"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="parts">
          <a:documentation>points to constituent nyms </a:documentation>
          <a:documentation>Sorry, unable to create schema that uses actual counts minOccurs=1 and maxOccurs=100; approximating to minOccurs=1 and maxOccurs=unbounded.</a:documentation>
          <list>
            <data type="anyURI"/>
            <zeroOrMore>
              <data type="anyURI"/>
            </zeroOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_listNym">
    <element name="teix:listNym">
      <a:documentation>(list of canonical names) contains a list of nyms, that is, standardized names for any
	thing. </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_relationGrp"/>
            <ref name="TEI_relation"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </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_att.datable.iso.attributes">
    <ref name="att.datable.iso.attribute.when-iso"/>
    <ref name="att.datable.iso.attribute.notBefore-iso"/>
    <ref name="att.datable.iso.attribute.notAfter-iso"/>
    <ref name="att.datable.iso.attribute.from-iso"/>
    <ref name="att.datable.iso.attribute.to-iso"/>
    <empty/>
  </define>
  <define name="att.datable.iso.attribute.when-iso">
    <optional>
      <attribute name="when-iso">
        <a:documentation>supplies the value of a date or time in a standard form.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.iso.attribute.notBefore-iso">
    <optional>
      <attribute name="notBefore-iso">
        <a:documentation>specifies the earliest possible date for the event in
	standard form, e.g. yyyy-mm-dd.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.iso.attribute.notAfter-iso">
    <optional>
      <attribute name="notAfter-iso">
        <a:documentation>specifies the latest possible date for the event in
	standard form, e.g. yyyy-mm-dd.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.iso.attribute.from-iso">
    <optional>
      <attribute name="from-iso">
        <a:documentation>indicates the starting point of the period in standard form.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="att.datable.iso.attribute.to-iso">
    <optional>
      <attribute name="to-iso">
        <a:documentation>indicates the ending point of the period in standard form.</a:documentation>
        <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>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.duration.iso.attributes">
    <ref name="att.duration.iso.attribute.dur-iso"/>
    <empty/>
  </define>
  <define name="att.duration.iso.attribute.dur-iso">
    <optional>
      <attribute name="dur-iso">
        <a:documentation>(duration) indicates the length of this element in time.</a:documentation>
        <data type="token">
          <param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param>
        </data>
      </attribute>
    </optional>
  </define>
  <define name="TEI_graph">
    <element name="teix:graph">
      <a:documentation>encodes a graph, which is a collection of nodes, and arcs which
connect the nodes.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_label"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </optional>
        <choice>
          <group>
            <oneOrMore>
              <ref name="TEI_node"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
            </oneOrMore>
            <zeroOrMore>
              <ref name="TEI_arc"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
            </zeroOrMore>
          </group>
          <group>
            <oneOrMore>
              <ref name="TEI_arc"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
            </oneOrMore>
            <oneOrMore>
              <ref name="TEI_node"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
            </oneOrMore>
          </group>
        </choice>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>describes the type of graph.
Suggested values include: 1] undirected; 2] directed; 3] transitionNetwork; 4] transducer</a:documentation>
          <choice>
            <value>undirected</value>
            <a:documentation>undirected graph</a:documentation>
            <value>directed</value>
            <a:documentation>directed graph</a:documentation>
            <value>transitionNetwork</value>
            <a:documentation>a directed graph with distinguished initial and final nodes</a:documentation>
            <value>transducer</value>
            <a:documentation>a transition network with up to two labels on each arc</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="order">
          <a:documentation>states the order of the graph, i.e., the number of its nodes.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="size">
          <a:documentation>states the size of the graph, i.e., the number of its arcs.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_node">
    <element name="teix:node">
      <a:documentation>encodes a node, a possibly labeled point in a graph.</a:documentation>
      <optional>
        <ref name="TEI_label"/>
        <optional>
          <ref name="TEI_label"/>
        </optional>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides the value of a node, which is a feature structure or
other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="type">
          <a:documentation>provides a type for a node.
Suggested values include: 1] initial; 2] final</a:documentation>
          <choice>
            <value>initial</value>
            <a:documentation>initial node in a transition network</a:documentation>
            <value>final</value>
            <a:documentation>final node in a transition network</a:documentation>
            <data type="Name"/>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="adjTo">
          <a:documentation>(adjacent to) gives the identifiers of the nodes which are adjacent to the current node.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="adjFrom">
          <a:documentation>(adjacent from) gives the identifiers of the nodes which are adjacent from the current
node.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="adj">
          <a:documentation>(adjacent) gives the identifiers of the nodes which are both adjacent to and
adjacent from the current node.</a:documentation>
          <list>
            <oneOrMore>
              <data type="anyURI"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="inDegree">
          <a:documentation>gives the in degree of the node, the number of nodes which
are adjacent from the given node.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="outDegree">
          <a:documentation>gives the out degree of the node, the number of nodes which
are adjacent to the given node.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="degree">
          <a:documentation>gives the degree of the node, the number of arcs with which
the node is incident.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_arc">
    <element name="teix:arc">
      <a:documentation>encodes an arc, the connection from one node to another in a graph.</a:documentation>
      <optional>
        <ref name="TEI_label"/>
        <optional>
          <ref name="TEI_label"/>
        </optional>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="from">
        <a:documentation>gives the identifier of the node which is adjacent from this arc.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <attribute name="to">
        <a:documentation>gives the identifier of the node which is adjacent to this arc.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_tree">
    <element name="teix:tree">
      <a:documentation>encodes a tree, which is made up of a root, internal nodes,
leaves, and arcs from root to leaves.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_label"/>
        </optional>
        <group>
          <zeroOrMore>
            <choice>
              <ref name="TEI_leaf"/>
              <ref name="TEI_iNode"/>
            </choice>
          </zeroOrMore>
          <ref name="TEI_root"/>
          <zeroOrMore>
            <choice>
              <ref name="TEI_leaf"/>
              <ref name="TEI_iNode"/>
            </choice>
          </zeroOrMore>
        </group>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="arity">
          <a:documentation>gives the maximum number of children of the root and internal
nodes of the tree.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <attribute name="ord" a:defaultValue="true">
        <a:documentation>(ordered) indicates whether or not the tree is ordered, or if it is
partially ordered.</a:documentation>
        <choice>
          <value>true</value>
          <a:documentation>indicates that all of the branching nodes of the tree are ordered.</a:documentation>
          <value>partial</value>
          <a:documentation>indicates that some of the branching nodes of the tree are ordered
and some are unordered.</a:documentation>
          <value>false</value>
          <a:documentation>indicates that all of the branching nodes of the tree are
unordered.</a:documentation>
        </choice>
      </attribute>
      <optional>
        <attribute name="order">
          <a:documentation>gives the order of the tree, i.e., the number of its nodes.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_root">
    <element name="teix:root">
      <a:documentation>(root node) represents the root node of a tree.</a:documentation>
      <optional>
        <ref name="TEI_label"/>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides the value of the root, which is a feature structure or
other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <attribute name="children">
        <a:documentation>provides a list of identifiers of the elements which are the children of
the root node.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="ord">
          <a:documentation>(ordered) indicates whether or not the root is ordered.</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="outDegree">
          <a:documentation>gives the out degree of the root, the number of its children.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_iNode">
    <element name="teix:iNode">
      <a:documentation>(intermediate (or internal) node) represents an intermediate (or internal) node of a tree.</a:documentation>
      <optional>
        <ref name="TEI_label"/>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides the value of an intermediate node, which is a feature
structure or other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <attribute name="children">
        <a:documentation>provides a list of identifiers of the elements which are the children of
the intermediate node.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="parent">
          <a:documentation>provides the identifier of the element which is the parent of this node.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="ord">
          <a:documentation>(ordered) indicates whether or not the internal node is ordered.</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="follow">
          <a:documentation>provides an identifier of
the element which this node
follows.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="outDegree">
          <a:documentation>gives the out degree of an intermediate node, the number of its
children.</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_leaf">
    <element name="teix:leaf">
      <a:documentation>encodes the leaves (terminal nodes) of a tree.</a:documentation>
      <optional>
        <ref name="TEI_label"/>
      </optional>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides a pointer to a feature
structure or other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="parent">
          <a:documentation>provides the identifier of parent of a leaf.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="follow">
          <a:documentation>provides an identifier of an element which this leaf follows.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_eTree">
    <element name="teix:eTree">
      <a:documentation>(embedding tree) provides an alternative to tree element for representing
ordered rooted tree structures.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_label"/>
        </optional>
        <zeroOrMore>
          <choice>
            <ref name="TEI_eTree"/>
            <ref name="TEI_triangle"/>
            <ref name="TEI_eLeaf"/>
            <ref name="TEI_model.ptrLike"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides the value of an embedding tree, which is a feature
structure or other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_triangle">
    <element name="teix:triangle">
      <a:documentation>(underspecified embedding tree, so called because of its
  characteristic shape when drawn) Provides for an underspecified eTree, that is, an eTree with
  information left out.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_label"/>
        </optional>
        <zeroOrMore>
          <choice>
            <ref name="TEI_eTree"/>
            <ref name="TEI_triangle"/>
            <ref name="TEI_eLeaf"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides the value of a triangle, which is the identifier of a feature
structure or other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_eLeaf">
    <element name="teix:eLeaf">
      <a:documentation>(leaf or terminal node of an embedding tree) provides explicitly for a leaf of an embedding tree, which may also
be encoded with the eTree element.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_label"/>
        </optional>
        <optional>
          <ref name="TEI_model.ptrLike"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="value">
          <a:documentation>provides the value of an embedding leaf, which is a feature
structure or other analytic element.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_forest">
    <element name="teix:forest">
      <a:documentation>provides for groups of rooted trees.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_tree"/>
          <ref name="TEI_eTree"/>
          <ref name="TEI_triangle"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>identifies the type of the forest.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_forestGrp">
    <element name="teix:forestGrp">
      <a:documentation>(forest group) provides for groups of forests.</a:documentation>
      <oneOrMore>
        <ref name="TEI_forest"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>identifies the type of the forest group.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_scriptStmt">
    <element name="teix:scriptStmt">
      <a:documentation>(script statement) contains a citation giving details of the script used for
a spoken text.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <ref name="TEI_model.biblLike"/>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_recordingStmt">
    <element name="teix:recordingStmt">
      <a:documentation>(recording statement) describes a set of recordings used as the basis for transcription of a
spoken text.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_recording"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_recording">
    <element name="teix:recording">
      <a:documentation>(recording event) details of an audio or video recording event
used as the source of a spoken text, either directly or from
a public broadcast. </a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_model.recordingPart"/>
        </zeroOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.duration.iso.attribute.dur-iso"/>
      <optional>
        <attribute name="type" a:defaultValue="audio">
          <a:documentation>the kind of recording.</a:documentation>
          <choice>
            <value>audio</value>
            <a:documentation>audio recording</a:documentation>
            <value>video</value>
            <a:documentation>audio and video recording</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_equipment">
    <element name="teix:equipment">
      <a:documentation>provides technical details of the equipment and media used for
an audio or video recording used as the source for a spoken text.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_broadcast">
    <element name="teix:broadcast">
      <a:documentation>describes a broadcast used as the source of a spoken text.</a:documentation>
      <choice>
        <oneOrMore>
          <ref name="TEI_model.pLike"/>
        </oneOrMore>
        <ref name="TEI_model.biblLike"/>
        <ref name="TEI_recording"/>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_u">
    <element name="teix:u">
      <a:documentation>(utterance) a stretch of speech usually preceded and followed by
silence or by a change of speaker.</a:documentation>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="TEI_model.gLike"/>
          <ref name="TEI_model.phrase"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.timed.attribute.start"/>
      <ref name="att.timed.attribute.end"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.declaring.attribute.decls"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute name="trans" a:defaultValue="smooth">
          <a:documentation>(transition) indicates the nature of the transition between this utterance
          and the previous one.</a:documentation>
          <choice>
            <value>smooth</value>
            <a:documentation>this  utterance begins without unusual pause or rapidity.</a:documentation>
            <value>latching</value>
            <a:documentation>this utterance begins with a markedly shorter pause than normal.</a:documentation>
            <value>overlap</value>
            <a:documentation>this utterance begins before the previous one has finished.</a:documentation>
            <value>pause</value>
            <a:documentation>this utterance begins after a noticeable pause.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_pause">
    <element name="teix:pause">
      <a:documentation>a pause either between or within utterances.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.timed.attribute.start"/>
      <ref name="att.timed.attribute.end"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.ascribed.attribute.who"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_vocal">
    <element name="teix:vocal">
      <a:documentation>any vocalized but not necessarily lexical phenomenon, for
  example voiced pauses, non-lexical backchannels, etc.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.timed.attribute.start"/>
      <ref name="att.timed.attribute.end"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.ascribed.attribute.who"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="iterated" a:defaultValue="false">
          <a:documentation>indicates whether or not the phenomenon is repeated.</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_kinesic">
    <element name="teix:kinesic">
      <a:documentation>any communicative phenomenon, not necessarily vocalized, for
  example a gesture, frown, etc.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.timed.attribute.start"/>
      <ref name="att.timed.attribute.end"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute name="iterated" a:defaultValue="false">
          <a:documentation>indicates whether or not the phenomenon is
      repeated.</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_incident">
    <element name="teix:incident">
      <a:documentation>any phenomenon or occurrence, not necessarily vocalized or
communicative, for example incidental noises or other events affecting
communication.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.timed.attribute.start"/>
      <ref name="att.timed.attribute.end"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.ascribed.attribute.who"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_writing">
    <element name="teix:writing">
      <a:documentation>a passage of written text revealed to participants in the
  course of a spoken text.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.timed.attribute.start"/>
      <ref name="att.timed.attribute.end"/>
      <ref name="att.duration.w3c.attribute.dur"/>
      <optional>
        <attribute name="source">
          <a:documentation>points to a bibliographic citation in the header giving
	a full description of the source or script of the
	writing.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="gradual">
          <a:documentation>indicates whether the writing is revealed all at once or
	gradually.</a:documentation>
          <choice>
            <data type="boolean"/>
            <value>unknown</value>
            <value>inapplicable</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_shift">
    <element name="teix:shift">
      <a:documentation>marks the point at which some paralinguistic feature of a series of
utterances by any one speaker changes.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.ascribed.attribute.who"/>
      <optional>
        <attribute name="feature">
          <a:documentation>a
paralinguistic feature.</a:documentation>
          <choice>
            <value>tempo</value>
            <a:documentation>speed of utterance.
    </a:documentation>
            <value>loud</value>
            <a:documentation>loudness.
    </a:documentation>
            <value>pitch</value>
            <a:documentation>pitch range.
    </a:documentation>
            <value>tension</value>
            <a:documentation>tension or stress pattern.
    </a:documentation>
            <value>rhythm</value>
            <a:documentation>rhythmic qualities.
    </a:documentation>
            <value>voice</value>
            <a:documentation>voice quality.
    </a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="new" a:defaultValue="normal">
          <a:documentation>specifies the new state of the paralinguistic feature specified.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.duration.attributes">
    <empty/>
  </define>
  <define name="TEI_model.global.spoken">
    <choice>
      <ref name="TEI_pause"/>
      <ref name="TEI_vocal"/>
      <ref name="TEI_kinesic"/>
      <ref name="TEI_incident"/>
      <ref name="TEI_writing"/>
      <ref name="TEI_shift"/>
    </choice>
  </define>
  <define name="TEI_model.recordingPart">
    <choice>
      <ref name="TEI_model.dateLike"/>
      <ref name="TEI_respStmt"/>
      <ref name="TEI_equipment"/>
      <ref name="TEI_broadcast"/>
    </choice>
  </define>
  <define name="TEI_model.divPart.spoken">
    <ref name="TEI_u"/>
  </define>
  <define name="TEI_att">
    <element name="teix:att">
      <a:documentation>(attribute) contains the name of an attribute appearing within running text.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="scheme" a:defaultValue="TEI">
          <a:documentation>supplies an identifier for  the scheme in which this name is defined.
Sample values include: 1] TEI (text encoding initiative); 2] DBK (docbook); 3] XX (unknown)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_code">
    <element name="teix:code">
      <a:documentation>contains literal code from some formal language such as a
programming language.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="lang">
          <a:documentation>(formal language) a name identifying the formal language in which  the
	code is expressed</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_eg">
    <element name="teix:eg">
      <a:documentation>(example) contains any kind of illustrative example. </a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.xmlspace.attribute.xmlspace"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_egXML">
    <element name="teix:egXML">
      <a:documentation>(example of XML) contains a single well-formed XML fragment demonstrating the
  use of some XML element or attribute, in which the egXML
  element itself functions as the root element. </a:documentation>
      <zeroOrMore>
        <choice>
          <choice>
            <ref name="TEI_TEI"/>
            <ref name="TEI_ab"/>
            <ref name="TEI_abbr"/>
            <ref name="TEI_accMat"/>
            <ref name="TEI_acquisition"/>
            <ref name="TEI_activity"/>
            <ref name="TEI_actor"/>
            <ref name="TEI_add"/>
            <ref name="TEI_addName"/>
            <ref name="TEI_addSpan"/>
            <ref name="TEI_additional"/>
            <ref name="TEI_additions"/>
            <ref name="TEI_addrLine"/>
            <ref name="TEI_address"/>
            <ref name="TEI_adminInfo"/>
            <ref name="TEI_affiliation"/>
            <ref name="TEI_age"/>
            <ref name="TEI_alt"/>
            <ref name="TEI_altGrp"/>
            <ref name="TEI_altIdent"/>
            <ref name="TEI_altIdentifier"/>
            <ref name="TEI_am"/>
            <ref name="TEI_analytic"/>
            <ref name="TEI_anchor"/>
            <ref name="TEI_app"/>
            <ref name="TEI_appInfo"/>
            <ref name="TEI_application"/>
            <ref name="TEI_arc"/>
            <ref name="TEI_argument"/>
            <ref name="TEI_att"/>
            <ref name="TEI_attDef"/>
            <ref name="TEI_attList"/>
            <ref name="TEI_attRef"/>
            <ref name="TEI_author"/>
            <ref name="TEI_authority"/>
            <ref name="TEI_availability"/>
            <ref name="TEI_back"/>
            <ref name="TEI_bibl"/>
            <ref name="TEI_biblFull"/>
            <ref name="TEI_biblScope"/>
            <ref name="TEI_biblStruct"/>
            <ref name="TEI_bicond"/>
            <ref name="TEI_binary"/>
            <ref name="TEI_binaryObject"/>
            <ref name="TEI_binding"/>
            <ref name="TEI_bindingDesc"/>
            <ref name="TEI_birth"/>
            <ref name="TEI_bloc"/>
            <ref name="TEI_body"/>
            <ref name="TEI_broadcast"/>
            <ref name="TEI_byline"/>
            <ref name="TEI_c"/>
            <ref name="TEI_cRefPattern"/>
            <ref name="TEI_caesura"/>
            <ref name="TEI_camera"/>
            <ref name="TEI_caption"/>
            <ref name="TEI_case"/>
            <ref name="TEI_castGroup"/>
            <ref name="TEI_castItem"/>
            <ref name="TEI_castList"/>
            <ref name="TEI_catDesc"/>
            <ref name="TEI_catRef"/>
            <ref name="TEI_catchwords"/>
            <ref name="TEI_category"/>
            <ref name="TEI_cb"/>
            <ref name="TEI_cell"/>
            <ref name="TEI_certainty"/>
            <ref name="TEI_change"/>
            <ref name="TEI_channel"/>
            <ref name="TEI_char"/>
            <ref name="TEI_charDecl"/>
            <ref name="TEI_charName"/>
            <ref name="TEI_charProp"/>
            <ref name="TEI_choice"/>
            <ref name="TEI_cit"/>
            <ref name="TEI_cl"/>
            <ref name="TEI_classCode"/>
            <ref name="TEI_classDecl"/>
            <ref name="TEI_classSpec"/>
            <ref name="TEI_classes"/>
            <ref name="TEI_climate"/>
            <ref name="TEI_closer"/>
            <ref name="TEI_code"/>
            <ref name="TEI_collation"/>
            <ref name="TEI_collection"/>
            <ref name="TEI_colloc"/>
            <ref name="TEI_colophon"/>
            <ref name="TEI_cond"/>
            <ref name="TEI_condition"/>
            <ref name="TEI_constitution"/>
            <ref name="TEI_content"/>
            <ref name="TEI_corr"/>
            <ref name="TEI_correction"/>
            <ref name="TEI_country"/>
            <ref name="TEI_creation"/>
            <ref name="TEI_custEvent"/>
            <ref name="TEI_custodialHist"/>
            <ref name="TEI_damage"/>
            <ref name="TEI_damageSpan"/>
            <ref name="TEI_datatype"/>
            <ref name="TEI_date"/>
            <ref name="TEI_dateline"/>
            <ref name="TEI_death"/>
            <ref name="TEI_decoDesc"/>
            <ref name="TEI_decoNote"/>
            <ref name="TEI_def"/>
            <ref name="TEI_default"/>
            <ref name="TEI_defaultVal"/>
            <ref name="TEI_del"/>
            <ref name="TEI_delSpan"/>
            <ref name="TEI_depth"/>
            <ref name="TEI_derivation"/>
            <ref name="TEI_desc"/>
            <ref name="TEI_dictScrap"/>
            <ref name="TEI_dimensions"/>
            <ref name="TEI_distinct"/>
            <ref name="TEI_distributor"/>
            <ref name="TEI_district"/>
            <ref name="TEI_div"/>
            <ref name="TEI_div1"/>
            <ref name="TEI_div2"/>
            <ref name="TEI_div3"/>
            <ref name="TEI_div4"/>
            <ref name="TEI_div5"/>
            <ref name="TEI_div6"/>
            <ref name="TEI_div7"/>
            <ref name="TEI_divGen"/>
            <ref name="TEI_docAuthor"/>
            <ref name="TEI_docDate"/>
            <ref name="TEI_docEdition"/>
            <ref name="TEI_docImprint"/>
            <ref name="TEI_docTitle"/>
            <ref name="TEI_domain"/>
            <ref name="TEI_eLeaf"/>
            <ref name="TEI_eTree"/>
            <ref name="TEI_edition"/>
            <ref name="TEI_editionStmt"/>
            <ref name="TEI_editor"/>
            <ref name="TEI_editorialDecl"/>
            <ref name="TEI_education"/>
            <ref name="TEI_eg"/>
            <ref name="TEI_egXML"/>
            <ref name="TEI_elementSpec"/>
            <ref name="TEI_email"/>
            <ref name="TEI_emph"/>
            <ref name="TEI_encodingDesc"/>
            <ref name="TEI_entry"/>
            <ref name="TEI_entryFree"/>
            <ref name="TEI_epigraph"/>
            <ref name="TEI_epilogue"/>
            <ref name="TEI_equipment"/>
            <ref name="TEI_equiv"/>
            <ref name="TEI_etym"/>
            <ref name="TEI_event"/>
            <ref name="TEI_ex"/>
            <ref name="TEI_exemplum"/>
            <ref name="TEI_expan"/>
            <ref name="TEI_explicit"/>
            <ref name="TEI_extent"/>
            <ref name="TEI_f"/>
            <ref name="TEI_fDecl"/>
            <ref name="TEI_fDescr"/>
            <ref name="TEI_fLib"/>
            <ref name="TEI_facsimile"/>
            <ref name="TEI_factuality"/>
            <ref name="TEI_faith"/>
            <ref name="TEI_figDesc"/>
            <ref name="TEI_figure"/>
            <ref name="TEI_fileDesc"/>
            <ref name="TEI_filiation"/>
            <ref name="TEI_finalRubric"/>
            <ref name="TEI_floatingText"/>
            <ref name="TEI_floruit"/>
            <ref name="TEI_foliation"/>
            <ref name="TEI_foreign"/>
            <ref name="TEI_forename"/>
            <ref name="TEI_forest"/>
            <ref name="TEI_forestGrp"/>
            <ref name="TEI_form"/>
            <ref name="TEI_formula"/>
            <ref name="TEI_front"/>
            <ref name="TEI_fs"/>
            <ref name="TEI_fsConstraints"/>
            <ref name="TEI_fsDecl"/>
            <ref name="TEI_fsDescr"/>
            <ref name="TEI_fsdDecl"/>
            <ref name="TEI_fsdLink"/>
            <ref name="TEI_funder"/>
            <ref name="TEI_fvLib"/>
            <ref name="TEI_fw"/>
            <ref name="TEI_g"/>
            <ref name="TEI_gap"/>
            <ref name="TEI_gen"/>
            <ref name="TEI_genName"/>
            <ref name="TEI_geo"/>
            <ref name="TEI_geoDecl"/>
            <ref name="TEI_geogFeat"/>
            <ref name="TEI_geogName"/>
            <ref name="TEI_gi"/>
            <ref name="TEI_gloss"/>
            <ref name="TEI_glyph"/>
            <ref name="TEI_glyphName"/>
            <ref name="TEI_gram"/>
            <ref name="TEI_gramGrp"/>
            <ref name="TEI_graph"/>
            <ref name="TEI_graphic"/>
            <ref name="TEI_group"/>
            <ref name="TEI_handDesc"/>
            <ref name="TEI_handNote"/>
            <ref name="TEI_handNotes"/>
            <ref name="TEI_handShift"/>
            <ref name="TEI_head"/>
            <ref name="TEI_headItem"/>
            <ref name="TEI_headLabel"/>
            <ref name="TEI_height"/>
            <ref name="TEI_heraldry"/>
            <ref name="TEI_hi"/>
            <ref name="TEI_history"/>
            <ref name="TEI_hom"/>
            <ref name="TEI_hyph"/>
            <ref name="TEI_hyphenation"/>
            <ref name="TEI_iNode"/>
            <ref name="TEI_iType"/>
            <ref name="TEI_ident"/>
            <ref name="TEI_idno"/>
            <ref name="TEI_if"/>
            <ref name="TEI_iff"/>
            <ref name="TEI_imprimatur"/>
            <ref name="TEI_imprint"/>
            <ref name="TEI_incident"/>
            <ref name="TEI_incipit"/>
            <ref name="TEI_index"/>
            <ref name="TEI_institution"/>
            <ref name="TEI_interaction"/>
            <ref name="TEI_interp"/>
            <ref name="TEI_interpGrp"/>
            <ref name="TEI_interpretation"/>
            <ref name="TEI_item"/>
            <ref name="TEI_join"/>
            <ref name="TEI_joinGrp"/>
            <ref name="TEI_keywords"/>
            <ref name="TEI_kinesic"/>
            <ref name="TEI_l"/>
            <ref name="TEI_label"/>
            <ref name="TEI_lacunaEnd"/>
            <ref name="TEI_lacunaStart"/>
            <ref name="TEI_lang"/>
            <ref name="TEI_langKnowledge"/>
            <ref name="TEI_langKnown"/>
            <ref name="TEI_langUsage"/>
            <ref name="TEI_language"/>
            <ref name="TEI_layout"/>
            <ref name="TEI_layoutDesc"/>
            <ref name="TEI_lb"/>
            <ref name="TEI_lbl"/>
            <ref name="TEI_leaf"/>
            <ref name="TEI_lem"/>
            <ref name="TEI_lg"/>
            <ref name="TEI_link"/>
            <ref name="TEI_linkGrp"/>
            <ref name="TEI_list"/>
            <ref name="TEI_listBibl"/>
            <ref name="TEI_listNym"/>
            <ref name="TEI_listOrg"/>
            <ref name="TEI_listPerson"/>
            <ref name="TEI_listPlace"/>
            <ref name="TEI_listRef"/>
            <ref name="TEI_listWit"/>
            <ref name="TEI_localName"/>
            <ref name="TEI_locale"/>
            <ref name="TEI_location"/>
            <ref name="TEI_locus"/>
            <ref name="TEI_m"/>
            <ref name="TEI_macroSpec"/>
            <ref name="TEI_mapping"/>
            <ref name="TEI_material"/>
            <ref name="TEI_measure"/>
            <ref name="TEI_measureGrp"/>
            <ref name="TEI_meeting"/>
            <ref name="TEI_memberOf"/>
            <ref name="TEI_mentioned"/>
            <ref name="TEI_metDecl"/>
            <ref name="TEI_metSym"/>
            <ref name="TEI_milestone"/>
            <ref name="TEI_moduleRef"/>
            <ref name="TEI_moduleSpec"/>
            <ref name="TEI_monogr"/>
            <ref name="TEI_mood"/>
            <ref name="TEI_move"/>
            <ref name="TEI_msContents"/>
            <ref name="TEI_msDesc"/>
            <ref name="TEI_msIdentifier"/>
            <ref name="TEI_msItem"/>
            <ref name="TEI_msItemStruct"/>
            <ref name="TEI_msName"/>
            <ref name="TEI_msPart"/>
            <ref name="TEI_musicNotation"/>
            <ref name="TEI_name"/>
            <ref name="TEI_nameLink"/>
            <ref name="TEI_namespace"/>
            <ref name="TEI_nationality"/>
            <ref name="TEI_node"/>
            <ref name="TEI_normalization"/>
            <ref name="TEI_note"/>
            <ref name="TEI_notesStmt"/>
            <ref name="TEI_num"/>
            <ref name="TEI_number"/>
            <ref name="TEI_numeric"/>
            <ref name="TEI_nym"/>
            <ref name="TEI_oRef"/>
            <ref name="TEI_oVar"/>
            <ref name="TEI_objectDesc"/>
            <ref name="TEI_occupation"/>
            <ref name="TEI_offset"/>
            <ref name="TEI_opener"/>
            <ref name="TEI_org"/>
            <ref name="TEI_orgName"/>
            <ref name="TEI_orig"/>
            <ref name="TEI_origDate"/>
            <ref name="TEI_origPlace"/>
            <ref name="TEI_origin"/>
            <ref name="TEI_orth"/>
            <ref name="TEI_p"/>
            <ref name="TEI_pRef"/>
            <ref name="TEI_pVar"/>
            <ref name="TEI_particDesc"/>
            <ref name="TEI_pause"/>
            <ref name="TEI_pb"/>
            <ref name="TEI_per"/>
            <ref name="TEI_performance"/>
            <ref name="TEI_persName"/>
            <ref name="TEI_person"/>
            <ref name="TEI_personGrp"/>
            <ref name="TEI_phr"/>
            <ref name="TEI_physDesc"/>
            <ref name="TEI_place"/>
            <ref name="TEI_placeName"/>
            <ref name="TEI_population"/>
            <ref name="TEI_pos"/>
            <ref name="TEI_postBox"/>
            <ref name="TEI_postCode"/>
            <ref name="TEI_postscript"/>
            <ref name="TEI_preparedness"/>
            <ref name="TEI_principal"/>
            <ref name="TEI_profileDesc"/>
            <ref name="TEI_projectDesc"/>
            <ref name="TEI_prologue"/>
            <ref name="TEI_pron"/>
            <ref name="TEI_provenance"/>
            <ref name="TEI_ptr"/>
            <ref name="TEI_pubPlace"/>
            <ref name="TEI_publicationStmt"/>
            <ref name="TEI_publisher"/>
            <ref name="TEI_purpose"/>
            <ref name="TEI_q"/>
            <ref name="TEI_quotation"/>
            <ref name="TEI_quote"/>
            <ref name="TEI_rdg"/>
            <ref name="TEI_rdgGrp"/>
            <ref name="TEI_re"/>
            <ref name="TEI_recordHist"/>
            <ref name="TEI_recording"/>
            <ref name="TEI_recordingStmt"/>
            <ref name="TEI_ref"/>
            <ref name="TEI_refState"/>
            <ref name="TEI_refsDecl"/>
            <ref name="TEI_reg"/>
            <ref name="TEI_region"/>
            <ref name="TEI_relatedItem"/>
            <ref name="TEI_relation"/>
            <ref name="TEI_relationGrp"/>
            <ref name="TEI_remarks"/>
            <ref name="TEI_rendition"/>
            <ref name="TEI_repository"/>
            <ref name="TEI_residence"/>
            <ref name="TEI_resp"/>
            <ref name="TEI_respStmt"/>
            <ref name="TEI_respons"/>
            <ref name="TEI_restore"/>
            <ref name="TEI_revisionDesc"/>
            <ref name="TEI_rhyme"/>
            <ref name="TEI_role"/>
            <ref name="TEI_roleDesc"/>
            <ref name="TEI_roleName"/>
            <ref name="TEI_root"/>
            <ref name="TEI_row"/>
            <ref name="TEI_rs"/>
            <ref name="TEI_rubric"/>
            <ref name="TEI_s"/>
            <ref name="TEI_said"/>
            <ref name="TEI_salute"/>
            <ref name="TEI_samplingDecl"/>
            <ref name="TEI_schemaSpec"/>
            <ref name="TEI_scriptStmt"/>
            <ref name="TEI_seal"/>
            <ref name="TEI_sealDesc"/>
            <ref name="TEI_secFol"/>
            <ref name="TEI_seg"/>
            <ref name="TEI_segmentation"/>
            <ref name="TEI_sense"/>
            <ref name="TEI_series"/>
            <ref name="TEI_seriesStmt"/>
            <ref name="TEI_set"/>
            <ref name="TEI_setting"/>
            <ref name="TEI_settingDesc"/>
            <ref name="TEI_settlement"/>
            <ref name="TEI_sex"/>
            <ref name="TEI_shift"/>
            <ref name="TEI_sic"/>
            <ref name="TEI_signatures"/>
            <ref name="TEI_signed"/>
            <ref name="TEI_soCalled"/>
            <ref name="TEI_socecStatus"/>
            <ref name="TEI_sound"/>
            <ref name="TEI_source"/>
            <ref name="TEI_sourceDesc"/>
            <ref name="TEI_sp"/>
            <ref name="TEI_space"/>
            <ref name="TEI_span"/>
            <ref name="TEI_spanGrp"/>
            <ref name="TEI_speaker"/>
            <ref name="TEI_specDesc"/>
            <ref name="TEI_specGrp"/>
            <ref name="TEI_specGrpRef"/>
            <ref name="TEI_specList"/>
            <ref name="TEI_sponsor"/>
            <ref name="TEI_stage"/>
            <ref name="TEI_stamp"/>
            <ref name="TEI_state"/>
            <ref name="TEI_stdVals"/>
            <ref name="TEI_street"/>
            <ref name="TEI_stress"/>
            <ref name="TEI_string"/>
            <ref name="TEI_stringVal"/>
            <ref name="TEI_subc"/>
            <ref name="TEI_subst"/>
            <ref name="TEI_summary"/>
            <ref name="TEI_superEntry"/>
            <ref name="TEI_supplied"/>
            <ref name="TEI_support"/>
            <ref name="TEI_supportDesc"/>
            <ref name="TEI_surface"/>
            <ref name="TEI_surname"/>
            <ref name="TEI_surrogates"/>
            <ref name="TEI_syll"/>
            <ref name="TEI_symbol"/>
            <ref name="TEI_table"/>
            <ref name="TEI_tag"/>
            <ref name="TEI_tagUsage"/>
            <ref name="TEI_tagsDecl"/>
            <ref name="TEI_taxonomy"/>
            <ref name="TEI_tech"/>
            <ref name="TEI_teiCorpus"/>
            <ref name="TEI_teiHeader"/>
            <ref name="TEI_term"/>
            <ref name="TEI_terrain"/>
            <ref name="TEI_text"/>
            <ref name="TEI_textClass"/>
            <ref name="TEI_textDesc"/>
            <ref name="TEI_textLang"/>
            <ref name="TEI_then"/>
            <ref name="TEI_time"/>
            <ref name="TEI_timeline"/>
            <ref name="TEI_title"/>
            <ref name="TEI_titlePage"/>
            <ref name="TEI_titlePart"/>
            <ref name="TEI_titleStmt"/>
            <ref name="TEI_tns"/>
            <ref name="TEI_trailer"/>
            <ref name="TEI_trait"/>
            <ref name="TEI_tree"/>
            <ref name="TEI_triangle"/>
            <ref name="TEI_u"/>
            <ref name="TEI_unclear"/>
            <ref name="TEI_unicodeName"/>
            <ref name="TEI_usg"/>
            <ref name="TEI_vAlt"/>
            <ref name="TEI_vColl"/>
            <ref name="TEI_vDefault"/>
            <ref name="TEI_vLabel"/>
            <ref name="TEI_vMerge"/>
            <ref name="TEI_vNot"/>
            <ref name="TEI_vRange"/>
            <ref name="TEI_val"/>
            <ref name="TEI_valDesc"/>
            <ref name="TEI_valItem"/>
            <ref name="TEI_valList"/>
            <ref name="TEI_value"/>
            <ref name="TEI_variantEncoding"/>
            <ref name="TEI_view"/>
            <ref name="TEI_vocal"/>
            <ref name="TEI_w"/>
            <ref name="TEI_watermark"/>
            <ref name="TEI_when"/>
            <ref name="TEI_width"/>
            <ref name="TEI_wit"/>
            <ref name="TEI_witDetail"/>
            <ref name="TEI_witEnd"/>
            <ref name="TEI_witStart"/>
            <ref name="TEI_witness"/>
            <ref name="TEI_writing"/>
            <ref name="TEI_xr"/>
            <ref name="TEI_zone"/>
          </choice>
          <ref name="mathml.math"/>
          <ref name="svg"/>
          <ref name="TEI_anySchematron"/>
          <ref name="TEI_include"/>
          <ref name="TEI_anyAlien"/>
          <text/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.xmlspace.attribute.xmlspace"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_gi">
    <element name="teix:gi">
      <a:documentation>(element name) contains the name (generic identifier) of an element.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="scheme" a:defaultValue="TEI">
          <a:documentation>supplies the name of the scheme in which this name is defined.
Sample values include: 1] TEI (text encoding initiative); 2] DBK (docbook); 3] XX (unknown)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_ident">
    <element name="teix:ident">
      <a:documentation>(identifier) contains an identifier or name for an object of some kind in a formal language.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_tag">
    <element name="teix:tag">
      <a:documentation>contains text of a complete start- or end-tag, possibly
including attribute specifications, but excluding the opening and
closing markup delimiter characters.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="scheme" a:defaultValue="TEI">
          <a:documentation>supplies the name of the scheme in which this name is defined.</a:documentation>
          <choice>
            <value>TEI</value>
            <a:documentation>(text encoding initiative) this tag is part of the TEI scheme.</a:documentation>
            <value>DBK</value>
            <a:documentation>(docbook) this tag is part of the Docbook scheme.</a:documentation>
            <value>XX</value>
            <a:documentation>(unknown) this tag is part of an unknown scheme.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_val">
    <element name="teix:val">
      <a:documentation>(value) contains a single attribute value.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_specList">
    <element name="teix:specList">
      <a:documentation>(specification list) marks where a list of descriptions is to be inserted into the prose documentation.</a:documentation>
      <oneOrMore>
        <ref name="TEI_specDesc"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_specDesc">
    <element name="teix:specDesc">
      <a:documentation>(specification description) indicates that a description of the specified element or class
  should be included at this point within a document.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="key">
          <a:documentation>(identifier) supplies the identifier of the documentary element or class for
      which a description is to be obtained.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="atts">
          <a:documentation>(attributes) supplies attribute names for which descriptions should
      additionally be obtained.</a:documentation>
          <list>
            <zeroOrMore>
              <data type="Name"/>
            </zeroOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_moduleRef">
    <element name="teix:moduleRef">
      <a:documentation>(module reference) references a module which is to be incorporated into a schema.</a:documentation>
      <optional>
        <ref name="TEI_content"/>
      </optional>
      <s:pattern name="testschemapattern">
        <s:rule context="tei:moduleRef">
          <s:report test="* and @key">
	  child elements of moduleRef are only allowed when an external module
	  is being loaded
	</s:report>

        </s:rule>

      </s:pattern>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <choice>
        <optional>
          <attribute name="key">
            <a:documentation>the name of a TEI module</a:documentation>
            <data type="NCName"/>
          </attribute>
        </optional>
        <optional>
          <attribute name="url">
            <a:documentation>(uniform resource locator) refers to a non-TEI module of RELAX NG code by external location </a:documentation>
            <data type="anyURI"/>
          </attribute>
        </optional>
      </choice>
      <empty/>
    </element>
  </define>
  <define name="TEI_moduleSpec">
    <element name="teix:moduleSpec">
      <a:documentation>(module specification) documents the structure, content, and purpose of a single
module, i.e. a named and externally visible group of declarations.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_exemplum"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_remarks"/>
        </optional>
        <zeroOrMore>
          <ref name="TEI_listRef"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <optional>
        <attribute name="type">
          <a:documentation>type of module to be generated</a:documentation>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_schemaSpec">
    <element name="teix:schemaSpec">
      <a:documentation>(schema specification) generates a TEI-conformant schema and documentation for it.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <choice>
            <ref name="TEI_moduleRef"/>
            <ref name="TEI_specGrpRef"/>
            <ref name="TEI_model.oddDecl"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <optional>
        <attribute name="start" a:defaultValue="TEI">
          <a:documentation>specifies entry points to the schema, i.e. which elements
      are allowed to be used as the root of documents conforming to
      it. </a:documentation>
          <list>
            <oneOrMore>
              <data type="Name"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="ns" a:defaultValue="http://www.tei-c.org/ns/1.0">
          <a:documentation>(namespace) specifies the default namespace (if any) applicable to
      components of the schema.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="prefix">
          <a:documentation>specifies a prefix which will be appended to all patterns
      relating to TEI elements. This allows for external schemas to be mixed in
      which have elements of the same names as the TEI.
      </a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="targetLang">
          <a:documentation>(target language) specifies which language to use when creating
      the objects in a schema if names for elements or attributes are available in more
      than one language, .</a:documentation>
          <data type="language"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="docLang">
          <a:documentation>(documentation language) specifies which languages to
      use when creating documentation if  the description for an element, attribute, class or macro
      is available in more than one language, .</a:documentation>
          <list>
            <oneOrMore>
              <data type="language"/>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_specGrp">
    <element name="teix:specGrp">
      <a:documentation>(specification group) contains any convenient grouping of specifications for use within
  the current module.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_model.oddDecl"/>
          <ref name="TEI_model.oddRef"/>
          <ref name="TEI_model.divPart"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_specGrpRef">
    <element name="teix:specGrpRef">
      <a:documentation>(reference to a specification group) indicates that the  declarations contained by the
  specGrp referenced should be inserted at this point.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="target">
        <a:documentation>points at the specification group  which logically belongs here.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_stringVal">
    <element name="teix:stringVal">
      <a:documentation>contains the intended expansion for the entity documented
by a macroSpec element, enclosed by quotation marks.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_elementSpec">
    <element name="teix:elementSpec">
      <a:documentation>(element specification) documents the structure, content, and purpose of a single
element type.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_classes"/>
        </optional>
        <optional>
          <ref name="TEI_content"/>
        </optional>
        <optional>
          <ref name="TEI_attList"/>
        </optional>
        <zeroOrMore>
          <ref name="TEI_exemplum"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_remarks"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_listRef"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <optional>
        <attribute name="ns" a:defaultValue="http://www.tei-c.org/ns/1.0">
          <a:documentation>(namespace) specifies the namespace to which this element belongs</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="usage" a:defaultValue="opt">
          <a:documentation>specifies the optionality of an attribute or element. </a:documentation>
          <choice>
            <value>req</value>
            <a:documentation>(required) </a:documentation>
            <value>mwa</value>
            <a:documentation>(mandatory when applicable) </a:documentation>
            <value>rec</value>
            <a:documentation>(recommended) </a:documentation>
            <value>rwa</value>
            <a:documentation>(recommended when applicable) </a:documentation>
            <value>opt</value>
            <a:documentation>(optional) </a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_classSpec">
    <element name="teix:classSpec">
      <a:documentation>(class specification) contains reference information for a TEI element class; 
that is a group of 
  elements which appear together in  content models, or 
  which share some common attribute, or both.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_classes"/>
        </optional>
        <optional>
          <ref name="TEI_attList"/>
        </optional>
        <zeroOrMore>
          <ref name="TEI_exemplum"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_remarks"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_listRef"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <attribute name="type">
        <a:documentation>indicates whether this is a model class or an attribute class</a:documentation>
        <choice>
          <value>model</value>
          <a:documentation>(content model) members of this class appear in the same  content models</a:documentation>
          <value>atts</value>
          <a:documentation>(attributes) members of this class share common attributes</a:documentation>
        </choice>
      </attribute>
      <optional>
        <attribute name="generate">
          <a:documentation>indicates which alternation and sequence instantiations
	of a model class may be referenced. By default, all variations
	are permitted.</a:documentation>
          <a:documentation>Sorry, unable to create schema that uses actual counts minOccurs=1 and maxOccurs=5; approximating to minOccurs=1 and maxOccurs=unbounded.</a:documentation>
          <list>
            <choice>
              <value>alternation</value>
              <a:documentation>members of the class are alternatives</a:documentation>
              <value>sequence</value>
              <a:documentation>members of the class are to be provided in sequence</a:documentation>
              <value>sequenceOptional</value>
              <a:documentation>members of the class may be provided, in sequence,
	    but are optional</a:documentation>
              <value>sequenceOptionalRepeatable</value>
              <a:documentation>members of the class may be provided one or more
	    times, in sequence, but are optional. </a:documentation>
              <value>sequenceRepeatable</value>
              <a:documentation>members of the class may be provided one or more times, in sequence</a:documentation>
            </choice>
            <zeroOrMore>
              <choice>
                <value>alternation</value>
                <a:documentation>members of the class are alternatives</a:documentation>
                <value>sequence</value>
                <a:documentation>members of the class are to be provided in sequence</a:documentation>
                <value>sequenceOptional</value>
                <a:documentation>members of the class may be provided, in sequence,
	    but are optional</a:documentation>
                <value>sequenceOptionalRepeatable</value>
                <a:documentation>members of the class may be provided one or more
	    times, in sequence, but are optional. </a:documentation>
                <value>sequenceRepeatable</value>
                <a:documentation>members of the class may be provided one or more times, in sequence</a:documentation>
              </choice>
            </zeroOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_macroSpec">
    <element name="teix:macroSpec">
      <a:documentation>(macro specification) documents the function and implementation of a pattern. </a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <oneOrMore>
          <choice>
            <ref name="TEI_stringVal"/>
            <ref name="TEI_content"/>
          </choice>
        </oneOrMore>
        <zeroOrMore>
          <ref name="TEI_exemplum"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_remarks"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_listRef"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <optional>
        <attribute name="type">
          <a:documentation>indicates which type of entity should be generated, when an ODD
	processor is generating a module using XML DTD syntax.</a:documentation>
          <choice>
            <value>pe</value>
            <a:documentation>(parameter entity) </a:documentation>
            <value>dt</value>
            <a:documentation>(datatype entity) </a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_remarks">
    <element name="teix:remarks">
      <a:documentation>contains any commentary or discussion about the usage of an
element, attribute, class, or entity not otherwise documented within the
containing element.</a:documentation>
      <oneOrMore>
        <ref name="TEI_model.pLike"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_listRef">
    <element name="teix:listRef">
      <a:documentation>(list of references) supplies a list of significant references to places where this
  element is discussed, in the current document or elsewhere.</a:documentation>
      <oneOrMore>
        <ref name="TEI_ptr"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_exemplum">
    <element name="teix:exemplum">
      <a:documentation>groups an example demonstrating the use of an element along
with optional paragraphs of commentary.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.pLike"/>
        </zeroOrMore>
        <choice>
          <ref name="TEI_egXML"/>
          <ref name="TEI_eg"/>
        </choice>
        <zeroOrMore>
          <ref name="TEI_model.pLike"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_classes">
    <element name="teix:classes">
      <a:documentation>specifies all the classes of which the documented element or
class is a member or subclass.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_memberOf"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="mode" a:defaultValue="replace">
          <a:documentation>specifies the effect of this declaration on its parent
    module.</a:documentation>
          <choice>
            <value>change</value>
            <a:documentation>this declaration changes the declaration of the same
    name in the current definition</a:documentation>
            <value>replace</value>
            <a:documentation>this declaration replaces the declaration of the same
    name in the current definition</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_memberOf">
    <element name="teix:memberOf">
      <a:documentation>specifies  class membership of the parent element or class.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="key">
          <a:documentation>specifies the identifier for a class of which the documented
 element or class is a member or subclass</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="mode" a:defaultValue="add">
          <a:documentation>specifies the effect of this declaration on its parent
    module.</a:documentation>
          <choice>
            <value>add</value>
            <a:documentation>this declaration is added to the current definitions</a:documentation>
            <value>delete</value>
            <a:documentation>this declaration and all of its children are removed from the current setup</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_equiv">
    <element name="teix:equiv">
      <a:documentation>(equivalent) specifies a component which is considered equivalent to the
  parent element, either by co-reference, or by external link.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.internetMedia.attribute.mimeType"/>
      <optional>
        <attribute name="name">
          <a:documentation>names the underlying concept of which the parent is a
  representation</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="uri">
          <a:documentation>(uniform resource identifier) references the underlying concept of which the parent is a
  representation by means of some external identifier</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="filter">
          <a:documentation>references an external script which contains a method to
transform instances of this element to canonical TEI
	</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_altIdent">
    <element name="teix:altIdent">
      <a:documentation>(alternate identifier) supplies the recommended XML name for an element, class,
  attribute, etc. in some language.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_content">
    <element name="teix:content">
      <a:documentation>(content model) contains the text of a declaration for the schema
documented.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_macro.schemaPattern"/>
          <ref name="TEI_valList"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_attList">
    <element name="teix:attList">
      <a:documentation>contains documentation for all the attributes associated with this
element, as a series of attDef elements.</a:documentation>
      <oneOrMore>
        <choice>
          <ref name="TEI_attRef"/>
          <ref name="TEI_attDef"/>
          <ref name="TEI_attList"/>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="org" a:defaultValue="group">
          <a:documentation>(organization) specifies whether all the attributes in the list are
  available (org="group") or only  one of them (org="choice")</a:documentation>
          <choice>
            <value>group</value>
            <a:documentation>grouped</a:documentation>
            <value>choice</value>
            <a:documentation>alternated</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_attDef">
    <element name="teix:attDef">
      <a:documentation>(attribute definition) contains the definition of a single attribute.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_datatype"/>
        </optional>
        <optional>
          <ref name="TEI_defaultVal"/>
        </optional>
        <optional>
          <choice>
            <ref name="TEI_valList"/>
            <ref name="TEI_valDesc"/>
          </choice>
        </optional>
        <zeroOrMore>
          <ref name="TEI_exemplum"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_remarks"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <optional>
        <attribute name="usage" a:defaultValue="opt">
          <a:documentation>specifies the optionality of an attribute or element.
 </a:documentation>
          <choice>
            <value>req</value>
            <a:documentation>(required) </a:documentation>
            <value>mwa</value>
            <a:documentation>(mandatory when applicable  ) </a:documentation>
            <value>rec</value>
            <a:documentation>(recommended  ) </a:documentation>
            <value>rwa</value>
            <a:documentation>(recommended when applicable  ) </a:documentation>
            <value>opt</value>
            <a:documentation>(optional ) </a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="ns" a:defaultValue="http://www.tei-c.org/ns/1.0">
          <a:documentation>(namespace) specifies the namespace to which this attribute belongs</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_attRef">
    <element name="teix:attRef">
      <a:documentation>(attribute pointer) points to the definition of an attribute or group of attributes.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="name">
        <a:documentation>the name of the pattern defining the attribute(s)</a:documentation>
        <data type="token">
          <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
        </data>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_datatype">
    <element name="teix:datatype">
      <a:documentation>specifies the declared value for an attribute, by referring to
  any datatype defined by the chosen schema language.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_macro.schemaPattern"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="minOccurs" a:defaultValue="1">
          <a:documentation>(minimum number of occurences) indicates the minimum number of times this datatype may
      occur in the specification of the attribute being defined</a:documentation>
          <data type="nonNegativeInteger"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="maxOccurs" a:defaultValue="1">
          <a:documentation>(maximum number of occurences) indicates the maximum number of times this datatype may
      occur in the specification of the attribute being defined</a:documentation>
          <choice>
            <data type="nonNegativeInteger"/>
            <value>unbounded</value>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_defaultVal">
    <element name="teix:defaultVal">
      <a:documentation>(default value) specifies the default declared value for an attribute.</a:documentation>
      <text/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_valDesc">
    <element name="teix:valDesc">
      <a:documentation>(value description) specifies any semantic or syntactic constraint on the value that
an attribute may take, additional to the information carried by the
datatype element.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="mode" a:defaultValue="add">
          <a:documentation>specifies the effect of this declaration on its parent module.</a:documentation>
          <choice>
            <value>add</value>
            <a:documentation>this declaration is added to the current definitions</a:documentation>
            <value>delete</value>
            <a:documentation>this declaration and all of its children are removed from the current setup</a:documentation>
            <value>change</value>
            <a:documentation>this declaration changes the declaration of the same
	 name in the current definition</a:documentation>
            <value>replace</value>
            <a:documentation>this declaration replaces the declaration of the same
	name in the current definition</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_valItem">
    <element name="teix:valItem">
      <a:documentation>documents a single attribute-value within a list of possible
  or mandatory items.</a:documentation>
      <zeroOrMore>
        <ref name="TEI_model.glossLike"/>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.identified.attribute.ident"/>
      <ref name="att.identified.attribute.predeclare"/>
      <ref name="att.identified.attribute.module"/>
      <ref name="att.identified.attribute.mode"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_valList">
    <element name="teix:valList">
      <a:documentation>(value list) contains one or more valItem elements defining possible
  values for an attribute.</a:documentation>
      <oneOrMore>
        <ref name="TEI_valItem"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="mode" a:defaultValue="add">
          <a:documentation>specifies the effect of this declaration on its parent
    module.</a:documentation>
          <choice>
            <value>add</value>
            <a:documentation>this declaration is added to the current definitions</a:documentation>
            <value>delete</value>
            <a:documentation>this declaration and all of its children are removed from the current setup</a:documentation>
            <value>change</value>
            <a:documentation>this declaration changes the declaration of the same
	 name in the current definition</a:documentation>
            <value>replace</value>
            <a:documentation>this declaration replaces the declaration of the same
	name in the current definition</a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="type" a:defaultValue="open">
          <a:documentation>specifies the extensibility of the list of attribute values
      specified.
      </a:documentation>
          <choice>
            <value>closed</value>
            <a:documentation>only the values specified are permitted.</a:documentation>
            <value>semi</value>
            <a:documentation>(semi-open) all the values specified should be supported, but
	  other values are legal and software should have appropriate
	  fallback processing for them.
	  </a:documentation>
            <value>open</value>
            <a:documentation>the values specified are sample values only.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.identified.attributes">
    <ref name="att.identified.attribute.ident"/>
    <ref name="att.identified.attribute.predeclare"/>
    <ref name="att.identified.attribute.module"/>
    <ref name="att.identified.attribute.mode"/>
    <empty/>
  </define>
  <define name="att.identified.attribute.ident">
    <attribute name="ident">
      <a:documentation>Supplies the identifier by which this element is referenced.</a:documentation>
      <data type="Name"/>
    </attribute>
  </define>
  <define name="att.identified.attribute.predeclare">
    <optional>
      <attribute name="predeclare" a:defaultValue="false">
        <a:documentation>Says whether this object should be predeclared in the
      tei infrastructure module.</a:documentation>
        <data type="boolean"/>
      </attribute>
    </optional>
  </define>
  <define name="att.identified.attribute.module">
    <optional>
      <attribute name="module">
        <a:documentation>Supplies the name of the module in which this object is to
      be defined.</a:documentation>
        <data type="NCName"/>
      </attribute>
    </optional>
  </define>
  <define name="att.identified.attribute.mode">
    <optional>
      <attribute name="mode" a:defaultValue="add">
        <a:documentation>specifies the effect of this declaration on its parent
    module.</a:documentation>
        <choice>
          <value>add</value>
          <a:documentation>this declaration is added to the current definitions</a:documentation>
          <value>delete</value>
          <a:documentation>this declaration and all of its children are removed from the current setup</a:documentation>
          <value>change</value>
          <a:documentation>this declaration changes the declaration of the same
    name in the current definition</a:documentation>
          <value>replace</value>
          <a:documentation>this declaration replaces the declaration of the same
    name in the current definition</a:documentation>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_app">
    <element name="teix:app">
      <a:documentation>(apparatus entry) contains one entry in a critical apparatus, with an optional
lemma and at least one reading.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.global"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_lem"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
          <optional>
            <ref name="TEI_wit"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </optional>
        </optional>
        <zeroOrMore>
          <choice>
            <group>
              <ref name="TEI_model.rdgLike"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
              <optional>
                <ref name="TEI_wit"/>
                <zeroOrMore>
                  <ref name="TEI_model.global"/>
                </zeroOrMore>
              </optional>
            </group>
            <group>
              <ref name="TEI_rdgGrp"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
              <optional>
                <ref name="TEI_wit"/>
                <zeroOrMore>
                  <ref name="TEI_model.global"/>
                </zeroOrMore>
              </optional>
            </group>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies the variation contained in this element according to
some convenient typology.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="from">
          <a:documentation>identifies the beginning of the lemma in the base text, if
necessary.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="to">
          <a:documentation>identifies the endpoint of the lemma in the base text, if
necessary.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="loc">
          <a:documentation>(location) indicates the location of the variation, when the
location-referenced method of apparatus markup is used.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_lem">
    <element name="teix:lem">
      <a:documentation>(lemma) contains the lemma, or base text, of a textual variation.</a:documentation>
      <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_model.rdgPart"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.textCritical.attribute.wit"/>
      <ref name="att.textCritical.attribute.type"/>
      <ref name="att.textCritical.attribute.cause"/>
      <ref name="att.textCritical.attribute.varSeq"/>
      <ref name="att.textCritical.attribute.resp"/>
      <ref name="att.textCritical.attribute.hand"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_rdg">
    <element name="teix:rdg">
      <a:documentation>(reading) contains a single reading within a textual variation.</a:documentation>
      <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_model.rdgPart"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.textCritical.attribute.wit"/>
      <ref name="att.textCritical.attribute.type"/>
      <ref name="att.textCritical.attribute.cause"/>
      <ref name="att.textCritical.attribute.varSeq"/>
      <ref name="att.textCritical.attribute.resp"/>
      <ref name="att.textCritical.attribute.hand"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_rdgGrp">
    <element name="teix:rdgGrp">
      <a:documentation>(reading group) within a textual variation,
groups two or more readings perceived to have a genetic
relationship or other affinity.</a:documentation>
      <oneOrMore>
        <choice>
          <group>
            <ref name="TEI_rdgGrp"/>
            <optional>
              <ref name="TEI_wit"/>
            </optional>
          </group>
          <zeroOrMore>
            <optional>
              <ref name="TEI_lem"/>
              <optional>
                <ref name="TEI_wit"/>
              </optional>
            </optional>
            <group>
              <ref name="TEI_model.rdgLike"/>
              <optional>
                <ref name="TEI_wit"/>
              </optional>
            </group>
          </zeroOrMore>
        </choice>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.textCritical.attribute.wit"/>
      <ref name="att.textCritical.attribute.type"/>
      <ref name="att.textCritical.attribute.cause"/>
      <ref name="att.textCritical.attribute.varSeq"/>
      <ref name="att.textCritical.attribute.resp"/>
      <ref name="att.textCritical.attribute.hand"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_witDetail">
    <element name="teix:witDetail">
      <a:documentation>(witness detail) gives further information about a particular witness, or
witnesses, to a particular reading.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.placement.attribute.place"/>
      <attribute name="target">
        <a:documentation>indicates the identifier for the reading, or readings, to which
the witness detail refers.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="resp">
          <a:documentation>(responsible party) identifies the individual responsible for  identifying the
witness</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <attribute name="wit">
        <a:documentation>(witnesses) indicates the sigil or sigla for the witnesses to which the
detail refers.</a:documentation>
        <data type="anyURI"/>
      </attribute>
      <optional>
        <attribute name="type">
          <a:documentation>describes the type of information given about the witness.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_wit">
    <element name="teix:wit">
      <a:documentation>contains a list of one or more sigla of witnesses attesting a
given reading, in a textual variation.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.rdgPart.attribute.wit"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_listWit">
    <element name="teix:listWit">
      <a:documentation>(witness list) lists definitions for all the witnesses referred to by a critical
  apparatus, optionally grouped hierarchically.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_model.headLike"/>
        </optional>
        <oneOrMore>
          <choice>
            <ref name="TEI_witness"/>
            <ref name="TEI_listWit"/>
          </choice>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_witness">
    <element name="teix:witness">
      <a:documentation>contains either a description of a single witness referred to
within the critical apparatus, or a list of witnesses which is to be
referred to by a single sigil.</a:documentation>
      <ref name="TEI_macro.limitedContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_witStart">
    <element name="teix:witStart">
      <a:documentation>(fragmented witness start) indicates the beginning, or resumption, of the text of a
fragmentary witness.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.rdgPart.attribute.wit"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_witEnd">
    <element name="teix:witEnd">
      <a:documentation>(fragmented witness end) indicates the end, or suspension, of the text of a fragmentary
witness.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.rdgPart.attribute.wit"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_lacunaStart">
    <element name="teix:lacunaStart">
      <a:documentation>indicates the beginning of a lacuna in the text of a mostly
complete textual witness.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.rdgPart.attribute.wit"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_lacunaEnd">
    <element name="teix:lacunaEnd">
      <a:documentation>indicates the end of a lacuna in a mostly complete textual
witness.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.rdgPart.attribute.wit"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_variantEncoding">
    <element name="teix:variantEncoding">
      <a:documentation>declares the method used to encode text-critical variants.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="method">
        <a:documentation>indicates which method is used to encode the apparatus of
variants.</a:documentation>
        <choice>
          <value>location-referenced</value>
          <a:documentation>apparatus uses line numbers or other canonical reference scheme
referenced in a base text.</a:documentation>
          <value>double-end-point</value>
          <a:documentation>apparatus indicates the precise locations of the beginning and
ending of each lemma relative to a base text.</a:documentation>
          <value>parallel-segmentation</value>
          <a:documentation>alternate readings of a passage are given in parallel in the
text; no notion of a base text is necessary.</a:documentation>
        </choice>
      </attribute>
      <attribute name="location">
        <a:documentation>indicates whether the apparatus appears within the running text
or external to it.</a:documentation>
        <choice>
          <value>internal</value>
          <a:documentation>apparatus appears within the running text.</a:documentation>
          <value>external</value>
          <a:documentation>apparatus appears outside the base text.</a:documentation>
        </choice>
      </attribute>
      <empty/>
    </element>
  </define>
  <define name="TEI_model.rdgLike">
    <ref name="TEI_rdg"/>
  </define>
  <define name="TEI_model.rdgPart">
    <choice>
      <ref name="TEI_wit"/>
      <ref name="TEI_witStart"/>
      <ref name="TEI_witEnd"/>
      <ref name="TEI_lacunaStart"/>
      <ref name="TEI_lacunaEnd"/>
    </choice>
  </define>
  <define name="TEI_att.rdgPart.attributes">
    <ref name="att.rdgPart.attribute.wit"/>
    <empty/>
  </define>
  <define name="att.rdgPart.attribute.wit">
    <optional>
      <attribute name="wit">
        <a:documentation>(witness or witnesses) contains a list of one or more sigla indicating the witnesses
which begin or end at this point.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.textCritical.attributes">
    <ref name="att.textCritical.attribute.wit"/>
    <ref name="att.textCritical.attribute.type"/>
    <ref name="att.textCritical.attribute.cause"/>
    <ref name="att.textCritical.attribute.varSeq"/>
    <ref name="att.textCritical.attribute.resp"/>
    <ref name="att.textCritical.attribute.hand"/>
    <empty/>
  </define>
  <define name="att.textCritical.attribute.wit">
    <optional>
      <attribute name="wit">
        <a:documentation>(witness or witnesses) contains a list of one or more pointers indicating the witnesses
which attest to a given reading.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="att.textCritical.attribute.type">
    <optional>
      <attribute name="type">
        <a:documentation>classifies the reading according to some useful typology.
Sample values include: 1] substantive; 2] orthographic</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.textCritical.attribute.cause">
    <optional>
      <attribute name="cause">
        <a:documentation>classifies the cause for the variant reading, according to
any appropriate typology of possible origins.
Sample values include: 1] homeoteleuton; 2] homeoarchy; 3] paleographicConfusion; 4] haplography; 5] dittography; 6] falseEmendation</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="att.textCritical.attribute.varSeq">
    <optional>
      <attribute name="varSeq">
        <a:documentation>(variant sequence) provides a number indicating the position of this reading in a
sequence, when there is reason to presume a sequence to the variants
on any one lemma.</a:documentation>
        <data type="nonNegativeInteger"/>
      </attribute>
    </optional>
  </define>
  <define name="att.textCritical.attribute.resp">
    <optional>
      <attribute name="resp">
        <a:documentation>(responsible party) identifies the editor responsible for asserting a
	particular reading in the witness.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="att.textCritical.attribute.hand">
    <optional>
      <attribute name="hand">
        <a:documentation>signifies the hand responsible for a particular reading in the
witness.</a:documentation>
        <data type="anyURI"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_TEI">
    <element name="teix:TEI">
      <a:documentation>(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.</a:documentation>
      <group>
        <ref name="TEI_teiHeader"/>
        <choice>
          <group>
            <oneOrMore>
              <ref name="TEI_model.resourceLike"/>
            </oneOrMore>
            <optional>
              <ref name="TEI_text"/>
            </optional>
          </group>
          <ref name="TEI_text"/>
        </choice>
      </group>
      <s:ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
      <s:ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="version" a:defaultValue="5.0">
          <a:documentation>The version of the TEI scheme</a:documentation>
          <data type="decimal"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_text">
    <element name="teix:text">
      <a:documentation>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.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_body">
    <element name="teix:body">
      <a:documentation>(text body) contains the whole body of a single unitary text, excluding any front or back matter.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.global"/>
        </zeroOrMore>
        <optional>
          <ref name="TEI_model.divTop"/>
          <zeroOrMore>
            <choice>
              <ref name="TEI_model.global"/>
              <ref name="TEI_model.divTop"/>
            </choice>
          </zeroOrMore>
        </optional>
        <optional>
          <ref name="TEI_model.divGenLike"/>
          <zeroOrMore>
            <choice>
              <ref name="TEI_model.global"/>
              <ref name="TEI_model.divGenLike"/>
            </choice>
          </zeroOrMore>
        </optional>
        <choice>
          <oneOrMore>
            <ref name="TEI_model.divLike"/>
            <zeroOrMore>
              <choice>
                <ref name="TEI_model.global"/>
                <ref name="TEI_model.divGenLike"/>
              </choice>
            </zeroOrMore>
          </oneOrMore>
          <oneOrMore>
            <ref name="TEI_model.div1Like"/>
            <zeroOrMore>
              <choice>
                <ref name="TEI_model.global"/>
                <ref name="TEI_model.divGenLike"/>
              </choice>
            </zeroOrMore>
          </oneOrMore>
          <group>
            <oneOrMore>
              <ref name="TEI_model.common"/>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
            </oneOrMore>
            <optional>
              <choice>
                <oneOrMore>
                  <ref name="TEI_model.divLike"/>
                  <zeroOrMore>
                    <choice>
                      <ref name="TEI_model.global"/>
                      <ref name="TEI_model.divGenLike"/>
                    </choice>
                  </zeroOrMore>
                </oneOrMore>
                <oneOrMore>
                  <ref name="TEI_model.div1Like"/>
                  <zeroOrMore>
                    <choice>
                      <ref name="TEI_model.global"/>
                      <ref name="TEI_model.divGenLike"/>
                    </choice>
                  </zeroOrMore>
                </oneOrMore>
              </choice>
            </optional>
          </group>
        </choice>
        <zeroOrMore>
          <ref name="TEI_model.divBottom"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_group">
    <element name="teix:group">
      <a:documentation>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.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_floatingText">
    <element name="teix:floatingText">
      <a:documentation>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.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div">
    <element name="teix:div">
      <a:documentation>(text division) contains a subdivision of the front, body, or back of a
text.</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.divLike"/>
                <ref name="TEI_model.divGenLike"/>
              </choice>
              <zeroOrMore>
                <ref name="TEI_model.global"/>
              </zeroOrMore>
            </oneOrMore>
            <group>
              <oneOrMore>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div1">
    <element name="teix:div1">
      <a:documentation>(level-1 text division) contains a first-level subdivision of the front, body, or back
of a text.</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>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div2">
    <element name="teix:div2">
      <a:documentation>(level-2 text division) contains a second-level subdivision of the front, body, or back of a
 text.</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>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div3">
    <element name="teix:div3">
      <a:documentation>(level-3 text division) contains a third-level subdivision of the front, body, or back of a
 text.</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>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div4">
    <element name="teix:div4">
      <a:documentation>(level-4 text division) contains a fourth-level subdivision of the front, body, or back of a
 text.</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>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div5">
    <element name="teix:div5">
      <a:documentation>(level-5 text division) contains a fifth-level subdivision of the front, body, or back of a
 text.</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>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div6">
    <element name="teix:div6">
      <a:documentation>(level-6 text division) contains a sixth-level subdivision of the front, body, or back of a
 text.</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>
                <ref name="TEI_model.common"/>
                <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>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_div7">
    <element name="teix:div7">
      <a:documentation>(level-7 text division) contains the smallest possible subdivision of the front, body or
back of a text, larger than a paragraph.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.divTop"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <optional>
          <oneOrMore>
            <ref name="TEI_model.common"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </oneOrMore>
          <zeroOrMore>
            <ref name="TEI_model.divBottom"/>
            <zeroOrMore>
              <ref name="TEI_model.global"/>
            </zeroOrMore>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.divLike.attribute.org"/>
      <ref name="att.divLike.attribute.sample"/>
      <ref name="att.divLike.attribute.part"/>
      <ref name="att.metrical.attribute.met"/>
      <ref name="att.metrical.attribute.real"/>
      <ref name="att.metrical.attribute.rhyme"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_trailer">
    <element name="teix:trailer">
      <a:documentation>contains a closing title or footer appearing at the end of
a division of a text. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_byline">
    <element name="teix:byline">
      <a:documentation>contains the primary statement of responsibility given for a work
on its title page or at the head or end of the work.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_dateline">
    <element name="teix:dateline">
      <a:documentation>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. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_argument">
    <element name="teix:argument">
      <a:documentation>A formal list or prose description of the topics addressed by
	a subdivision of a text.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.global"/>
            <ref name="TEI_model.headLike"/>
          </choice>
        </zeroOrMore>
        <oneOrMore>
          <ref name="TEI_model.common"/>
          <zeroOrMore>
            <ref name="TEI_model.global"/>
          </zeroOrMore>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_epigraph">
    <element name="teix:epigraph">
      <a:documentation>contains a quotation, anonymous or attributed, appearing at
the start of a section or chapter, or on a title page. </a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_model.common"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_opener">
    <element name="teix:opener">
      <a:documentation>groups together dateline, byline, salutation, and similar
phrases appearing as a preliminary group at the start of a
division, especially of a letter.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_closer">
    <element name="teix:closer">
      <a:documentation>groups together salutations, datelines, and similar
phrases appearing as a final group at the end of a
division, especially of a letter.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_salute">
    <element name="teix:salute">
      <a:documentation>(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.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_signed">
    <element name="teix:signed">
      <a:documentation>(signature) contains the closing salutation, etc., appended to a foreword,
dedicatory epistle, or other division of a text. </a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_postscript">
    <element name="teix:postscript">
      <a:documentation>contains a postscript, e.g. to a letter.</a:documentation>
      <zeroOrMore>
        <choice>
          <ref name="TEI_model.common"/>
          <ref name="TEI_model.global"/>
        </choice>
      </zeroOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_titlePage">
    <element name="teix:titlePage">
      <a:documentation>(title page) contains the title page of a text, appearing within the front
or back matter. </a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.global"/>
        </zeroOrMore>
        <ref name="TEI_model.titlepagePart"/>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.titlepagePart"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies the title page according to any convenient typology.</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_docTitle">
    <element name="teix:docTitle">
      <a:documentation>(document title) contains the title of a document, including all its
constituents, as given on a title page.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_titlePart">
    <element name="teix:titlePart">
      <a:documentation>contains a subsection or division of the title of a work, as
indicated on a title page.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute 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="teix:docAuthor">
      <a:documentation>(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).</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_imprimatur">
    <element name="teix:imprimatur">
      <a:documentation>contains a formal statement authorizing the publication of
a work, sometimes required to appear on a title page or its verso.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_docEdition">
    <element name="teix:docEdition">
      <a:documentation>(document edition) contains an edition statement as presented on a title page of a
document.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_docImprint">
    <element name="teix:docImprint">
      <a:documentation>(document imprint) contains the imprint statement (place and date of publication,
publisher name), as given
(usually) at the foot of a title page.</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="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_docDate">
    <element name="teix:docDate">
      <a:documentation>(document date) contains the date of a document, as given
(usually) on a title page.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <optional>
        <attribute name="when">
          <a:documentation>gives the value of the date in standard form, i.e. YYYY-MM-DD.</a:documentation>
          <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>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_front">
    <element name="teix:front">
      <a:documentation>(front matter) contains any prefatory matter (headers,
title page, prefaces, dedications, etc.)
found  at the start of a document, before the main body.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.frontPart"/>
            <ref name="TEI_model.pLike.front"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <optional>
          <choice>
            <group>
              <ref name="TEI_model.div1Like"/>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_model.frontPart"/>
                  <ref name="TEI_model.div1Like"/>
                  <ref name="TEI_model.global"/>
                </choice>
              </zeroOrMore>
            </group>
            <group>
              <ref name="TEI_model.divLike"/>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_model.frontPart"/>
                  <ref name="TEI_model.divLike"/>
                  <ref name="TEI_model.global"/>
                </choice>
              </zeroOrMore>
            </group>
          </choice>
        </optional>
        <optional>
          <ref name="TEI_model.divBottomPart"/>
          <zeroOrMore>
            <choice>
              <ref name="TEI_model.divBottomPart"/>
              <ref name="TEI_model.global"/>
            </choice>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_back">
    <element name="teix:back">
      <a:documentation>(back matter) contains any appendixes, etc. following the main part of a
    text.</a:documentation>
      <group>
        <zeroOrMore>
          <choice>
            <ref name="TEI_model.frontPart"/>
            <ref name="TEI_model.pLike.front"/>
            <ref name="TEI_model.global"/>
          </choice>
        </zeroOrMore>
        <optional>
          <choice>
            <group>
              <ref name="TEI_model.div1Like"/>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_model.frontPart"/>
                  <ref name="TEI_model.div1Like"/>
                  <ref name="TEI_model.global"/>
                </choice>
              </zeroOrMore>
            </group>
            <group>
              <ref name="TEI_model.divLike"/>
              <zeroOrMore>
                <choice>
                  <ref name="TEI_model.frontPart"/>
                  <ref name="TEI_model.divLike"/>
                  <ref name="TEI_model.global"/>
                </choice>
              </zeroOrMore>
            </group>
          </choice>
        </optional>
        <optional>
          <ref name="TEI_model.divBottomPart"/>
          <zeroOrMore>
            <choice>
              <ref name="TEI_model.divBottomPart"/>
              <ref name="TEI_model.global"/>
            </choice>
          </zeroOrMore>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declaring.attribute.decls"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_facsimile">
    <element name="teix:facsimile">
      <a:documentation>contains a representation of some written source in the form of
a set of images rather than as transcribed or encoded text.</a:documentation>
      <group>
        <optional>
          <ref name="TEI_front"/>
        </optional>
        <oneOrMore>
          <choice>
            <ref name="TEI_model.graphicLike"/>
            <ref name="TEI_surface"/>
          </choice>
        </oneOrMore>
        <optional>
          <ref name="TEI_back"/>
        </optional>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_surface">
    <element name="teix:surface">
      <a:documentation>defines a written surface in terms of a rectangular
coordinate space, optionally  grouping one or more graphic representations of
that space, and rectangular zones of interest
within it.</a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.graphicLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_zone"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.coordinated.attribute.ulx"/>
      <ref name="att.coordinated.attribute.uly"/>
      <ref name="att.coordinated.attribute.lrx"/>
      <ref name="att.coordinated.attribute.lry"/>
      <optional>
        <attribute name="start">
          <a:documentation>points to an element which encodes the starting position of the text corresponding to the
inscribed part of the surface.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_zone">
    <element name="teix:zone">
      <a:documentation>defines a rectangular area contained within a surface
element. </a:documentation>
      <group>
        <zeroOrMore>
          <ref name="TEI_model.glossLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="TEI_model.graphicLike"/>
        </zeroOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.coordinated.attribute.ulx"/>
      <ref name="att.coordinated.attribute.uly"/>
      <ref name="att.coordinated.attribute.lrx"/>
      <ref name="att.coordinated.attribute.lry"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_addSpan">
    <element name="teix:addSpan">
      <a:documentation>(added span of text) marks the beginning of a longer sequence of text added by an
  author, scribe, annotator or corrector (see also add).</a:documentation>
      <empty/>
      <s:pattern name="spanTo_required">
        <s:rule context="tei:addSpan">
          <s:assert test="@spanTo">The spanTo= attribute of <s:name/>
 is required.</s:assert>

        </s:rule>

      </s:pattern>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.transcriptional.attribute.hand"/>
      <ref name="att.transcriptional.attribute.status"/>
      <ref name="att.transcriptional.attribute.seq"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.placement.attribute.place"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.spanning.attribute.spanTo"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_damage">
    <element name="teix:damage">
      <a:documentation>contains an area of damage to the text witness.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.damaged.attribute.extent"/>
      <ref name="att.damaged.attribute.hand"/>
      <ref name="att.damaged.attribute.agent"/>
      <ref name="att.damaged.attribute.degree"/>
      <ref name="att.damaged.attribute.group"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_damageSpan">
    <element name="teix:damageSpan">
      <a:documentation>(damaged span of text) marks the beginning of a longer sequence of text which is
  damaged in some way but still legible.</a:documentation>
      <empty/>
      <s:pattern name="spanTo_required_for_damageSpan">
        <s:rule context="tei:damageSpan">
          <s:assert test="@spanTo">The spanTo= attribute of <s:name/>
 is required.</s:assert>

        </s:rule>

      </s:pattern>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.damaged.attribute.extent"/>
      <ref name="att.damaged.attribute.hand"/>
      <ref name="att.damaged.attribute.agent"/>
      <ref name="att.damaged.attribute.degree"/>
      <ref name="att.damaged.attribute.group"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.spanning.attribute.spanTo"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_delSpan">
    <element name="teix:delSpan">
      <a:documentation>(deleted span of text) marks the beginning of a longer sequence of text deleted,
marked as deleted, or otherwise signaled as superfluous or spurious by an
author, scribe, annotator, or corrector.</a:documentation>
      <empty/>
      <s:pattern name="spanTo_required_for_delSpan">
        <s:rule context="tei:delSpan">
          <s:assert test="@spanTo">The spanTo= attribute of <s:name/>
 is required.</s:assert>

        </s:rule>

      </s:pattern>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.transcriptional.attribute.hand"/>
      <ref name="att.transcriptional.attribute.status"/>
      <ref name="att.transcriptional.attribute.seq"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <ref name="att.spanning.attribute.spanTo"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_ex">
    <element name="teix:ex">
      <a:documentation>(editorial expansion) contains a sequence of letters added by an editor or
  transcriber when expanding an abbreviation.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_fw">
    <element name="teix:fw">
      <a:documentation>(forme work) contains a running head (e.g. a header, footer), catchword, or
  similar material appearing on the current page.</a:documentation>
      <ref name="TEI_macro.phraseSeq"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.placement.attribute.place"/>
      <optional>
        <attribute name="type">
          <a:documentation>classifies the material encoded according to some useful typology.
Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNum (line number); 5] sig (signature); 6] catch (catchword)</a:documentation>
          <data type="Name"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_handNotes">
    <element name="teix:handNotes">
      <a:documentation>contains one or more handNote elements documenting the
different hands identified within the source texts.</a:documentation>
      <oneOrMore>
        <ref name="TEI_handNote"/>
      </oneOrMore>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_handShift">
    <element name="teix:handShift">
      <a:documentation>marks the beginning of a sequence of text written in a new
hand, or the beginning of a scribal stint.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.handFeatures.attribute.scribe"/>
      <ref name="att.handFeatures.attribute.script"/>
      <ref name="att.handFeatures.attribute.medium"/>
      <ref name="att.handFeatures.attribute.scope"/>
      <optional>
        <attribute name="new">
          <a:documentation>identifies the new hand.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="resp">
          <a:documentation>signifies the editor or transcriber responsible for identifying
the change of hand.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_am">
    <element name="teix:am">
      <a:documentation>(abbreviation marker) contains a sequence of letters or signs present in an
  abbreviation which are omitted or replaced in the expanded form of
  the abbreviation.</a:documentation>
      <ref name="TEI_macro.xtext"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_restore">
    <element name="teix:restore">
      <a:documentation>indicates restoration of text to an earlier state by
cancellation of an editorial or authorial marking or instruction.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.transcriptional.attribute.hand"/>
      <ref name="att.transcriptional.attribute.status"/>
      <ref name="att.transcriptional.attribute.seq"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_space">
    <element name="teix:space">
      <a:documentation>indicates the location of a significant space in the copy text.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.dimensions.attribute.unit"/>
      <ref name="att.dimensions.attribute.quantity"/>
      <ref name="att.dimensions.attribute.scope"/>
      <optional>
        <attribute name="dim">
          <a:documentation>(dimension) indicates whether the space is horizontal or vertical.</a:documentation>
          <choice>
            <value>horizontal</value>
            <a:documentation>the space is horizontal.</a:documentation>
            <value>vertical</value>
            <a:documentation>the space is vertical.</a:documentation>
          </choice>
        </attribute>
      </optional>
      <optional>
        <attribute name="resp">
          <a:documentation>(responsible party) indicates the individual responsible for identifying and measuring
the space.</a:documentation>
          <data type="anyURI"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_subst">
    <element name="teix:subst">
      <a:documentation>(substitution) groups one or more deletions with one or more additions when
  the combination is to be regarded as a single intervention in the text.</a:documentation>
      <group>
        <ref name="TEI_model.pPart.transcriptional"/>
        <oneOrMore>
          <ref name="TEI_model.pPart.transcriptional"/>
        </oneOrMore>
      </group>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.transcriptional.attribute.hand"/>
      <ref name="att.transcriptional.attribute.status"/>
      <ref name="att.transcriptional.attribute.seq"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_supplied">
    <element name="teix:supplied">
      <a:documentation>signifies text supplied by the transcriber or editor for any
  reason, typically because the original cannot be read because of
  physical damage or loss to the original.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.editLike.attribute.cert"/>
      <ref name="att.editLike.attribute.resp"/>
      <ref name="att.editLike.attribute.evidence"/>
      <ref name="att.editLike.attribute.source"/>
      <optional>
        <attribute name="reason">
          <a:documentation>indicates why the text has had to be supplied.</a:documentation>
          <list>
            <oneOrMore>
              <data type="token">
                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
              </data>
            </oneOrMore>
          </list>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.global.facs.attributes">
    <ref name="att.global.facs.attribute.facs"/>
    <empty/>
  </define>
  <define name="att.global.facs.attribute.facs">
    <optional>
      <attribute name="facs">
        <a:documentation> (facsimile) points directly to an image, or to a part of a
      facsimile element which corresponds with this
      element.</a:documentation>
        <list>
          <oneOrMore>
            <data type="anyURI"/>
          </oneOrMore>
        </list>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.coordinated.attributes">
    <ref name="att.coordinated.attribute.ulx"/>
    <ref name="att.coordinated.attribute.uly"/>
    <ref name="att.coordinated.attribute.lrx"/>
    <ref name="att.coordinated.attribute.lry"/>
    <empty/>
  </define>
  <define name="att.coordinated.attribute.ulx">
    <optional>
      <attribute name="ulx">
        <a:documentation>gives the x coordinate value for the upper left corner of a
rectangular space.</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.coordinated.attribute.uly">
    <optional>
      <attribute name="uly">
        <a:documentation>gives the y coordinate value for the upper left corner of a
rectangular space.</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.coordinated.attribute.lrx">
    <optional>
      <attribute name="lrx">
        <a:documentation>gives the x coordinate value for the lower right corner of a
rectangular space.</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="att.coordinated.attribute.lry">
    <optional>
      <attribute name="lry">
        <a:documentation>gives the y coordinate value for the lower right corner of a
rectangular space.</a:documentation>
        <choice>
          <data type="double"/>
          <data type="decimal"/>
        </choice>
      </attribute>
    </optional>
  </define>
  <define name="TEI_metDecl">
    <element name="teix:metDecl">
      <a:documentation>(metrical notation declaration) documents the notation employed to represent a metrical
  pattern when this is specified as the value of a met,
  real, or rhyme attribute on any structural
  element of a metrical text (e.g. lg, l, or
  seg).</a:documentation>
      <choice>
        <oneOrMore>
          <choice>
            <ref name="TEI_model.pLike"/>
            <ref name="TEI_model.noteLike"/>
          </choice>
        </oneOrMore>
        <oneOrMore>
          <ref name="TEI_metSym"/>
        </oneOrMore>
      </choice>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.declarable.attribute.default"/>
      <optional>
        <attribute name="type" a:defaultValue="met real">
          <a:documentation>indicates whether the notation conveys the abstract
      metrical form, its actual prosodic realization, or the rhyme
      scheme, or some combination thereof.</a:documentation>
          <list>
            <data type="Name"/>
            <optional>
              <data type="Name"/>
            </optional>
            <optional>
              <data type="Name"/>
            </optional>
          </list>
        </attribute>
      </optional>
      <optional>
        <attribute name="pattern">
          <a:documentation>(regular expression pattern) specifies a regular expression defining any value that
	is legal for this notation.</a:documentation>
          <data type="token"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_metSym">
    <element name="teix:metSym">
      <a:documentation>(metrical notation symbol) documents the intended significance of a particular character or
character sequence within a metrical notation, either explicitly or in
terms of other symbol elements in the same metDecl.</a:documentation>
      <ref name="TEI_macro.phraseSeq.limited"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <attribute name="value">
        <a:documentation>specifies the character or character sequence being documented.</a:documentation>
        <list>
          <oneOrMore>
            <data type="token">
              <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
            </data>
          </oneOrMore>
        </list>
      </attribute>
      <optional>
        <attribute name="terminal" a:defaultValue="true">
          <a:documentation>specifies whether the symbol is defined in terms of other
symbols (terminal is set to false) or in prose
(terminal is set to true).</a:documentation>
          <data type="boolean"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_caesura">
    <element name="teix:caesura">
      <a:documentation>marks the point at which a metrical line may be divided.</a:documentation>
      <empty/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <empty/>
    </element>
  </define>
  <define name="TEI_rhyme">
    <element name="teix:rhyme">
      <a:documentation>marks the rhyming part of  a metrical line.</a:documentation>
      <ref name="TEI_macro.paraContent"/>
      <ref name="att.global.attribute.topic"/>
      <ref name="att.global.attribute.xmlid"/>
      <ref name="att.global.attribute.n"/>
      <ref name="att.global.attribute.xmllang"/>
      <ref name="att.global.attribute.rend"/>
      <ref name="att.global.attribute.rendition"/>
      <ref name="att.global.attribute.xmlbase"/>
      <ref name="att.global.linking.attribute.corresp"/>
      <ref name="att.global.linking.attribute.synch"/>
      <ref name="att.global.linking.attribute.sameAs"/>
      <ref name="att.global.linking.attribute.copyOf"/>
      <ref name="att.global.linking.attribute.next"/>
      <ref name="att.global.linking.attribute.prev"/>
      <ref name="att.global.linking.attribute.exclude"/>
      <ref name="att.global.linking.attribute.select"/>
      <ref name="att.global.analytic.attribute.ana"/>
      <ref name="att.global.facs.attribute.facs"/>
      <ref name="att.typed.attribute.type"/>
      <ref name="att.typed.attribute.subtype"/>
      <optional>
        <attribute name="label">
          <a:documentation>provides a label to identify which part of a rhyme
	scheme this rhyming string instantiates.</a:documentation>
          <data type="token">
            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
          </data>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_att.metrical.attributes">
    <ref name="att.metrical.attribute.met"/>
    <ref name="att.metrical.attribute.real"/>
    <ref name="att.metrical.attribute.rhyme"/>
    <empty/>
  </define>
  <define name="att.metrical.attribute.met">
    <optional>
      <attribute name="met">
        <a:documentation>(metrical structure, conventional) contains a user-specified encoding for the conventional
metrical structure of the element.</a:documentation>
        <data type="token"/>
      </attribute>
    </optional>
  </define>
  <define name="att.metrical.attribute.real">
    <optional>
      <attribute name="real">
        <a:documentation>(metrical structure, realized) contains a user-specified encoding for the actual realization
of the conventional metrical structure applicable to the element.</a:documentation>
        <data type="token"/>
      </attribute>
    </optional>
  </define>
  <define name="att.metrical.attribute.rhyme">
    <optional>
      <attribute name="rhyme">
        <a:documentation>(rhyme scheme) specifies the rhyme scheme applicable to a group of verse lines.</a:documentation>
        <data type="token"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_att.enjamb.attributes">
    <ref name="att.enjamb.attribute.enjamb"/>
    <empty/>
  </define>
  <define name="att.enjamb.attribute.enjamb">
    <optional>
      <attribute name="enjamb">
        <a:documentation> (enjambement) indicates that the end of a verse line is marked by enjambement.
Sample values include: 1] no; 2] yes; 3] weak; 4] strong</a:documentation>
        <data type="Name"/>
      </attribute>
    </optional>
  </define>
  <define name="TEI_fallback">
    <element name="ns2:fallback">
      <a:documentation/>
      <optional>
        <ref name="TEI_anyTEI"/>
      </optional>
      <empty/>
    </element>
  </define>
  <define name="TEI_include">
    <element name="ns2:include">
      <a:documentation/>
      <optional>
        <ref name="TEI_fallback"/>
      </optional>
      <optional>
        <attribute name="href">
          <a:documentation/>
          <data type="anyURI">
            <param name="pattern">[^#]+</param>
          </data>
        </attribute>
      </optional>
      <optional>
        <attribute name="parse" a:defaultValue="xml">
          <a:documentation/>
        </attribute>
      </optional>
      <optional>
        <attribute name="xpointer">
          <a:documentation/>
          <data type="string"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="encoding">
          <a:documentation/>
          <data type="string"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="accept">
          <a:documentation/>
          <data type="string"/>
        </attribute>
      </optional>
      <optional>
        <attribute name="accept-language">
          <a:documentation/>
          <data type="string"/>
        </attribute>
      </optional>
      <empty/>
    </element>
  </define>
  <start>
    <ref name="TEI_egXML"/>
  </start>
</grammar>
back to top