<?xml version="1.0" encoding="utf-8"?>
<rng:grammar xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0"
    datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0">
    <!--
Schema generated from ODD source 2009-07-02T13:26:21-04:00. 
TEI Edition: 1.4.1. Last updated on July 1st 2009.

-->
    <!---->
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.limitedContent">
        <zeroOrMore>
            <choice>
                <text/>
                <ref name="tei_model.limitedPhrase"/>
                <ref name="tei_model.inter"/>
            </choice>
        </zeroOrMore>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited">
        <zeroOrMore>
            <choice>
                <text/>
                <ref name="tei_model.limitedPhrase"/>
                <ref name="tei_model.global"/>
            </choice>
        </zeroOrMore>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext">
        <zeroOrMore>
            <choice>
                <text/>
                <ref name="tei_model.gLike"/>
            </choice>
        </zeroOrMore>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.anyXML">
        <element>
            <anyName/>
            <zeroOrMore>
                <choice>
                    <attribute>
                        <anyName>
                            <except>
                                <name>xml:id</name>
                                <name>xml:lang</name>
                            </except>
                        </anyName>
                    </attribute>
                    <text/>
                    <ref name="tei_macro.anyXML"/>
                </choice>
            </zeroOrMore>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.schemaPattern">
        <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.anyXML"/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes">
        <ref name="att.ascribed.attribute.who"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attribute.who">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="who">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the person, or group of people, to whom the element content is
                    ascribed.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes">
        <ref name="att.canonical.attribute.key"/>
        <ref name="att.canonical.attribute.ref"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attribute.key">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="key">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >provides an externally-defined means of identifying the entity (or entities)
                    being named, using a coded value of some kind.</a:documentation>
                <data type="string"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attribute.ref">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="ref">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(reference) provides an explicit means of locating a full definition for the
                    entity being named by means of one or more URIs.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attributes">
        <ref name="att.ranging.attribute.atLeast"/>
        <ref name="att.ranging.attribute.atMost"/>
        <ref name="att.ranging.attribute.min"/>
        <ref name="att.ranging.attribute.max"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.atLeast">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="atLeast">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives
                    a minimum estimated value for the approximate measurement.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.atMost">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="atMost">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives
                    a maximum estimated value for the approximate measurement.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.min">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="min">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where
                    the measurement summarizes more than one observation or a range, supplies the
                    minimum value observed.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.max">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="max">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where
                    the measurement summarizes more than one observation or a range, supplies the
                    maximum value observed.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attributes">
        <ref name="att.ranging.attributes"/>
        <ref name="att.dimensions.attribute.unit"/>
        <ref name="att.dimensions.attribute.quantity"/>
        <ref name="att.dimensions.attribute.extent"/>
        <ref name="att.dimensions.attribute.precision"/>
        <ref name="att.dimensions.attribute.scope"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.unit">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="unit">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">names
                    the unit used for the measurement Suggested values include: 1] cm
                    (centimetrescentimètrescentímetroscentimetri); 2] mm
                    (millimetresmillimètresmilímetrosmillimetri); 3] in
                    (inchespoucespulgadaspollici); 4] lines; 5] chars
                    (characters문자caracterescaratteri)</a:documentation>
                <choice>
                    <value>cm</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(centimetres) </a:documentation>
                    <value>mm</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(millimetres) </a:documentation>
                    <value>in</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(inches) </a:documentation>
                    <value>lines</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >lines of text</a:documentation>
                    <value>chars</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(characters) characters of text</a:documentation>
                    <data type="Name"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.quantity">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="quantity">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the length in the units specified</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.extent">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="extent">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the size of the object concerned using a project-specific vocabulary
                    combining quantity and units in a single string of words. </a:documentation>
                <list>
                    <oneOrMore>
                        <data type="token">
                            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                        </data>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.precision">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="precision">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >characterizes the precision of the values specified by the other
                    attributes.</a:documentation>
                <choice>
                    <value>high</value>
                    <value>medium</value>
                    <value>low</value>
                    <value>unknown</value>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.scope">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="scope">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where
                    the measurement summarizes more than one observation, specifies the
                    applicability of this measurement. Sample values include: 1] all; 2] most; 3]
                    range</a:documentation>
                <data type="Name"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attributes">
        <ref name="att.dimensions.attributes"/>
        <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attribute.hand">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="hand">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">In
                    the case of damage (deliberate defacement, inking out, etc.) assignable to a
                    distinct hand, signifies the hand responsible for the damage.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attribute.agent">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="agent">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attribute.degree">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="degree">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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>
                <text/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attribute.group">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="group">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.period">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="period">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >supplies a pointer to some location defining a named period of time within
                    which the datable item is understood to have occurred.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.when">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="when">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >supplies the value of the date or time in a standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.notBefore">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="notBefore">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the earliest possible date for the event in standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.notAfter">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="notAfter">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the latest possible date for the event in standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.from">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="from">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the starting point of the period in standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.to">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="to">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the ending point of the period in standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes">
        <ref name="att.datable.w3c.attributes"/>
        <ref name="att.datable.iso.attributes"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes">
        <ref name="att.declarable.attribute.default"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attribute.default">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" name="default" a:defaultValue="false">
                <a:documentation>indicates whether or not this element is selected by default when
                    its parent is selected.</a:documentation>
                <choice>
                    <value>true</value>
                    <a:documentation>This element is selected if its parent is
                        selected</a:documentation>
                    <value>false</value>
                    <a:documentation>This element can only be selected explicitly, unless it is the
                        only one of its kind, in which case it is selected if its parent is
                        selected.</a:documentation>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes">
        <ref name="att.declaring.attribute.decls"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attribute.decls">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="decls">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >identifies one or more declarable elements within the header, which are
                    understood to apply to the element bearing this attribute and its
                    content.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attributes">
        <ref name="att.metrical.attributes"/>
        <ref name="att.divLike.attribute.org"/>
        <ref name="att.divLike.attribute.sample"/>
        <ref name="att.divLike.attribute.part"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attribute.org">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" name="org" a:defaultValue="uniform">
                <a:documentation>(organization) specifies how the content of the division is
                    organized.</a:documentation>
                <choice>
                    <value>composite</value>
                    <a:documentation>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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attribute.sample">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" name="sample" a:defaultValue="complete">
                <a:documentation>indicates whether this division is a sample of the original source
                    and if so, from which part.</a:documentation>
                <choice>
                    <value>initial</value>
                    <a:documentation>division lacks material present at end in
                        source.</a:documentation>
                    <value>medial</value>
                    <a:documentation>division lacks material at start and end.</a:documentation>
                    <value>final</value>
                    <a:documentation>division lacks material at start.</a:documentation>
                    <value>unknown</value>
                    <a:documentation>position of sampled material within original
                        unknown.</a:documentation>
                    <value>complete</value>
                    <a:documentation>division is not a sample.</a:documentation>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attribute.part">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes">
        <ref name="att.dimensions.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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attribute.cert">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="cert">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(certainty) signifies the degree of certainty associated with the intervention
                    or interpretation.</a:documentation>
                <choice>
                    <value>high</value>
                    <value>medium</value>
                    <value>low</value>
                    <value>unknown</value>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attribute.resp">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="resp">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(responsible party) indicates the agency responsible for the intervention or
                    interpretation, for example an editor or transcriber.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attribute.evidence">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="evidence">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the nature of the evidence supporting the reliability or accuracy of
                    the intervention or interpretation. Suggested values include: 1] internal; 2]
                    external; 3] conjecture</a:documentation>
                <choice>
                    <value>internal</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >there is internal evidence to support the intervention.</a:documentation>
                    <value>external</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >there is external evidence to support the intervention.</a:documentation>
                    <value>conjecture</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >the intervention or interpretation has been made by the editor, cataloguer,
                        or scholar on the basis of their expertise.</a:documentation>
                    <data type="Name"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attribute.source">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="source">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes">
        <ref name="att.global.linking.attributes"/>
        <ref name="att.global.analytic.attributes"/>
        <ref name="att.global.facs.attributes"/>
        <ref name="att.global.attribute.xmlid"/>
        <ref name="att.global.attribute.n"/>
        <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlid">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="xml:id">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(identifier) provides a unique identifier for the element bearing the
                    attribute.</a:documentation>
                <data type="ID"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.n">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="n">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(number) gives a number (or other label) for an element, which is not
                    necessarily unique within the document.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="token">
                            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                        </data>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmllang">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="xml:lang">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(language) indicates the language of the element content using a tag generated
                    according to BCP 47</a:documentation>
                <data type="language"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.rend">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="rend">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(rendition) indicates how the element in question was rendered or presented in
                    the source text.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="token">
                            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                        </data>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.rendition">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="rendition">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >points to a description of the rendering or presentation used for this element
                    in the source text.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlbase">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="xml:base">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >provides a base URI reference with which applications can resolve relative URI
                    references into absolute URI references.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.scribe">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="scribe">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.script">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="script">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.medium">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="medium">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.scope">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="scope">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies how widely this hand is used in the manuscript.</a:documentation>
                <choice>
                    <value>sole</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >only this hand is used throughout the manuscript</a:documentation>
                    <value>major</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >this hand is used through most of the manuscript</a:documentation>
                    <value>minor</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >this hand is used occasionally in the manuscript</a:documentation>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attributes">
        <ref name="att.internetMedia.attribute.mimeType"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attribute.mimeType">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="mimeType">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(MIME
                    media type) specifies the applicable multimedia internet mail extension (MIME)
                    media type</a:documentation>
                <data type="token">
                    <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                </data>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attributes">
        <ref name="att.interpLike.attribute.resp"/>
        <ref name="att.interpLike.attribute.type"/>
        <ref name="att.interpLike.attribute.inst"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attribute.resp">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="resp">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(responsible party) indicates who is responsible for the
                    interpretation.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attribute.type">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attribute.inst">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="inst">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attributes">
        <ref name="att.measurement.attribute.unit"/>
        <ref name="att.measurement.attribute.quantity"/>
        <ref name="att.measurement.attribute.commodity"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attribute.unit">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="unit">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the units used for the measurement, usually using the standard symbol
                    for the desired units. Suggested values include: 1] m
                    (metre미터公尺mètremetrometro); 2] kg
                    (kilogram킬로그램公斤kilogrammechilogrammokilogramo); 3] s
                    (second초秒secondesecondosegundo); 4] Hz (hertz헤르츠赫茲hérzio); 5] Pa
                    (pascal파스칼PascalPASCAL); 6] Ω (ohm옴歐姆ohmio); 7] L (litre리터公升litrolitro); 8] t
                    (tonne톤公噸tonnellatatonelada); 9] ha (hectare헥타르公頃ettarohectárea); 10] Å
                    (ångström옹스트롱埃格斯特朗 (單位)angstrom); 11] mL (millilitremillilitromililitro); 12] cm
                    (centimetrecentimètrecentimetrocentímetro); 13] dB (decibel데시벨décibeldecibelio);
                    14] kbit (kilobit킬로비트); 15] Kibit (kibibit킬로바이비트); 16] kB
                    (kilobytekilo-octet킬로바이트); 17] KiB (kibibytekibioctet킬로바이바이트); 18] MB
                    (megabytemégaoctet메가바이트); 19] MiB (mebibyte메가바이바이트mébioctet)</a:documentation>
                <choice>
                    <value>m</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(metre) SI base unit of length</a:documentation>
                    <value>kg</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(kilogram) SI base unit of mass</a:documentation>
                    <value>s</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(second) SI base unit of time</a:documentation>
                    <value>Hz</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(hertz) SI unit of frequency</a:documentation>
                    <value>Pa</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(pascal) SI unit of pressure or stress</a:documentation>
                    <value>Ω</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(ohm) SI unit of electric resistance</a:documentation>
                    <value>L</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(litre) 1 dm³</a:documentation>
                    <value>t</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(tonne) 10³ kg</a:documentation>
                    <value>ha</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(hectare) 1 hm²</a:documentation>
                    <value>Å</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(ångström) 10⁻¹⁰ m</a:documentation>
                    <value>mL</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(millilitre) </a:documentation>
                    <value>cm</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(centimetre) </a:documentation>
                    <value>dB</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(decibel) see remarks, below</a:documentation>
                    <value>kbit</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(kilobit) 10³ or 1000 bits</a:documentation>
                    <value>Kibit</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(kibibit) 2¹⁰ or 1024 bits</a:documentation>
                    <value>kB</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(kilobyte) 10³ or 1000 bytes</a:documentation>
                    <value>KiB</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(kibibyte) 2¹⁰ or 1024 bytes</a:documentation>
                    <value>MB</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(megabyte) 10⁶ or 1 000 000 bytes</a:documentation>
                    <value>MiB</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(mebibyte) 2²⁰ or 1 048 576 bytes</a:documentation>
                    <data type="Name"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attribute.quantity">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="quantity">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the number of the specified units that comprise the
                    measurement</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attribute.commodity">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="commodity">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the substance that is being measured</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="token">
                            <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                        </data>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes">
        <ref name="att.canonical.attributes"/>
        <ref name="att.naming.attribute.nymRef"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attribute.nymRef">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="nymRef">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(reference to the canonical name) provides a means of locating the canonical
                    form (nym) of the names associated with the object named by the element bearing
                    it.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attributes">
        <ref name="att.placement.attribute.place"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attribute.place">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="place">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                    Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite;
                    6] overleaf; 7] above; 8] end; 9] inline; 10] inspace</a:documentation>
                <list>
                    <oneOrMore>
                        <choice>
                            <value>below</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">below
                                the line</a:documentation>
                            <value>bottom</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the
                                foot of the page</a:documentation>
                            <value>margin</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in the
                                margin (left, right, or both)</a:documentation>
                            <value>top</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the
                                top of the page</a:documentation>
                            <value>opposite</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">on the
                                opposite, i.e. facing, page</a:documentation>
                            <value>overleaf</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">on the
                                other side of the leaf</a:documentation>
                            <value>above</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">above
                                the line</a:documentation>
                            <value>end</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the
                                end of e.g. chapter or volume.</a:documentation>
                            <value>inline</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">within
                                the body of the text.</a:documentation>
                            <value>inspace</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> in a
                                predefined space, for example left by an earlier
                                scribe.</a:documentation>
                            <data type="Name"/>
                        </choice>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes">
        <ref name="att.metrical.attributes"/>
        <ref name="att.segLike.attribute.function"/>
        <ref name="att.segLike.attribute.part"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attribute.function">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="function">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >characterizes the function of the segment.</a:documentation>
                <data type="Name"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attribute.part">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes">
        <ref name="att.sourced.attribute.ed"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attribute.ed">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="ed">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(edition) supplies an arbitrary identifier for the source edition in which the
                    associated feature (for example, a page, column, or line break) occurs at this
                    point in the text.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attributes">
        <ref name="att.spanning.attribute.spanTo"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attribute.spanTo">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="spanTo">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the end of a span initiated by the element bearing this
                    attribute.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.tableDecoration.attributes">
        <ref name="att.tableDecoration.attribute.role"/>
        <ref name="att.tableDecoration.attribute.rows"/>
        <ref name="att.tableDecoration.attribute.cols"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.tableDecoration.attribute.role">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" name="role" a:defaultValue="data">
                <a:documentation>indicates the kind of information held in this cell or in each cell
                    of this row. Suggested values include: 1] label; 2] data</a:documentation>
                <choice>
                    <value>label</value>
                    <a:documentation>labelling or descriptive information only.</a:documentation>
                    <value>data</value>
                    <a:documentation>data values.</a:documentation>
                    <data type="Name"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.tableDecoration.attribute.rows">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.tableDecoration.attribute.cols">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attributes">
        <ref name="att.editLike.attributes"/>
        <ref name="att.transcriptional.attribute.hand"/>
        <ref name="att.transcriptional.attribute.status"/>
        <ref name="att.transcriptional.attribute.seq"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attribute.hand">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="hand">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >signifies the hand of the agent which made the intervention.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attribute.status">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" name="status"
                a:defaultValue="unremarkable">
                <a:documentation>indicates the effect of the intervention, for example in the case
                    of a deletion, strikeouts which include too much or too little text, or in the
                    case of an addition, an insertion which duplicates some of the text already
                    present. Sample values include: 1] duplicate; 2] duplicate-partial; 3]
                    excessStart; 4] excessEnd; 5] shortStart; 6] shortEnd; 7] partial; 8]
                    unremarkable</a:documentation>
                <data type="Name"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attribute.seq">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="seq">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(sequence) assigns a sequence number related to the order in which the encoded
                    features carrying this attribute are believed to have
                    occurred.</a:documentation>
                <data type="nonNegativeInteger"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes">
        <ref name="att.translatable.attribute.version"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attribute.version">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="version">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes">
        <ref name="att.typed.attribute.type"/>
        <ref name="att.typed.attribute.subtype"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attribute.type">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >characterizes the element in some sense, using any convenient classification
                    scheme or typology.</a:documentation>
                <data type="Name"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attribute.subtype">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="subtype">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >provides a sub-categorization of the element, if needed</a:documentation>
                <data type="Name"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.xmlspace.attributes">
        <ref name="att.xmlspace.attribute.xmlspace"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.xmlspace.attribute.xmlspace">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="xml:space">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >signals an intention that white space should be preserved by
                    applications</a:documentation>
                <choice>
                    <value>default</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                    <value>preserve</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.nameLike.agent">
        <choice>
            <ref name="tei_name"/>
            <ref name="tei_orgName"/>
            <ref name="tei_persName"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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_pc"/>
            <ref name="tei_seg"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.hiLike">
        <choice>
            <ref name="tei_hi"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.emphLike">
        <choice>
            <ref name="tei_foreign"/>
            <ref name="tei_emph"/>
            <ref name="tei_distinct"/>
            <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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.highlighted">
        <choice>
            <ref name="tei_model.hiLike"/>
            <ref name="tei_model.emphLike"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.dateLike">
        <choice>
            <ref name="tei_date"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.measureLike">
        <choice>
            <ref name="tei_num"/>
            <ref name="tei_measure"/>
            <ref name="tei_measureGrp"/>
            <ref name="tei_geo"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.egLike">
        <choice>
            <ref name="tei_eg"/>
            <ref name="tei_egXML"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.graphicLike">
        <choice>
            <ref name="tei_graphic"/>
            <ref name="tei_binaryObject"/>
            <ref name="tei_formula"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.offsetLike">
        <choice>
            <ref name="tei_offset"/>
            <ref name="tei_geogFeat"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" 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_unclear"/>
            <ref name="tei_damage"/>
            <ref name="tei_supplied"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pPart.edit">
        <choice>
            <ref name="tei_model.pPart.editorial"/>
            <ref name="tei_model.pPart.transcriptional"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.ptrLike">
        <choice>
            <ref name="tei_ptr"/>
            <ref name="tei_ref"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.lPart">
        <choice>
            <ref name="tei_caesura"/>
            <ref name="tei_rhyme"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.global.meta">
        <choice>
            <ref name="tei_index"/>
            <ref name="tei_span"/>
            <ref name="tei_spanGrp"/>
            <ref name="tei_link"/>
            <ref name="tei_linkGrp"/>
            <ref name="tei_join"/>
            <ref name="tei_joinGrp"/>
            <ref name="tei_alt"/>
            <ref name="tei_altGrp"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.gLike">
        <choice>
            <ref name="tei_g"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.oddRef">
        <choice>
            <ref name="tei_moduleRef"/>
            <ref name="tei_specGrpRef"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.specDescLike">
        <choice>
            <ref name="tei_specList"/>
            <ref name="tei_specDesc"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.biblLike">
        <choice>
            <ref name="tei_bibl"/>
            <ref name="tei_biblStruct"/>
            <ref name="tei_biblFull"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.headLike">
        <choice>
            <ref name="tei_head"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.labelLike">
        <choice>
            <ref name="tei_desc"/>
            <ref name="tei_label"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.listLike">
        <choice>
            <ref name="tei_list"/>
            <ref name="tei_listBibl"/>
            <ref name="tei_listOrg"/>
            <ref name="tei_listEvent"/>
            <ref name="tei_listPerson"/>
            <ref name="tei_listPlace"/>
            <ref name="tei_listNym"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.noteLike">
        <choice>
            <ref name="tei_note"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.lLike">
        <choice>
            <ref name="tei_l"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pLike">
        <choice>
            <ref name="tei_p"/>
            <ref name="tei_ab"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.stageLike">
        <choice>
            <ref name="tei_stage"/>
            <ref name="tei_move"/>
            <ref name="tei_caption"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.entryPart">
        <notAllowed/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" 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_floatingText"/>
            <ref name="tei_schemaSpec"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.persTraitLike">
        <choice>
            <ref name="tei_age"/>
            <ref name="tei_nationality"/>
            <ref name="tei_sex"/>
            <ref name="tei_socecStatus"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.persStateLike">
        <choice>
            <ref name="tei_persName"/>
            <ref name="tei_occupation"/>
            <ref name="tei_state"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.persEventLike">
        <choice>
            <ref name="tei_birth"/>
            <ref name="tei_death"/>
            <ref name="tei_event"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.personLike">
        <choice>
            <ref name="tei_org"/>
            <ref name="tei_person"/>
            <ref name="tei_personGrp"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeTraitLike">
        <choice>
            <ref name="tei_location"/>
            <ref name="tei_terrain"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeNamePart">
        <choice>
            <ref name="tei_placeName"/>
            <ref name="tei_country"/>
            <ref name="tei_region"/>
            <ref name="tei_district"/>
            <ref name="tei_settlement"/>
            <ref name="tei_geogName"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeStateLike">
        <choice>
            <ref name="tei_model.placeNamePart"/>
            <ref name="tei_state"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeEventLike">
        <choice>
            <ref name="tei_event"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.glossLike">
        <choice>
            <ref name="tei_desc"/>
            <ref name="tei_gloss"/>
            <ref name="tei_equiv"/>
            <ref name="tei_altIdent"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.quoteLike">
        <choice>
            <ref name="tei_quote"/>
            <ref name="tei_cit"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.qLike">
        <choice>
            <ref name="tei_model.quoteLike"/>
            <ref name="tei_said"/>
            <ref name="tei_q"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.respLike">
        <choice>
            <ref name="tei_author"/>
            <ref name="tei_editor"/>
            <ref name="tei_respStmt"/>
            <ref name="tei_funder"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divWrapper">
        <choice>
            <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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divTopPart">
        <choice>
            <ref name="tei_model.headLike"/>
            <ref name="tei_opener"/>
            <ref name="tei_salute"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divTop">
        <choice>
            <ref name="tei_model.divWrapper"/>
            <ref name="tei_model.divTopPart"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.frontPart.drama">
        <choice>
            <ref name="tei_set"/>
            <ref name="tei_prologue"/>
            <ref name="tei_epilogue"/>
            <ref name="tei_castList"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divBottomPart">
        <choice>
            <ref name="tei_trailer"/>
            <ref name="tei_closer"/>
            <ref name="tei_signed"/>
            <ref name="tei_postscript"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divBottom">
        <choice>
            <ref name="tei_model.divWrapper"/>
            <ref name="tei_model.divBottomPart"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.titlepagePart">
        <choice>
            <ref name="tei_graphic"/>
            <ref name="tei_binaryObject"/>
            <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 xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.imprintPart">
        <choice>
            <ref name="tei_publisher"/>
            <ref name="tei_biblScope"/>
            <ref name="tei_pubPlace"/>
            <ref name="tei_distributor"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.catDescPart">
        <notAllowed/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.castItemPart">
        <choice>
            <ref name="tei_role"/>
            <ref name="tei_roleDesc"/>
            <ref name="tei_actor"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.addressLike">
        <choice>
            <ref name="tei_address"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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_model.persNamePart"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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_figure"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.biblPart">
        <choice>
            <ref name="tei_model.respLike"/>
            <ref name="tei_model.imprintPart"/>
            <ref name="tei_series"/>
            <ref name="tei_relatedItem"/>
            <ref name="tei_edition"/>
            <ref name="tei_extent"/>
            <ref name="tei_idno"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.frontPart">
        <choice>
            <ref name="tei_model.frontPart.drama"/>
            <ref name="tei_titlePage"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.addrPart">
        <choice>
            <ref name="tei_model.nameLike"/>
            <ref name="tei_addrLine"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" 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"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.common">
        <choice>
            <ref name="tei_model.divPart"/>
            <ref name="tei_model.inter"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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.edit"/>
            <ref name="tei_model.ptrLike"/>
            <ref name="tei_model.lPart"/>
            <ref name="tei_model.phrase.xml"/>
            <ref name="tei_model.specDescLike"/>
            <ref name="tei_model.pPart.data"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.limitedPhrase">
        <choice>
            <ref name="tei_model.emphLike"/>
            <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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divLike">
        <choice>
            <ref name="tei_div"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divGenLike">
        <notAllowed/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.div1Like">
        <notAllowed/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.resourceLike">
        <choice>
            <ref name="tei_facsimile"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes">
        <ref name="att.naming.attributes"/>
        <ref name="att.personal.attribute.full"/>
        <ref name="att.personal.attribute.sort"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attribute.full">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" name="full" a:defaultValue="yes">
                <a:documentation>indicates whether the name component is given in full, as an
                    abbreviation or simply as an initial.</a:documentation>
                <choice>
                    <value>yes</value>
                    <a:documentation>the name component is spelled out in full.</a:documentation>
                    <value>abb</value>
                    <a:documentation>(abbreviated) the name component is given in an abbreviated
                        form.</a:documentation>
                    <value>init</value>
                    <a:documentation>(initial letter) the name component is indicated only by one
                        initial.</a:documentation>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attribute.sort">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="sort">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the sort order of the name component in relation to others within the
                    personal name.</a:documentation>
                <data type="nonNegativeInteger"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeLike">
        <choice>
            <ref name="tei_place"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_p">
        <element name="p">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(paragraph) marks paragraphs in prose.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_foreign">
        <element name="foreign">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foreign)
                identifies a word or phrase as belonging to some language other than that of the
                surrounding text. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_emph">
        <element name="emph">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(emphasized) marks words or phrases which are stressed or emphasized for linguistic
                or rhetorical effect.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_hi">
        <element name="hi">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(highlighted) marks a word or phrase as graphically distinct from the surrounding
                text, for reasons concerning which no claim is made. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_distinct">
        <element name="distinct">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >identifies any word or phrase which is regarded as linguistically distinct, for
                example as archaic, technical, dialectal, non-preferred, etc., or as forming part of
                a sublanguage. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the sublanguage or register to which the word or phrase is being
                        assigned</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="time">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies how the phrase is distinct diachronically</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="space">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies how the phrase is distinct diatopically</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="social">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies how the phrase is distinct diastatically</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_said">
        <element name="said">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(speech
                or thought) indicates passages thought or spoken aloud, whether explicitly indicated
                in the source or not, whether directly or indirectly reported, whether by real
                people or fictional characters.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="aloud"
                    a:defaultValue="unknown">
                    <a:documentation>may be used to indicate whether the quoted matter is regarded
                        as having been vocalized or signed.</a:documentation>
                    <choice>
                        <data type="boolean"/>
                        <value>unknown</value>
                        <value>inapplicable</value>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="direct" a:defaultValue="true">
                    <a:documentation>may be used to indicate whether the quoted matter is regarded
                        as direct or indirect speech.</a:documentation>
                    <choice>
                        <data type="boolean"/>
                        <value>unknown</value>
                        <value>inapplicable</value>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_quote">
        <element name="quote">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(quotation) contains a phrase or passage attributed by the narrator or author to
                some agency external to the text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_q">
        <element name="q">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >may be used to indicate whether the offset passage is spoken or thought, or
                        to characterize it more finely. Suggested values include: 1] spoken; 2]
                        thought; 3] written; 4] soCalled; 5] foreign (foreign wordspalabras
                        extranjerasmots étrangersparole straniere); 6] distinct (linguistically
                        distinctlingüisticamente distintolinguistiquement distinctlinguisticamente
                        distinto); 7] term (technical termtérmino técnicoterme techniquetermine
                        tecnico); 8] emph (rhetorically emphasizedénfasis retóricomis en valeur par
                        un procédé rhétorique.retoricamente marcato); 9] mentioned</a:documentation>
                    <choice>
                        <value>spoken</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >representation of speech</a:documentation>
                        <value>thought</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >representation of thought, e.g. internal monologue</a:documentation>
                        <value>written</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">quotation
                            from a written source</a:documentation>
                        <value>soCalled</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">authorial
                            distance</a:documentation>
                        <value>foreign</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foreign
                            words) </a:documentation>
                        <value>distinct</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(linguistically distinct) </a:documentation>
                        <value>term</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(technical
                            term) </a:documentation>
                        <value>emph</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(rhetorically emphasized) </a:documentation>
                        <value>mentioned</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">refering
                            to itself, not its normal referant</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cit">
        <element name="cit">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited
                quotation) contains a quotation from some other document, together with a
                bibliographic reference to its source. In a dictionary it may contain an example
                text with at least one occurrence of the word form, used in the sense being
                described, or a translation of the headword, or an example. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_soCalled">
        <element name="soCalled">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a word or phrase for which the author or narrator indicates a disclaiming of
                responsibility, for example by the use of scare quotes or italics.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_desc">
        <element name="desc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(description) contains a brief description of the object documented by its parent
                element, including its intended usage, purpose, or application where this is
                appropriate.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.limitedContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_gloss">
        <element name="gloss">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >identifies a phrase or word used to provide a gloss or definition for some other
                word or phrase.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <choice>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies
                            the associated term element by an absolute or relative URI
                            reference</a:documentation>
                        <data type="anyURI"/>
                    </attribute>
                </optional>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="cRef">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_term">
        <element name="term">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a single-word, multi-word, or symbolic designation which is regarded as a technical
                term.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="sortKey">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies
                            the associated gloss element by an absolute or relative URI
                            reference</a:documentation>
                        <data type="anyURI"/>
                    </attribute>
                </optional>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="cRef">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sic">
        <element name="sic">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(latin
                for thus or so) contains text reproduced although apparently incorrect or
                inaccurate.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_corr">
        <element name="corr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(correction) contains the correct form of a passage apparently erroneous in the
                copy text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_choice">
        <element name="choice">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a
                number of alternative encodings for the same point in a text.</a:documentation>
            <zeroOrMore>
                <choice>
                    <ref name="tei_model.choicePart"/>
                    <ref name="tei_choice"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_reg">
        <element name="reg">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(regularization) contains a reading which has been regularized or normalized in
                some sense.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_orig">
        <element name="orig">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(original
                form) contains a reading which is marked as following the original, rather than
                being normalized or corrected.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_gap">
        <element name="gap">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(gap)
                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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="reason">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >gives the reason for omission. Sample values include sampling, inaudible,
                        irrelevant, cancelled.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="token">
                                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                            </data>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="hand">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >in the case of text omitted from the transcription because of deliberate
                        deletion by an identifiable hand, signifies the hand which made the
                        deletion.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="agent">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >In the case of text omitted because of damage, categorizes the cause of the
                        damage, if it can be identified. Sample values include: 1] rubbing; 2]
                        mildew; 3] smoke</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_unclear">
        <element name="unclear">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a word, phrase, or passage which cannot be transcribed with certainty because it is
                illegible or inaudible in the source.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="reason">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates why the material is hard to transcribe.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="token">
                                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                            </data>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="hand">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Where the difficulty in transcription arises from action (partial deletion,
                        etc.) assignable to an identifiable hand, signifies the hand responsible for
                        the action.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="agent">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Where the difficulty in transcription arises from damage, categorizes the
                        cause of the damage, if it can be identified. Sample values include: 1]
                        rubbing; 2] mildew; 3] smoke</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_name">
        <element name="name">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(name,
                proper noun) contains a proper noun or noun phrase.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rs">
        <element name="rs">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(referencing string) contains a general purpose name or referring
                string.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_address">
        <element name="address">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a postal address, for example of a publisher, an organization, or an
                individual.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <oneOrMore>
                    <group>
                        <ref name="tei_model.addrPart"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_addrLine">
        <element name="addrLine">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(address
                line) contains one line of a postal address.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_num">
        <element name="num">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number)
                contains a number, written in any form.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the type of numeric value. Suggested values include: 1] cardinal;
                        2] ordinal; 3] fraction; 4] percentage</a:documentation>
                    <choice>
                        <value>cardinal</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">absolute
                            number, e.g. 21, 21.5</a:documentation>
                        <value>ordinal</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ordinal
                            number, e.g. 21st</a:documentation>
                        <value>fraction</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">fraction,
                            e.g. one half or three-quarters</a:documentation>
                        <value>percentage</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a
                            percentage</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="value">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >supplies the value of the number in standard form.</a:documentation>
                    <choice>
                        <data type="double"/>
                        <data type="token">
                            <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                        </data>
                        <data type="decimal"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_measure">
        <element name="measure">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a word or phrase referring to some quantity of an object or commodity, usually
                comprising a number, a unit, and a commodity name.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the type of measurement in any convenient
                        typology.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_measureGrp">
        <element name="measureGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(measure
                group) contains a group of dimensional specifications which relate to the same
                object, for example the height and width of a manuscript page.</a:documentation>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.gLike"/>
                    <ref name="tei_model.measureLike"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_date">
        <element name="date">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="calendar">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the system or calendar to which the date represented by the
                        content of this element belongs. 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
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Gregorian
                            calendar</a:documentation>
                        <value>Julian</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Julian
                            calendar</a:documentation>
                        <value>Islamic</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Islamic or
                            Muslim (hijri) lunar calendar</a:documentation>
                        <value>Hebrew</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Hebrew or
                            Jewish lunisolar calendar</a:documentation>
                        <value>Revolutionary</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">French
                            Revolutionary calendar</a:documentation>
                        <value>Iranian</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Iranian or
                            Persian (Jalaali) solar calendar</a:documentation>
                        <value>Coptic</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Coptic or
                            Alexandrian calendar</a:documentation>
                        <value>Chinese</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Chinese
                            lunisolar calendar</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_abbr">
        <element name="abbr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(abbreviation) contains an abbreviation of any sort.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >allows the encoder to classify the abbreviation according to some
                        convenient typology. 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_expan">
        <element name="expan">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(expansion) contains the expansion of an abbreviation.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ptr">
        <element name="ptr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pointer)
                defines a pointer to another location.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="ptr-constraint-ptrAtts">
                <rule context="tei:ptr">
                    <sch:report xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@target and @cRef">the
                        target and cRef attributes are mutually exclusive.</sch:report>
                </rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <choice>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the destination of the pointer by supplying one or more URI
                        References</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="anyURI"/>
                        </oneOrMore>
                    </list>
                </attribute>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="cRef">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(canonical reference) specifies the destination of the pointer by supplying
                        a canonical reference 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ref">
        <element name="ref">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(reference) defines a reference to another location, possibly modified by
                additional text or comment.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <choice>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies
                            the destination of the reference by supplying one or more URI
                            References</a:documentation>
                        <list>
                            <oneOrMore>
                                <data type="anyURI"/>
                            </oneOrMore>
                        </list>
                    </attribute>
                </optional>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="cRef">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_list">
        <element name="list">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list)
                contains any sequence of items organized as a list.</a:documentation>
            <group>
                <zeroOrMore>
                    <choice>
                        <group>
                            <ref name="tei_model.divTop"/>
                        </group>
                        <group>
                            <ref name="tei_model.global"/>
                        </group>
                    </choice>
                </zeroOrMore>
                <choice>
                    <oneOrMore>
                        <ref name="tei_item"/>
                        <zeroOrMore>
                            <ref name="tei_model.global"/>
                        </zeroOrMore>
                    </oneOrMore>
                    <group>
                        <optional>
                            <ref name="tei_headLabel"/>
                        </optional>
                        <optional>
                            <ref name="tei_headItem"/>
                        </optional>
                        <oneOrMore>
                            <ref name="tei_label"/>
                            <zeroOrMore>
                                <ref name="tei_model.global"/>
                            </zeroOrMore>
                            <ref name="tei_item"/>
                            <zeroOrMore>
                                <ref name="tei_model.global"/>
                            </zeroOrMore>
                        </oneOrMore>
                    </group>
                </choice>
                <zeroOrMore>
                    <group>
                        <group>
                            <ref name="tei_model.divBottom"/>
                        </group>
                        <zeroOrMore>
                            <ref name="tei_model.global"/>
                        </zeroOrMore>
                    </group>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_item">
        <element name="item">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                one component of a list.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_label">
        <element name="label">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the label associated with an item in a list; in glossaries, marks the term being
                defined.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_head">
        <element name="head">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading)
                contains any type of heading, for example the title of a section, or the heading of
                a list, glossary, manuscript description, etc.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_headLabel">
        <element name="headLabel">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading
                for list labels) contains the heading for the label or term column in a glossary
                list or similar structured list.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_headItem">
        <element name="headItem">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading
                for list items) contains the heading for the item or gloss column in a glossary list
                or similar structured list.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_note">
        <element name="note">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a note or annotation.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >describes the type of note.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="resp">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(responsible party) indicates who is responsible for the annotation:
                        author, editor, translator, etc.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="anchored"
                    a:defaultValue="true">
                    <a:documentation>indicates whether the copy text shows the exact place of
                        reference for the note.</a:documentation>
                    <choice>
                        <data type="boolean"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="targetEnd">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >points to the end of the span to which the note is attached, if the note is
                        not embedded in the text at that point.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="anyURI"/>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_index">
        <element name="index">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(index
                entry) marks a location to be indexed for whatever purpose.</a:documentation>
            <zeroOrMore>
                <group>
                    <ref name="tei_term"/>
                    <optional>
                        <ref name="tei_index"/>
                    </optional>
                </group>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="indexName">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_graphic">
        <element name="graphic">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates
                the location of an inline graphic, illustration, or figure.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="width">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="height">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scale">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A
                        scale factor to be applied to the image to make it the desired display
                        size</a:documentation>
                    <choice>
                        <data type="double"/>
                        <data type="token">
                            <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                        </data>
                        <data type="decimal"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="url">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(uniform resource locator) A URL which refers to the image
                        itself.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_binaryObject">
        <element name="binaryObject">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides
                encoded binary data representing an inline graphic or other
                object.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="width">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="height">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scale">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A
                        scale factor to be applied to the object to make it the desired display
                        size</a:documentation>
                    <choice>
                        <data type="double"/>
                        <data type="token">
                            <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                        </data>
                        <data type="decimal"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="encoding">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >The encoding used to encode the binary data. If not specified, this is
                        assumed to be Base64.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="token">
                                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                            </data>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_milestone">
        <element name="milestone">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks a
                boundary point separating any kind of section of a text, typically but not
                necessarily indicating a point at which some part of a standard reference system
                changes, where the change is not represented by a structural
                element.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="unit">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >provides a conventional name for the kind of section changing at this
                    milestone. Suggested values include: 1] page; 2] column; 3] line; 4] book; 5]
                    poem; 6] canto; 7] speaker; 8] stanza; 9] act; 10] scene; 11] section; 12]
                    absent; 13] unnumbered</a:documentation>
                <choice>
                    <value>page</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >physical page breaks (synonymous with the pb element).</a:documentation>
                    <value>column</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >column breaks.</a:documentation>
                    <value>line</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >line breaks (synonymous with the lb element).</a:documentation>
                    <value>book</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >any units termed book, liber, etc.</a:documentation>
                    <value>poem</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >individual poems in a collection.</a:documentation>
                    <value>canto</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >cantos or other major sections of a poem.</a:documentation>
                    <value>speaker</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >changes of speaker or narrator.</a:documentation>
                    <value>stanza</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >stanzas within a poem, book, or canto.</a:documentation>
                    <value>act</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >acts within a play.</a:documentation>
                    <value>scene</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >scenes within a play or act.</a:documentation>
                    <value>section</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >sections of any kind.</a:documentation>
                    <value>absent</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >passages not present in the reference edition.</a:documentation>
                    <value>unnumbered</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >passages present in the text, but not to be included as part of the
                        reference.</a:documentation>
                    <data type="Name"/>
                </choice>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_pb">
        <element name="pb">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(page
                break) marks the boundary between one page of a text and the next in a standard
                reference system.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_lb">
        <element name="lb">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line
                break) marks the start of a new (typographic) line in some edition or version of a
                text.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cb">
        <element name="cb">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(column
                break) marks the boundary between one column of a text and the next in a standard
                reference system.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_analytic">
        <element name="analytic">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic
                level) contains bibliographic elements describing an item (e.g. an article or poem)
                published within a monograph or journal and not as an independent
                publication.</a:documentation>
            <zeroOrMore>
                <choice>
                    <ref name="tei_author"/>
                    <ref name="tei_editor"/>
                    <ref name="tei_respStmt"/>
                    <ref name="tei_title"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_monogr">
        <element name="monogr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(monographic level) contains bibliographic elements describing an item (e.g. a book
                or journal) published as an independent item (i.e. as a separate physical
                object).</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_idno"/>
                                    <ref name="tei_editor"/>
                                    <ref name="tei_respStmt"/>
                                </choice>
                            </zeroOrMore>
                        </group>
                        <group>
                            <oneOrMore>
                                <ref name="tei_title"/>
                            </oneOrMore>
                            <zeroOrMore>
                                <choice>
                                    <ref name="tei_idno"/>
                                    <ref name="tei_author"/>
                                    <ref name="tei_editor"/>
                                    <ref name="tei_respStmt"/>
                                </choice>
                            </zeroOrMore>
                        </group>
                    </choice>
                </optional>
                <zeroOrMore>
                    <ref name="tei_model.noteLike"/>
                </zeroOrMore>
                <zeroOrMore>
                    <ref name="tei_edition"/>
                    <zeroOrMore>
                        <choice>
                            <ref name="tei_idno"/>
                            <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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_series">
        <element name="series">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series
                information) contains information about the series in which a book or other
                bibliographic item has appeared.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_author">
        <element name="author">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in a
                bibliographic reference, contains the name(s) of the author(s), personal or
                corporate, of a work; for example in the same form as that provided by a recognized
                bibliographic name authority. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_editor">
        <element name="editor">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_respStmt">
        <element name="respStmt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(statement of responsibility) supplies a statement of responsibility for the
                intellectual content of a text, edition, recording, or series, where the specialized
                elements for authors, editors, etc. do not suffice or do not
                apply.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_resp">
        <element name="resp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(responsibility) contains a phrase describing the nature of a person's intellectual
                responsibility.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_title">
        <element name="title">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a title for any kind of work.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="level">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the bibliographic level for a title, that is, whether it
                        identifies an article, book, journal, series, or unpublished
                        material.</a:documentation>
                    <choice>
                        <value>a</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic)
                            analytic title (article, poem, or other item published as part of a
                            larger item) </a:documentation>
                        <value>m</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(monographic) 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
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(journal)
                            journal title </a:documentation>
                        <value>s</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series)
                            series title </a:documentation>
                        <value>u</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(unpublished) title of unpublished material (including theses and
                            dissertations unless published by a commercial press)</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >classifies the title according to some convenient typology. Sample values
                        include: 1] main; 2] sub (subordinate부titre de niveau inférieur, titre de
                        partiesubordinatosubtítulo, título de una parte); 3] alt (alternate이명titre
                        alternatif, souvent dans une autre langue, par lequel l'oeuvre est également
                        connualternativotítulo alternativo, a menudo en otra lengua por la cual la
                        obra es también conocida.); 4] short; 5] desc (descriptive기술적paraphrase
                        descriptive de l'oeuvre ayant les fonctions d'un titredescrittivoparáfrasis
                        descriptiva que funciona como el título de una obra.)</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_imprint">
        <element name="imprint">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups
                information relating to the publication or distribution of a bibliographic
                item.</a:documentation>
            <oneOrMore>
                <choice>
                    <group>
                        <ref name="tei_model.imprintPart"/>
                    </group>
                    <group>
                        <ref name="tei_model.dateLike"/>
                    </group>
                </choice>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_publisher">
        <element name="publisher">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides
                the name of the organization responsible for the publication or distribution of a
                bibliographic item.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_biblScope">
        <element name="biblScope">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies the type of information conveyed by the element, e.g. columns,
                        pages, volume. Suggested values include: 1] vol (volume권el elemento contiene
                        el número de un volumen.); 2] issue; 3] pp (pages페이지pagineel elemento
                        contiene un número de página o el intervalo de páginas.); 4] ll (lines); 5]
                        chap (chapter장capítulo(chapitre) l'élément contient une indication de
                        chapitre (numéro et/ou titre)capitolo); 6] part</a:documentation>
                    <choice>
                        <value>vol</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(volume)
                            the element contains a volume number.</a:documentation>
                        <value>issue</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the
                            element contains an issue number, or volume and issue
                            numbers.</a:documentation>
                        <value>pp</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pages)
                            the element contains a page number or page range.</a:documentation>
                        <value>ll</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> (lines)
                            the element contains a line number or line range.</a:documentation>
                        <value>chap</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(chapter)
                            the element contains a chapter indication (number and/or
                            title)</a:documentation>
                        <value>part</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the
                            element identifies a part of a book or collection.</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="from">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the starting point of the range of units indicated by the type
                        attribute.</a:documentation>
                    <data type="token">
                        <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                    </data>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="to">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the end-point of the range of units indicated by the type
                        attribute.</a:documentation>
                    <data type="token">
                        <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                    </data>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_pubPlace">
        <element name="pubPlace">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(publication place) contains the name of the place where a bibliographic item was
                published.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_bibl">
        <element name="bibl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(bibliographic citation) contains a loosely-structured bibliographic citation of
                which the sub-components may or may not be explicitly tagged. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_biblStruct">
        <element name="biblStruct">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(structured bibliographic citation) contains a structured bibliographic citation,
                in which only bibliographic sub-elements appear and in a specified order. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listBibl">
        <element name="listBibl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(citation
                list) contains a list of bibliographic citations of any kind. </a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.headLike"/>
                </zeroOrMore>
                <oneOrMore>
                    <choice>
                        <ref name="tei_model.biblLike"/>
                        <ref name="tei_model.milestoneLike"/>
                        <ref name="tei_listBibl"/>
                    </choice>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_relatedItem">
        <element name="relatedItem">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                or references some other bibliographic item which is related to the present one in
                some specified manner, for example as a constituent or alternative version of
                it.</a:documentation>
            <choice>
                <ref name="tei_model.biblLike"/>
                <ref name="tei_model.ptrLike"/>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_l">
        <element name="l">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(verse
                line) contains a single, possibly incomplete, line of verse.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.enjamb.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_lg">
        <element name="lg">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                    <group>
                        <ref name="tei_model.divBottom"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sp">
        <element name="sp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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"/>
                        <ref name="tei_model.qLike"/>
                    </choice>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_speaker">
        <element name="speaker">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A
                specialized form of heading or label, giving the name of one or more speakers in a
                dramatic text or fragment.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_stage">
        <element name="stage">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(stage
                direction) contains any kind of stage direction within a dramatic text or
                fragment.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the kind of stage direction. Suggested values include: 1]
                        setting; 2] entrance; 3] exit; 4] business; 5] novelistic; 6] delivery; 7]
                        modifier; 8] location; 9] mixed</a:documentation>
                    <choice>
                        <value>setting</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                            a setting.</a:documentation>
                        <value>entrance</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                            an entrance.</a:documentation>
                        <value>exit</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                            an exit.</a:documentation>
                        <value>business</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                            stage business.</a:documentation>
                        <value>novelistic</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">is a
                            narrative, motivating stage direction.</a:documentation>
                        <value>delivery</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                            how a character speaks.</a:documentation>
                        <value>modifier</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives some
                            detail about a character.</a:documentation>
                        <value>location</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                            a location.</a:documentation>
                        <value>mixed</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">more than
                            one of the above</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.headerPart">
        <choice>
            <ref name="tei_encodingDesc"/>
            <ref name="tei_profileDesc"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_teiHeader">
        <element name="teiHeader">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI
                Header) supplies the descriptive and declarative information making up an electronic
                title page 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type" a:defaultValue="text">
                    <a:documentation>specifies the kind of document to which the header is attached,
                        for example whether it is a corpus or individual text. Sample values
                        include: 1] text; 2] corpus</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_fileDesc">
        <element name="fileDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(file
                description) contains a full bibliographic description of an electronic
                file.</a:documentation>
            <group>
                <group>
                    <ref name="tei_titleStmt"/>
                    <optional>
                        <ref name="tei_editionStmt"/>
                    </optional>
                    <optional>
                        <ref name="tei_extent"/>
                    </optional>
                    <optional>
                        <ref name="tei_filename"/>
                    </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_titleStmt">
        <element name="titleStmt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(title
                statement) groups information about the title of a work and those responsible for
                its intellectual content.</a:documentation>
            <group>
                <oneOrMore>
                    <ref name="tei_title"/>
                </oneOrMore>
                <zeroOrMore>
                    <ref name="tei_model.respLike"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_funder">
        <element name="funder">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(funding
                body) specifies the name of an individual, institution, or organization responsible
                for the funding of a project or text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_editionStmt">
        <element name="editionStmt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition
                statement) groups information relating to one edition of a text.</a:documentation>
            <choice>
                <oneOrMore>
                    <ref name="tei_model.pLike"/>
                </oneOrMore>
                <group>
                    <ref name="tei_edition"/>
                    <zeroOrMore>
                        <ref name="tei_respStmt"/>
                    </zeroOrMore>
                </group>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_edition">
        <element name="edition">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition)
                describes the particularities of one edition of a text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_extent">
        <element name="extent">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                the approximate size of a text as stored on some carrier medium, whether digital or
                non-digital, specified in any convenient units.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_publicationStmt">
        <element name="publicationStmt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(publication statement) groups information concerning the publication or
                distribution of an electronic or other text. </a:documentation>
            <choice>
                <oneOrMore>
                    <ref name="tei_model.pLike"/>
                </oneOrMore>
                <oneOrMore>
                    <ref name="tei_model.publicationStmtPart"/>
                </oneOrMore>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_distributor">
        <element name="distributor">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies
                the name of a person or other agency responsible for the distribution of a
                text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_authority">
        <element name="authority">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(release
                authority) supplies the name of a person or other agency responsible for making an
                electronic file available, other than a publisher or distributor.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_idno">
        <element name="idno">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(identifying number) supplies any number or other identifier used to identify a
                bibliographic item in a standardized way.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >categorizes the number, for example as an ISBN or other standard series. </a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_availability">
        <element name="availability">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies
                information about the availability of a text, for example any restrictions on its
                use or distribution, its copyright status, etc.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="status"
                    a:defaultValue="unknown">
                    <a:documentation>supplies a code identifying the current availability of the
                        text. </a:documentation>
                    <choice>
                        <value>free</value>
                        <a:documentation>the text is freely available. </a:documentation>
                        <value>unknown</value>
                        <a:documentation>the status of the text is unknown. </a:documentation>
                        <value>restricted</value>
                        <a:documentation>the text is not freely available. </a:documentation>
                    </choice>
                </attribute>
            </optional>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlid"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="n">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(number) n gibt an, in welchem Umfang der Kontext eines Recherchetreffers
                        im Web angezeigt wird. Suggested values include: 1] OR0W; 2] OR7W; 3] OR1S;
                        4] OR1S; 5] OR3S; 6] MR1S; 7] MR3S</a:documentation>
                    <choice>
                        <value>OR0W</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Ohne
                            Rechte 0 Worte</a:documentation>
                        <value>OR7W</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Ohne Recht
                            7 Worte</a:documentation>
                        <value>OR1S</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Ohne
                            Rechte 1 Satz</a:documentation>
                        <value>OR1S</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Ohne
                            Rechte 1 Satz</a:documentation>
                        <value>OR3S</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Ohne
                            Rechte 3 Sätze</a:documentation>
                        <value>MR1S</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Mit
                            Rechten 1 Satz</a:documentation>
                        <value>MR3S</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Mit
                            Rechten 3 Sätze</a:documentation>
                        <text/>
                    </choice>
                </attribute>
            </optional>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmllang"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.rend"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.rendition"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlbase"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.analytic.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.facs.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_seriesStmt">
        <element name="seriesStmt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series
                statement) groups information about the series, if any, to which a publication
                belongs.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_notesStmt">
        <element name="notesStmt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(notes
                statement) collects together any notes providing information about a text additional
                to that recorded in other parts of the bibliographic description.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.noteLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.sourceDescPart">
        <notAllowed/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sourceDesc">
        <element name="sourceDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(source
                description) describes the source from which an electronic text was derived or
                generated, typically a bibliographic description in the case of a digitized text, or
                a phrase such as "born digital" for a text which has no previous
                existence.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_biblFull">
        <element name="biblFull">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(fully-structured bibliographic citation) contains a fully-structured bibliographic
                citation, in which all components of the TEI file description are
                present.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.encodingPart">
        <choice>
            <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_charDecl"/>
            <ref name="tei_metDecl"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_encodingDesc">
        <element name="encodingDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(encoding
                description) documents the relationship between an electronic text and the source or
                sources from which it was derived.</a:documentation>
            <group>
                <oneOrMore>
                    <choice>
                        <ref name="tei_model.encodingPart"/>
                        <ref name="tei_model.pLike"/>
                    </choice>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_projectDesc">
        <element name="projectDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(project
                description) describes in detail the aim or purpose for which an electronic file was
                encoded, together with any other relevant information concerning the process by
                which it was assembled or collected.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_samplingDecl">
        <element name="samplingDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sampling
                declaration) contains a prose description of the rationale and methods used in
                sampling texts in the creation of a corpus or collection.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.editorialDeclPart">
        <choice>
            <ref name="tei_correction"/>
            <ref name="tei_normalization"/>
            <ref name="tei_quotation"/>
            <ref name="tei_hyphenation"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_editorialDecl">
        <element name="editorialDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(editorial practice declaration) provides details of editorial principles and
                practices applied during the encoding of a text.</a:documentation>
            <choice>
                <oneOrMore>
                    <ref name="tei_model.pLike"/>
                </oneOrMore>
                <oneOrMore>
                    <ref name="tei_model.editorialDeclPart"/>
                </oneOrMore>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_correction">
        <element name="correction">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(correction principles) states how and under what circumstances corrections have
                been made in the text.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="status"
                    a:defaultValue="unknown">
                    <a:documentation>indicates the degree of correction applied to the text. </a:documentation>
                    <choice>
                        <value>high</value>
                        <a:documentation>the text has been thoroughly checked and proofread. </a:documentation>
                        <value>medium</value>
                        <a:documentation>the text has been checked at least once. </a:documentation>
                        <value>low</value>
                        <a:documentation>the text has not been checked. </a:documentation>
                        <value>unknown</value>
                        <a:documentation>the correction status of the text is unknown.
                        </a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="method"
                    a:defaultValue="silent">
                    <a:documentation>indicates the method adopted to indicate corrections within the
                        text. </a:documentation>
                    <choice>
                        <value>silent</value>
                        <a:documentation>corrections have been made silently </a:documentation>
                        <value>markup</value>
                        <a:documentation>corrections have been represented using
                            markup</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_normalization">
        <element name="normalization">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates
                the extent of normalization or regularization of the original source carried out in
                converting it to electronic form.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="source">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the authority for any normalization carried out. </a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="method"
                    a:defaultValue="silent">
                    <a:documentation>indicates the method adopted to indicate normalizations within
                        the text. </a:documentation>
                    <choice>
                        <value>silent</value>
                        <a:documentation>normalization made silently </a:documentation>
                        <value>markup</value>
                        <a:documentation>normalization represented using markup </a:documentation>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_quotation">
        <element name="quotation">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies
                editorial practice adopted with respect to quotation marks in the original. </a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="form" a:defaultValue="unknown">
                    <a:documentation>specifies how quotation marks are indicated within the
                        text.</a:documentation>
                    <text/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_hyphenation">
        <element name="hyphenation">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >summarizes the way in which hyphenation in a source text has been treated in an
                encoded version of it.</a:documentation>
            <oneOrMore>
                <ref name="tei_model.pLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="eol" a:defaultValue="some">
                    <a:documentation>(end-of-line) indicates whether or not end-of-line hyphenation
                        has been retained in a text.</a:documentation>
                    <choice>
                        <value>all</value>
                        <a:documentation>all end-of-line hyphenation has been retained, even though
                            the lineation of the original may not have been. </a:documentation>
                        <value>some</value>
                        <a:documentation>end-of-line hyphenation has been retained in some cases. </a:documentation>
                        <value>hard</value>
                        <a:documentation>all soft end-of-line hyphenation has been removed: any
                            remaining end-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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_tagsDecl">
        <element name="tagsDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(tagging
                declaration) provides detailed information about the tagging applied to a
                document.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_rendition"/>
                </zeroOrMore>
                <zeroOrMore>
                    <ref name="tei_namespace"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_tagUsage">
        <element name="tagUsage">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies
                information about the usage of a specific element within a text. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.limitedContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="gi">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(element name) the name (generic identifier) of the element indicated by the
                    tag.</a:documentation>
                <data type="Name"/>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="occurs">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the number of occurrences of this element within the
                        text.</a:documentation>
                    <data type="nonNegativeInteger"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="withId">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(with unique identifier) specifies the number of occurrences of this
                        element within the text which bear a distinct value for the global xml:id
                        attribute. </a:documentation>
                    <data type="nonNegativeInteger"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="render">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the identifier of a rendition element which defines how this
                        element is to be rendered.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_namespace">
        <element name="namespace">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies
                the formal name of the namespace to which the elements documented by its children
                belong. </a:documentation>
            <oneOrMore>
                <ref name="tei_tagUsage"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="name">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the
                    full formal name of the namespace concerned.</a:documentation>
                <data type="anyURI"/>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rendition">
        <element name="rendition">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies
                information about the rendition or appearance of one or more elements in the source
                text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.limitedContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies the language used to describe the rendition.</a:documentation>
                    <choice>
                        <value>css</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Cascading
                            Stylesheet Language</a:documentation>
                        <value>xslfo</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Extensible
                            Stylesheet Language Formatting Objects</a:documentation>
                        <value>free</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Informal
                            free text description</a:documentation>
                        <value>other</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A
                            user-defined rendition description language</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scope">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >where CSS is used, provides a way of defining pseudo-elements, that is,
                        styling rules applicable to specific sub-portions of an
                        element.</a:documentation>
                    <text/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_refsDecl">
        <element name="refsDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(references declaration) specifies how canonical references are constructed for
                this text.</a:documentation>
            <choice>
                <oneOrMore>
                    <ref name="tei_model.pLike"/>
                </oneOrMore>
                <oneOrMore>
                    <ref name="tei_refState"/>
                </oneOrMore>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_refState">
        <element name="refState">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(reference state) specifies one component of a canonical reference defined by the
                milestone method.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="unit">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >page breaks in the reference edition. </a:documentation>
                    <value>column</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >column breaks. </a:documentation>
                    <value>line</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >line breaks. </a:documentation>
                    <value>book</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >any units termed book, liber, etc. </a:documentation>
                    <value>poem</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >individual poems in a collection. </a:documentation>
                    <value>canto</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >cantos or other major sections of a poem. </a:documentation>
                    <value>stanza</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >stanzas within a poem, book, or canto. </a:documentation>
                    <value>act</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >acts within a play. </a:documentation>
                    <value>scene</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >scenes within a play or act. </a:documentation>
                    <value>section</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >sections of any kind. </a:documentation>
                    <value>absent</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >passages not present in the reference edition.</a:documentation>
                    <data type="Name"/>
                </choice>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="length">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the fixed length of the reference component.</a:documentation>
                    <data type="nonNegativeInteger"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="delim">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(delimiter) supplies a delimiting string following the reference
                        component.</a:documentation>
                    <text/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_classDecl">
        <element name="classDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(classification declarations) contains one or more taxonomies defining any
                classificatory codes used elsewhere in the text.</a:documentation>
            <oneOrMore>
                <ref name="tei_taxonomy"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_taxonomy">
        <element name="taxonomy">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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>
                    <group>
                        <ref name="tei_model.biblLike"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_category"/>
                    </zeroOrMore>
                </group>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_category">
        <element name="category">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                an individual descriptive category, possibly nested within a superordinate category,
                within a user-defined taxonomy.</a:documentation>
            <group>
                <choice>
                    <ref name="tei_catDesc"/>
                    <zeroOrMore>
                        <ref name="tei_model.glossLike"/>
                    </zeroOrMore>
                </choice>
                <zeroOrMore>
                    <ref name="tei_category"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_catDesc">
        <element name="catDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category
                description) describes some category within a taxonomy or text typology, either in
                the form of a brief prose description or in terms of the situational parameters used
                by the TEI formal textDesc.</a:documentation>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.limitedPhrase"/>
                    <ref name="tei_model.catDescPart"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_appInfo">
        <element name="appInfo">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(application information) records information about an application which has edited
                the TEI file. </a:documentation>
            <oneOrMore>
                <ref name="tei_model.applicationLike"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_application">
        <element name="application">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides
                information about an application which has acted upon the
                document.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="ident">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >Supplies an identifier for the application, independent of its version number
                    or display name.</a:documentation>
                <data type="Name"/>
            </attribute>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="version">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >Supplies a version number for the application, independent of its identifier or
                    display name.</a:documentation>
                <data type="token">
                    <param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</param>
                </data>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.applicationLike">
        <choice>
            <ref name="tei_application"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.profileDescPart">
        <choice>
            <ref name="tei_langUsage"/>
            <ref name="tei_textClass"/>
        </choice>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_profileDesc">
        <element name="profileDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(text-profile description) provides a detailed description of non-bibliographic
                aspects of a text, specifically the languages and sublanguages used, the situation
                in which it was produced, the participants and their setting.</a:documentation>
            <group>
                <optional>
                    <ref name="tei_creation"/>
                </optional>
                <zeroOrMore>
                    <ref name="tei_model.profileDescPart"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_creation">
        <element name="creation">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                information about the creation of a text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_langUsage">
        <element name="langUsage">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language
                usage) describes the languages, sublanguages, registers, dialects, etc. represented
                within a text.</a:documentation>
            <oneOrMore>
                <ref name="tei_language"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_language">
        <element name="language">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >characterizes a single language or sublanguage used within a
                text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="ident">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(identifier) Supplies a language code constructed as defined in BCP 47 which is
                    used to identify the language documented by this element, and which is
                    referenced by the global xml:lang attribute.</a:documentation>
                <data type="language"/>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="usage">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the approximate percentage (by volume) of the text which uses
                        this language. </a:documentation>
                    <data type="nonNegativeInteger">
                        <param name="maxInclusive">100</param>
                    </data>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_textClass">
        <element name="textClass">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text
                classification) groups information which describes the nature or topic of a text in
                terms of a standard classification scheme, thesaurus, etc.</a:documentation>
            <zeroOrMore>
                <choice>
                    <ref name="tei_classCode"/>
                    <ref name="tei_catRef"/>
                    <ref name="tei_keywords"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_keywords">
        <element name="keywords">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a list of keywords or phrases identifying the topic or nature of a
                text.</a:documentation>
            <choice>
                <oneOrMore>
                    <ref name="tei_term"/>
                </oneOrMore>
                <ref name="tei_list"/>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >identifies the controlled vocabulary within which the set of keywords concerned
                    is defined. </a:documentation>
                <data type="anyURI"/>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_classCode">
        <element name="classCode">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(classification code) contains the classification code used for this text in some
                standard classification system.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >identifies the classification system or taxonomy in use.</a:documentation>
                <data type="anyURI"/>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_catRef">
        <element name="catRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category
                reference) specifies one or more defined categories within some taxonomy or text
                typology.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >identifies the categories concerned </a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies the classification scheme within which the set of categories
                        concerned is defined </a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_revisionDesc">
        <element name="revisionDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(revision
                description) summarizes the revision history for a file.</a:documentation>
            <choice>
                <ref name="tei_list"/>
                <oneOrMore>
                    <ref name="tei_change"/>
                </oneOrMore>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_change">
        <element name="change">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="when">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_typeNote">
        <element name="typeNote">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes
                a particular font or other significant typographic feature distinguished within the
                description of a printed resource.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geoDecl">
        <element name="geoDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(geographic coordinates declaration) documents the notation and the datum used for
                geographic coordinates expressed as content of the geo element elsewhere within the
                document.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="datum" a:defaultValue="WGS84">
                    <a:documentation>supplies a commonly used code name for the datum employed.
                        Suggested values include: 1] WGS84 (World Geodetic System세계 측지 시스템Sistema
                        Geodésico MundialSystème Géodésique Mondialsistema geodetico mondiale); 2]
                        MGRS (Military Grid Reference System군사 좌표 참조 시스템Sistema de Coordenadas
                        MGRSSystème de Référence du Réseau Militaire, (MGRS).sistema di riferimento
                        delle coordinate MGRS); 3] OSGB36 (ordnance survey great britain영국 육지
                        측량부Système de coordonnées de Grande-Bretagne (OSGB) sistema di riferimento a
                        reticolato OSGB36); 4] ED50 (European Datum coordinate system유럽 자료 좌표
                        시스템Sistema de coordinadas European Datumsystème de coordonnées de données
                        européen.sistema di riferimento ED50)</a:documentation>
                    <choice>
                        <value>WGS84</value>
                        <a:documentation>(World Geodetic System) a pair of numbers to be interpreted
                            as latitude followed by longitude according to the World Geodetic
                            System.</a:documentation>
                        <value>MGRS</value>
                        <a:documentation>(Military Grid Reference System) the values supplied are
                            geospatial entity object codes, based on</a:documentation>
                        <value>OSGB36</value>
                        <a:documentation>(ordnance survey great britain) the value supplied is to be
                            interpreted as a British National Grid Reference.</a:documentation>
                        <value>ED50</value>
                        <a:documentation>(European Datum coordinate system) the value supplied is to
                            be interpreted as latitude followed by longitude according to the
                            European Datum coordinate system.</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_TEI">
        <element name="TEI">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI
                document) contains a single TEI-conformant document, comprising a TEI header and a
                text, either in isolation or as part of a teiCorpus element.</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>
            <sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="tei"
                uri="http://www.tei-c.org/ns/1.0"/>
            <sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="rng"
                uri="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_text">
        <element name="text">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a single text of any kind, whether unitary or composite, for example a poem or
                drama, a collection of essays, a novel, a dictionary, or a corpus
                sample.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <optional>
                    <ref name="tei_front"/>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </optional>
                <ref name="tei_body"/>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <optional>
                    <ref name="tei_back"/>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </optional>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_body">
        <element name="body">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text
                body) contains the whole body of a single unitary text, excluding any front or back
                matter.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <optional>
                    <group>
                        <group>
                            <ref name="tei_model.divTop"/>
                        </group>
                        <zeroOrMore>
                            <choice>
                                <ref name="tei_model.global"/>
                                <ref name="tei_model.divTop"/>
                            </choice>
                        </zeroOrMore>
                    </group>
                </optional>
                <optional>
                    <group>
                        <group>
                            <ref name="tei_model.divGenLike"/>
                        </group>
                        <zeroOrMore>
                            <choice>
                                <ref name="tei_model.global"/>
                                <ref name="tei_model.divGenLike"/>
                            </choice>
                        </zeroOrMore>
                    </group>
                </optional>
                <group>
                    <choice>
                        <oneOrMore>
                            <group>
                                <group>
                                    <ref name="tei_model.divLike"/>
                                </group>
                                <zeroOrMore>
                                    <choice>
                                        <ref name="tei_model.global"/>
                                        <ref name="tei_model.divGenLike"/>
                                    </choice>
                                </zeroOrMore>
                            </group>
                        </oneOrMore>
                        <oneOrMore>
                            <group>
                                <group>
                                    <ref name="tei_model.div1Like"/>
                                </group>
                                <zeroOrMore>
                                    <choice>
                                        <ref name="tei_model.global"/>
                                        <ref name="tei_model.divGenLike"/>
                                    </choice>
                                </zeroOrMore>
                            </group>
                        </oneOrMore>
                        <group>
                            <oneOrMore>
                                <group>
                                    <ref name="tei_model.common"/>
                                </group>
                                <zeroOrMore>
                                    <ref name="tei_model.global"/>
                                </zeroOrMore>
                            </oneOrMore>
                            <optional>
                                <choice>
                                    <oneOrMore>
                                        <group>
                                            <group>
                                                <ref name="tei_model.divLike"/>
                                            </group>
                                            <zeroOrMore>
                                                <choice>
                                                  <ref name="tei_model.global"/>
                                                  <ref name="tei_model.divGenLike"/>
                                                </choice>
                                            </zeroOrMore>
                                        </group>
                                    </oneOrMore>
                                    <oneOrMore>
                                        <group>
                                            <group>
                                                <ref name="tei_model.div1Like"/>
                                            </group>
                                            <zeroOrMore>
                                                <choice>
                                                  <ref name="tei_model.global"/>
                                                  <ref name="tei_model.divGenLike"/>
                                                </choice>
                                            </zeroOrMore>
                                        </group>
                                    </oneOrMore>
                                </choice>
                            </optional>
                        </group>
                    </choice>
                </group>
                <zeroOrMore>
                    <group>
                        <group>
                            <ref name="tei_model.divBottom"/>
                        </group>
                        <zeroOrMore>
                            <ref name="tei_model.global"/>
                        </zeroOrMore>
                    </group>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_floatingText">
        <element name="floatingText">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a single text of any kind, whether unitary or composite, which interrupts the text
                containing it at any point and after which the surrounding text
                resumes.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <optional>
                    <ref name="tei_front"/>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </optional>
                <ref name="tei_body"/>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <optional>
                    <ref name="tei_back"/>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </optional>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_div">
        <element name="div">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text
                division) contains a subdivision of the front, body, or back of a
                text.</a:documentation>
            <group>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_model.divTop"/>
                        <ref name="tei_model.global"/>
                    </choice>
                </zeroOrMore>
                <optional>
                    <choice>
                        <group>
                            <oneOrMore>
                                <choice>
                                    <ref name="tei_model.divLike"/>
                                    <ref name="tei_model.divGenLike"/>
                                </choice>
                                <zeroOrMore>
                                    <ref name="tei_model.global"/>
                                </zeroOrMore>
                            </oneOrMore>
                        </group>
                        <group>
                            <oneOrMore>
                                <group>
                                    <ref name="tei_model.common"/>
                                </group>
                                <zeroOrMore>
                                    <ref name="tei_model.global"/>
                                </zeroOrMore>
                            </oneOrMore>
                            <zeroOrMore>
                                <choice>
                                    <ref name="tei_model.divLike"/>
                                    <ref name="tei_model.divGenLike"/>
                                </choice>
                                <zeroOrMore>
                                    <ref name="tei_model.global"/>
                                </zeroOrMore>
                            </zeroOrMore>
                        </group>
                    </choice>
                    <zeroOrMore>
                        <group>
                            <ref name="tei_model.divBottom"/>
                        </group>
                        <zeroOrMore>
                            <ref name="tei_model.global"/>
                        </zeroOrMore>
                    </zeroOrMore>
                </optional>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_trailer">
        <element name="trailer">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a closing title or footer appearing at the end of a division of a text. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_byline">
        <element name="byline">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the primary statement of responsibility given for a work on its title page or at the
                head or end of the work.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_dateline">
        <element name="dateline">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a brief description of the place, date, time, etc. of production of a letter,
                newspaper story, or other work, prefixed or suffixed to it as a kind of heading or
                trailer. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_argument">
        <element name="argument">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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>
                    <group>
                        <ref name="tei_model.common"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_epigraph">
        <element name="epigraph">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a quotation, anonymous or attributed, appearing at the start 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_opener">
        <element name="opener">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups
                together dateline, byline, salutation, and similar phrases appearing as a
                preliminary group at the start of a division, especially of a
                letter.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_closer">
        <element name="closer">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups
                together salutations, datelines, and similar phrases appearing as a final group at
                the end of a division, especially of a letter.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_salute">
        <element name="salute">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(salutation) contains a salutation or greeting prefixed to a foreword, dedicatory
                epistle, or other division of a text, or the salutation in the closing of a letter,
                preface, etc.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_signed">
        <element name="signed">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(signature) contains the closing salutation, etc., appended to a foreword,
                dedicatory epistle, or other division of a text. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_postscript">
        <element name="postscript">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a postscript, e.g. to a letter.</a:documentation>
            <zeroOrMore>
                <choice>
                    <group>
                        <ref name="tei_model.common"/>
                    </group>
                    <group>
                        <ref name="tei_model.global"/>
                    </group>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_titlePage">
        <element name="titlePage">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(title
                page) contains the title page of a text, appearing within the front or back matter. </a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.global"/>
                </zeroOrMore>
                <group>
                    <ref name="tei_model.titlepagePart"/>
                </group>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_model.titlepagePart"/>
                        <ref name="tei_model.global"/>
                    </choice>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >classifies the title page according to any convenient
                        typology.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docTitle">
        <element name="docTitle">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document
                title) contains the title of a document, including all its constituents, as given on
                a title page.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_titlePart">
        <element name="titlePart">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a subsection or division of the title of a work, as indicated on a title
                page.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type" a:defaultValue="main">
                    <a:documentation>specifies the role of this subdivision of the title. Suggested
                        values include: 1] main; 2] sub (subordinate부수적subordinatosous-titre de
                        l’ouvrage.Untertitel des Werkssubtítulo de una obra); 3] alt
                        (alternate이명alternativotitre alternatif de l’ouvrage.Alternativer Titel des
                        Werkstítulo alternativo de una obra); 4] short; 5] desc
                        (descriptive기술적descrittivodescription paraphrastique de
                        l’ouvrage.Kurzbeschreibung des Werksparáfrasis descriptiva de la
                        obra)</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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docAuthor">
        <element name="docAuthor">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document
                author) contains the name of the author of the document, as given on the title page
                (often but not always contained in a byline).</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_imprimatur">
        <element name="imprimatur">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a formal statement authorizing the publication of a work, sometimes required to
                appear on a title page or its verso.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docEdition">
        <element name="docEdition">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document
                edition) contains an edition statement as presented on a title page of a
                document.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docImprint">
        <element name="docImprint">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document
                imprint) contains the imprint statement (place and date of publication, publisher
                name), as given (usually) at the foot of a title page.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docDate">
        <element name="docDate">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document
                date) contains the date of a document, as given (usually) on a title
                page.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="when">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >gives the value of the date in standard form, i.e.
                        YYYY-MM-DD.</a:documentation>
                    <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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_front">
        <element name="front">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(front
                matter) contains any prefatory matter (headers, title page, prefaces, dedications,
                etc.) found at the start of a document, before the main body.</a:documentation>
            <group>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_model.frontPart"/>
                        <ref name="tei_model.pLike.front"/>
                        <ref name="tei_model.global"/>
                    </choice>
                </zeroOrMore>
                <group>
                    <optional>
                        <choice>
                            <group>
                                <group>
                                    <ref name="tei_model.div1Like"/>
                                </group>
                                <zeroOrMore>
                                    <choice>
                                        <ref name="tei_model.frontPart"/>
                                        <ref name="tei_model.div1Like"/>
                                        <ref name="tei_model.global"/>
                                    </choice>
                                </zeroOrMore>
                            </group>
                            <group>
                                <group>
                                    <ref name="tei_model.divLike"/>
                                </group>
                                <zeroOrMore>
                                    <choice>
                                        <ref name="tei_model.frontPart"/>
                                        <ref name="tei_model.divLike"/>
                                        <ref name="tei_model.global"/>
                                    </choice>
                                </zeroOrMore>
                            </group>
                        </choice>
                    </optional>
                </group>
                <group>
                    <optional>
                        <group>
                            <ref name="tei_model.divBottomPart"/>
                        </group>
                        <zeroOrMore>
                            <choice>
                                <ref name="tei_model.divBottomPart"/>
                                <ref name="tei_model.global"/>
                            </choice>
                        </zeroOrMore>
                    </optional>
                </group>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_back">
        <element name="back">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(back
                matter) contains any appendixes, etc. following the main part of a
                text.</a:documentation>
            <group>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_model.frontPart"/>
                        <ref name="tei_model.pLike.front"/>
                        <ref name="tei_model.global"/>
                    </choice>
                </zeroOrMore>
                <group>
                    <optional>
                        <choice>
                            <group>
                                <group>
                                    <ref name="tei_model.div1Like"/>
                                </group>
                                <zeroOrMore>
                                    <choice>
                                        <ref name="tei_model.frontPart"/>
                                        <ref name="tei_model.div1Like"/>
                                        <ref name="tei_model.global"/>
                                    </choice>
                                </zeroOrMore>
                            </group>
                            <group>
                                <group>
                                    <ref name="tei_model.divLike"/>
                                </group>
                                <zeroOrMore>
                                    <choice>
                                        <ref name="tei_model.frontPart"/>
                                        <ref name="tei_model.divLike"/>
                                        <ref name="tei_model.global"/>
                                    </choice>
                                </zeroOrMore>
                            </group>
                        </choice>
                    </optional>
                </group>
                <group>
                    <optional>
                        <group>
                            <ref name="tei_model.divBottomPart"/>
                        </group>
                        <zeroOrMore>
                            <choice>
                                <ref name="tei_model.divBottomPart"/>
                                <ref name="tei_model.global"/>
                            </choice>
                        </zeroOrMore>
                    </optional>
                </group>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_s">
        <element name="s">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(s-unit)
                contains a sentence-like division of a text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cl">
        <element name="cl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(clause)
                represents a grammatical clause.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_phr">
        <element name="phr">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(phrase)
                represents a grammatical phrase.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_w">
        <element name="w">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(word)
                represents a grammatical (not necessarily orthographic) word.</a:documentation>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.gLike"/>
                    <ref name="tei_seg"/>
                    <ref name="tei_w"/>
                    <ref name="tei_m"/>
                    <ref name="tei_c"/>
                    <ref name="tei_model.global"/>
                    <ref name="tei_model.lPart"/>
                    <ref name="tei_model.hiLike"/>
                    <ref name="tei_model.pPart.edit"/>
                </choice>
            </zeroOrMore>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="phonetic"
                    ns="http://www.deutsches-textarchiv.de/ns/1.0">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >phonetic representation from TAXI</a:documentation>
                    <text/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="phonrepr"
                    ns="http://www.deutsches-textarchiv.de/ns/1.0">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >the phonetic representant of the equivalence class</a:documentation>
                    <text/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="lemma">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >provides a lemma for the word, such as an uninflected dictionary entry
                        form.</a:documentation>
                    <data type="string"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="lemmaRef">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >provides a pointer to a definition for the root form of this word
                        form.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_m">
        <element name="m">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(morpheme) represents a grammatical morpheme.</a:documentation>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.gLike"/>
                    <ref name="tei_seg"/>
                    <ref name="tei_m"/>
                    <ref name="tei_c"/>
                    <ref name="tei_model.global"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="baseForm">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_c">
        <element name="c">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(character) represents a character.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="guess"
                    ns="http://www.deutsches-textarchiv.de/ns/1.0">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >Indicates the reliability with wich the character was recognised by the OCR
                        software.</a:documentation>
                    <choice>
                        <data type="double"/>
                        <data type="token">
                            <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                        </data>
                        <data type="decimal"/>
                    </choice>
                </attribute>
            </optional>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_pc">
        <element name="pc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                (punctuation character) a character or string of characters regarded as constituting
                a single punctuation mark.</a:documentation>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.gLike"/>
                    <ref name="tei_c"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="force">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the extent to which this punctuation mark conventionally
                        separates words or phrases</a:documentation>
                    <choice>
                        <value>strong</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the
                            punctuation mark is a word separator</a:documentation>
                        <value>weak</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the
                            punctuation mark is not a word separator</a:documentation>
                        <value>inter</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the
                            punctuation mark may or may not be a word separator</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="unit">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >provides a name for the kind of unit delimited by this punctuation
                        mark.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="pre">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates whether this punctuation mark precedes or follows the unit it
                        delimits.</a:documentation>
                    <choice>
                        <data type="boolean"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.analytic.attributes">
        <ref name="att.global.analytic.attribute.ana"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.analytic.attribute.ana">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="ana">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_span">
        <element name="span">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >associates an interpretative annotation directly with a span of
                text.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="from">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="to">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the end of the passage being annotated.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_spanGrp">
        <element name="spanGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(span
                group) collects together span tags.</a:documentation>
            <zeroOrMore>
                <ref name="tei_span"/>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_set">
        <element name="set">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                    <group>
                        <group>
                            <ref name="tei_model.common"/>
                        </group>
                        <zeroOrMore>
                            <ref name="tei_model.global"/>
                        </zeroOrMore>
                    </group>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_prologue">
        <element name="prologue">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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>
                    <group>
                        <ref name="tei_model.common"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </oneOrMore>
                <zeroOrMore>
                    <group>
                        <ref name="tei_model.divBottom"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_epilogue">
        <element name="epilogue">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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>
                    <group>
                        <ref name="tei_model.common"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </oneOrMore>
                <zeroOrMore>
                    <group>
                        <ref name="tei_model.divBottom"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_castList">
        <element name="castList">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                    <group>
                        <ref name="tei_model.common"/>
                    </group>
                    <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>
                    <group>
                        <ref name="tei_model.common"/>
                    </group>
                    <zeroOrMore>
                        <ref name="tei_model.global"/>
                    </zeroOrMore>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_castGroup">
        <element name="castGroup">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_castItem">
        <element name="castItem">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_role">
        <element name="role">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the name
                of a dramatic role, as given in a cast list.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_roleDesc">
        <element name="roleDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(role
                description) describes a character's role in a drama.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_actor">
        <element name="actor">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Name of
                an actor appearing within a cast list.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_move">
        <element name="move">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(movement) marks the actual entrance or exit of one or more characters on
                stage.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">character
                            is entering the stage.</a:documentation>
                        <value>exit</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">character
                            is exiting the stage.</a:documentation>
                        <value>onStage</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">character
                            moves on stage</a:documentation>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="where">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the direction of a stage movement. Sample values include: 1] L
                        (left왼쪽izquierdoà gauche sinistra); 2] R (right오른쪽derechaà droite.destra);
                        3] C (center중앙centroau centre centro)</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="Name"/>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="perf">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_caption">
        <element name="caption">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the text of a caption or other text displayed as part of a film script or
                screenplay.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_table">
        <element name="table">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                text displayed in tabular form, in rows and columns.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="rows">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the number of rows in the table.</a:documentation>
                    <data type="nonNegativeInteger"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="cols">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(columns) indicates the number of columns in each row of the
                        table.</a:documentation>
                    <data type="nonNegativeInteger"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_row">
        <element name="row">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                one row of a table. </a:documentation>
            <oneOrMore>
                <ref name="tei_cell"/>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.tableDecoration.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cell">
        <element name="cell">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                one cell of a table. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.tableDecoration.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_formula">
        <element name="formula">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a mathematical or other formula.</a:documentation>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.graphicLike"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="notation">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >supplies the name of a previously defined notation used for the content of
                        the element.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_figure">
        <element name="figure">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups
                elements representing or containing graphic information such as an illustration 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_model.global"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_figDesc">
        <element name="figDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(description of figure) contains a brief prose description of the appearance or
                content of a graphic figure, for use when documenting an image without displaying
                it.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.limitedContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_g">
        <element name="g">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(character or glyph) represents a non-standard character or
                glyph.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="ref">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >points to a description of the character or glyph
                        intended.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_char">
        <element name="char">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_charName">
        <element name="charName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(character name) contains the name of a character, expressed following Unicode
                conventions. </a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_charProp">
        <element name="charProp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_charDecl">
        <element name="charDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_glyph">
        <element name="glyph">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_glyphName">
        <element name="glyphName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(character glyph name) contains the name of a glyph, expressed following Unicode
                conventions for character names. </a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_localName">
        <element name="localName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(locally-defined property name) contains a locally defined name for some property. </a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_mapping">
        <element name="mapping">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_unicodeName">
        <element name="unicodeName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(unicode
                property name) contains the name of a registered Unicode normative or informative
                property. </a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="version">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the version number of the Unicode Standard in which this property
                        name is defined.</a:documentation>
                    <choice>
                        <data type="double"/>
                        <data type="token">
                            <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                        </data>
                        <data type="decimal"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_value">
        <element name="value">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(value)
                contains a single value for some property, attribute, or other
                analysis.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_link">
        <element name="link">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines
                an association or hypertextual link among elements or passages, of some type not
                more precisely specifiable by other elements.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="targets">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_linkGrp">
        <element name="linkGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(link
                group) defines a collection of associations or hypertextual links.</a:documentation>
            <oneOrMore>
                <choice>
                    <ref name="tei_link"/>
                    <ref name="tei_ptr"/>
                </choice>
            </oneOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ab">
        <element name="ab">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(anonymous block) contains any arbitrary component-level unit of text, acting as an
                anonymous container for phrase or inter level elements analogous to, but without the
                semantic baggage of, a paragraph.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_anchor">
        <element name="anchor">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(anchor
                point) attaches an identifier to a point within a text, whether or not it
                corresponds with a textual element.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_seg">
        <element name="seg">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(arbitrary segment) represents any segmentation of text below the chunk
                level.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_join">
        <element name="join">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >identifies a possibly fragmented segment of text, by pointing at the possibly
                discontiguous elements which compose it.</a:documentation>
            <zeroOrMore>
                <ref name="tei_model.glossLike"/>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="targets">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="result">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the name of an element which this aggregation may be understood
                        to represent.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scope" a:defaultValue="root">
                    <a:documentation>indicates whether the targets to be joined include the entire
                        element indicated (the entire subtree including its root), or just the
                        children of the target (the branches of the subtree).</a:documentation>
                    <choice>
                        <value>root</value>
                        <a:documentation>the rooted subtrees indicated by the 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_joinGrp">
        <element name="joinGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(join
                group) groups a collection of join elements and possibly pointers.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.glossLike"/>
                </zeroOrMore>
                <oneOrMore>
                    <choice>
                        <ref name="tei_join"/>
                        <ref name="tei_ptr"/>
                    </choice>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="result">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >describes the result of the joins gathered in this
                        collection.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_alt">
        <element name="alt">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(alternation) identifies an alternation or a set of choices among elements or
                passages.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="targets">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the identifiers of the alternative elements or
                    passages.</a:documentation>
                <list>
                    <data type="anyURI"/>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="mode">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >states whether the alternations gathered in this collection are exclusive
                        or inclusive.</a:documentation>
                    <choice>
                        <value>excl</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(exclusive) indicates that the alternation is exclusive, i.e. that at
                            most one of the alternatives occurs.</a:documentation>
                        <value>incl</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(inclusive) indicates that the alternation is not exclusive, i.e. that
                            one or more of the alternatives occur.</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="weights">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >If mode is , each weight states the probability that the corresponding
                        alternative occurs. If mode is incl each weight states the probability that
                        the corresponding alternative occurs given that at least one of the other
                        alternatives occurs.</a:documentation>
                    <list>
                        <data type="double">
                            <param name="minInclusive">0</param>
                            <param name="maxInclusive">1</param>
                        </data>
                        <oneOrMore>
                            <data type="double">
                                <param name="minInclusive">0</param>
                                <param name="maxInclusive">1</param>
                            </data>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_altGrp">
        <element name="altGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(alternation group) groups a collection of alt elements and possibly
                pointers.</a:documentation>
            <zeroOrMore>
                <choice>
                    <ref name="tei_alt"/>
                    <ref name="tei_ptr"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="mode" a:defaultValue="excl">
                    <a:documentation>states whether the alternations gathered in this collection are
                        exclusive or inclusive.</a:documentation>
                    <choice>
                        <value>excl</value>
                        <a:documentation>(exclusive) indicates that the alternation is exclusive,
                            i.e. that at most one of the alternatives occurs.</a:documentation>
                        <value>incl</value>
                        <a:documentation>(inclusive) indicates that the alternation is not
                            exclusive, i.e. that one or more of the alternatives
                            occur.</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.corresp">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="corresp">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(corresponds) points to elements that correspond to the current element in some
                    way.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.synch">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="synch">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(synchronous) points to elements that are synchronous with the current
                    element.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.sameAs">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="sameAs">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >points to an element that is the same as the current element.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.copyOf">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="copyOf">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >points to an element of which the current element is a copy.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.next">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="next">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >points to the next element of a virtual aggregate of which the current element
                    is part.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.prev">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="prev">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(previous) points to the previous element of a virtual aggregate of which the
                    current element is part.</a:documentation>
                <data type="anyURI"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.exclude">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="exclude">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >points to elements that are in exclusive alternation with the current
                    element.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.select">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="select">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >selects one or more alternants; if one alternant is selected, the ambiguity or
                    uncertainty is marked as resolved. If more than one alternant is selected, the
                    degree of ambiguity or uncertainty is marked as reduced by the number of
                    alternants not selected.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes">
        <ref name="att.pointing.attribute.type"/>
        <ref name="att.pointing.attribute.evaluate"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attribute.type">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >categorizes the pointer in some respect, using any convenient set of
                    categories.</a:documentation>
                <data type="Name"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attribute.evaluate">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="evaluate">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the intended meaning when the target of a pointer is itself a
                    pointer.</a:documentation>
                <choice>
                    <value>all</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >if the element pointed to is itself a pointer, then the target of that
                        pointer will be taken, and so on, until an element is found which is not a
                        pointer.</a:documentation>
                    <value>one</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >if the element pointed to is itself a pointer, then its target (whether a
                        pointer or not) is taken as the target of this pointer.</a:documentation>
                    <value>none</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >no further evaluation of targets is carried out beyond that needed to find
                        the element specified in the pointer's target.</a:documentation>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attributes">
        <ref name="att.pointing.attributes"/>
        <ref name="att.pointing.group.attribute.domains"/>
        <ref name="att.pointing.group.attribute.targFunc"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attribute.domains">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="domains">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >optionally specifies the identifiers of the elements within which all elements
                    indicated by the contents of this element lie.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="Name"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attribute.targFunc">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="targFunc">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(target function) describes the function of each of the values of the 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_orgName">
        <element name="orgName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(organization name) contains an organizational name. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_persName">
        <element name="persName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(personal
                name) contains a proper noun or proper-noun phrase referring to a person, possibly
                including any or all of the person's forenames, surnames, honorifics, added names,
                etc.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_surname">
        <element name="surname">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a family (inherited) name, as opposed to a given, baptismal, or nick
                name.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_forename">
        <element name="forename">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a forename, given or baptismal name.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_genName">
        <element name="genName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(generational name component) contains a name component used to distinguish
                otherwise similar names on the basis of the relative ages or generations of the
                persons named.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_nameLink">
        <element name="nameLink">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(name
                link) contains a connecting phrase or link used within a name but not regarded as
                part of it, such as van der or of.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_addName">
        <element name="addName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(additional name) contains an additional name component, such as a nickname,
                epithet, or alias, or any other descriptive phrase used within a personal
                name.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_roleName">
        <element name="roleName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a name component which indicates that the referent has a particular role or position
                in society, such as an official title or rank.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_placeName">
        <element name="placeName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                an absolute or relative place name. </a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_country">
        <element name="country">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(country)
                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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_region">
        <element name="region">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the name of an administrative unit such as a state, province, or county, larger than
                a settlement, but smaller than a country.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_district">
        <element name="district">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the name of any kind of subdivision of a settlement, such as a parish, ward, or
                other administrative or geographic unit.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_settlement">
        <element name="settlement">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the name of a settlement such as a city, town, or village identified as a single
                geo-political or administrative unit.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_offset">
        <element name="offset">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geogName">
        <element name="geogName">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(geographical name) a name associated with some geographical feature such as
                Windrush Valley or Mount Sinai.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geogFeat">
        <element name="geogFeat">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(geographical feature name) contains a common noun identifying some geographical
                feature contained within a geographic name, such as valley, mount,
                etc.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_age">
        <element name="age">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(age)
                specifies the age of a person.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="value">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >supplies a numeric code representing the age or age group</a:documentation>
                    <data type="nonNegativeInteger"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_birth">
        <element name="birth">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(birth)
                contains information about a person's birth, such as its date and
                place.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_death">
        <element name="death">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(death)
                contains information about a person's death, such as its date and
                place.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_event">
        <element name="event">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(event)
                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>
                    <group>
                        <oneOrMore>
                            <ref name="tei_model.pLike"/>
                        </oneOrMore>
                    </group>
                    <group>
                        <oneOrMore>
                            <ref name="tei_model.labelLike"/>
                        </oneOrMore>
                    </group>
                </choice>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_model.noteLike"/>
                        <ref name="tei_model.biblLike"/>
                    </choice>
                </zeroOrMore>
                <zeroOrMore>
                    <ref name="tei_event"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="where">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the location of an event by pointing to a place
                        element</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geo">
        <element name="geo">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(geographical coordinates) contains any expression of a set of geographic
                coordinates, representing a point, line, or area on the surface of the earth in some
                notation.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listOrg">
        <element name="listOrg">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of
                organizations) contains a list of elements, each of which provides information about
                an identifiable organization. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listEvent">
        <element name="listEvent">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of
                events) contains a list of descriptions, each of which provides information about an
                identifiable event. </a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.headLike"/>
                </zeroOrMore>
                <oneOrMore>
                    <choice>
                        <ref name="tei_event"/>
                        <ref name="tei_listEvent"/>
                    </choice>
                </oneOrMore>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_relation"/>
                        <ref name="tei_relationGrp"/>
                    </choice>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listPerson">
        <element name="listPerson">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of
                persons) contains a list of descriptions, each of which provides information about
                an identifiable person or a group of people, for example the participants in a
                language interaction, or the people referred to in a historical source. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listPlace">
        <element name="listPlace">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of
                places) contains a list of places, optionally followed by a list of relationships
                (other than containment) defined amongst them. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_location">
        <element name="location">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines
                the location of a place as a set of geographical coordinates, in terms of 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_nationality">
        <element name="nationality">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                an informal description of a person's present or past nationality or
                citizenship.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_occupation">
        <element name="occupation">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                an informal description of a person's trade, profession or
                occupation.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="code">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies an occupation code defined within the classification system or
                        taxonomy defined by the scheme attribute.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_org">
        <element name="org">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(organization) provides information about an identifiable organization such as a
                business, a tribe, or any other grouping of people.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.headLike"/>
                </zeroOrMore>
                <choice>
                    <group>
                        <zeroOrMore>
                            <ref name="tei_model.pLike"/>
                        </zeroOrMore>
                    </group>
                    <zeroOrMore>
                        <choice>
                            <ref name="tei_model.labelLike"/>
                            <ref name="tei_model.nameLike"/>
                            <ref name="tei_model.placeLike"/>
                        </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="role">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies a primary role or classification for the
                        organization.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="token">
                                <param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param>
                            </data>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_relationGrp">
        <element name="relationGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_person">
        <element name="person">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides
                information about an identifiable individual, for example a participant in a
                language interaction, or a person referred to in a historical
                source.</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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="role">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies a primary role or classification for the
                        person.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="Name"/>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="sex">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="age">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies an age group for the person.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_personGrp">
        <element name="personGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(personal
                group) describes a group of individuals treated as a single person for analytic
                purposes.</a:documentation>
            <choice>
                <oneOrMore>
                    <ref name="tei_model.pLike"/>
                </oneOrMore>
                <zeroOrMore>
                    <ref name="tei_model.personPart"/>
                </zeroOrMore>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="role">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the role of this group of participants in the
                        interaction.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="sex">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="age">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >specifies the age group of the participants.</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="size">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_place">
        <element name="place">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                data about a geographic location</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.headLike"/>
                </zeroOrMore>
                <choice>
                    <group>
                        <zeroOrMore>
                            <ref name="tei_model.pLike"/>
                        </zeroOrMore>
                    </group>
                    <zeroOrMore>
                        <choice>
                            <ref name="tei_model.labelLike"/>
                            <ref name="tei_model.placeStateLike"/>
                            <ref name="tei_model.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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_relation">
        <element name="relation">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(relationship) describes any kind of relationship or linkage amongst a specified
                group of participants.</a:documentation>
            <optional>
                <ref name="tei_desc"/>
            </optional>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                id="relation-constraint-activemutual">
                <rule context="tei:relation">
                    <sch:report xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@active and @mutual"
                        >Only one of the attributes 'active' and 'mutual' may be
                        supplied</sch:report>
                </rule>
            </pattern>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                id="relation-constraint-activepassive">
                <rule context="tei:relation">
                    <sch:report xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0"
                        test="@passive and not(@active)">the attribute 'passive' may be supplied
                        only if the attribute 'active' is supplied</sch:report>
                </rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="name">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >supplies a name for the kind of relationship of which this is an
                    instance.</a:documentation>
                <data type="Name"/>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="passive">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies the passive participants in a non-mutual
                        relationship.</a:documentation>
                    <list>
                        <oneOrMore>
                            <data type="anyURI"/>
                        </oneOrMore>
                    </list>
                </attribute>
            </optional>
            <choice>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="active">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies
                            the active participants in a non-mutual relationship, or all the
                            participants in a mutual one.</a:documentation>
                        <list>
                            <oneOrMore>
                                <data type="anyURI"/>
                            </oneOrMore>
                        </list>
                    </attribute>
                </optional>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="mutual">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a
                            list of participants amongst all of whom the relationship holds
                            equally.</a:documentation>
                        <list>
                            <oneOrMore>
                                <data type="anyURI"/>
                            </oneOrMore>
                        </list>
                    </attribute>
                </optional>
            </choice>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sex">
        <element name="sex">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies
                the sex of a person.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="value">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                    <choice>
                        <value>0</value>
                        <value>1</value>
                        <value>2</value>
                        <value>9</value>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_socecStatus">
        <element name="socecStatus">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(socio-economic status) contains an informal description of a person's perceived
                social or economic status.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies the classification system or taxonomy in use.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="code">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >identifies a status code defined within the classification system or
                        taxonomy defined by the source attribute.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_state">
        <element name="state">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                a description of some status or quality attributed to a person, place, or
                organization 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>
                <group>
                    <zeroOrMore>
                        <choice>
                            <ref name="tei_model.labelLike"/>
                            <ref name="tei_model.noteLike"/>
                            <ref name="tei_model.biblLike"/>
                        </choice>
                    </zeroOrMore>
                </group>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_terrain">
        <element name="terrain">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                information about the physical terrain of a place.</a:documentation>
            <group>
                <zeroOrMore>
                    <ref name="tei_model.headLike"/>
                </zeroOrMore>
                <choice>
                    <group>
                        <oneOrMore>
                            <ref name="tei_model.pLike"/>
                        </oneOrMore>
                    </group>
                    <group>
                        <oneOrMore>
                            <ref name="tei_model.labelLike"/>
                        </oneOrMore>
                    </group>
                </choice>
                <zeroOrMore>
                    <choice>
                        <ref name="tei_model.noteLike"/>
                        <ref name="tei_model.biblLike"/>
                    </choice>
                </zeroOrMore>
                <zeroOrMore>
                    <ref name="tei_terrain"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_nym">
        <element name="nym">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(canonical name) contains the definition for a canonical name or namepart of any
                kind.</a:documentation>
            <group>
                <group>
                    <zeroOrMore>
                        <ref name="tei_model.entryPart"/>
                    </zeroOrMore>
                </group>
                <group>
                    <zeroOrMore>
                        <ref name="tei_model.pLike"/>
                    </zeroOrMore>
                </group>
                <group>
                    <zeroOrMore>
                        <ref name="tei_nym"/>
                    </zeroOrMore>
                </group>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="parts">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >points to constituent nyms </a:documentation>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listNym">
        <element name="listNym">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of
                canonical names) contains a list of nyms, that is, standardized names for any thing. </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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.when-iso">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="when-iso">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >supplies the value of a date or time in a standard form.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0"
        name="att.datable.iso.attribute.notBefore-iso">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="notBefore-iso">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the earliest possible date for the event in standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0"
        name="att.datable.iso.attribute.notAfter-iso">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="notAfter-iso">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >specifies the latest possible date for the event in standard form, e.g.
                    yyyy-mm-dd.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.from-iso">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="from-iso">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the starting point of the period in standard form.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.to-iso">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="to-iso">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates the ending point of the period in standard form.</a:documentation>
                <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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_att">
        <element name="att">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(attribute) contains the name of an attribute appearing within running
                text.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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텍스트 부호화
                        표준text encoding initiativeTEIeste atributo es parte del esquema TEI.); 2]
                        DBK (docbook도크북Docbookeste atributo es parte del esquema Docbook.); 3] XX
                        (unknown미지의inconnusconosciutoeste atributo es parte de un esquema
                        desconocido.)</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_code">
        <element name="code">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                literal code from some formal language such as a programming
                language.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="lang">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_eg">
        <element name="eg">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(example)
                contains any kind of illustrative example. </a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.xmlspace.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_egXML">
        <element name="egXML" ns="http://www.tei-c.org/ns/Examples">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                <group>
                    <ref name="tei_macro.anyXML"/>
                </group>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.xmlspace.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_gi">
        <element name="gi">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(element
                name) contains the name (generic identifier) of an element.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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텍스트 부호화 표준cet élément
                        fait partie du modèle TEI.TEIel elemento es parte del esquema TEI.); 2] DBK
                        (docbook도크북cet élément fait partie du modèle Docbook.Docbookel elemento es
                        parte de un esquema Docbook.); 3] XX (unknown미지의cet attribut fait partie
                        d'un modèle inconnu.sconosciutoel elemento es parte de un esquema
                        desconocido.); 4] Schematron; 5] HTML</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ident">
        <element name="ident">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(identifier) contains an identifier or name for an object of some kind in a formal
                language.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_tag">
        <element name="tag">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates the type of XML tag intended</a:documentation>
                    <choice>
                        <value>start</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a
                            start-tag, with delimiters &lt; and &gt; is
                            intended</a:documentation>
                        <value>end</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">an
                            end-tag, with delimiters &lt;/ and &gt; is
                            intended</a:documentation>
                        <value>empty</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a empty
                            tag, with delimiters &lt; and /&gt; is
                            intended</a:documentation>
                        <value>pi</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a pi
                            (processing instruction), with delimiters &lt;? and ?&gt; is
                            intended</a:documentation>
                        <value>comment</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a comment,
                            with delimiters &lt;!-- and --&gt; is intended</a:documentation>
                        <value>ms</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a
                            marked-section, with delimiters &lt;[CDATA[ and ]]&gt; is
                            intended</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="scheme" a:defaultValue="TEI">
                    <a:documentation>supplies the name of the schema in which this tag is
                        defined.</a:documentation>
                    <choice>
                        <value>TEI</value>
                        <a:documentation>(text encoding initiative) This tag is defined as 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_val">
        <element name="val">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(value)
                contains a single attribute value.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_specList">
        <element name="specList">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_specDesc">
        <element name="specDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(specification description) indicates that a description of the specified element
                or class should be included at this point within a document.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="key">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="atts">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_moduleRef">
        <element name="moduleRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(module
                reference) references a module which is to be incorporated into a
                schema.</a:documentation>
            <optional>
                <ref name="tei_content"/>
            </optional>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="moduleRef-constraint-modref">
                <sch:rule xmlns:s="http://www.ascc.net/xml/schematron"
                    xmlns="http://www.tei-c.org/ns/1.0"
                    xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:moduleRef">
                    <sch:report test="* and @key"> child elements of moduleRef are only allowed when
                        an external module is being loaded </sch:report>
                </sch:rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <choice>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="key">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the name
                            of a TEI module</a:documentation>
                        <data type="NCName"/>
                    </attribute>
                </optional>
                <optional>
                    <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns="http://relaxng.org/ns/structure/1.0" name="url">
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_moduleSpec">
        <element name="moduleSpec">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >type of module to be generated</a:documentation>
                    <text/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_schemaSpec">
        <element name="schemaSpec">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                <zeroOrMore>
                    <ref name="tei_constraintSpec"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="prefix">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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>
                    <choice>
                        <value/>
                        <data type="Name"/>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="targetLang">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="docLang">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_specGrp">
        <element name="specGrp">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_specGrpRef">
        <element name="specGrpRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(reference to a specification group) indicates that the declarations contained by
                the specGrp referenced should be inserted at this point.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="target">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >points at the specification group which logically belongs
                    here.</a:documentation>
                <data type="anyURI"/>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_stringVal">
        <element name="stringVal">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                the intended expansion for the entity documented by a macroSpec element, enclosed by
                quotation marks.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_elementSpec">
        <element name="elementSpec">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                <zeroOrMore>
                    <ref name="tei_constraintSpec"/>
                </zeroOrMore>
                <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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_classSpec">
        <element name="classSpec">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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>
                <zeroOrMore>
                    <ref name="tei_constraintSpec"/>
                </zeroOrMore>
                <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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >indicates whether this is a model class or an attribute class</a:documentation>
                <choice>
                    <value>model</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(content model) members of this class appear in the same content
                        models</a:documentation>
                    <value>atts</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(attributes) members of this class share common
                        attributes</a:documentation>
                </choice>
            </attribute>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="generate">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >indicates which alternation and sequence instantiations of a model class
                        may be referenced. By default, all variations are
                        permitted.</a:documentation>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                >members of the class are alternatives</a:documentation>
                            <value>sequence</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                >members of the class are to be provided in
                                sequence</a:documentation>
                            <value>sequenceOptional</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                >members of the class may be provided, in sequence, but are
                                optional</a:documentation>
                            <value>sequenceOptionalRepeatable</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                >members of the class may be provided one or more times, in
                                sequence, but are optional. </a:documentation>
                            <value>sequenceRepeatable</value>
                            <a:documentation
                                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                >members of the class may be provided one or more times, in
                                sequence</a:documentation>
                        </choice>
                        <zeroOrMore>
                            <choice>
                                <value>alternation</value>
                                <a:documentation
                                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                    >members of the class are alternatives</a:documentation>
                                <value>sequence</value>
                                <a:documentation
                                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                    >members of the class are to be provided in
                                    sequence</a:documentation>
                                <value>sequenceOptional</value>
                                <a:documentation
                                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                    >members of the class may be provided, in sequence, but are
                                    optional</a:documentation>
                                <value>sequenceOptionalRepeatable</value>
                                <a:documentation
                                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                    >members of the class may be provided one or more times, in
                                    sequence, but are optional. </a:documentation>
                                <value>sequenceRepeatable</value>
                                <a:documentation
                                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                                    >members of the class may be provided one or more times, in
                                    sequence</a:documentation>
                            </choice>
                        </zeroOrMore>
                    </list>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macroSpec">
        <element name="macroSpec">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(parameter
                            entity) </a:documentation>
                        <value>dt</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(datatype
                            entity) </a:documentation>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_remarks">
        <element name="remarks">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listRef">
        <element name="listRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_exemplum">
        <element name="exemplum">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_classes">
        <element name="classes">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_memberOf">
        <element name="memberOf">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies
                class membership of the parent element or class.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="key">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_equiv">
        <element name="equiv">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(equivalent) specifies a component which is considered equivalent to the parent
                element, either by co-reference, or by external link.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="name">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >names the underlying concept of which the parent is a
                        representation</a:documentation>
                    <data type="Name"/>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="uri">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="filter">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_altIdent">
        <element name="altIdent">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(alternate identifier) supplies the recommended XML name for an element, class,
                attribute, etc. in some language.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_content">
        <element name="content">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_constraint">
        <element name="constraint">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                (constraint rules) the formal rules of a constraint</a:documentation>
            <choice>
                <text/>
                <ref name="tei_macro.anyXML"/>
            </choice>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_constraintSpec">
        <element name="constraintSpec">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                (constraint on schema) contains a constraint, expressed in some formal syntax, which
                cannot be expressed in the structural content model</a:documentation>
            <zeroOrMore>
                <ref name="tei_model.glossLike"/>
            </zeroOrMore>
            <optional>
                <ref name="tei_constraint"/>
            </optional>
            <sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="s"
                uri="http://www.ascc.net/xml/schematron"/>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="constraintSpec-constraint-sch">
                <rule context="tei:constraintSpec">
                    <sch:report xmlns:s="http://www.ascc.net/xml/schematron"
                        xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0"
                        test="tei:constraint/s:* and    not(@scheme='schematron')"> Rules in the
                        Schematron 1.* language must be inside a constraint with a value of
                        'schematron' on the scheme attribute </sch:report>
                </rule>
            </pattern>
            <sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="sch"
                uri="http://purl.oclc.org/dsdl/schematron"/>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron"
                id="constraintSpec-constraint-isosch">
                <rule context="tei:constraintSpec">
                    <sch:report xmlns:s="http://www.ascc.net/xml/schematron"
                        xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0"
                        test="tei:constraint/sch:* and    not(@scheme='isoschematron')"> Rules in
                        the ISO Schematron language must be inside a constraint with a value of
                        'isoschematron' on the scheme attribute </sch:report>
                </rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="scheme">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >supplies the name of the language in which the constraints are
                    defined</a:documentation>
                <choice>
                    <value>schematron</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                        (Schematron) </a:documentation>
                    <value>isoschematron</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                        (ISO Schematron) </a:documentation>
                    <value>xsl</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                        (XSLT) </a:documentation>
                    <value>private</value>
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                        (private constraint language) </a:documentation>
                </choice>
            </attribute>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_attList">
        <element name="attList">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_attDef">
        <element name="attDef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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>
                <zeroOrMore>
                    <ref name="tei_constraintSpec"/>
                </zeroOrMore>
                <optional>
                    <ref name="tei_defaultVal"/>
                </optional>
                <optional>
                    <choice>
                        <ref name="tei_valList"/>
                        <oneOrMore>
                            <ref name="tei_valDesc"/>
                        </oneOrMore>
                    </choice>
                </optional>
                <zeroOrMore>
                    <ref name="tei_exemplum"/>
                </zeroOrMore>
                <zeroOrMore>
                    <ref name="tei_remarks"/>
                </zeroOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_attRef">
        <element name="attRef">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(attribute pointer) points to the definition of an attribute or group of
                attributes.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="name">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_datatype">
        <element name="datatype">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies
                the declared value for an attribute, by referring to any datatype defined by the
                chosen schema language.</a:documentation>
            <zeroOrMore>
                <group>
                    <ref name="tei_macro.schemaPattern"/>
                </group>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_defaultVal">
        <element name="defaultVal">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(default
                value) specifies the default declared value for an attribute.</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_valDesc">
        <element name="valDesc">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_valItem">
        <element name="valItem">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">documents
                a single attribute-value within a list of possible or mandatory
                items.</a:documentation>
            <zeroOrMore>
                <ref name="tei_model.glossLike"/>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_valList">
        <element name="valList">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(value
                list) contains one or more valItem elements defining possible values for an
                attribute.</a:documentation>
            <zeroOrMore>
                <ref name="tei_valItem"/>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attribute.ident">
        <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
            xmlns="http://relaxng.org/ns/structure/1.0" name="ident">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Supplies
                the identifier by which this element is referenced.</a:documentation>
            <data type="Name"/>
        </attribute>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attribute.predeclare">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attribute.module">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="module">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >Supplies the name of the module in which this object is to be
                    defined.</a:documentation>
                <data type="NCName"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.identified.attribute.mode">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                xmlns="http://relaxng.org/ns/structure/1.0" 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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_facsimile">
        <element name="facsimile">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.facs.attributes">
        <ref name="att.global.facs.attribute.facs"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.facs.attribute.facs">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="facs">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(facsimile) points to all or part of an image which corresponds with the
                    content of the element.</a:documentation>
                <list>
                    <oneOrMore>
                        <data type="anyURI"/>
                    </oneOrMore>
                </list>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_surface">
        <element name="surface">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="start">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.ulx">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="ulx">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives
                    the x coordinate value for the upper left corner of a rectangular
                    space.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.uly">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="uly">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives
                    the y coordinate value for the upper left corner of a rectangular
                    space.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.lrx">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="lrx">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives
                    the x coordinate value for the lower right corner of a rectangular
                    space.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.lry">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="lry">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives
                    the y coordinate value for the lower right corner of a rectangular
                    space.</a:documentation>
                <choice>
                    <data type="double"/>
                    <data type="token">
                        <param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
                    </data>
                    <data type="decimal"/>
                </choice>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_zone">
        <element name="zone">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_addSpan">
        <element name="addSpan">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="addSpan-constraint-spanTo">
                <rule context="tei:addSpan">
                    <sch:assert xmlns:s="http://www.ascc.net/xml/schematron"
                        xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@spanTo">The spanTo=
                        attribute of <sch:name/> is required.</sch:assert>
                </rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_damage">
        <element name="damage">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains
                an area of damage to the text witness.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_damageSpan">
        <element name="damageSpan">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="damageSpan-constraint-spanTo">
                <rule context="tei:damageSpan">
                    <sch:assert xmlns:s="http://www.ascc.net/xml/schematron"
                        xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@spanTo">The spanTo=
                        attribute of <sch:name/> is required.</sch:assert>
                </rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.damaged.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_delSpan">
        <element name="delSpan">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="delSpan-constraint-spanTo">
                <rule context="tei:delSpan">
                    <sch:assert xmlns:s="http://www.ascc.net/xml/schematron"
                        xmlns="http://www.tei-c.org/ns/1.0"
                        xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                        xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@spanTo">The spanTo=
                        attribute of <sch:name/> is required.</sch:assert>
                </rule>
            </pattern>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ex">
        <element name="ex">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(editorial expansion) contains a sequence of letters added by an editor or
                transcriber when expanding an abbreviation.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_fw">
        <element name="fw">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(forme
                work) contains a running head (e.g. a header, footer), catchword, or similar
                material appearing on the current page.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="type">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">n
                        gibt an, welcher Art das forme work ist. Suggested values include: 1]
                        header; 2] sig; 3] catch</a:documentation>
                    <choice>
                        <value>header</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a running
                            title at the top of the page (lebender Kolumnentitel)</a:documentation>
                        <value>sig</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
                            (signature) a signature or gathering symbol
                            (Bogensignatur)</a:documentation>
                        <value>catch</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                            >(catchword) a catch-word (Kustode)</a:documentation>
                        <text/>
                    </choice>
                </attribute>
            </optional>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_am">
        <element name="am">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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>
            <zeroOrMore>
                <choice>
                    <text/>
                    <ref name="tei_model.gLike"/>
                    <ref name="tei_model.pPart.transcriptional"/>
                </choice>
            </zeroOrMore>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_space">
        <element name="space">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates
                the location of a significant space in the copy text.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="dim">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(dimension) indicates whether the space is horizontal or
                        vertical.</a:documentation>
                    <choice>
                        <value>horizontal</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the space
                            is horizontal.</a:documentation>
                        <value>vertical</value>
                        <a:documentation
                            xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the space
                            is vertical.</a:documentation>
                    </choice>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="resp">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(responsible party) indicates the individual responsible for identifying
                        and measuring the space.</a:documentation>
                    <data type="anyURI"/>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_subst">
        <element name="subst">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                >(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>
                <group>
                    <ref name="tei_model.pPart.transcriptional"/>
                </group>
                <oneOrMore>
                    <ref name="tei_model.pPart.transcriptional"/>
                </oneOrMore>
            </group>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_supplied">
        <element name="supplied">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="reason">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_metDecl">
        <element name="metDecl">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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>
                        <choice>
                            <value>met</value>
                            <a:documentation>(met attribute) declaration applies to the abstract
                                metrical form recorded on the met attribute</a:documentation>
                            <value>real</value>
                            <a:documentation>(real attribute) declaration applies to the actual
                                realization of the conventional metrical structure recorded on the
                                real attribute</a:documentation>
                            <value>rhyme</value>
                            <a:documentation>(rhyme attribute) declaration applies to the rhyme
                                scheme recorded on the rhyme attribute</a:documentation>
                        </choice>
                        <optional>
                            <choice>
                                <value>met</value>
                                <a:documentation>(met attribute) declaration applies to the abstract
                                    metrical form recorded on the met attribute</a:documentation>
                                <value>real</value>
                                <a:documentation>(real attribute) declaration applies to the actual
                                    realization of the conventional metrical structure recorded on
                                    the real attribute</a:documentation>
                                <value>rhyme</value>
                                <a:documentation>(rhyme attribute) declaration applies to the rhyme
                                    scheme recorded on the rhyme attribute</a:documentation>
                            </choice>
                        </optional>
                        <optional>
                            <choice>
                                <value>met</value>
                                <a:documentation>(met attribute) declaration applies to the abstract
                                    metrical form recorded on the met attribute</a:documentation>
                                <value>real</value>
                                <a:documentation>(real attribute) declaration applies to the actual
                                    realization of the conventional metrical structure recorded on
                                    the real attribute</a:documentation>
                                <value>rhyme</value>
                                <a:documentation>(rhyme attribute) declaration applies to the rhyme
                                    scheme recorded on the rhyme attribute</a:documentation>
                            </choice>
                        </optional>
                    </list>
                </attribute>
            </optional>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="pattern">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_metSym">
        <element name="metSym">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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 xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="value">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >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 xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    xmlns="http://relaxng.org/ns/structure/1.0" 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>
                    <choice>
                        <data type="boolean"/>
                    </choice>
                </attribute>
            </optional>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attributes">
        <ref name="att.metrical.attribute.met"/>
        <ref name="att.metrical.attribute.real"/>
        <ref name="att.metrical.attribute.rhyme"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attribute.met">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="met">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attribute.real">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="real">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attribute.rhyme">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="rhyme">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(rhyme scheme) specifies the rhyme scheme applicable to a group of verse
                    lines.</a:documentation>
                <data type="token"/>
            </attribute>
        </optional>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.enjamb.attributes">
        <ref name="att.enjamb.attribute.enjamb"/>
        <empty/>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="att.enjamb.attribute.enjamb">
        <optional>
            <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="enjamb">
                <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                    >(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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_caesura">
        <element name="caesura">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks the
                point at which a metrical line may be divided.</a:documentation>
            <empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <empty/>
        </element>
    </define>
    <define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rhyme">
        <element name="rhyme">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks the
                rhyming part of a metrical line.</a:documentation>
            <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"/>
            <ref xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"/>
            <optional>
                <attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron"
                    xmlns="http://relaxng.org/ns/structure/1.0" name="label">
                    <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
                        >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 xmlns="http://relaxng.org/ns/structure/1.0" name="tei_filename">
        <element name="filename" ns="http://www.deutsches-textarchiv.de/ns/1.0">
            <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">name of
                the physical file - added by DWDS</a:documentation>
            <text xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
            <empty/>
        </element>
    </define>
    <rng:start>
        <rng:ref name="tei_TEI"/>
    </rng:start>
</rng:grammar>

