<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.tei-c.org/ns/1.0" xmlns:ns1="http://www.tei-c.org/ns/1.0">
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2004/10/xml.xsd"/>
  <!-- Schema generated 2006-02-11T20:53:18+09:00 -->
  <!---->
  <!-- Set predeclared macros -->
  <xs:group name="mix.dictionaries">
    <xs:sequence>
      <xs:group ref="ns1:model.entryLike"/>
    </xs:sequence>
  </xs:group>
  <xs:simpleType name="data.certainty">
    <xs:restriction base="xs:token">
      <xs:enumeration value="high"/>
      <xs:enumeration value="medium"/>
      <xs:enumeration value="low"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.probability">
    <xs:restriction base="xs:double">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.numeric">
    <xs:union memberTypes="xs:double xs:decimal"/>
  </xs:simpleType>
  <xs:simpleType name="data.count">
    <xs:restriction base="xs:nonNegativeInteger"/>
  </xs:simpleType>
  <xs:simpleType name="data.temporal">
    <xs:union memberTypes="xs:date xs:gYear xs:gMonth xs:gDay xs:gYearMonth xs:gMonthDay xs:time xs:dateTime">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:pattern value="(-?[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T)?([01][0-9]|2[0-3])(:[0-5][0-9])?(Z|[+\-]((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
  <xs:simpleType name="data.duration">
    <xs:restriction base="xs:duration"/>
  </xs:simpleType>
  <xs:simpleType name="data.truthValue">
    <xs:restriction base="xs:boolean"/>
  </xs:simpleType>
  <xs:simpleType name="data.xTruthValue">
    <xs:union memberTypes="xs:boolean">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="unknown"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="inapplicable"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
  <xs:simpleType name="data.language">
    <xs:restriction base="xs:language"/>
  </xs:simpleType>
  <xs:simpleType name="data.sex">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0"/>
      <xs:enumeration value="1"/>
      <xs:enumeration value="2"/>
      <xs:enumeration value="9"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.namespace">
    <xs:restriction base="xs:anyURI"/>
  </xs:simpleType>
  <xs:simpleType name="data.outputMeasurement">
    <xs:restriction base="xs:token">
      <xs:pattern value="[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.pattern">
    <xs:restriction base="xs:token"/>
  </xs:simpleType>
  <xs:simpleType name="data.pointer">
    <xs:restriction base="xs:anyURI"/>
  </xs:simpleType>
  <xs:simpleType name="data.pointers">
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="ns1:data.pointer"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.code">
    <xs:restriction base="xs:anyURI"/>
  </xs:simpleType>
  <xs:simpleType name="data.enumerated">
    <xs:restriction base="xs:token"/>
  </xs:simpleType>
  <xs:simpleType name="data.key">
    <xs:restriction base="xs:string"/>
  </xs:simpleType>
  <xs:simpleType name="data.word">
    <xs:restriction base="xs:token">
      <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.names">
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="ns1:data.name"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.words">
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="ns1:data.word"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="data.name">
    <xs:restriction base="xs:Name"/>
  </xs:simpleType>
  <xs:group name="macro.bodyPart.div">
    <xs:sequence>
      <xs:element ref="ns1:div"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:div"/>
        <xs:element ref="ns1:divGen"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.bodyPart.div0">
    <xs:sequence>
      <xs:element ref="ns1:div0"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:div0"/>
        <xs:element ref="ns1:divGen"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.bodyPart.div1">
    <xs:sequence>
      <xs:element ref="ns1:div1"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:div1"/>
        <xs:element ref="ns1:divGen"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.bodyPart.pre">
    <xs:sequence>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:divGen"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.bodyPart.main">
    <xs:sequence>
      <xs:group ref="ns1:macro.bodyPart.pre"/>
      <xs:choice>
        <xs:group ref="ns1:macro.bodyPart.div"/>
        <xs:group ref="ns1:macro.bodyPart.div0"/>
        <xs:group ref="ns1:macro.bodyPart.div1"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.component">
    <xs:choice>
      <xs:group ref="ns1:model.common"/>
      <xs:group ref="ns1:mix.dictionaries"/>
    </xs:choice>
  </xs:group>
  <xs:group name="macro.componentSeq">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:macro.component"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.paraContent">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.gLike"/>
        <xs:group ref="ns1:model.phrase"/>
        <xs:group ref="ns1:model.inter"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.phraseSeq">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.gLike"/>
        <xs:group ref="ns1:model.phrase"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:complexType name="macro.specialPara" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.divPart"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:group name="macro.xtext">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.gLike"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.fileDescPart">
    <xs:sequence>
      <xs:element ref="ns1:titleStmt"/>
      <xs:element minOccurs="0" ref="ns1:editionStmt"/>
      <xs:element minOccurs="0" ref="ns1:extent"/>
      <xs:element ref="ns1:publicationStmt"/>
      <xs:element minOccurs="0" ref="ns1:seriesStmt"/>
      <xs:element minOccurs="0" ref="ns1:notesStmt"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="macro.glossSeq">
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:altIdent"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:equiv"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:gloss"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:desc"/>
    </xs:sequence>
  </xs:group>
  <xs:attributeGroup name="att.ascribed.attributes">
    <xs:attributeGroup ref="ns1:att.ascribed.attribute.who"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.ascribed.attribute.who">
    <xs:attribute name="who" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>indicates the person, or group of
	people, to whom the element content is ascribed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.datable.attributes">
    <xs:attributeGroup ref="ns1:att.datable.attribute.notBefore"/>
    <xs:attributeGroup ref="ns1:att.datable.attribute.notAfter"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.datable.attribute.notBefore">
    <xs:attribute name="notBefore" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>specifies the earliest possible date for the event in
	standard form, e.g. yyyy-mm-dd.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.datable.attribute.notAfter">
    <xs:attribute name="notAfter" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>specifies the latest possible date for the event in
	standard form, e.g. yyyy-mm-dd.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.declarable.attributes">
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.declarable.attribute.default">
    <xs:attribute name="default" default="false">
      <xs:annotation>
        <xs:documentation>indicates whether or not this element is selected by default when
its parent is selected.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="true">
            <xs:annotation>
              <xs:documentation>(This element is selected if its parent is selected) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="false">
            <xs:annotation>
              <xs: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.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.declaring.attributes">
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.declaring.attribute.decls">
    <xs:attribute name="decls" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>identifies one or more declarable elements within the
header, which are understood to apply to the element bearing this
attribute and its content.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.divLike.attributes">
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.divLike.attribute.type">
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies a name conventionally used for this level of
		subdivision, e.g. act, volume, book,
		section, canto, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.divLike.attribute.org">
    <xs:attribute name="org" default="uniform">
      <xs:annotation>
        <xs:documentation>specifies how the content of the division is organized.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="composite">
            <xs:annotation>
              <xs: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.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="uniform">
            <xs:annotation>
              <xs:documentation>(uniform content: i.e. the immediate contents of this
		  element are regarded as forming a logical unit, to be
		  processed in sequence.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.divLike.attribute.sample">
    <xs:attribute name="sample" default="complete">
      <xs:annotation>
        <xs:documentation>indicates whether this division is a sample of the
		original source and if so, from which part.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="initial">
            <xs:annotation>
              <xs:documentation>(division lacks material present at end in source.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="medial">
            <xs:annotation>
              <xs:documentation>(division lacks material at start and end.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="final">
            <xs:annotation>
              <xs:documentation>(division lacks material at start.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="unknown">
            <xs:annotation>
              <xs:documentation>(position of sampled material within original unknown.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="complete">
            <xs:annotation>
              <xs:documentation>(division is not a sample.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.divLike.attribute.part">
    <xs:attribute name="part" default="N">
      <xs:annotation>
        <xs: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.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Y">
            <xs:annotation>
              <xs:documentation>(the division is incomplete in some respect) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="N">
            <xs:annotation>
              <xs:documentation>(either the division is complete, or no claim is made as to its completeness.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>(the initial part of an incomplete division) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>(a medial part of an incomplete division) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="F">
            <xs:annotation>
              <xs:documentation>(the final part of an incomplete division) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.interpLike.attributes">
    <xs:attributeGroup ref="ns1:att.interpLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.interpLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.interpLike.attribute.inst"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.interpLike.attribute.resp">
    <xs:attribute name="resp" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates who is responsible for the interpretation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.interpLike.attribute.type">
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates what kind of phenomenon is being noted in the passage.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.interpLike.attribute.inst">
    <xs:attribute name="inst" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>points to instances of the analysis or interpretation represented
by the current element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.editLike.attributes">
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.editLike.attribute.cert">
    <xs:attribute name="cert" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>signifies the degree of certainty associated with the
	intervention or interpretation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.editLike.attribute.resp">
    <xs:attribute name="resp" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates the agency responsible for the
	intervention or interpretation, for example an editor or transcriber.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.editLike.attribute.evidence">
    <xs:attribute name="evidence" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the nature of the evidence supporting the reliability or
  accuracy of the intervention or interpretation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.attribute.xmlid">
    <xs:attribute ref="xml:id"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.attribute.n">
    <xs:attribute name="n" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>gives a number (or other label) for an element, which is
      not necessarily unique within the document.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.attribute.xmllang">
    <xs:attribute ref="xml:lang"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.attribute.rend">
    <xs:attribute name="rend">
      <xs:annotation>
        <xs:documentation>indicates how the element in question was rendered or
	presented in the source text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.attribute.xmlbase">
    <xs:attribute ref="xml:base"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measured.attributes">
    <xs:attributeGroup ref="ns1:att.measured.attribute.unit"/>
    <xs:attributeGroup ref="ns1:att.measured.attribute.scope"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measured.attribute.unit">
    <xs:attribute name="unit" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>names the units used for the measurement.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measured.attribute.scope">
    <xs:attribute name="scope" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the applicability of this measurement, where
   more than one object is being measured.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measurement.attributes">
    <xs:attributeGroup ref="ns1:att.measurement.attribute.unit"/>
    <xs:attributeGroup ref="ns1:att.measurement.attribute.quantity"/>
    <xs:attributeGroup ref="ns1:att.measurement.attribute.commodity"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measurement.attribute.unit">
    <xs:attribute name="unit" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the units used for the measurement, usually
      using the standard symbol for the desired units.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measurement.attribute.quantity">
    <xs:attribute name="quantity" type="ns1:data.numeric">
      <xs:annotation>
        <xs:documentation>specifies the number of the specified units that
      comprise the measurement</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.measurement.attribute.commodity">
    <xs:attribute name="commodity" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>indicates the substance that is being measured</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.naming.attributes">
    <xs:attributeGroup ref="ns1:att.naming.attribute.key"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.naming.attribute.key">
    <xs:attribute name="key" type="ns1:data.key">
      <xs:annotation>
        <xs:documentation>provides a means of locating a full definition for the entity being named
such as a database record key or URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.segLike.attributes">
    <xs:attributeGroup ref="ns1:att.segLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.segLike.attribute.function"/>
    <xs:attributeGroup ref="ns1:att.segLike.attribute.part"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.segLike.attribute.type">
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>characterizes the type of segment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.segLike.attribute.function">
    <xs:attribute name="function" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>characterizes the function of the segment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.segLike.attribute.part">
    <xs:attribute name="part" default="N">
      <xs:annotation>
        <xs: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.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Y">
            <xs:annotation>
              <xs:documentation>(the segment is incomplete in some respect) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="N">
            <xs:annotation>
              <xs:documentation>(either the segment is complete, or no claim is made as to
its completeness) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>(the initial part of an incomplete segment) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>(a medial part of an incomplete segment) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="F">
            <xs:annotation>
              <xs:documentation>(the final part of an incomplete segment) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.spanning.attributes">
    <xs:attributeGroup ref="ns1:att.spanning.attribute.spanTo"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.spanning.attribute.spanTo">
    <xs:attribute name="spanTo" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates the end of a span initiated by the element
	bearing this attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.timed.attributes">
    <xs:attributeGroup ref="ns1:att.timed.attribute.start"/>
    <xs:attributeGroup ref="ns1:att.timed.attribute.end"/>
    <xs:attributeGroup ref="ns1:att.timed.attribute.dur"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.timed.attribute.start">
    <xs:attribute name="start" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates the location within a temporal alignment
      at which this element begins.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.timed.attribute.end">
    <xs:attribute name="end" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates the location within a temporal alignment at which
   this element ends.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.timed.attribute.dur">
    <xs:attribute name="dur" type="xs:duration">
      <xs:annotation>
        <xs:documentation>indicates the length of this element in time, using either
         specific units or the units specified on the associated temporal
         alignment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.typed.attributes">
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.typed.attribute.type">
    <xs:attribute name="type" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>characterizes the element in some sense, using any convenient
 classification scheme or typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.typed.attribute.subtype">
    <xs:attribute name="subtype" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>provides a sub-categorization of the element, if needed</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.nameLike.agent">
    <xs:sequence>
      <xs:element ref="ns1:name"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.segLike">
    <xs:sequence>
      <xs:element ref="ns1:seg"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.hiLike">
    <xs:choice>
      <xs:element ref="ns1:foreign"/>
      <xs:element ref="ns1:emph"/>
      <xs:element ref="ns1:hi"/>
      <xs:element ref="ns1:distinct"/>
      <xs:element ref="ns1:mentioned"/>
      <xs:element ref="ns1:soCalled"/>
      <xs:element ref="ns1:gloss"/>
      <xs:element ref="ns1:term"/>
      <xs:element ref="ns1:title"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.dateLike">
    <xs:choice>
      <xs:element ref="ns1:date"/>
      <xs:element ref="ns1:dateRange"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.timeLike">
    <xs:choice>
      <xs:element ref="ns1:time"/>
      <xs:element ref="ns1:timeRange"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.measureLike">
    <xs:choice>
      <xs:element ref="ns1:num"/>
      <xs:element ref="ns1:measure"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.graphicLike">
    <xs:choice>
      <xs:element ref="ns1:graphic"/>
      <xs:element ref="ns1:binaryObject"/>
      <xs:element ref="ns1:formula"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.pPart.edit">
    <xs:choice>
      <xs:element ref="ns1:sic"/>
      <xs:element ref="ns1:corr"/>
      <xs:element ref="ns1:choice"/>
      <xs:element ref="ns1:reg"/>
      <xs:element ref="ns1:orig"/>
      <xs:element ref="ns1:add"/>
      <xs:element ref="ns1:del"/>
      <xs:element ref="ns1:unclear"/>
      <xs:element ref="ns1:abbr"/>
      <xs:element ref="ns1:expan"/>
      <xs:element ref="ns1:app"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.ptrLike">
    <xs:choice>
      <xs:element ref="ns1:ptr"/>
      <xs:element ref="ns1:ref"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.global.meta">
    <xs:choice>
      <xs:element ref="ns1:index"/>
      <xs:element ref="ns1:link"/>
      <xs:element ref="ns1:linkGrp"/>
      <xs:element ref="ns1:timeline"/>
      <xs:element ref="ns1:join"/>
      <xs:element ref="ns1:joinGrp"/>
      <xs:element ref="ns1:alt"/>
      <xs:element ref="ns1:altGrp"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.milestoneLike">
    <xs:choice>
      <xs:element ref="ns1:milestone"/>
      <xs:element ref="ns1:pb"/>
      <xs:element ref="ns1:lb"/>
      <xs:element ref="ns1:cb"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.gLike">
    <xs:sequence>
      <xs:element ref="ns1:g"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.qLike">
    <xs:choice>
      <xs:element ref="ns1:q"/>
      <xs:element ref="ns1:quote"/>
      <xs:element ref="ns1:cit"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.biblLike">
    <xs:choice>
      <xs:element ref="ns1:bibl"/>
      <xs:element ref="ns1:biblItem"/>
      <xs:element ref="ns1:biblStruct"/>
      <xs:element ref="ns1:biblFull"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.listLike">
    <xs:sequence>
      <xs:element ref="ns1:listBibl"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.noteLike">
    <xs:sequence>
      <xs:element ref="ns1:witDetail"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.stageLike">
    <xs:sequence>
      <xs:element ref="ns1:stage"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.entryParts.top">
    <xs:choice>
      <xs:element ref="ns1:dictScrap"/>
      <xs:element ref="ns1:form"/>
      <xs:element ref="ns1:gramGrp"/>
      <xs:element ref="ns1:def"/>
      <xs:element ref="ns1:trans"/>
      <xs:element ref="ns1:etym"/>
      <xs:element ref="ns1:dicteg"/>
      <xs:element ref="ns1:usg"/>
      <xs:element ref="ns1:xr"/>
      <xs:element ref="ns1:re"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.global.edit">
    <xs:sequence>
      <xs:element ref="ns1:gap"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.divPart">
    <xs:choice>
      <xs:element ref="ns1:p"/>
      <xs:element ref="ns1:l"/>
      <xs:element ref="ns1:lg"/>
      <xs:element ref="ns1:sp"/>
      <xs:element ref="ns1:ab"/>
      <xs:element ref="ns1:witList"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.blockLike">
    <xs:sequence>
      <xs:element ref="ns1:seg"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.pLike">
    <xs:choice>
      <xs:element ref="ns1:p"/>
      <xs:element ref="ns1:ab"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.publicationStmtPart">
    <xs:choice>
      <xs:element ref="ns1:address"/>
      <xs:element ref="ns1:date"/>
      <xs:element ref="ns1:publisher"/>
      <xs:element ref="ns1:pubPlace"/>
      <xs:element ref="ns1:distributor"/>
      <xs:element ref="ns1:authority"/>
      <xs:element ref="ns1:idno"/>
      <xs:element ref="ns1:availability"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.glossLike">
    <xs:choice>
      <xs:element ref="ns1:altIdent"/>
      <xs:element ref="ns1:desc"/>
      <xs:element ref="ns1:equiv"/>
      <xs:element ref="ns1:gloss"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.quoteLike">
    <xs:sequence>
      <xs:element ref="ns1:quote"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.respLike">
    <xs:choice>
      <xs:element ref="ns1:author"/>
      <xs:element ref="ns1:editor"/>
      <xs:element ref="ns1:respStmt"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.personPart">
    <xs:sequence>
      <xs:element ref="ns1:bibl"/>
    </xs:sequence>
  </xs:group>
  <xs:group name="model.divWrapper.bottom">
    <xs:choice>
      <xs:element ref="ns1:trailer"/>
      <xs:element ref="ns1:closer"/>
      <xs:element ref="ns1:signed"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.divWrapper">
    <xs:choice>
      <xs:element ref="ns1:head"/>
      <xs:element ref="ns1:dateline"/>
      <xs:element ref="ns1:argument"/>
      <xs:element ref="ns1:epigraph"/>
      <xs:element ref="ns1:opener"/>
      <xs:element ref="ns1:salute"/>
      <xs:element ref="ns1:docAuthor"/>
      <xs:element ref="ns1:docDate"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.pLike.front">
    <xs:choice>
      <xs:element ref="ns1:head"/>
      <xs:element ref="ns1:argument"/>
      <xs:element ref="ns1:epigraph"/>
      <xs:element ref="ns1:docTitle"/>
      <xs:element ref="ns1:titlePart"/>
      <xs:element ref="ns1:docAuthor"/>
      <xs:element ref="ns1:docEdition"/>
      <xs:element ref="ns1:docImprint"/>
      <xs:element ref="ns1:docDate"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.titlepagePart">
    <xs:choice>
      <xs:element ref="ns1:graphic"/>
      <xs:element ref="ns1:binaryObject"/>
      <xs:element ref="ns1:epigraph"/>
      <xs:element ref="ns1:docTitle"/>
      <xs:element ref="ns1:titlePart"/>
      <xs:element ref="ns1:docAuthor"/>
      <xs:element ref="ns1:imprimatur"/>
      <xs:element ref="ns1:docEdition"/>
      <xs:element ref="ns1:docImprint"/>
      <xs:element ref="ns1:docDate"/>
      <xs:element ref="ns1:figure"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.msItemPart">
    <xs:choice>
      <xs:group ref="ns1:model.respLike"/>
      <xs:element ref="ns1:q"/>
      <xs:element ref="ns1:bibl"/>
      <xs:element ref="ns1:listBibl"/>
      <xs:element ref="ns1:title"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.choicePart">
    <xs:choice>
      <xs:element ref="ns1:sic"/>
      <xs:element ref="ns1:corr"/>
      <xs:element ref="ns1:reg"/>
      <xs:element ref="ns1:orig"/>
      <xs:element ref="ns1:unclear"/>
      <xs:element ref="ns1:abbr"/>
      <xs:element ref="ns1:expan"/>
      <xs:element ref="ns1:seg"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.lLike">
    <xs:choice>
      <xs:element ref="ns1:label"/>
      <xs:element ref="ns1:l"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.recordingPart">
    <xs:choice>
      <xs:group ref="ns1:model.dateLike"/>
      <xs:element ref="ns1:respStmt"/>
      <xs:element ref="ns1:equipment"/>
      <xs:element ref="ns1:broadcast"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.imprintPart">
    <xs:choice>
      <xs:element ref="ns1:publisher"/>
      <xs:element ref="ns1:biblScope"/>
      <xs:element ref="ns1:pubPlace"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.nameLike">
    <xs:choice>
      <xs:group ref="ns1:model.nameLike.agent"/>
      <xs:element ref="ns1:rs"/>
      <xs:element ref="ns1:lang"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.global">
    <xs:choice>
      <xs:group ref="ns1:model.global.meta"/>
      <xs:group ref="ns1:model.milestoneLike"/>
      <xs:group ref="ns1:model.global.edit"/>
      <xs:element ref="ns1:list"/>
      <xs:element ref="ns1:note"/>
      <xs:element ref="ns1:byline"/>
      <xs:element ref="ns1:anchor"/>
      <xs:element ref="ns1:docNumber"/>
      <xs:element ref="ns1:mulu"/>
      <xs:element ref="ns1:juan"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.common">
    <xs:choice>
      <xs:group ref="ns1:model.qLike"/>
      <xs:group ref="ns1:model.biblLike"/>
      <xs:group ref="ns1:model.listLike"/>
      <xs:group ref="ns1:model.noteLike"/>
      <xs:group ref="ns1:model.divPart"/>
      <xs:element ref="ns1:table"/>
      <xs:element ref="ns1:figure"/>
      <xs:element ref="ns1:dialog"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.biblPart">
    <xs:choice>
      <xs:group ref="ns1:model.respLike"/>
      <xs:group ref="ns1:model.imprintPart"/>
      <xs:element ref="ns1:series"/>
      <xs:element ref="ns1:edition"/>
      <xs:element ref="ns1:extent"/>
      <xs:element ref="ns1:distributor"/>
      <xs:element ref="ns1:idno"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.frontPart">
    <xs:choice>
      <xs:element ref="ns1:divGen"/>
      <xs:element ref="ns1:titlePage"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.addrPart">
    <xs:choice>
      <xs:group ref="ns1:model.nameLike"/>
      <xs:element ref="ns1:addrLine"/>
      <xs:element ref="ns1:street"/>
      <xs:element ref="ns1:postCode"/>
      <xs:element ref="ns1:postBox"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.pPart.data">
    <xs:choice>
      <xs:group ref="ns1:model.dateLike"/>
      <xs:group ref="ns1:model.timeLike"/>
      <xs:group ref="ns1:model.measureLike"/>
      <xs:group ref="ns1:model.nameLike"/>
      <xs:element ref="ns1:address"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.inter">
    <xs:choice>
      <xs:group ref="ns1:model.qLike"/>
      <xs:group ref="ns1:model.biblLike"/>
      <xs:group ref="ns1:model.listLike"/>
      <xs:group ref="ns1:model.noteLike"/>
      <xs:group ref="ns1:model.stageLike"/>
      <xs:element ref="ns1:text"/>
      <xs:element ref="ns1:table"/>
      <xs:element ref="ns1:figure"/>
      <xs:element ref="ns1:jhead"/>
      <xs:element ref="ns1:tt"/>
      <xs:element ref="ns1:fan"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.phrase">
    <xs:choice>
      <xs:group ref="ns1:model.segLike"/>
      <xs:group ref="ns1:model.hiLike"/>
      <xs:group ref="ns1:model.graphicLike"/>
      <xs:group ref="ns1:model.pPart.edit"/>
      <xs:group ref="ns1:model.ptrLike"/>
      <xs:group ref="ns1:model.pPart.data"/>
      <xs:group ref="ns1:model.ptrLike.form"/>
      <xs:element ref="ns1:yin"/>
      <xs:element ref="ns1:jl_title"/>
      <xs:element ref="ns1:jl_juan"/>
      <xs:element ref="ns1:jl_byline"/>
    </xs:choice>
  </xs:group>
  <xs:element name="p">
    <xs:annotation>
      <xs:documentation>(paragraph) marks paragraphs in prose.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:p.content">
          <xs:attributeGroup ref="ns1:p.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="p.content" mixed="true">
    <xs:choice maxOccurs="unbounded">
      <xs:group ref="ns1:macro.paraContent"/>
      <xs:element ref="ns1:lg"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="p.attributes">
    <xs:attribute name="type">
      <xs:annotation>
        <xs:documentation>The type attribute has been added to distinguish different
                                        types of paragraphs, for example those containing a dharani,
                                        a dedication, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="foreign">
    <xs:annotation>
      <xs:documentation>(foreign) identifies a word or phrase as belonging to some language other
than that of the surrounding text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:foreign.content">
          <xs:attributeGroup ref="ns1:foreign.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="foreign.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="foreign.attributes">
    <xs:attribute name="resp"/>
    <xs:attribute name="place"/>
    <xs:attribute name="cert"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="emph">
    <xs:annotation>
      <xs:documentation>(emphasized) marks words or phrases which are stressed or emphasized for
linguistic or rhetorical effect.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:emph.content">
          <xs:attributeGroup ref="ns1:emph.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="emph.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="emph.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="hi">
    <xs:annotation>
      <xs:documentation>(highlighted) marks a word or phrase as graphically distinct from the
surrounding text, for reasons concerning which no claim is
made.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:hi.content">
          <xs:attributeGroup ref="ns1:hi.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="hi.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="hi.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="distinct">
    <xs:annotation>
      <xs:documentation>(distinct) 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.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:distinct.content">
          <xs:attributeGroup ref="ns1:distinct.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="distinct.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="distinct.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the sublanguage or register to which the word or phrase
is being assigned</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="time" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>specifies how the phrase is distinct diachronically</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="space" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>specifies how the phrase is distinct diatopically</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="social" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>specifies how the phrase is distinct diastatically</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="q">
    <xs:annotation>
      <xs:documentation>(quoted speech, thought, or writing) contains material which is
marked as (ostensibly) quoted from elsewhere; in narrative, this element is used to mark direct or
indirect speech; in dictionaries, it ay be used to mark
real or contrived examples of usage; in manuscript descriptions or
other metadata, to mark extracts quoted from the source being documented.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:q.content">
          <xs:attributeGroup ref="ns1:q.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="q.content">
    <xs:complexContent>
      <xs:extension base="ns1:macro.specialPara"/>
    </xs:complexContent>
  </xs:complexType>
  <xs:attributeGroup name="q.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ascribed.attribute.who"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>may be used to indicate whether the quoted matter is spoken
or thought, or to characterize it more finely.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="direct" default="unknown">
      <xs:annotation>
        <xs:documentation>may be used to indicate whether the quoted matter is regarded
as direct or indirect speech.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="true">
            <xs:annotation>
              <xs:documentation>(speech or thought is represented directly.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="false">
            <xs:annotation>
              <xs:documentation>(speech or thought is represented indirectly,
e.g. by use of a marked verbal aspect.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="unknown">
            <xs:annotation>
              <xs:documentation>(no claim is made.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="quote">
    <xs:annotation>
      <xs:documentation>(quotation) contains a phrase or passage attributed by the narrator or
author to some agency external to the text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:quote.content">
          <xs:attributeGroup ref="ns1:quote.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="quote.content">
    <xs:complexContent>
      <xs:extension base="ns1:macro.specialPara"/>
    </xs:complexContent>
  </xs:complexType>
  <xs:attributeGroup name="quote.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="cit">
    <xs:annotation>
      <xs:documentation>A quotation from some other document, together with a
  bibliographic reference to its source.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:cit.content">
          <xs:attributeGroup ref="ns1:cit.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="cit.content">
    <xs:choice maxOccurs="unbounded">
      <xs:group ref="ns1:model.quoteLike"/>
      <xs:group ref="ns1:model.biblLike"/>
      <xs:group ref="ns1:model.ptrLike"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="cit.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="mentioned">
    <xs:annotation>
      <xs:documentation>marks words or phrases mentioned, not used.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:mentioned.content">
          <xs:attributeGroup ref="ns1:mentioned.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="mentioned.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="mentioned.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="soCalled">
    <xs:annotation>
      <xs:documentation>(so called) 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.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:soCalled.content">
          <xs:attributeGroup ref="ns1:soCalled.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="soCalled.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="soCalled.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="altIdent">
    <xs:annotation>
      <xs:documentation>supplies the recommended XML name for an element, class,
  attribute, etc. in some language.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:altIdent.content">
          <xs:attributeGroup ref="ns1:altIdent.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="altIdent.content" mixed="true">
    <xs:group ref="ns1:macro.xtext"/>
  </xs:complexType>
  <xs:attributeGroup name="altIdent.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
  </xs:attributeGroup>
  <xs:element name="desc">
    <xs:annotation>
      <xs:documentation>(description) contains a brief description of the purpose and application for
an element, attribute, or attribute value.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:desc.content">
          <xs:attributeGroup ref="ns1:desc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="desc.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="desc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="equiv">
    <xs:annotation>
      <xs:documentation>specifies a component which is considered equivalent to the
  parent element, either by co-reference, or by external link.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:equiv.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="equiv.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="name" type="ns1:data.name">
      <xs:annotation>
        <xs:documentation>names the underlying concept of which the parent is a
  representation</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="uri" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>references the underlying concept of which the parent is a
  representation by means of some external identifier</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="filter" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>references an external script which contains a method to
transform instances of this element to canonical TEI</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mimeType" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>MIME type of external filter script</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="gloss">
    <xs:annotation>
      <xs:documentation>identifies a phrase or word used to provide a gloss or
  definition for some other word or phrase.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:gloss.content">
          <xs:attributeGroup ref="ns1:gloss.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="gloss.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="gloss.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
    <xs:attribute name="target" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the associated term element by an
      absolute or relative URI reference</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cRef" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the associated term element using a canonical
      reference from a scheme defined in a refsDecl element
      in the TEI header</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="term">
    <xs:annotation>
      <xs:documentation>contains a single-word, multi-word, or symbolic designation
  which is regarded as a technical term.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:term.content">
          <xs:attributeGroup ref="ns1:term.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="term.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="term.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
    <xs:attribute name="sortKey" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>supplies the sort key for this term in an index.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="target" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the associated gloss element by an
	absolute or relative URI reference</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cRef" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the associated gloss element using a
	canonical reference from a scheme defined in a
	refsDecl element in the TEI header</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="sic">
    <xs:annotation>
      <xs:documentation>contains text reproduced although apparently incorrect or inaccurate.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:sic.content">
          <xs:attributeGroup ref="ns1:sic.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="sic.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="sic.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="corr">
    <xs:annotation>
      <xs:documentation>(correction) contains the correct form of a passage apparently erroneous in the copy text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:corr.content">
          <xs:attributeGroup ref="ns1:corr.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="corr.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="corr.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
  </xs:attributeGroup>
  <xs:element name="choice">
    <xs:annotation>
      <xs:documentation>groups a number of alternative encodings for the same point in
  a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:choice.content">
          <xs:attributeGroup ref="ns1:choice.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="choice.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.choicePart"/>
      <xs:element ref="ns1:choice"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="choice.attributes">
    <xs:attribute name="resp">
      <xs:annotation>
        <xs:documentation>indicates the responsibility</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="reg">
    <xs:annotation>
      <xs:documentation>(regularization) contains a reading which has been regularized or normalized
in some sense.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:reg.content">
          <xs:attributeGroup ref="ns1:reg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="reg.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="reg.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
  </xs:attributeGroup>
  <xs:element name="orig">
    <xs:annotation>
      <xs:documentation>(original form) contains  a reading which is marked as following  the original,
rather than being normalized or corrected.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:orig.content">
          <xs:attributeGroup ref="ns1:orig.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="orig.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="orig.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="gap">
    <xs:annotation>
      <xs:documentation>(omitted material) 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 or inaudible.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:gap.content">
          <xs:attributeGroup ref="ns1:gap.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="gap.content">
    <xs:group minOccurs="0" ref="ns1:macro.glossSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="gap.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
    <xs:attribute name="reason" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>gives the reason for omission.  Sample values include
sampling, illegible, inaudible,
irrelevant, cancelled, cancelled and illegible.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hand" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>in the case of text omitted from the transcription because of
deliberate deletion by an identifiable hand, signifies the hand which
made the deletion.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="agent" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>In the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="extent" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>indicates approximately how much text has been omitted from the
transcription, in letters, minims, inches, or any appropriate unit,
either because of editorial policy or because a deletion, damage, or
other cause has rendered transcription impossible.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="add">
    <xs:annotation>
      <xs:documentation>(addition) contains letters, words, or phrases inserted in the text by an
author, scribe, annotator, or corrector.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:add.content">
          <xs:attributeGroup ref="ns1:add.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="add.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="add.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
    <xs:attribute name="place" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>if the the addition is written into the copy text, indicates
where the additional text is written.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hand" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>signifies the hand of the agent which made the addition.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="del">
    <xs:annotation>
      <xs:documentation>(deletion) contains a letter, word or passage deleted, marked as deleted,
or otherwise indicated as superfluous or spurious in the copy text by an
author, scribe, annotator, or corrector.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:del.content">
          <xs:attributeGroup ref="ns1:del.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="del.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="del.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the type of deletion using any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="status" default="unremarkable" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>may be used to indicate faulty deletions, e.g.
strikeouts which include too much or too little text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hand" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>signifies the hand of the agent which made the deletion.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="unclear">
    <xs:annotation>
      <xs:documentation>contains a word, phrase, or passage which cannot be transcribed
with certainty because it is illegible or inaudible in the source.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:unclear.content">
          <xs:attributeGroup ref="ns1:unclear.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="unclear.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="unclear.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
    <xs:attribute name="reason" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>indicates why the material is hard to transcribe.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hand" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>Where the difficulty in transcription arises from action
(partial deletion, etc.) assignable to an identifiable hand, signifies
the hand responsible for the action.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="agent" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>Where the difficulty in transcription arises from
 damage, categorizes the cause of the damage, if it can be identified.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="name">
    <xs:annotation>
      <xs:documentation>(name, proper noun) contains a proper noun or noun phrase.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:name.content">
          <xs:attributeGroup ref="ns1:name.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="name.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="name.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.naming.attribute.key"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the type of the object which is being named by the
      phrase.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="rs">
    <xs:annotation>
      <xs:documentation>(referencing string) contains a general purpose name or referring string.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:rs.content">
          <xs:attributeGroup ref="ns1:rs.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="rs.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="rs.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.naming.attribute.key"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates more specifically the object referred to by the
      referencing string. Values might include person,
      place, ship, element etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="address">
    <xs:annotation>
      <xs:documentation>contains a postal or other address, for example of a
publisher, an organization, or an individual.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:address.content">
          <xs:attributeGroup ref="ns1:address.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="address.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence maxOccurs="unbounded">
        <xs:group ref="ns1:model.addrPart"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="address.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="addrLine">
    <xs:annotation>
      <xs:documentation>contains one line of a postal or other address.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:addrLine.content">
          <xs:attributeGroup ref="ns1:addrLine.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="addrLine.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="addrLine.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="street">
    <xs:annotation>
      <xs:documentation>(street) a full street address including any name or number identifying a
building as well as the name of the street or route on which it is
located.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:street.content">
          <xs:attributeGroup ref="ns1:street.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="street.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="street.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="postCode">
    <xs:annotation>
      <xs:documentation>(postCode) contains a numerical or alphanumeric code used as part of a
postal address to simplify sorting or delivery of mail.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:postCode.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="postCode.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="postBox">
    <xs:annotation>
      <xs:documentation>(postBox) contains a number or other identifier for some postal delivery
point other than a street address.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:postBox.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="postBox.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="num">
    <xs:annotation>
      <xs:documentation>(number) contains a number, written in any form.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:num.content">
          <xs:attributeGroup ref="ns1:num.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="num.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="num.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the type of numeric value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="value" type="ns1:data.numeric">
      <xs:annotation>
        <xs:documentation>supplies the value of the number in standard form.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="measure">
    <xs:annotation>
      <xs:documentation>contains a word or phrase referring to some quantity of
an object or commodity, usually comprising a number, a unit, and a
commodity name.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:measure.content">
          <xs:attributeGroup ref="ns1:measure.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="measure.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="measure.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.measurement.attribute.unit"/>
    <xs:attributeGroup ref="ns1:att.measurement.attribute.quantity"/>
    <xs:attributeGroup ref="ns1:att.measurement.attribute.commodity"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the type of measurement in any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="date">
    <xs:annotation>
      <xs:documentation>contains a date in any format.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:date.content">
          <xs:attributeGroup ref="ns1:date.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="date.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="date.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
    <xs:attribute name="calendar" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the system or calendar to which the date belongs.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="value" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>gives the value of the date in standard form, i.e. yyyy-mm-dd.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="precision" type="ns1:data.certainty">
      <xs:annotation>
        <xs:documentation>indicates the degree of precision associated with the date.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="dateRange">
    <xs:annotation>
      <xs:documentation>(date range) contains two dates or another phrase delimiting a time period.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:dateRange.content">
          <xs:attributeGroup ref="ns1:dateRange.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="dateRange.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="dateRange.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="calendar" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the system or calendar to which the date belongs.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="from">
      <xs:annotation>
        <xs:documentation>indicates the starting point of the period in standard form.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date xs:gYear xs:gMonth xs:gDay xs:gYearMonth xs:gMonthDay xs:time xs:dateTime"/>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="to">
      <xs:annotation>
        <xs:documentation>indicates the ending point of the period in standard form.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date xs:gYear xs:gMonth xs:gDay xs:gYearMonth xs:gMonthDay xs:time xs:dateTime"/>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="exact">
      <xs:annotation>
        <xs:documentation>indicates the precision to be attached to either or both dates
specified.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="to">
            <xs:annotation>
              <xs:documentation>(the to date is exact) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="from">
            <xs:annotation>
              <xs:documentation>(the from date is exact) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="both">
            <xs:annotation>
              <xs:documentation>(both dates are exact) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="none">
            <xs:annotation>
              <xs:documentation>(both dates are approximate or unspecified) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="time">
    <xs:annotation>
      <xs:documentation>contains a phrase defining a time of day in any format.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:time.content">
          <xs:attributeGroup ref="ns1:time.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="time.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="time.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="value" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>gives the value of the time in standard form, e.g. as hh:mm.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="timeRange">
    <xs:annotation>
      <xs:documentation>(time range) contains two times or another phrase indicating a time period.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:timeRange.content">
          <xs:attributeGroup ref="ns1:timeRange.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="timeRange.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="timeRange.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="from" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>indicates the starting point of the time period in a standard form, usually hh:mm.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="to" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>indicates the ending point of the time period in standard form, usually hh:mm.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="exact">
      <xs:annotation>
        <xs:documentation>indicates the precision to be attached to either or both times
		specified.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="to">
            <xs:annotation>
              <xs:documentation>(the to time is exact) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="from">
            <xs:annotation>
              <xs:documentation>(the from time is exact) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="both">
            <xs:annotation>
              <xs:documentation>(both times are exact) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="none">
            <xs:annotation>
              <xs:documentation>(both times are approximate or unspecified) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="abbr">
    <xs:annotation>
      <xs:documentation>(abbreviation) contains an abbreviation of any sort.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:abbr.content">
          <xs:attributeGroup ref="ns1:abbr.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="abbr.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="abbr.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>allows the encoder to classify the abbreviation according to
some convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="expan">
    <xs:annotation>
      <xs:documentation>(expansion) contains the expansion of an abbreviation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:expan.content">
          <xs:attributeGroup ref="ns1:expan.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="expan.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="expan.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.cert"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.editLike.attribute.evidence"/>
  </xs:attributeGroup>
  <xs:element name="ptr">
    <xs:annotation>
      <xs:documentation>defines a pointer to another location.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:ptr.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="ptr.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
    <xs:attribute name="target" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the destination of the pointer by supplying one or
      more URI References</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cRef" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the destination of the pointer by supplying a
      canonical reference from a scheme defined in a refsDecl
      element in the TEI header</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="ref">
    <xs:annotation>
      <xs:documentation>defines a reference to another location, possibly
  modified by additional text or comment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:ref.content">
          <xs:attributeGroup ref="ns1:ref.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="ref.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="ref.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
    <xs:attribute name="target" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the destination of the reference by supplying one
    or more URI References</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cRef" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the destination of the reference by supplying a
      canonical reference from a scheme defined in a refsDecl
      element in the TEI header</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="list">
    <xs:annotation>
      <xs:documentation>contains any sequence of items organized as a list.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:list.content">
          <xs:attributeGroup ref="ns1:list.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="list.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:element ref="ns1:item"/>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:headLabel"/>
          <xs:element minOccurs="0" ref="ns1:headItem"/>
          <xs:sequence maxOccurs="unbounded">
            <xs:element ref="ns1:label"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
            <xs:element ref="ns1:item"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="list.attributes">
    <xs:attribute name="type" default="simple" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>describes the form of the list.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="item">
    <xs:annotation>
      <xs:documentation>contains one
component of a list.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:item.content">
          <xs:attributeGroup ref="ns1:item.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="item.content">
    <xs:complexContent>
      <xs:extension base="ns1:macro.specialPara"/>
    </xs:complexContent>
  </xs:complexType>
  <xs:attributeGroup name="item.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="label">
    <xs:annotation>
      <xs:documentation>contains the label associated with an item in a list; in
glossaries, marks the term being defined.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:label.content">
          <xs:attributeGroup ref="ns1:label.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="label.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="label.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="head">
    <xs:annotation>
      <xs:documentation>(heading) contains any type of heading, for example the title of a section,
or the heading of a list, glossary, manuscript description, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:head.content">
          <xs:attributeGroup ref="ns1:head.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="head.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="head.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>categorizes the heading in any way meaningful 
         to the encoder.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="headLabel">
    <xs:annotation>
      <xs:documentation>(heading for list labels) contains the heading for the label or term column in a
glossary list or similar structured list.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:headLabel.content">
          <xs:attributeGroup ref="ns1:headLabel.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="headLabel.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="headLabel.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="headItem">
    <xs:annotation>
      <xs:documentation>(heading for list items) contains the heading for the item or gloss column in a
glossary list or similar structured list.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:headItem.content">
          <xs:attributeGroup ref="ns1:headItem.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="headItem.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="headItem.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="note">
    <xs:annotation>
      <xs:documentation>contains a note or
annotation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:note.content">
          <xs:attributeGroup ref="ns1:note.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="note.content">
    <xs:complexContent>
      <xs:extension base="ns1:macro.specialPara"/>
    </xs:complexContent>
  </xs:complexType>
  <xs:attributeGroup name="note.attributes">
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>describes the type of note.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="resp" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates who is responsible for the annotation: author,
	editor, translator, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="place" default="unspecified" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates where the note appears in the source text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="anchored" default="true">
      <xs:annotation>
        <xs:documentation>indicates whether the copy text shows the exact place of reference
for the note.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="true">
            <xs:annotation>
              <xs:documentation>(copy text indicates the place of attachment for the note.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="false">
            <xs:annotation>
              <xs:documentation>(copy text indicates no place of attachment for the note.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="target" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>indicates the point (or points) of attachment for a note, or the beginning of
the span to which the note is attached.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="targetEnd" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>points to the end of the span to which the note is attached, if
the note is not embedded in the text at that point.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="index">
    <xs:annotation>
      <xs:documentation>(index entry) marks a location to be indexed for whatever purpose.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:index.content">
          <xs:attributeGroup ref="ns1:index.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="index.content">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:term"/>
      <xs:element minOccurs="0" ref="ns1:index"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="index.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.spanning.attribute.spanTo"/>
    <xs:attribute name="indexName" type="ns1:data.name">
      <xs:annotation>
        <xs:documentation>supplies a name to specify which index (of several) the index entry belongs to.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="divGen">
    <xs:annotation>
      <xs:documentation>(automatically generated text division) indicates the location at which a textual division generated
automatically by a text-processing application is to appear.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:divGen.content">
          <xs:attributeGroup ref="ns1:divGen.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="divGen.content">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.divWrapper"/>
  </xs:complexType>
  <xs:attributeGroup name="divGen.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies what type of generated text division (e.g. index,
table of contents, etc.) is to appear.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="graphic">
    <xs:annotation>
      <xs:documentation>indicates the location of an inline graphic, illustration, or figure.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:graphic.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="graphic.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="width" type="ns1:data.outputMeasurement">
      <xs:annotation>
        <xs:documentation>The display width of the image</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="height" type="ns1:data.outputMeasurement">
      <xs:annotation>
        <xs:documentation>The display height of the image</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scale" type="ns1:data.probability">
      <xs:annotation>
        <xs:documentation>A scale factor to be applied to the image to make it the desired display size</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="url" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>The target URL</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mimeType" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>The MIME type</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="binaryObject">
    <xs:annotation>
      <xs:documentation>provides encoded binary data representing an inline graphic or other object.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:binaryObject.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="binaryObject.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="width" type="ns1:data.outputMeasurement">
      <xs:annotation>
        <xs:documentation>The display width of the object</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="height" type="ns1:data.outputMeasurement">
      <xs:annotation>
        <xs:documentation>The display height of the object</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scale" type="ns1:data.numeric">
      <xs:annotation>
        <xs:documentation>A scale factor to be applied to the object to make it the desired display size</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mimeType" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>The MIME type</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="encoding" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>The encoding used to encode the binary data. If not
      specified, this is assumed to be Base64</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="milestone">
    <xs:annotation>
      <xs:documentation>marks a boundary point separating  any kind of section of a text, as indicated by
changes in a standard reference system, where the section is not
represented by a structural element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:milestone.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="milestone.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="ed" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates the edition or version to which the milestone applies.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="unit" use="required" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>provides a conventional name for the kind of section changing at this milestone.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="pb">
    <xs:annotation>
      <xs:documentation>(page break) marks the boundary between one page of a text and the next
in a standard reference system.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:pb.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="pb.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="ed" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates the edition or version in which the page break is located
at this point</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="lb">
    <xs:annotation>
      <xs:documentation>(line break) marks the start of a new (typographic) line in some
edition or version of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:lb.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="lb.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="ed" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates the edition or version in which the line break is located
at this point</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="cb">
    <xs:annotation>
      <xs:documentation>(column break) marks the boundary between one column of a text and the next
in a standard reference system.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:cb.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="cb.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="ed" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates the edition or version in which the column break is located
at this point</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="bibl">
    <xs:annotation>
      <xs:documentation>(bibliographic citation) contains a loosely-structured bibliographic citation of which
the sub-components may or may not be explicitly tagged.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:bibl.content">
          <xs:attributeGroup ref="ns1:bibl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="bibl.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.hiLike"/>
      <xs:group ref="ns1:model.pPart.data"/>
      <xs:group ref="ns1:model.pPart.edit"/>
      <xs:group ref="ns1:model.segLike"/>
      <xs:group ref="ns1:model.ptrLike"/>
      <xs:group ref="ns1:model.biblPart"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="bibl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="biblItem">
    <xs:annotation>
      <xs:documentation>(bibliographic citation) contains a bibliographic citation in which only bibliographic
  subelements appear.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:biblItem.content">
          <xs:attributeGroup ref="ns1:biblItem.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="biblItem.content">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:title"/>
      <xs:element ref="ns1:biblItem"/>
      <xs:element ref="ns1:imprint"/>
      <xs:group ref="ns1:model.nameLike"/>
      <xs:group ref="ns1:model.biblPart"/>
      <xs:group ref="ns1:model.dateLike"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="biblItem.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
    <xs:attribute name="form" type="xs:token">
      <xs:annotation>
        <xs:documentation>indicates the physical form of the object of this bibliographic entry.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="status">
      <xs:annotation>
        <xs:documentation>indicates the publication status of the object of this bibliographic entry.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="role">
      <xs:annotation>
        <xs:documentation>indicates the relationship of this bibliographic entry to
      that of its parent bibl or biblItem.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="biblStruct">
    <xs:annotation>
      <xs:documentation>(structured bibliographic citation) contains a structured bibliographic citation, in which only
bibliographic subelements appear and in a specified order.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:biblStruct.content">
          <xs:attributeGroup ref="ns1:biblStruct.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="biblStruct.content">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:analytic"/>
      <xs:sequence maxOccurs="unbounded">
        <xs:element ref="ns1:monogr"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:series"/>
      </xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.noteLike"/>
        <xs:element ref="ns1:idno"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="biblStruct.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="biblFull">
    <xs:annotation>
      <xs:documentation>contains a fully-structured bibliographic citation, in which all
components of the TEI file description
are present.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:biblFull.content">
          <xs:attributeGroup ref="ns1:biblFull.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="biblFull.content">
    <xs:sequence>
      <xs:group ref="ns1:macro.fileDescPart"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:sourceDesc"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="biblFull.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="listBibl">
    <xs:annotation>
      <xs:documentation>(citation list) contains a list of bibliographic citations of any kind.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:listBibl.content">
          <xs:attributeGroup ref="ns1:listBibl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="listBibl.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:sequence maxOccurs="unbounded">
        <xs:group ref="ns1:model.biblLike"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="listBibl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="analytic">
    <xs:annotation>
      <xs:documentation>(analytic level) contains bibliographic elements describing an item (e.g. an
article or poem) published within a monograph or journal and not as an
independent publication.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:analytic.content">
          <xs:attributeGroup ref="ns1:analytic.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="analytic.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:author"/>
      <xs:element ref="ns1:editor"/>
      <xs:element ref="ns1:respStmt"/>
      <xs:element ref="ns1:title"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="analytic.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="monogr">
    <xs:annotation>
      <xs:documentation>(monographic level) contains bibliographic elements describing an item (e.g. a book
or journal) published as an independent item (i.e. as a separate
physical object).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:monogr.content">
          <xs:attributeGroup ref="ns1:monogr.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="monogr.content">
    <xs:sequence>
      <xs:choice minOccurs="0">
        <xs:sequence>
          <xs:choice>
            <xs:element ref="ns1:author"/>
            <xs:element ref="ns1:editor"/>
            <xs:element ref="ns1:respStmt"/>
          </xs:choice>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:author"/>
            <xs:element ref="ns1:editor"/>
            <xs:element ref="ns1:respStmt"/>
          </xs:choice>
          <xs:element maxOccurs="unbounded" ref="ns1:title"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:editor"/>
            <xs:element ref="ns1:respStmt"/>
          </xs:choice>
        </xs:sequence>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" ref="ns1:title"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:author"/>
            <xs:element ref="ns1:editor"/>
            <xs:element ref="ns1:respStmt"/>
          </xs:choice>
        </xs:sequence>
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.noteLike"/>
        <xs:element ref="ns1:meeting"/>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:edition"/>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="ns1:editor"/>
          <xs:element ref="ns1:respStmt"/>
        </xs:choice>
      </xs:sequence>
      <xs:element ref="ns1:imprint"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:imprint"/>
        <xs:element ref="ns1:extent"/>
        <xs:element ref="ns1:biblScope"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="monogr.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="series">
    <xs:annotation>
      <xs:documentation>(series information) contains information about the series in which a book or other
bibliographic item has appeared.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:series.content">
          <xs:attributeGroup ref="ns1:series.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="series.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:element ref="ns1:title"/>
      <xs:element ref="ns1:editor"/>
      <xs:element ref="ns1:respStmt"/>
      <xs:element ref="ns1:biblScope"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="series.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="author">
    <xs:annotation>
      <xs:documentation>in a bibliographic reference, contains the name of the author(s),
personal or corporate,
of a work; the primary statement of responsibility for any
bibliographic item.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:author.content">
          <xs:attributeGroup ref="ns1:author.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="author.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="author.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="editor">
    <xs:annotation>
      <xs:documentation>(editor) 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.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:editor.content">
          <xs:attributeGroup ref="ns1:editor.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="editor.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="editor.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="role" default="editor" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the nature of the intellectual responsibility</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="respStmt">
    <xs:annotation>
      <xs:documentation>(statement of responsibility) supplies a statement of responsibility for someone responsible
  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.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:respStmt.content">
          <xs:attributeGroup ref="ns1:respStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="respStmt.content">
    <xs:choice>
      <xs:sequence>
        <xs:element ref="ns1:resp"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:resp"/>
        <xs:group maxOccurs="unbounded" ref="ns1:model.nameLike.agent"/>
      </xs:sequence>
      <xs:sequence>
        <xs:group ref="ns1:model.nameLike.agent"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.nameLike.agent"/>
        <xs:element maxOccurs="unbounded" ref="ns1:resp"/>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="respStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="resp">
    <xs:annotation>
      <xs:documentation>contains a phrase describing the nature of a person's
  intellectual responsibility.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:resp.content">
          <xs:attributeGroup ref="ns1:resp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="resp.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="resp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="title">
    <xs:annotation>
      <xs:documentation>contains the full title of a work of any kind.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:title.content">
          <xs:attributeGroup ref="ns1:title.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="title.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="title.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="level">
      <xs:annotation>
        <xs:documentation>indicates the bibliographic level for a title, that is,
	whether it identifies  an article, book, journal,
series, or unpublished material.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="a">
            <xs:annotation>
              <xs:documentation>(analytic title (article, poem, or other item published as
          part of a larger item)) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="m">
            <xs:annotation>
              <xs:documentation>(monographic title (book, collection, or other item published
          as a distinct item, including single volumes of multi-volume
          works)) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="j">
            <xs:annotation>
              <xs:documentation>(journal title) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="s">
            <xs:annotation>
              <xs:documentation>(series title) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="u">
            <xs:annotation>
              <xs:documentation>(title of unpublished material (including theses and
          dissertations unless published by a commercial press)) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the title according to some convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="meeting">
    <xs:annotation>
      <xs:documentation>in bibliographic references,
contains a description of the meeting or conference from which
the bibliographic item derives.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:meeting.content">
          <xs:attributeGroup ref="ns1:meeting.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="meeting.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="meeting.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="imprint">
    <xs:annotation>
      <xs:documentation>groups information relating to the publication or distribution
  of a bibliographic item.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:imprint.content">
          <xs:attributeGroup ref="ns1:imprint.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="imprint.content">
    <xs:sequence maxOccurs="unbounded">
      <xs:choice>
        <xs:group ref="ns1:model.imprintPart"/>
        <xs:group ref="ns1:model.dateLike"/>
      </xs:choice>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="imprint.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="publisher">
    <xs:annotation>
      <xs:documentation>provides the name of the organization responsible for
the publication or distribution of a bibliographic item.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:publisher.content">
          <xs:attributeGroup ref="ns1:publisher.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="publisher.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="publisher.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="biblScope">
    <xs:annotation>
      <xs:documentation>(scope of citation) defines the scope of a bibliographic reference, for example as a
list of pagenumbers, or a named subdivision of a larger work.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:biblScope.content">
          <xs:attributeGroup ref="ns1:biblScope.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="biblScope.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="biblScope.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>identifies the type of information conveyed by the element, e.g.
pages, volume.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="pubPlace">
    <xs:annotation>
      <xs:documentation>contains the name of the place where a bibliographic item was
published.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:pubPlace.content">
          <xs:attributeGroup ref="ns1:pubPlace.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="pubPlace.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="pubPlace.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.naming.attribute.key"/>
  </xs:attributeGroup>
  <xs:element name="l">
    <xs:annotation>
      <xs:documentation>(verse line) contains a single, possibly incomplete, line of verse.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:l.content">
          <xs:attributeGroup ref="ns1:l.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="l.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="l.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="part" default="N">
      <xs:annotation>
        <xs:documentation>specifies whether or not the line is metrically complete.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Y">
            <xs:annotation>
              <xs:documentation>(the line is metrically incomplete) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="N">
            <xs:annotation>
              <xs:documentation>(either the line is complete, or no claim is made as to its
completeness) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>(the initial part of an incomplete line) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>(a medial part of an incomplete line) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="F">
            <xs:annotation>
              <xs:documentation>(the final part of an incomplete line) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="lg">
    <xs:annotation>
      <xs:documentation>(line group) contains a group of verse lines functioning as a formal unit,
e.g. a stanza, refrain, verse paragraph, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:lg.content">
          <xs:attributeGroup ref="ns1:lg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="lg.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:group ref="ns1:model.lLike"/>
        <xs:element ref="ns1:lg"/>
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.lLike"/>
        <xs:element ref="ns1:lg"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="lg.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
  </xs:attributeGroup>
  <xs:element name="sp">
    <xs:annotation>
      <xs:documentation>(speech) The sp element is used here to record utterances in a dialog.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:sp.content">
          <xs:attributeGroup ref="ns1:sp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="sp.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence minOccurs="0">
        <xs:element ref="ns1:speaker"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
      <xs:sequence maxOccurs="unbounded">
        <xs:choice>
          <xs:group ref="ns1:model.lLike"/>
          <xs:element ref="ns1:lg"/>
          <xs:group ref="ns1:model.pLike"/>
          <xs:group ref="ns1:model.blockLike"/>
          <xs:group ref="ns1:model.stageLike"/>
        </xs:choice>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="sp.attributes">
    <xs:attribute name="type">
      <xs:annotation>
        <xs:documentation>The type attribute  is used here to.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ascribed.attribute.who"/>
  </xs:attributeGroup>
  <xs:element name="speaker">
    <xs:annotation>
      <xs:documentation>A specialized form of heading or label, giving the name of
one or more speakers in a dramatic text or fragment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:speaker.content">
          <xs:attributeGroup ref="ns1:speaker.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="speaker.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="speaker.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="stage">
    <xs:annotation>
      <xs:documentation>(stage direction) contains any kind of stage direction within a dramatic text or
fragment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:stage.content">
          <xs:attributeGroup ref="ns1:stage.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="stage.content">
    <xs:complexContent>
      <xs:extension base="ns1:macro.specialPara"/>
    </xs:complexContent>
  </xs:complexType>
  <xs:attributeGroup name="stage.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the kind of stage direction.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="teiCorpus">
    <xs:annotation>
      <xs:documentation>(TEI corpus) contains the whole of a TEI encoded corpus, comprising a
single corpus header and one or more TEI elements, each containing
a single text header and a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:teiCorpus.content">
          <xs:attributeGroup ref="ns1:teiCorpus.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="teiCorpus.content">
    <xs:sequence>
      <xs:element ref="ns1:teiHeader"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:TEI"/>
        <xs:element ref="ns1:teiCorpus"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="teiCorpus.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="version" default="5.0" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The version of the TEI scheme</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.headerPart">
    <xs:choice>
      <xs:element ref="ns1:encodingDesc"/>
      <xs:element ref="ns1:profileDesc"/>
    </xs:choice>
  </xs:group>
  <xs:element name="teiHeader">
    <xs:annotation>
      <xs:documentation>(TEI Header) supplies the descriptive and declarative information making
	up an electronic title page prefixed to every TEI-conformant
	text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:teiHeader.content">
          <xs:attributeGroup ref="ns1:teiHeader.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="teiHeader.content">
    <xs:sequence>
      <xs:element ref="ns1:fileDesc"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.headerPart"/>
      <xs:element minOccurs="0" ref="ns1:revisionDesc"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="teiHeader.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" default="text" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the kind of document to which the header is attached.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="fileDesc">
    <xs:annotation>
      <xs:documentation>(File Description) contains a full bibliographic description of an electronic
file.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:fileDesc.content">
          <xs:attributeGroup ref="ns1:fileDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="fileDesc.content">
    <xs:sequence>
      <xs:group ref="ns1:macro.fileDescPart"/>
      <xs:element maxOccurs="unbounded" ref="ns1:sourceDesc"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="fileDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="titleStmt">
    <xs:annotation>
      <xs:documentation>(title statement) groups information about the title of a work and those
responsible for its intellectual content.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:titleStmt.content">
          <xs:attributeGroup ref="ns1:titleStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="titleStmt.content">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:title"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:author"/>
        <xs:element ref="ns1:editor"/>
        <xs:element ref="ns1:sponsor"/>
        <xs:element ref="ns1:funder"/>
        <xs:element ref="ns1:principal"/>
        <xs:element ref="ns1:respStmt"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="titleStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="sponsor">
    <xs:annotation>
      <xs:documentation>specifies the name of a sponsoring organization or
institution.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:sponsor.content">
          <xs:attributeGroup ref="ns1:sponsor.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="sponsor.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="sponsor.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="funder">
    <xs:annotation>
      <xs:documentation>(Funding body) specifies the name of an individual, institution, or organization
responsible for the funding of a project or text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:funder.content">
          <xs:attributeGroup ref="ns1:funder.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="funder.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="funder.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="principal">
    <xs:annotation>
      <xs:documentation>(principal researcher) supplies the name of the principal researcher responsible for the
creation of an electronic text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:principal.content">
          <xs:attributeGroup ref="ns1:principal.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="principal.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="principal.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="editionStmt">
    <xs:annotation>
      <xs:documentation>(edition statement) groups information relating to one edition of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:editionStmt.content">
          <xs:attributeGroup ref="ns1:editionStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="editionStmt.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:sequence>
        <xs:element ref="ns1:edition"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:respStmt"/>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="editionStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="edition">
    <xs:annotation>
      <xs:documentation>(Edition) describes the particularities of one edition of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:edition.content">
          <xs:attributeGroup ref="ns1:edition.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="edition.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="edition.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="extent">
    <xs:annotation>
      <xs:documentation>describes the approximate size of the electronic text as stored on
some carrier medium, specified in any convenient units.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:extent.content">
          <xs:attributeGroup ref="ns1:extent.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="extent.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="extent.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="publicationStmt">
    <xs:annotation>
      <xs:documentation>(publication statement) groups information concerning the publication or distribution
of an electronic or other text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:publicationStmt.content">
          <xs:attributeGroup ref="ns1:publicationStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="publicationStmt.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:publisher"/>
        <xs:element ref="ns1:distributor"/>
        <xs:element ref="ns1:authority"/>
        <xs:element ref="ns1:pubPlace"/>
        <xs:element ref="ns1:address"/>
        <xs:element ref="ns1:idno"/>
        <xs:element ref="ns1:availability"/>
        <xs:element ref="ns1:date"/>
      </xs:choice>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="publicationStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="distributor">
    <xs:annotation>
      <xs:documentation>supplies the name of a person or other agency responsible for the
distribution of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:distributor.content">
          <xs:attributeGroup ref="ns1:distributor.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="distributor.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="distributor.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="authority">
    <xs:annotation>
      <xs:documentation>(release authority) supplies the name of a person or other agency responsible for
  making an electronic file available, other than a publisher or
  distributor.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:authority.content">
          <xs:attributeGroup ref="ns1:authority.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="authority.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="authority.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="idno">
    <xs:annotation>
      <xs:documentation>(identifying number) supplies any standard or non-standard number used to identify a
bibliographic item.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:idno.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="idno.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>categorizes the number, for example as an ISBN or other
         standard series.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="availability">
    <xs:annotation>
      <xs:documentation>supplies information about the availability of a text, for
  example any restrictions on its use or distribution, its copyright
  status, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:availability.content">
          <xs:attributeGroup ref="ns1:availability.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="availability.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="availability.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="status" default="unknown">
      <xs:annotation>
        <xs:documentation>supplies a code identifying the current availability of the
text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="free">
            <xs:annotation>
              <xs:documentation>(the text is freely available.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="unknown">
            <xs:annotation>
              <xs:documentation>(the status of the text is unknown.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="restricted">
            <xs:annotation>
              <xs:documentation>(the text is not freely available.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="seriesStmt">
    <xs:annotation>
      <xs:documentation>(series statement) groups information about the series, if any, to which
a publication belongs.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:seriesStmt.content">
          <xs:attributeGroup ref="ns1:seriesStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="seriesStmt.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:sequence>
        <xs:element maxOccurs="unbounded" ref="ns1:title"/>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="ns1:idno"/>
          <xs:element ref="ns1:respStmt"/>
        </xs:choice>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="seriesStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="notesStmt">
    <xs:annotation>
      <xs:documentation>(Notes statement) collects together any notes providing information about a text
additional to that recorded in other parts of the bibliographic
description.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:notesStmt.content">
          <xs:attributeGroup ref="ns1:notesStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="notesStmt.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.noteLike"/>
  </xs:complexType>
  <xs:attributeGroup name="notesStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:group name="model.sourceDescPart">
    <xs:choice>
      <xs:element ref="ns1:scriptStmt"/>
      <xs:element ref="ns1:recordingStmt"/>
    </xs:choice>
  </xs:group>
  <xs:element name="sourceDesc">
    <xs:annotation>
      <xs:documentation>supplies a description of the source text(s) from
which an electronic text was derived or generated.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:sourceDesc.content">
          <xs:attributeGroup ref="ns1:sourceDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="sourceDesc.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:element ref="ns1:listBibl"/>
      <xs:choice maxOccurs="unbounded">
        <xs:group ref="ns1:model.biblLike"/>
        <xs:group ref="ns1:model.sourceDescPart"/>
      </xs:choice>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="sourceDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="scriptStmt">
    <xs:annotation>
      <xs:documentation>(script statement) contains a citation giving details of the script used for
a spoken text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:scriptStmt.content">
          <xs:attributeGroup ref="ns1:scriptStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="scriptStmt.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:group ref="ns1:model.biblLike"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="scriptStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="recordingStmt">
    <xs:annotation>
      <xs:documentation>(recording statement) describes a set of recordings used in transcription of a
spoken text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:recordingStmt.content">
          <xs:attributeGroup ref="ns1:recordingStmt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="recordingStmt.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:element maxOccurs="unbounded" ref="ns1:recording"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="recordingStmt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="recording">
    <xs:annotation>
      <xs:documentation>(recording event) details of an audio or video recording event
used as the source of a spoken text, either directly or from
a public broadcast.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:recording.content">
          <xs:attributeGroup ref="ns1:recording.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="recording.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.recordingPart"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="recording.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="type" default="audio">
      <xs:annotation>
        <xs:documentation>the kind of recording.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="audio">
            <xs:annotation>
              <xs:documentation>(audio recording) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="video">
            <xs:annotation>
              <xs:documentation>(audio and video recording) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="dur" type="ns1:data.duration">
      <xs:annotation>
        <xs:documentation>the original duration of the recording.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="equipment">
    <xs:annotation>
      <xs:documentation>(equipment) provides technical details of the equipment and media used for
an audio or video recording used as the source for a spoken text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:equipment.content">
          <xs:attributeGroup ref="ns1:equipment.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="equipment.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="equipment.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="broadcast">
    <xs:annotation>
      <xs:documentation>(broadcast) describes a broadcast used as the source of a spoken text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:broadcast.content">
          <xs:attributeGroup ref="ns1:broadcast.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="broadcast.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:group ref="ns1:model.biblLike"/>
      <xs:element ref="ns1:recording"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="broadcast.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:group name="model.encodingPart">
    <xs:choice>
      <xs:element ref="ns1:projectDesc"/>
      <xs:element ref="ns1:samplingDecl"/>
      <xs:element ref="ns1:editorialDecl"/>
      <xs:element ref="ns1:tagsDecl"/>
      <xs:element ref="ns1:refsDecl"/>
      <xs:element ref="ns1:classDecl"/>
      <xs:element ref="ns1:fsdDecl"/>
      <xs:element ref="ns1:metDecl"/>
      <xs:element ref="ns1:variantEncoding"/>
      <xs:element ref="ns1:charDesc"/>
    </xs:choice>
  </xs:group>
  <xs:element name="encodingDesc">
    <xs:annotation>
      <xs:documentation>(Encoding description) documents the relationship between an electronic text and the
source or sources from which it was derived.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:encodingDesc.content">
          <xs:attributeGroup ref="ns1:encodingDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="encodingDesc.content">
    <xs:choice maxOccurs="unbounded">
      <xs:group ref="ns1:model.encodingPart"/>
      <xs:group ref="ns1:model.pLike"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="encodingDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="projectDesc">
    <xs:annotation>
      <xs:documentation>(project description) describes in detail the aim or purpose for which an electronic
file was encoded, together with any other relevant information
concerning the process by which it was assembled or collected.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:projectDesc.content">
          <xs:attributeGroup ref="ns1:projectDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="projectDesc.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="projectDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="samplingDecl">
    <xs:annotation>
      <xs:documentation>(sampling declaration) contains a prose description of the rationale and methods used
in sampling texts in the creation of a corpus or collection.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:samplingDecl.content">
          <xs:attributeGroup ref="ns1:samplingDecl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="samplingDecl.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="samplingDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:group name="model.editorialDeclPart">
    <xs:choice>
      <xs:element ref="ns1:correction"/>
      <xs:element ref="ns1:normalization"/>
      <xs:element ref="ns1:quotation"/>
      <xs:element ref="ns1:hyphenation"/>
      <xs:element ref="ns1:segmentation"/>
      <xs:element ref="ns1:stdVals"/>
      <xs:element ref="ns1:interpretation"/>
    </xs:choice>
  </xs:group>
  <xs:element name="editorialDecl">
    <xs:annotation>
      <xs:documentation>(editorial practice declaration) provides details of editorial principles and practices applied
during the encoding of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:editorialDecl.content">
          <xs:attributeGroup ref="ns1:editorialDecl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="editorialDecl.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:group maxOccurs="unbounded" ref="ns1:model.editorialDeclPart"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="editorialDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="correction">
    <xs:annotation>
      <xs:documentation>(correction principles) states how and under what circumstances corrections have been
made in the text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:correction.content">
          <xs:attributeGroup ref="ns1:correction.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="correction.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="correction.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="status" default="unknown">
      <xs:annotation>
        <xs:documentation>indicates the degree of correction applied to the text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="high">
            <xs:annotation>
              <xs:documentation>(the text has been thoroughly checked and
                       proofread.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="medium">
            <xs:annotation>
              <xs:documentation>(the text has been checked at least once.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="low">
            <xs:annotation>
              <xs:documentation>(the text has not been checked.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="unknown">
            <xs:annotation>
              <xs:documentation>(the correction status of the text is unknown.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="method" default="silent">
      <xs:annotation>
        <xs:documentation>indicates the method adopted to indicate corrections within the
         text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="silent">
            <xs:annotation>
              <xs:documentation>(corrections have been made silently) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="tags">
            <xs:annotation>
              <xs:documentation>(corrections have been represented using editorial tags) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="normalization">
    <xs:annotation>
      <xs:documentation>indicates the extent of normalization or regularization of the
original source carried out in converting it to electronic form.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:normalization.content">
          <xs:attributeGroup ref="ns1:normalization.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="normalization.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="normalization.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="source" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>indicates the authority for any normalization carried out.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="method" default="silent">
      <xs:annotation>
        <xs:documentation>indicates the method adopted to indicate normalizations within
         the text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="silent">
            <xs:annotation>
              <xs:documentation>(normalization made silently) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="tags">
            <xs:annotation>
              <xs:documentation>(normalization represented using editorial tags) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="quotation">
    <xs:annotation>
      <xs:documentation>specifies editorial practice adopted with respect to quotation
  marks in the original.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:quotation.content">
          <xs:attributeGroup ref="ns1:quotation.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="quotation.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="quotation.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="marks" default="all">
      <xs:annotation>
        <xs:documentation>indicates whether or not quotation marks have been retained as
      content within the text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="none">
            <xs:annotation>
              <xs:documentation>(no quotation marks have been retained) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="some">
            <xs:annotation>
              <xs:documentation>(some quotation marks have been retained) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="all">
            <xs:annotation>
              <xs:documentation>(all quotation marks have been retained) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="form" default="unknown">
      <xs:annotation>
        <xs:documentation>specifies how quotation marks are indicated within the
      text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="data">
            <xs:annotation>
              <xs:documentation>(quotation marks are retained as data.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="rend">
            <xs:annotation>
              <xs:documentation>(the rendition attribute is consistently used to
          indicate the form of quotation marks.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="std">
            <xs:annotation>
              <xs:documentation>(use of quotation marks has been standardized.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="nonstd">
            <xs:annotation>
              <xs:documentation>(quotation marks are represented inconsistently.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="unknown">
            <xs:annotation>
              <xs:documentation>(use of quotation marks is unknown.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="hyphenation">
    <xs:annotation>
      <xs:documentation>(Hyphenation) summarizes the way in which hyphenation in a source text has been
treated in an encoded version of it.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:hyphenation.content">
          <xs:attributeGroup ref="ns1:hyphenation.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="hyphenation.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="hyphenation.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="eol" default="some">
      <xs:annotation>
        <xs:documentation>indicates whether or not end-of-line hyphenation has been
	retained in a text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="all">
            <xs:annotation>
              <xs:documentation>(all end-of-line hyphenation has been retained,
                   even though the lineation of the original
                   may not have been.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="some">
            <xs:annotation>
              <xs:documentation>(end-of-line hyphenation has been retained in some
                   cases.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="hard">
            <xs:annotation>
              <xs:documentation>(all soft end-of-line hyphenation has been removed:
                   any remaining end-od-line hyphenation should be retained.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="none">
            <xs:annotation>
              <xs:documentation>(all end-of-line hyphenation has been removed:
                  any remaining hyphenation occurred within the line.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="segmentation">
    <xs:annotation>
      <xs:documentation>describes the principles according to which the text has been
segmented, for example into sentences, tone-units, graphemic strata,
etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:segmentation.content">
          <xs:attributeGroup ref="ns1:segmentation.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="segmentation.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="segmentation.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="stdVals">
    <xs:annotation>
      <xs:documentation>(Standard values) specifies the format used when standardized date or number
values are supplied.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:stdVals.content">
          <xs:attributeGroup ref="ns1:stdVals.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="stdVals.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="stdVals.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="interpretation">
    <xs:annotation>
      <xs:documentation>describes the scope of any analytic or interpretive information
added to the text in addition to the transcription.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:interpretation.content">
          <xs:attributeGroup ref="ns1:interpretation.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="interpretation.content">
    <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="interpretation.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="tagsDecl">
    <xs:annotation>
      <xs:documentation>(tagging declaration) provides detailed information about the tagging applied to an SGML or XML document.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:tagsDecl.content">
          <xs:attributeGroup ref="ns1:tagsDecl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="tagsDecl.content">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:rendition"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:tagUsage"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="tagsDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="tagUsage">
    <xs:annotation>
      <xs:documentation>(tagUsage) supplies information about the usage of a specific element
within a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:tagUsage.content">
          <xs:attributeGroup ref="ns1:tagUsage.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="tagUsage.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="tagUsage.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="gi" use="required" type="ns1:data.name">
      <xs:annotation>
        <xs:documentation>the name (generic identifier)
of the element indicated by the tag.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="occurs" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>specifies the number of occurrences of this element within the text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="withId" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>specifies the number of occurrences of this element within the text
which bear a distinct value for the global xml:id attribute. </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="render" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>specifies the identifier of a rendition element which
defines how this element is to be rendered.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="rendition">
    <xs:annotation>
      <xs:documentation>(rendition) supplies information about the intended rendition of one or more
elements.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:rendition.content">
          <xs:attributeGroup ref="ns1:rendition.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="rendition.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="rendition.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="refsDecl">
    <xs:annotation>
      <xs:documentation>(references declaration) specifies how canonical references are constructed for this
  text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:refsDecl.content">
          <xs:attributeGroup ref="ns1:refsDecl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="refsDecl.content">
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="ns1:model.pLike"/>
      <xs:element maxOccurs="unbounded" ref="ns1:cRefPattern"/>
      <xs:element maxOccurs="unbounded" ref="ns1:state"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="refsDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="doctype" default="TEI" type="ns1:data.name">
      <xs:annotation>
        <xs:documentation>identifies the document type within which
      this reference declaration is used.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="cRefPattern">
    <xs:annotation>
      <xs:documentation>(defines how to convert a canonical reference into a URI) specifies an expression and replacement pattern for
  tranforming a canonical reference into a URI</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:cRefPattern.content">
          <xs:attributeGroup ref="ns1:cRefPattern.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="cRefPattern.content">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.pLike"/>
  </xs:complexType>
  <xs:attributeGroup name="cRefPattern.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="matchPattern" use="required" type="ns1:data.pattern">
      <xs:annotation>
        <xs:documentation>specifies a regular expression against which the values of
      cRef attributes can be matched.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="replacementPattern" use="required">
      <xs:annotation>
        <xs:documentation>specifies a replacement pattern
      which, once subpattern substitution has been performed, provides
      a URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="state">
    <xs:annotation>
      <xs:documentation>specifies one component of a canonical reference defined by
the milestone method.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:state.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="state.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="ed" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates which edition or version the milestone applies to.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="unit" use="required" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates what kind of state is changing at this milestone.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="length" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>specifies the fixed length of the reference component.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="delim">
      <xs:annotation>
        <xs:documentation>supplies a delimiting string following the reference
          component.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="classDecl">
    <xs:annotation>
      <xs:documentation>(classification declarations) contains one or more taxonomies defining any classificatory
codes used elsewhere in the text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:classDecl.content">
          <xs:attributeGroup ref="ns1:classDecl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="classDecl.content">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:taxonomy"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="classDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="taxonomy">
    <xs:annotation>
      <xs:documentation>(taxonomy) defines a typology used to classify texts either implicitly, by
means of a bibliographic citation, or explicitly by a structured
taxonomy.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:taxonomy.content">
          <xs:attributeGroup ref="ns1:taxonomy.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="taxonomy.content">
    <xs:choice>
      <xs:element maxOccurs="unbounded" ref="ns1:category"/>
      <xs:sequence>
        <xs:group ref="ns1:model.biblLike"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:category"/>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="taxonomy.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="category">
    <xs:annotation>
      <xs:documentation>(category) contains an individual descriptive category, possibly nested
within a superordinate category, within a user-defined taxonomy.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:category.content">
          <xs:attributeGroup ref="ns1:category.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="category.content">
    <xs:sequence>
      <xs:element ref="ns1:catDesc"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:category"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="category.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="catDesc">
    <xs:annotation>
      <xs:documentation>(category description) describes some category within a taxonomy
or text typology, either in the form of a brief prose description
or in terms of the situational parameters used by the TEI
formal textDesc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:catDesc.content">
          <xs:attributeGroup ref="ns1:catDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="catDesc.content" mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.phrase"/>
  </xs:complexType>
  <xs:attributeGroup name="catDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="fsdDecl">
    <xs:annotation>
      <xs:documentation>(FSD (feature-system declaration) declaration) identifies the feature system declaration which contains
definitions for a particular type of feature structure.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:fsdDecl.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="fsdDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" use="required" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>identifies the type of feature structure documented by the FSD;
this will be the value of the type attribute on at least one
feature structure.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="url" use="required" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>supplies a link to the entity containing the feature system
declaration.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="metDecl">
    <xs:annotation>
      <xs:documentation>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).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:metDecl.content">
          <xs:attributeGroup ref="ns1:metDecl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="metDecl.content">
    <xs:choice>
      <xs:group ref="ns1:macro.componentSeq"/>
      <xs:element maxOccurs="unbounded" ref="ns1:metSym"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="metDecl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
    <xs:attribute name="type" default="met real">
      <xs:annotation>
        <xs:documentation>indicates whether the notation conveys the abstract
      metrical form, its actual prosodic realization, or the rhyme
      scheme, or some combination thereof.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="met"/>
                  <xs:enumeration value="real"/>
                  <xs:enumeration value="rhyme"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:list>
          </xs:simpleType>
          <xs:minLength value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="pattern" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies a regular expression defining any value that
	is legal for this notation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="metSym">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:metSym.content">
          <xs:attributeGroup ref="ns1:metSym.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="metSym.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="metSym.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="value" use="required" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>specifies the character or character sequence being documented.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="terminal" default="true">
      <xs:annotation>
        <xs: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).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="true">
            <xs:annotation>
              <xs:documentation>(the element contains a prose definition of its meaning.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="false">
            <xs:annotation>
              <xs:documentation>(the element contains a definition of its meaning given using
symbols defined elsewhere in the same metDecl element.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="variantEncoding">
    <xs:annotation>
      <xs:documentation>declares the method used to encode text-critical variants.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:variantEncoding.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="variantEncoding.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="method" use="required">
      <xs:annotation>
        <xs:documentation>indicates which method is used to encode the apparatus of
variants.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="location-referenced">
            <xs:annotation>
              <xs:documentation>(apparatus uses line numbers or other canonical reference scheme
referenced in a base text.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="double-end-point">
            <xs:annotation>
              <xs:documentation>(apparatus indicates the precise locations of the beginning and
ending of each lemma relative to a base text.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="parallel-segmentation">
            <xs:annotation>
              <xs:documentation>(alternate readings of a passage are given in parallel in the
text; no notion of a base text is necessary.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="location" use="required">
      <xs:annotation>
        <xs:documentation>indicates whether the apparatus appears within the running text
or external to it.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="internal">
            <xs:annotation>
              <xs:documentation>(apparatus appears within the running text.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="external">
            <xs:annotation>
              <xs:documentation>(apparatus appears outside the base text.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.profileDescPart">
    <xs:choice>
      <xs:element ref="ns1:langUsage"/>
      <xs:element ref="ns1:textClass"/>
    </xs:choice>
  </xs:group>
  <xs:element name="profileDesc">
    <xs:annotation>
      <xs:documentation>(text-profile description) provides a detailed description of non-bibliographic aspects of a
text, specifically the languages and sublanguages used, the situation in
which it was produced, the participants and their setting.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:profileDesc.content">
          <xs:attributeGroup ref="ns1:profileDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="profileDesc.content">
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:creation"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.profileDescPart"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="profileDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="creation">
    <xs:annotation>
      <xs:documentation>contains information about the creation of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:creation.content">
          <xs:attributeGroup ref="ns1:creation.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="creation.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="creation.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="langUsage">
    <xs:annotation>
      <xs:documentation>(language usage) describes the languages, sublanguages, registers, dialects etc.
represented within a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:langUsage.content">
          <xs:attributeGroup ref="ns1:langUsage.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="langUsage.content">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:language"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="langUsage.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="language">
    <xs:annotation>
      <xs:documentation>characterizes a single language or sublanguage used within a
  text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:language.content">
          <xs:attributeGroup ref="ns1:language.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="language.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="language.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="ident" use="required" type="ns1:data.language">
      <xs:annotation>
        <xs:documentation>Supplies a language code constructed as defined in RFC 3066 (or
      its successor) which is used to identify the language documented
      by this element, and which is referenced by the global xml:lang attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="usage">
      <xs:annotation>
        <xs:documentation>specifies the approximate percentage (by volume) of the
      text which uses this language.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:nonNegativeInteger">
          <xs:maxInclusive value="100"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="textClass">
    <xs:annotation>
      <xs:documentation>(text classification) groups information which describes the nature or topic of a text
in terms of a standard classification scheme, thesaurus, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:textClass.content">
          <xs:attributeGroup ref="ns1:textClass.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="textClass.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:classCode"/>
      <xs:element ref="ns1:catRef"/>
      <xs:element ref="ns1:keywords"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="textClass.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declarable.attribute.default"/>
  </xs:attributeGroup>
  <xs:element name="keywords">
    <xs:annotation>
      <xs:documentation>(Keywords) contains a list of keywords or phrases identifying the topic or
nature of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:keywords.content">
          <xs:attributeGroup ref="ns1:keywords.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="keywords.content">
    <xs:choice>
      <xs:element maxOccurs="unbounded" ref="ns1:term"/>
      <xs:element ref="ns1:list"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="keywords.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="scheme" use="required" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the controlled vocabulary within which the set of
  keywords concerned is defined.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="classCode">
    <xs:annotation>
      <xs:documentation>(classCode) contains the classification code used for this text in some
standard classification system.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:classCode.content">
          <xs:attributeGroup ref="ns1:classCode.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="classCode.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="classCode.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="scheme" use="required" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the classification system or taxonomy in use.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="catRef">
    <xs:annotation>
      <xs:documentation>(category reference) specifies one or more defined categories
within some taxonomy or text typology.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:catRef.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="catRef.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="target" use="required" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>identifies the categories concerned</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scheme" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the classification scheme within which the set of
    categories concerned is defined</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="revisionDesc">
    <xs:annotation>
      <xs:documentation>(revision description) summarizes the revision history for a file.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:revisionDesc.content">
          <xs:attributeGroup ref="ns1:revisionDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="revisionDesc.content">
    <xs:choice>
      <xs:element ref="ns1:list"/>
      <xs:element maxOccurs="unbounded" ref="ns1:change"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="revisionDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="change">
    <xs:annotation>
      <xs:documentation>summarizes a particular change or correction made
to a particular version of an electronic text which is
shared between several researchers.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:change.content">
          <xs:attributeGroup ref="ns1:change.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="change.content">
    <xs:complexContent>
      <xs:extension base="ns1:macro.specialPara"/>
    </xs:complexContent>
  </xs:complexType>
  <xs:attributeGroup name="change.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ascribed.attribute.who"/>
    <xs:attribute name="date" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>supplies the date of the change in standard form,  i.e. yyyy-mm-dd.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="TEI">
    <xs:annotation>
      <xs:documentation>(TEI document) contains a single TEI-conformant document,
comprising a TEI header and a text, either in isolation or as part of a
teiCorpus element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:TEI.content">
          <xs:attributeGroup ref="ns1:TEI.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="TEI.content">
    <xs:sequence>
      <xs:element ref="ns1:teiHeader"/>
      <xs:element ref="ns1:text"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="TEI.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="version" default="5.0" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The version of the TEI scheme</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="text">
    <xs:annotation>
      <xs:documentation>contains a single text of any kind, whether unitary or
composite, for example a poem or drama, a collection of essays, a novel,
a dictionary, or a corpus sample.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:text.content">
          <xs:attributeGroup ref="ns1:text.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="text.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence minOccurs="0">
        <xs:element ref="ns1:front"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
      <xs:choice>
        <xs:element ref="ns1:body"/>
        <xs:element ref="ns1:group"/>
      </xs:choice>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence minOccurs="0">
        <xs:element ref="ns1:back"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="text.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="body">
    <xs:annotation>
      <xs:documentation>(text body) contains the whole body of a single unitary text, excluding any front or back matter.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:body.content">
          <xs:attributeGroup ref="ns1:body.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="body.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence>
            <xs:sequence minOccurs="0" maxOccurs="unbounded">
              <xs:element ref="ns1:divGen"/>
              <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
            </xs:sequence>
            <xs:choice minOccurs="0">
              <xs:sequence>
                <xs:element ref="ns1:div"/>
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element ref="ns1:div"/>
                  <xs:element ref="ns1:divGen"/>
                  <xs:group ref="ns1:model.global"/>
                </xs:choice>
              </xs:sequence>
              <xs:sequence>
                <xs:element ref="ns1:div0"/>
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element ref="ns1:div0"/>
                  <xs:element ref="ns1:divGen"/>
                  <xs:group ref="ns1:model.global"/>
                </xs:choice>
              </xs:sequence>
              <xs:sequence>
                <xs:element ref="ns1:div1"/>
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element ref="ns1:div1"/>
                  <xs:element ref="ns1:divGen"/>
                  <xs:group ref="ns1:model.global"/>
                </xs:choice>
              </xs:sequence>
            </xs:choice>
          </xs:sequence>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:divGen"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:choice>
            <xs:sequence>
              <xs:element ref="ns1:div"/>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="ns1:div"/>
                <xs:element ref="ns1:divGen"/>
                <xs:group ref="ns1:model.global"/>
              </xs:choice>
            </xs:sequence>
            <xs:sequence>
              <xs:element ref="ns1:div0"/>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="ns1:div0"/>
                <xs:element ref="ns1:divGen"/>
                <xs:group ref="ns1:model.global"/>
              </xs:choice>
            </xs:sequence>
            <xs:sequence>
              <xs:element ref="ns1:div1"/>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="ns1:div1"/>
                <xs:element ref="ns1:divGen"/>
                <xs:group ref="ns1:model.global"/>
              </xs:choice>
            </xs:sequence>
          </xs:choice>
        </xs:sequence>
      </xs:choice>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.divWrapper.bottom"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="body.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="group">
    <xs:annotation>
      <xs:documentation>contains the body of a composite text, grouping together a
sequence of distinct texts (or groups of such texts) which are regarded
as a unit for some purpose, for example the collected works of an
author, a sequence of prose essays, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:group.content">
          <xs:attributeGroup ref="ns1:group.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="group.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:sequence>
        <xs:choice>
          <xs:element ref="ns1:text"/>
          <xs:element ref="ns1:group"/>
        </xs:choice>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="ns1:text"/>
          <xs:element ref="ns1:group"/>
          <xs:group ref="ns1:model.global"/>
        </xs:choice>
      </xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.divWrapper.bottom"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="group.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div">
    <xs:annotation>
      <xs:documentation>(text division) contains a subdivision of the front, body, or back of a
text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div.content">
          <xs:attributeGroup ref="ns1:div.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:mulu"/>
      <xs:element ref="ns1:docNumber"/>
      <xs:element ref="ns1:dialog"/>
      <xs:element ref="ns1:head"/>
      <xs:element ref="ns1:byline"/>
      <xs:element ref="ns1:lb"/>
      <xs:element ref="ns1:lg"/>
      <xs:element ref="ns1:pb"/>
      <xs:element ref="ns1:p"/>
      <xs:element ref="ns1:div"/>
      <xs:element ref="ns1:juan"/>
      <xs:element ref="ns1:list"/>
      <xs:element ref="ns1:entry"/>
      <xs:element ref="ns1:g"/>
      <xs:element ref="ns1:trailer"/>
      <xs:element ref="ns1:app"/>
      <xs:element ref="ns1:anchor"/>
      <xs:element ref="ns1:choice"/>
      <xs:element ref="ns1:milestone"/>
      <xs:element ref="ns1:note"/>
      <xs:element ref="ns1:table"/>
      <xs:element ref="ns1:figure"/>
      <xs:element ref="ns1:tt"/>
      <xs:group ref="ns1:macro.xtext"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="div.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div0">
    <xs:annotation>
      <xs:documentation>(level-0 text division) contains the largest possible subdivision of the body
of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div0.content">
          <xs:attributeGroup ref="ns1:div0.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div0.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div1"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div1"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div0.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div1">
    <xs:annotation>
      <xs:documentation>(level-1 text division) contains a first-level subdivision of the front, body, or back
of a text (the largest, if
div0 is not used, the second largest if it is).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div1.content">
          <xs:attributeGroup ref="ns1:div1.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div1.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div2"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div2"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div1.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div2">
    <xs:annotation>
      <xs:documentation>(level-2 text division) contains a second-level subdivision of the front, body, or back of a
 text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div2.content">
          <xs:attributeGroup ref="ns1:div2.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div2.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div3"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div3"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div2.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div3">
    <xs:annotation>
      <xs:documentation>(level-3 text division) contains a third-level subdivision of the front, body, or back of a
 text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div3.content">
          <xs:attributeGroup ref="ns1:div3.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div3.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div4"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div4"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div3.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div4">
    <xs:annotation>
      <xs:documentation>(level-4 text division) contains a fourth-level subdivision of the front, body, or back of a
 text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div4.content">
          <xs:attributeGroup ref="ns1:div4.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div4.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div5"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div5"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div4.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div5">
    <xs:annotation>
      <xs:documentation>(level-5 text division) contains a fifth-level subdivision of the front, body, or back of a
 text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div5.content">
          <xs:attributeGroup ref="ns1:div5.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div5.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div6"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div6"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div5.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div6">
    <xs:annotation>
      <xs:documentation>(level-6 text division) contains a sixth-level subdivision of the front, body, or back of a
 text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div6.content">
          <xs:attributeGroup ref="ns1:div6.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div6.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence maxOccurs="unbounded">
          <xs:choice>
            <xs:element ref="ns1:div7"/>
            <xs:element ref="ns1:divGen"/>
          </xs:choice>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
        <xs:sequence>
          <xs:sequence maxOccurs="unbounded">
            <xs:group ref="ns1:macro.component"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:choice>
              <xs:element ref="ns1:div7"/>
              <xs:element ref="ns1:divGen"/>
            </xs:choice>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div6.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="div7">
    <xs:annotation>
      <xs:documentation>(level-7 text division) contains the smallest possible subdivision of the front, body or
back of a text, larger than a paragraph.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:div7.content">
          <xs:attributeGroup ref="ns1:div7.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="div7.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:sequence maxOccurs="unbounded">
        <xs:group ref="ns1:macro.component"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.divWrapper.bottom"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="div7.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.org"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.sample"/>
    <xs:attributeGroup ref="ns1:att.divLike.attribute.part"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="trailer">
    <xs:annotation>
      <xs:documentation>(trailer) contains a closing title or footer appearing at the end of
a division of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:trailer.content">
          <xs:attributeGroup ref="ns1:trailer.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="trailer.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="trailer.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="byline">
    <xs:annotation>
      <xs:documentation>contains the primary statement of responsibility given for a work
on its title page or at the head or end of the work.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:byline.content">
          <xs:attributeGroup ref="ns1:byline.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="byline.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:macro.xtext"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="byline.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="dateline">
    <xs:annotation>
      <xs:documentation>contains a brief description of the place, date, time, etc. of
	production of a letter, newspaper story, or other work, prefixed or
	suffixed to it as a kind of heading or trailer.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:dateline.content">
          <xs:attributeGroup ref="ns1:dateline.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="dateline.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="dateline.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="argument">
    <xs:annotation>
      <xs:documentation>A formal list or prose description of the topics addressed by
	a subdivision of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:argument.content">
          <xs:attributeGroup ref="ns1:argument.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="argument.content">
    <xs:sequence>
      <xs:sequence minOccurs="0">
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        <xs:element ref="ns1:head"/>
      </xs:sequence>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:macro.component"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="argument.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="epigraph">
    <xs:annotation>
      <xs:documentation>(epigraph) contains a quotation, anonymous or attributed, appearing at
the start of a section or chapter, or on a title page.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:epigraph.content">
          <xs:attributeGroup ref="ns1:epigraph.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="epigraph.content">
    <xs:group ref="ns1:macro.componentSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="epigraph.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="opener">
    <xs:annotation>
      <xs:documentation>groups together dateline, byline, salutation, and similar
phrases appearing as a preliminary group at the start of a
division, especially of a letter.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:opener.content">
          <xs:attributeGroup ref="ns1:opener.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="opener.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:element ref="ns1:argument"/>
      <xs:element ref="ns1:byline"/>
      <xs:element ref="ns1:dateline"/>
      <xs:element ref="ns1:epigraph"/>
      <xs:element ref="ns1:salute"/>
      <xs:element ref="ns1:signed"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="opener.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="closer">
    <xs:annotation>
      <xs:documentation>groups together dateline, byline, salutation, and similar
phrases appearing as a final group at the end of a
division, especially of a letter.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:closer.content">
          <xs:attributeGroup ref="ns1:closer.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="closer.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:element ref="ns1:signed"/>
      <xs:element ref="ns1:dateline"/>
      <xs:element ref="ns1:salute"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="closer.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="salute">
    <xs:annotation>
      <xs:documentation>(salutation) contains a salutation or greeting prefixed to a foreword,
dedicatory epistle, or other division of a text, or the
salutation in the closing of a letter, preface, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:salute.content">
          <xs:attributeGroup ref="ns1:salute.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="salute.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="salute.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="signed">
    <xs:annotation>
      <xs:documentation>(signature) contains the closing salutation, etc., appended to a foreword,
dedicatory epistle, or other division of a text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:signed.content">
          <xs:attributeGroup ref="ns1:signed.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="signed.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="signed.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="titlePage">
    <xs:annotation>
      <xs:documentation>(title page) contains the title page of a text, appearing within the front
or back matter.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:titlePage.content">
          <xs:attributeGroup ref="ns1:titlePage.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="titlePage.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:group ref="ns1:model.titlepagePart"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.titlepagePart"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="titlePage.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the title page according to any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="docTitle">
    <xs:annotation>
      <xs:documentation>(document title) contains the title of a document, including all its
constituents, as given on a title page.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:docTitle.content">
          <xs:attributeGroup ref="ns1:docTitle.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="docTitle.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence maxOccurs="unbounded">
        <xs:element ref="ns1:titlePart"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="docTitle.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="titlePart">
    <xs:annotation>
      <xs:documentation>(title part) contains a subsection or division of the title of a work, as
indicated on a title page.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:titlePart.content">
          <xs:attributeGroup ref="ns1:titlePart.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="titlePart.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="titlePart.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type" default="main" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the role of this subdivision of the title.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="docAuthor">
    <xs:annotation>
      <xs:documentation>(document author) contains the name of the author of the document, as given on the
title page (often but not always contained in a byline).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:docAuthor.content">
          <xs:attributeGroup ref="ns1:docAuthor.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="docAuthor.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="docAuthor.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="imprimatur">
    <xs:annotation>
      <xs:documentation>contains a formal statement authorizing the publication of
a work, sometimes required to appear on a title page or its verso.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:imprimatur.content">
          <xs:attributeGroup ref="ns1:imprimatur.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="imprimatur.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="imprimatur.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="docEdition">
    <xs:annotation>
      <xs:documentation>(document edition) contains an edition statement as presented on a title page of a
document.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:docEdition.content">
          <xs:attributeGroup ref="ns1:docEdition.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="docEdition.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="docEdition.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="docImprint">
    <xs:annotation>
      <xs:documentation>(document imprint) contains the imprint statement (place and date of publication,
publisher name), as given
(usually) at the foot of a title page.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:docImprint.content">
          <xs:attributeGroup ref="ns1:docImprint.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="docImprint.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:element ref="ns1:pubPlace"/>
      <xs:element ref="ns1:docDate"/>
      <xs:element ref="ns1:publisher"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="docImprint.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="docDate">
    <xs:annotation>
      <xs:documentation>(document date) contains the date of a document, as given
(usually) on a title page.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:docDate.content">
          <xs:attributeGroup ref="ns1:docDate.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="docDate.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="docDate.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="value" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>gives the value of the date in a standard form.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="front">
    <xs:annotation>
      <xs:documentation>(front matter) contains any prefatory matter (headers,
title page, prefaces, dedications, etc.)
found  at the start of a document, before the main body.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:front.content">
          <xs:attributeGroup ref="ns1:front.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="front.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.frontPart"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:sequence>
          <xs:group ref="ns1:model.pLike.front"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:group ref="ns1:model.pLike.front"/>
            <xs:element ref="ns1:titlePage"/>
            <xs:group ref="ns1:model.global"/>
          </xs:choice>
        </xs:sequence>
        <xs:sequence>
          <xs:element ref="ns1:div"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:div"/>
            <xs:group ref="ns1:model.frontPart"/>
            <xs:group ref="ns1:model.global"/>
          </xs:choice>
        </xs:sequence>
        <xs:sequence>
          <xs:element ref="ns1:div1"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:div1"/>
            <xs:group ref="ns1:model.frontPart"/>
            <xs:group ref="ns1:model.global"/>
          </xs:choice>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="front.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="back">
    <xs:annotation>
      <xs:documentation>(back matter) contains any appendixes, etc. following the main part of a
text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:back.content">
          <xs:attributeGroup ref="ns1:back.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="back.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="ns1:model.frontPart"/>
        <xs:group ref="ns1:model.global"/>
        <xs:group ref="ns1:model.divWrapper"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:sequence>
          <xs:element ref="ns1:div"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:div"/>
            <xs:group ref="ns1:model.frontPart"/>
            <xs:group ref="ns1:model.global"/>
          </xs:choice>
        </xs:sequence>
        <xs:sequence>
          <xs:element ref="ns1:div1"/>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ns1:div1"/>
            <xs:group ref="ns1:model.frontPart"/>
            <xs:group ref="ns1:model.global"/>
          </xs:choice>
        </xs:sequence>
      </xs:choice>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.divWrapper.bottom"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="back.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.declaring.attribute.decls"/>
  </xs:attributeGroup>
  <xs:element name="link">
    <xs:annotation>
      <xs:documentation>defines an association or hypertextual link
among elements or passages, of some type
not more precisely specifiable by other elements.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:link.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="link.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attribute name="targets" use="required" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the identifiers of the elements or passages
    to be linked or associated.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="linkGrp">
    <xs:annotation>
      <xs:documentation>defines a collection of associations or hypertextual links.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:linkGrp.content">
          <xs:attributeGroup ref="ns1:linkGrp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="linkGrp.content">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:link"/>
      <xs:element ref="ns1:ptr"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="linkGrp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.domains"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.targFunc"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
  </xs:attributeGroup>
  <xs:element name="ab">
    <xs:annotation>
      <xs:documentation>(anonymous block) contains any arbitrary component-level unit of text, acting as
an anonymous container for phrase or inter level elements analogous to, but
without the semantic baggage of, a paragraph.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:ab.content">
          <xs:attributeGroup ref="ns1:ab.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="ab.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="ab.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
    <xs:attribute name="part" default="N">
      <xs:annotation>
        <xs:documentation>specifies whether or not the block is complete.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Y">
            <xs:annotation>
              <xs:documentation>(the block is incomplete) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="N">
            <xs:annotation>
              <xs:documentation>(either the block is complete, or no claim is made as to its
completeness) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>(the initial part of an incomplete block) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>(a medial part of an incomplete block) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="F">
            <xs:annotation>
              <xs:documentation>(the final part of an incomplete block) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="anchor">
    <xs:annotation>
      <xs:documentation>(anchor point) attaches an identifier to a
point within a text, whether or not it corresponds with a textual
element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:anchor.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="anchor.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
  </xs:attributeGroup>
  <xs:element name="seg">
    <xs:annotation>
      <xs:documentation>(arbitrary segment) contains any arbitrary phrase-level unit of text (including
other seg elements).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:seg.content">
          <xs:attributeGroup ref="ns1:seg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="seg.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="seg.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.segLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.segLike.attribute.function"/>
    <xs:attributeGroup ref="ns1:att.segLike.attribute.part"/>
    <xs:attribute name="subtype" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>provides a sub-categorization of the segment marked.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="when">
    <xs:annotation>
      <xs:documentation>(when) indicates a point in time either relative to other elements in the
same timeline tag, or absolutely.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:when.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="when.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="absolute" type="ns1:data.temporal">
      <xs:annotation>
        <xs:documentation>supplies an absolute value for the time.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="unit" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the unit of time in which the  interval
value is expressed, if this is not inherited from the parent timeLine.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="interval">
      <xs:annotation>
        <xs:documentation>specifies the numeric portion of a time interval</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minExclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="unknown"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="since" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the reference point for determining the time of the
current when element, which is obtained by adding the interval to the
time of the reference point.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="timeline">
    <xs:annotation>
      <xs:documentation>(timeline) provides a set of ordered points in time which can be linked to
elements of a spoken text to create a temporal alignment of that text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:timeline.content">
          <xs:attributeGroup ref="ns1:timeline.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="timeline.content">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:when"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="timeline.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="origin" use="required" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>designates the origin of the timeline, i.e. the time at which it
begins.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="unit" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>specifies the unit of time corresponding to the
	interval value of the timeline or of its
	constituent points in time.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="interval">
      <xs:annotation>
        <xs:documentation>specifies the numeric portion of a time interval</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minExclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="regular"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="irregular"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="join">
    <xs:annotation>
      <xs:documentation>identifies a possibly fragmented segment of text, by pointing
at the possibly discontiguous elements which compose it.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:join.content">
          <xs:attributeGroup ref="ns1:join.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="join.content">
    <xs:group ref="ns1:macro.glossSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="join.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attribute name="targets" use="required" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the identifiers of the elements or passages
       to be joined into a virtual
       element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="result" type="ns1:data.name">
      <xs:annotation>
        <xs:documentation>specifies the name of an element
which this aggregation
may be understood to represent.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scope" default="root">
      <xs:annotation>
        <xs: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).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="root">
            <xs:annotation>
              <xs:documentation>(the rooted subtrees indicated by the targets
attribute are joined, each subtree become a child of the virtual
element created by the join) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="branches">
            <xs:annotation>
              <xs: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)) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="joinGrp">
    <xs:annotation>
      <xs:documentation>(join group) groups a collection of join elements and possibly
  pointers.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:joinGrp.content">
          <xs:attributeGroup ref="ns1:joinGrp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="joinGrp.content">
    <xs:sequence>
      <xs:group minOccurs="0" ref="ns1:macro.glossSeq"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:join"/>
        <xs:element ref="ns1:ptr"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="joinGrp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.domains"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.targFunc"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attribute name="result" type="ns1:data.name">
      <xs:annotation>
        <xs:documentation>describes the result of the joins gathered in this collection.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="alt">
    <xs:annotation>
      <xs:documentation>(alternation) identifies an alternation or a set of choices among elements or passages.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:alt.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="alt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attribute name="targets" use="required" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>specifies the identifiers of the alternative elements or passages.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mode">
      <xs:annotation>
        <xs:documentation>states whether the alternations gathered in this collection are exclusive or inclusive.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="excl">
            <xs:annotation>
              <xs:documentation>(indicates that the alternation is exclusive, i.e. that
		  at most one of the alternatives occurs.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="incl">
            <xs:annotation>
              <xs:documentation>(indicates that the alternation is not exclusive, i.e. that
		  one or more of the alternatives occur.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="weights">
      <xs:annotation>
        <xs:documentation>If mode is excl, each weight states the
		probability that the corresponding alternative occurs.  If
		modeincl each weight states the probability that
		the corresponding alternative occurs given that at least one
		of the other alternatives occurs.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list itemType="ns1:data.probability"/>
          </xs:simpleType>
          <xs:minLength value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="altGrp">
    <xs:annotation>
      <xs:documentation>(alternation group) groups a collection of alt elements and possibly
pointers.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:altGrp.content">
          <xs:attributeGroup ref="ns1:altGrp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="altGrp.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:alt"/>
      <xs:element ref="ns1:ptr"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="altGrp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.domains"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.targFunc"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
    <xs:attribute name="mode" default="excl">
      <xs:annotation>
        <xs:documentation>states whether the alternations gathered in this collection are
exclusive or inclusive.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="excl">
            <xs:annotation>
              <xs:documentation>(indicates that the alternation is exclusive, i.e. that at
most one of the alternatives occurs.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="incl">
            <xs:annotation>
              <xs:documentation>(indicates that the alternation is not exclusive, i.e. that
one or more of the alternatives occur.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attributes">
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.corresp">
    <xs:attribute name="corresp" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>points to elements that correspond to the current
      element in some way.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.synch">
    <xs:attribute name="synch" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>points to elements that are synchronous with the current
      element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.sameAs">
    <xs:attribute name="sameAs" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>points to an element that is the same as the current
      element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.copyOf">
    <xs:attribute name="copyOf" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>points to an element of which the current element is a
	copy.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.next">
    <xs:attribute name="next" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>points to the next element of a virtual aggregate of which
      the current element is part.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.prev">
    <xs:attribute name="prev" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>points to the previous element of a virtual aggregate of
      which the current element is part.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.exclude">
    <xs:attribute name="exclude" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>points to elements that are in exclusive alternation
      with the current element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.global.linking.attribute.select">
    <xs:attribute name="select" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>selects one or more alternants; if one alternant is
      selected, the ambiguity or uncertainty is marked as resolved. If
      more than one alternant is selected, the degree of ambiguity or
      uncertainty is marked as reduced by the number of alternants not
      selected.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.pointing.attributes">
    <xs:attributeGroup ref="ns1:att.pointing.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.pointing.attribute.evaluate"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.pointing.attribute.type">
    <xs:attribute name="type" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>categorizes the pointer in some respect, using any
      convenient set of categories.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.pointing.attribute.evaluate">
    <xs:attribute name="evaluate">
      <xs:annotation>
        <xs:documentation>specifies the intended meaning when the target of a
      pointer is itself a pointer.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="all">
            <xs:annotation>
              <xs:documentation>(if the element pointed to is itself a pointer, then
	  the target of that pointer will be taken, and so on, until
	  an element is found which is not a pointer.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="one">
            <xs:annotation>
              <xs:documentation>(if the element pointed to is itself a pointer, then
	  its target (whether a pointer or not) is taken as the target
	  of this pointer.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="none">
            <xs:annotation>
              <xs:documentation>(no further evaluation of targets is carried out
	  beyond that needed to find the element specified in the
	  pointer's target.) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.pointing.group.attributes">
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.domains"/>
    <xs:attributeGroup ref="ns1:att.pointing.group.attribute.targFunc"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.pointing.group.attribute.domains">
    <xs:attribute name="domains">
      <xs:annotation>
        <xs:documentation>optionally specifies the identifiers of the elements
      within which all elements indicated by the contents of this
      element lie.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list>
              <xs:simpleType>
                <xs:union memberTypes="ns1:data.name ns1:data.name"/>
              </xs:simpleType>
            </xs:list>
          </xs:simpleType>
          <xs:minLength value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.pointing.group.attribute.targFunc">
    <xs:attribute name="targFunc">
      <xs:annotation>
        <xs:documentation>describes the function of each of the values of the
      targets attribute of the enclosed link,
      join or alt tags.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list>
              <xs:simpleType>
                <xs:union memberTypes="ns1:data.word ns1:data.word"/>
              </xs:simpleType>
            </xs:list>
          </xs:simpleType>
          <xs:minLength value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.rdgPart">
    <xs:choice>
      <xs:element ref="ns1:wit"/>
      <xs:element ref="ns1:witStart"/>
      <xs:element ref="ns1:witEnd"/>
      <xs:element ref="ns1:lacunaStart"/>
      <xs:element ref="ns1:lacunaEnd"/>
    </xs:choice>
  </xs:group>
  <xs:attributeGroup name="att.rdgPart.attributes">
    <xs:attributeGroup ref="ns1:att.rdgPart.attribute.wit"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.rdgPart.attribute.wit">
    <xs:attribute name="wit" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>contains a list of one or more sigla indicating the witnesses
which begin or end at this point.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attributes">
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.wit"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.cause"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.varSeq"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.hand"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attribute.wit">
    <xs:attribute name="wit" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>contains a list of one or more pointers indicating the witnesses
which attest to a given reading.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attribute.type">
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the reading according to some useful typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attribute.cause">
    <xs:attribute name="cause" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the cause for the variant reading, according to
any appropriate typology of possible origins.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attribute.varSeq">
    <xs:attribute name="varSeq" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>provides a number indicating the position of this reading in a
sequence, when there is reason to presume a sequence to the variants
on any one lemma.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attribute.resp">
    <xs:attribute name="resp" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the editor responsible for asserting a
	particular reading in the witness.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.textCritical.attribute.hand">
    <xs:attribute name="hand" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>signifies the hand responsible for a particular reading in the
witness.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="app">
    <xs:annotation>
      <xs:documentation>(apparatus entry) contains one entry in a critical apparatus, with an optional
lemma and at least one reading.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:app.content">
          <xs:attributeGroup ref="ns1:app.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="app.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence minOccurs="0">
        <xs:element ref="ns1:lem"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        <xs:sequence minOccurs="0">
          <xs:element ref="ns1:wit"/>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
        </xs:sequence>
      </xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:sequence>
          <xs:element ref="ns1:rdg"/>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          <xs:sequence minOccurs="0">
            <xs:element ref="ns1:wit"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
        <xs:sequence>
          <xs:element ref="ns1:rdgGrp"/>
          <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          <xs:sequence minOccurs="0">
            <xs:element ref="ns1:wit"/>
            <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
          </xs:sequence>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="app.attributes">
    <xs:attribute name="word-count"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the variation contained in this element according to
some convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="from" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the beginning of the lemma in the base text, if
necessary.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="to" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the endpoint of the lemma in the base text, if
necessary.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="loc" type="ns1:data.words">
      <xs:annotation>
        <xs:documentation>indicates the location of the variation, when the
location-referenced method of apparatus markup is used.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="lem">
    <xs:annotation>
      <xs:documentation>(lemma) contains the lemma, or base text, of a textual variation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:lem.content">
          <xs:attributeGroup ref="ns1:lem.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="lem.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.global"/>
      <xs:group ref="ns1:model.rdgPart"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="lem.attributes">
    <xs:attribute name="cf1">
      <xs:annotation>
        <xs:documentation>cf1 provides reference to a witness in another canonical
                                        collection</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cf2">
      <xs:annotation>
        <xs:documentation>cf2 provides reference to a witness in another canonical
                                        collection</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.wit"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.cause"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.varSeq"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.hand"/>
  </xs:attributeGroup>
  <xs:element name="rdg">
    <xs:annotation>
      <xs:documentation>(reading) contains a single reading within a textual variation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:rdg.content">
          <xs:attributeGroup ref="ns1:rdg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="rdg.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.global"/>
      <xs:group ref="ns1:model.rdgPart"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="rdg.attributes">
    <xs:attribute name="cf1">
      <xs:annotation>
        <xs:documentation>cf1 provides reference to a witness in another canonical
                                        collection</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cf2">
      <xs:annotation>
        <xs:documentation>cf2 provides reference to a witness in another canonical
                                        collection</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.wit"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.cause"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.varSeq"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.hand"/>
  </xs:attributeGroup>
  <xs:element name="rdgGrp">
    <xs:annotation>
      <xs:documentation>(reading group) within a textual variation,
groups two or more readings perceived to have a genetic
relationship or other affinity.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:rdgGrp.content">
          <xs:attributeGroup ref="ns1:rdgGrp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="rdgGrp.content">
    <xs:choice maxOccurs="unbounded">
      <xs:sequence>
        <xs:element ref="ns1:rdgGrp"/>
        <xs:element minOccurs="0" ref="ns1:wit"/>
      </xs:sequence>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:sequence minOccurs="0">
          <xs:element ref="ns1:lem"/>
          <xs:element minOccurs="0" ref="ns1:wit"/>
        </xs:sequence>
        <xs:sequence>
          <xs:element ref="ns1:rdg"/>
          <xs:element minOccurs="0" ref="ns1:wit"/>
        </xs:sequence>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="rdgGrp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.wit"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.cause"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.varSeq"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.resp"/>
    <xs:attributeGroup ref="ns1:att.textCritical.attribute.hand"/>
  </xs:attributeGroup>
  <xs:element name="witDetail">
    <xs:annotation>
      <xs:documentation>gives further information about a particular witness, or
witnesses, to a particular reading.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:witDetail.content">
          <xs:attributeGroup ref="ns1:witDetail.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="witDetail.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="witDetail.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="target" use="required" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>indicates the identifier for the reading, or readings, to which
the witness detail refers.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="resp" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the individual responsible for  identifying the
witness</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="wit" use="required" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>indicates the sigil or sigla for the witnesses to which the
detail refers.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>describes the type of information given about the witness.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="place" default="apparatus" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates where the note appears in the source text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="wit">
    <xs:annotation>
      <xs:documentation>contains a list of one or more sigla of witnesses attesting a
given reading, in a textual variation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:wit.content">
          <xs:attributeGroup ref="ns1:wit.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="wit.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="wit.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.rdgPart.attribute.wit"/>
  </xs:attributeGroup>
  <xs:element name="witList">
    <xs:annotation>
      <xs:documentation>(witness list) contains a list of all the witnesses referred to in
wit elements or wit attributes
within the critical apparatus.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:witList.content">
          <xs:attributeGroup ref="ns1:witList.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="witList.content">
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      <xs:sequence maxOccurs="unbounded">
        <xs:element ref="ns1:witness"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="witList.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="witness">
    <xs:annotation>
      <xs:documentation>contains either a description of a single witness referred to
within the critical apparatus, or a list of witnesses which is to be
referred to by a single sigil.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:witness.content">
          <xs:attributeGroup ref="ns1:witness.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="witness.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="witness.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="included" type="ns1:data.pointers">
      <xs:annotation>
        <xs:documentation>indicates which other witnesses are included in a witness group.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="witStart">
    <xs:annotation>
      <xs:documentation>indicates the beginning, or resumption, of the text of a
fragmentary witness.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:witStart.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="witStart.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.rdgPart.attribute.wit"/>
  </xs:attributeGroup>
  <xs:element name="witEnd">
    <xs:annotation>
      <xs:documentation>indicates the end, or suspension, of the text of a fragmentary
witness.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:witEnd.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="witEnd.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.rdgPart.attribute.wit"/>
  </xs:attributeGroup>
  <xs:element name="lacunaStart">
    <xs:annotation>
      <xs:documentation>indicates the beginning of a lacuna in the text of a mostly
complete textual witness.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:lacunaStart.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="lacunaStart.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.rdgPart.attribute.wit"/>
  </xs:attributeGroup>
  <xs:element name="lacunaEnd">
    <xs:annotation>
      <xs:documentation>indicates the end of a lacuna in a mostly complete textual
witness.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:lacunaEnd.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="lacunaEnd.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.rdgPart.attribute.wit"/>
  </xs:attributeGroup>
  <xs:element name="table">
    <xs:annotation>
      <xs:documentation>contains text displayed in tabular form, in
rows and columns.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:table.content">
          <xs:attributeGroup ref="ns1:table.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="table.content">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="ns1:head"/>
        <xs:group ref="ns1:model.global"/>
      </xs:choice>
      <xs:sequence maxOccurs="unbounded">
        <xs:element ref="ns1:row"/>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="table.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="rows" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>indicates the number of rows in the table.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cols" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>indicates the number of columns in each row of the table.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="row">
    <xs:annotation>
      <xs:documentation>contains one row of a table.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:row.content">
          <xs:attributeGroup ref="ns1:row.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="row.content">
    <xs:sequence maxOccurs="unbounded">
      <xs:choice>
        <xs:element ref="ns1:cell"/>
        <xs:element ref="ns1:table"/>
      </xs:choice>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:model.global"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="row.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="role" default="data" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the kind of information held in the cells of this row.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="cell">
    <xs:annotation>
      <xs:documentation>contains one cell of a table.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:cell.content">
          <xs:attributeGroup ref="ns1:cell.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="cell.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="cell.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="role" default="data" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the kind of information held in the cell.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rows" default="1" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>indicates the number of rows occupied by this cell.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="cols" default="1" type="ns1:data.count">
      <xs:annotation>
        <xs:documentation>indicates the number of columns occupied by this cell.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="formula">
    <xs:annotation>
      <xs:documentation>contains a mathematical or other formula.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:formula.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="formula.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="notation" type="ns1:data.code">
      <xs:annotation>
        <xs:documentation>supplies the name of a previously defined notation used for the
content of the
element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="figure">
    <xs:annotation>
      <xs:documentation>contains a block containing graphics, illustrations, or figures.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:figure.content">
          <xs:attributeGroup ref="ns1:figure.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="figure.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.pLike"/>
      <xs:group ref="ns1:model.global"/>
      <xs:element ref="ns1:figure"/>
      <xs:element ref="ns1:figDesc"/>
      <xs:element ref="ns1:graphic"/>
      <xs:element ref="ns1:binaryObject"/>
      <xs:element ref="ns1:head"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="figure.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="figDesc">
    <xs:annotation>
      <xs:documentation>(Description of Figure) contains a brief prose description of the appearance or content
of a graphic figure, for use when documenting an image without
displaying it.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:figDesc.content">
          <xs:attributeGroup ref="ns1:figDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="figDesc.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="figDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="g">
    <xs:annotation>
      <xs:documentation>(character or glyph) represents a non-standard character or glyph.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:g.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="g.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
    <xs:attribute name="ref" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>points to a description of the  character or glyph intended.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="char">
    <xs:annotation>
      <xs:documentation>(character) provides descriptive information about a character. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:char.content">
          <xs:attributeGroup ref="ns1:char.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="char.content">
    <xs:sequence>
      <xs:element ref="ns1:charName"/>
      <xs:element minOccurs="0" ref="ns1:gloss"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:charProp"/>
      <xs:element minOccurs="0" ref="ns1:desc"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:mapping"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:graphic"/>
      <xs:group minOccurs="0" ref="ns1:model.noteLike"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="char.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="charName">
    <xs:annotation>
      <xs:documentation>(character name) contains the name of a character, expressed following Unicode conventions.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:charName.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="charName.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="charProp">
    <xs:annotation>
      <xs:documentation>(character property) provides a name and value for some property of the parent
character or glyph.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:charProp.content">
          <xs:attributeGroup ref="ns1:charProp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="charProp.content">
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ns1:unicodeName"/>
        <xs:element ref="ns1:localName"/>
      </xs:choice>
      <xs:element ref="ns1:value"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="charProp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
  </xs:attributeGroup>
  <xs:element name="charDesc">
    <xs:annotation>
      <xs:documentation>(character description) provides descriptive information about characters or
glyphs.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:charDesc.content">
          <xs:attributeGroup ref="ns1:charDesc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="charDesc.content">
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:desc"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:char"/>
        <xs:element ref="ns1:glyph"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="charDesc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="glyph">
    <xs:annotation>
      <xs:documentation>(character glyph) provides descriptive information about a character glyph. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:glyph.content">
          <xs:attributeGroup ref="ns1:glyph.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="glyph.content">
    <xs:sequence>
      <xs:element ref="ns1:glyphName"/>
      <xs:element minOccurs="0" ref="ns1:gloss"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:charProp"/>
      <xs:element minOccurs="0" ref="ns1:desc"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:mapping"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:graphic"/>
      <xs:group minOccurs="0" ref="ns1:model.noteLike"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="glyph.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="glyphName">
    <xs:annotation>
      <xs:documentation>(character glyph name) contains the name of a glyph, expressed following Unicode
conventions for character names.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:glyphName.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="glyphName.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="localName">
    <xs:annotation>
      <xs:documentation>(Locally-defined Property Name) contains a locally defined name for some property.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:localName.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="localName.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="mapping">
    <xs:annotation>
      <xs:documentation>(character mapping) contains one or more
	 characters which are related to the parent character or glyph
	 in some respect, as specified by the type
	 attribute.
</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:mapping.content">
          <xs:attributeGroup ref="ns1:mapping.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="mapping.content" mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:g"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="mapping.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
  </xs:attributeGroup>
  <xs:element name="unicodeName">
    <xs:annotation>
      <xs:documentation>(Unicode Property Name) contains the name of a registered Unicode normative or
informative property.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:attributeGroup ref="ns1:unicodeName.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="unicodeName.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="version" type="ns1:data.numeric">
      <xs:annotation>
        <xs:documentation>specifies the version number of the Unicode Standard in
        which this property name is defined.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="value">
    <xs:annotation>
      <xs:documentation>(value) contains a single value for some property, attribute, or other
  analysis.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:value.content">
          <xs:attributeGroup ref="ns1:value.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="value.content" mixed="true">
    <xs:group ref="ns1:macro.xtext"/>
  </xs:complexType>
  <xs:attributeGroup name="value.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:group name="model.entryLike">
    <xs:choice>
      <xs:element ref="ns1:superEntry"/>
      <xs:element ref="ns1:entry"/>
      <xs:element ref="ns1:entryFree"/>
    </xs:choice>
  </xs:group>
  <xs:attributeGroup name="att.entryLike.attributes">
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.sortKey"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.entryLike.attribute.type">
    <xs:attribute name="type" default="main" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates type of entry, in dictionaries with multiple types.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.entryLike.attribute.sortKey">
    <xs:attribute name="sortKey" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>contains a (sortable) character sequence reflecting the entry's alphabetical
                position in the printed dictionary.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="superEntry">
    <xs:annotation>
      <xs:documentation>groups successive entries for a set of homographs.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:superEntry.content">
          <xs:attributeGroup ref="ns1:superEntry.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="superEntry.content">
    <xs:choice>
      <xs:sequence>
        <xs:element minOccurs="0" ref="ns1:form"/>
        <xs:element maxOccurs="unbounded" ref="ns1:entry"/>
      </xs:sequence>
      <xs:element ref="ns1:dictScrap"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="superEntry.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.sortKey"/>
  </xs:attributeGroup>
  <xs:element name="entry">
    <xs:annotation>
      <xs:documentation>contains a reasonably well-structured dictionary entry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:entry.content">
          <xs:attributeGroup ref="ns1:entry.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="entry.content">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:hom"/>
      <xs:element ref="ns1:sense"/>
      <xs:group ref="ns1:model.entryParts.top"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="entry.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.sortKey"/>
  </xs:attributeGroup>
  <xs:element name="entryFree">
    <xs:annotation>
      <xs:documentation>contains a dictionary entry which does not necessarily conform to the constraints imposed
        by the entry element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:entryFree.content">
          <xs:attributeGroup ref="ns1:entryFree.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="entryFree.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.entryParts"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="entryFree.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.entryLike.attribute.sortKey"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="hom">
    <xs:annotation>
      <xs:documentation>(homograph) groups information relating to one homograph within an entry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:hom.content">
          <xs:attributeGroup ref="ns1:hom.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="hom.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:sense"/>
      <xs:group ref="ns1:model.entryParts.top"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="hom.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="sense">
    <xs:annotation>
      <xs:documentation>(sense information group) groups together all information relating to one word sense in a dictionary entry
        (definitions, examples, translation equivalents, etc.)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:sense.content">
          <xs:attributeGroup ref="ns1:sense.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="sense.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:element ref="ns1:sense"/>
      <xs:group ref="ns1:model.entryParts.top"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="sense.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="level" type="ns1:data.numeric">
      <xs:annotation>
        <xs:documentation>gives the nesting depth of this sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="dictScrap">
    <xs:annotation>
      <xs:documentation>encloses a part of a dictionary entry in which other phrase-level dictionary elements are
        freely combined.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:dictScrap.content">
          <xs:attributeGroup ref="ns1:dictScrap.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="dictScrap.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.entryParts"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="dictScrap.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="form">
    <xs:annotation>
      <xs:documentation>(form information group) groups all the information on the written and spoken forms of one headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:form.content">
          <xs:attributeGroup ref="ns1:form.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="form.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.formPart"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="form.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies form as simple, compound, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="orth">
    <xs:annotation>
      <xs:documentation>(orthographic form) gives the orthographic form of a dictionary headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:orth.content">
          <xs:attributeGroup ref="ns1:orth.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="orth.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="orth.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>gives the type of spelling.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="extent" default="full" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>gives the extent of the orthographic information provided.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="pron">
    <xs:annotation>
      <xs:documentation>(pronunciation) contains the pronunciation(s) of the word.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:pron.content">
          <xs:attributeGroup ref="ns1:pron.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="pron.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="pron.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="extent" default="full" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates whether the pronunciation is for whole word or part.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="notation" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates what notation is used for the pronunciation, if more than one occurs in
                the machine-readable dictionary.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="hyph">
    <xs:annotation>
      <xs:documentation>(hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some
        other form.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:hyph.content">
          <xs:attributeGroup ref="ns1:hyph.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="hyph.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="hyph.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="syll">
    <xs:annotation>
      <xs:documentation>(syllabification) contains the syllabification of the headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:syll.content">
          <xs:attributeGroup ref="ns1:syll.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="syll.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="syll.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="stress">
    <xs:annotation>
      <xs:documentation>contains the stress pattern for a dictionary headword, if given separately.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:stress.content">
          <xs:attributeGroup ref="ns1:stress.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="stress.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="stress.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="gram">
    <xs:annotation>
      <xs:documentation>(grammatical information) within an entry in a dictionary or a terminological data file, contains grammatical
        information relating to a term, word, or form.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:gram.content">
          <xs:attributeGroup ref="ns1:gram.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="gram.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="gram.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the grammatical information given according to some convenient typology
                — in the case of terminological information, preferably the dictionary of
                data element types specified in ISO WD 12 620.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="gen">
    <xs:annotation>
      <xs:documentation>(gender) identifies the morphological gender of a lexical item, as given in the dictionary.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:gen.content">
          <xs:attributeGroup ref="ns1:gen.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="gen.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="gen.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="number">
    <xs:annotation>
      <xs:documentation>indicates grammatical number associated with a form, as given in a dictionary.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:number.content">
          <xs:attributeGroup ref="ns1:number.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="number.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="number.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="case">
    <xs:annotation>
      <xs:documentation>contains grammatical case information given by a dictionary for a given form.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:case.content">
          <xs:attributeGroup ref="ns1:case.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="case.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="case.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="per">
    <xs:annotation>
      <xs:documentation>(person) contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a
        given inflected form in a dictionary.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:per.content">
          <xs:attributeGroup ref="ns1:per.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="per.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="per.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="tns">
    <xs:annotation>
      <xs:documentation>(tense) indicates the grammatical tense associated with a given inflected form in a dictionary.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:tns.content">
          <xs:attributeGroup ref="ns1:tns.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="tns.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="tns.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="mood">
    <xs:annotation>
      <xs:documentation>contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:mood.content">
          <xs:attributeGroup ref="ns1:mood.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="mood.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="mood.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="iType">
    <xs:annotation>
      <xs:documentation>(inflectional class) indicates the inflectional class associated with a lexical item.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:iType.content">
          <xs:attributeGroup ref="ns1:iType.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="iType.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="iType.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the type of indicator used to specify the inflection class, when it is
                necessary to distinguish between the usual abbreviated indications (e.g.
                inv) and other kinds of indicators, such as special codes
                referring to conjugation patterns, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.morphLike">
    <xs:choice>
      <xs:element ref="ns1:gram"/>
      <xs:element ref="ns1:gen"/>
      <xs:element ref="ns1:number"/>
      <xs:element ref="ns1:case"/>
      <xs:element ref="ns1:per"/>
      <xs:element ref="ns1:tns"/>
      <xs:element ref="ns1:mood"/>
      <xs:element ref="ns1:iType"/>
    </xs:choice>
  </xs:group>
  <xs:group name="model.formPart">
    <xs:choice>
      <xs:element ref="ns1:form"/>
      <xs:element ref="ns1:orth"/>
      <xs:element ref="ns1:pron"/>
      <xs:element ref="ns1:hyph"/>
      <xs:element ref="ns1:syll"/>
      <xs:group ref="ns1:model.morphLike"/>
      <xs:element ref="ns1:usg"/>
      <xs:element ref="ns1:lbl"/>
    </xs:choice>
  </xs:group>
  <xs:element name="gramGrp">
    <xs:annotation>
      <xs:documentation>(grammatical information group) groups morpho-syntactic information about a lexical item, e.g. pos, gen, number, case, or
        iType (inflectional class).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:gramGrp.content">
          <xs:attributeGroup ref="ns1:gramGrp.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="gramGrp.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.gramPart"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="gramGrp.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="pos">
    <xs:annotation>
      <xs:documentation>(part of speech) indicates the part of speech assigned to a dictionary headword (noun, verb, adjective, etc.)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:pos.content">
          <xs:attributeGroup ref="ns1:pos.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="pos.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="pos.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="subc">
    <xs:annotation>
      <xs:documentation>(subcategorization) contains subcategorization information (transitive/intransitive, countable/non-countable, etc.)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:subc.content">
          <xs:attributeGroup ref="ns1:subc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="subc.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="subc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="colloc">
    <xs:annotation>
      <xs:documentation>(collocate) contains a collocate of the headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:colloc.content">
          <xs:attributeGroup ref="ns1:colloc.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="colloc.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="colloc.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>classifies the collocation, using any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.gramPart">
    <xs:choice>
      <xs:group ref="ns1:model.morphLike"/>
      <xs:element ref="ns1:gramGrp"/>
      <xs:element ref="ns1:pos"/>
      <xs:element ref="ns1:subc"/>
      <xs:element ref="ns1:colloc"/>
      <xs:element ref="ns1:usg"/>
      <xs:element ref="ns1:lbl"/>
    </xs:choice>
  </xs:group>
  <xs:element name="def">
    <xs:annotation>
      <xs:documentation>(definition) contains definition text in a dictionary entry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:def.content">
          <xs:attributeGroup ref="ns1:def.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="def.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.common"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="def.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="tr">
    <xs:annotation>
      <xs:documentation>(translation equivalent) contains a translation of the headword or an example.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:tr.content">
          <xs:attributeGroup ref="ns1:tr.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="tr.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="tr.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="trans">
    <xs:annotation>
      <xs:documentation>(translation information) contains translation text and related information (within an entry in a multilingual dictionary).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:trans.content">
          <xs:attributeGroup ref="ns1:trans.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="trans.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:group ref="ns1:model.entryParts"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="trans.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="etym">
    <xs:annotation>
      <xs:documentation>(etymology) encloses the etymological information in a dictionary entry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:etym.content">
          <xs:attributeGroup ref="ns1:etym.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="etym.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:element ref="ns1:usg"/>
      <xs:element ref="ns1:lbl"/>
      <xs:element ref="ns1:def"/>
      <xs:element ref="ns1:trans"/>
      <xs:element ref="ns1:tr"/>
      <xs:group ref="ns1:model.morphLike"/>
      <xs:element ref="ns1:dicteg"/>
      <xs:element ref="ns1:xr"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="etym.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="lang">
    <xs:annotation>
      <xs:documentation>(language name) name of a language mentioned in etymological or other linguistic discussion.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:lang.content">
          <xs:attributeGroup ref="ns1:lang.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="lang.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="lang.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="dicteg">
    <xs:annotation>
      <xs:documentation>(example (exempli gratia)) (in a dictionary) contains an example text containing at least one occurrence of the word
        form, used in the sense being described; examples may be quoted from (named) authors or contrived.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:dicteg.content">
          <xs:attributeGroup ref="ns1:dicteg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="dicteg.content">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:q"/>
      <xs:element ref="ns1:quote"/>
      <xs:element ref="ns1:cit"/>
      <xs:group ref="ns1:model.entryParts"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="dicteg.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.type"/>
    <xs:attributeGroup ref="ns1:att.typed.attribute.subtype"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="usg">
    <xs:annotation>
      <xs:documentation>(usage) contains usage information in a dictionary entry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:usg.content">
          <xs:attributeGroup ref="ns1:usg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="usg.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="usg.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>classifies the usage information using any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="lbl">
    <xs:annotation>
      <xs:documentation>(label) in dictionaries, contains a label for a form, example, translation, or other piece of
        information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:lbl.content">
          <xs:attributeGroup ref="ns1:lbl.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="lbl.content" mixed="true">
    <xs:group ref="ns1:macro.paraContent"/>
  </xs:complexType>
  <xs:attributeGroup name="lbl.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>classifies the label using any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="xr">
    <xs:annotation>
      <xs:documentation>(cross-reference phrase) contains a phrase, sentence, or icon referring the reader to
some other location in this or another text.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:xr.content">
          <xs:attributeGroup ref="ns1:xr.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="xr.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.inter"/>
      <xs:element ref="ns1:usg"/>
      <xs:element ref="ns1:lbl"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="xr.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the type of cross reference, using any convenient
typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="re">
    <xs:annotation>
      <xs:documentation>(related entry) contains a dictionary entry for a lexical item related to the headword, such as a compound
        phrase or derived form, embedded inside a larger entry.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:re.content">
          <xs:attributeGroup ref="ns1:re.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="re.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:element ref="ns1:sense"/>
      <xs:group ref="ns1:model.entryParts.top"/>
      <xs:group ref="ns1:model.phrase"/>
      <xs:group ref="ns1:model.global"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="re.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.word">
      <xs:annotation>
        <xs:documentation>classifies the related entry according to any convenient typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.ptrLike.form">
    <xs:choice>
      <xs:element ref="ns1:oRef"/>
      <xs:element ref="ns1:oVar"/>
      <xs:element ref="ns1:pRef"/>
      <xs:element ref="ns1:pVar"/>
    </xs:choice>
  </xs:group>
  <xs:attributeGroup name="att.ptrLike.form.attributes">
    <xs:attributeGroup ref="ns1:att.ptrLike.form.attribute.target"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.ptrLike.form.attribute.target">
    <xs:attribute name="target" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>identifies the orthographic form or pronunciation referred to.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="oRef">
    <xs:annotation>
      <xs:documentation>(orthographic-form reference) in a dictionary example, indicates a reference to the orthographic form(s) of the headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:oRef.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="oRef.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ptrLike.form.attribute.target"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the kind of typographic modification made to the headword in the reference.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="oVar">
    <xs:annotation>
      <xs:documentation>(orthographic-variant reference) in a dictionary example, indicates a reference to variant orthographic form(s) of the headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:oVar.content">
          <xs:attributeGroup ref="ns1:oVar.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="oVar.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:element ref="ns1:oRef"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="oVar.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ptrLike.form.attribute.target"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
    <xs:attribute name="type" type="ns1:data.enumerated">
      <xs:annotation>
        <xs:documentation>indicates the kind of variant involved.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="pRef">
    <xs:annotation>
      <xs:documentation>(pronunciation reference) in a dictionary example, indicates a reference to the pronunciation(s) of the headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attributeGroup ref="ns1:pRef.attributes"/>
    </xs:complexType>
  </xs:element>
  <xs:attributeGroup name="pRef.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ptrLike.form.attribute.target"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:element name="pVar">
    <xs:annotation>
      <xs:documentation>(pronunciation-variant reference) in a dictionary example, indicates a reference to variant pronunciation(s) of the headword.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:pVar.content">
          <xs:attributeGroup ref="ns1:pVar.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="pVar.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:model.gLike"/>
      <xs:element ref="ns1:pRef"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="pVar.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attributeGroup ref="ns1:att.ptrLike.form.attribute.target"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attributes">
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.expand"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.norm"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.split"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.value"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.orig"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.location"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.mergedin"/>
    <xs:attributeGroup ref="ns1:att.lexicographic.attribute.opt"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.expand">
    <xs:attribute name="expand">
      <xs:annotation>
        <xs:documentation>gives an expanded form of information presented more concisely in the dictionary</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.norm">
    <xs:attribute name="norm">
      <xs:annotation>
        <xs:documentation>gives a normalized form of information given by the source text in a
                non-normalized form</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.split">
    <xs:attribute name="split">
      <xs:annotation>
        <xs:documentation>gives the list of split values for a merged form</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.value">
    <xs:attribute name="value">
      <xs:annotation>
        <xs:documentation>gives a value which lacks any realization in the printed source text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.orig">
    <xs:attribute name="orig">
      <xs:annotation>
        <xs:documentation>gives the original string or is the empty string when the element does not appear
                in the source text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.location">
    <xs:attribute name="location" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>provides a reference to an anchor element elsewhere in the document
                indicating the original location of this component.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.mergedin">
    <xs:attribute name="mergedin" type="ns1:data.pointer">
      <xs:annotation>
        <xs:documentation>gives a reference to another element, where the original appears as a merged form.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:attributeGroup name="att.lexicographic.attribute.opt">
    <xs:attribute name="opt" default="false" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>indicates whether the element is optional or not</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:group name="model.entryParts">
    <xs:choice>
      <xs:element ref="ns1:superEntry"/>
      <xs:element ref="ns1:hom"/>
      <xs:element ref="ns1:sense"/>
      <xs:element ref="ns1:form"/>
      <xs:element ref="ns1:orth"/>
      <xs:element ref="ns1:pron"/>
      <xs:element ref="ns1:hyph"/>
      <xs:element ref="ns1:syll"/>
      <xs:element ref="ns1:stress"/>
      <xs:element ref="ns1:gen"/>
      <xs:element ref="ns1:number"/>
      <xs:element ref="ns1:case"/>
      <xs:element ref="ns1:per"/>
      <xs:element ref="ns1:tns"/>
      <xs:element ref="ns1:mood"/>
      <xs:element ref="ns1:iType"/>
      <xs:element ref="ns1:gramGrp"/>
      <xs:element ref="ns1:pos"/>
      <xs:element ref="ns1:subc"/>
      <xs:element ref="ns1:colloc"/>
      <xs:element ref="ns1:def"/>
      <xs:element ref="ns1:tr"/>
      <xs:element ref="ns1:trans"/>
      <xs:element ref="ns1:etym"/>
      <xs:element ref="ns1:dicteg"/>
      <xs:element ref="ns1:usg"/>
      <xs:element ref="ns1:lbl"/>
      <xs:element ref="ns1:xr"/>
      <xs:element ref="ns1:re"/>
    </xs:choice>
  </xs:group>
  <xs:element name="docNumber">
    <xs:annotation>
      <xs:documentation>A specialization of the docTitle element. This should be used only once per document, usually as direct child of the body element</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:docNumber.content">
          <xs:attributeGroup ref="ns1:docNumber.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="docNumber.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="docNumber.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="dialog">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:dialog.content">
          <xs:attributeGroup ref="ns1:dialog.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="dialog.content">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:sp"/>
      <xs:element ref="ns1:lb"/>
      <xs:element ref="ns1:pb"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="dialog.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
  </xs:attributeGroup>
  <xs:element name="mulu">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:mulu.content">
          <xs:attributeGroup ref="ns1:mulu.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="mulu.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="mulu.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
  </xs:attributeGroup>
  <xs:element name="juan">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:juan.content">
          <xs:attributeGroup ref="ns1:juan.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="juan.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:mulu"/>
      <xs:element ref="ns1:note"/>
      <xs:element ref="ns1:jhead"/>
      <xs:group ref="ns1:macro.phraseSeq"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="juan.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="fun">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="open">
            <xs:annotation>
              <xs:documentation>(opener) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="close">
            <xs:annotation>
              <xs:documentation>(closer) </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="jhead">
    <xs:annotation>
      <xs:documentation>Specialized head element used at the start of a scroll.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:jhead.content">
          <xs:attributeGroup ref="ns1:jhead.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="jhead.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:macro.phraseSeq"/>
      <xs:element ref="ns1:tt"/>
      <xs:element ref="ns1:label"/>
      <xs:element ref="ns1:note"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="jhead.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
  </xs:attributeGroup>
  <xs:element name="tt">
    <xs:annotation>
      <xs:documentation>Container element for parallel t elements</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:tt.content">
          <xs:attributeGroup ref="ns1:tt.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="tt.content" mixed="true">
    <xs:sequence>
      <xs:group ref="ns1:macro.phraseSeq"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:t"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="tt.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
    <xs:attribute name="word-count"/>
    <xs:attribute name="from"/>
    <xs:attribute name="to"/>
  </xs:attributeGroup>
  <xs:element name="t">
    <xs:annotation>
      <xs:documentation>Element for parallel t elements (used to mark parallel Chinese and
                                Sanskrit passages)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:t.content">
          <xs:attributeGroup ref="ns1:t.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="t.content" mixed="true">
    <xs:sequence>
      <xs:group ref="ns1:macro.phraseSeq"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:yin"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="t.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="resp"/>
    <xs:attribute name="place"/>
    <xs:attribute name="cert">
      <xs:annotation>
        <xs:documentation>describes the certainty of the assignment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:attributeGroup>
  <xs:element name="fan">
    <xs:annotation>
      <xs:documentation>A container element for a sound gloss in fanqie notation. The
                                character to be annotated is zi, the soundgloss is
                                yin. The determinant is</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:fan.content">
          <xs:attributeGroup ref="ns1:fan.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="fan.content">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:zi"/>
      <xs:element ref="ns1:yin"/>
    </xs:sequence>
  </xs:complexType>
  <xs:attributeGroup name="fan.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="zi">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:zi.content">
          <xs:attributeGroup ref="ns1:zi.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="zi.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="zi.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="yin">
    <xs:annotation>
      <xs:documentation>Content of a soundgloss, either of the fanqie type, or a
                                description, how a Sanskrit transkription is supposed to be
                                rendered.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:yin.content">
          <xs:attributeGroup ref="ns1:yin.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="yin.content" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:macro.phraseSeq"/>
      <xs:group ref="ns1:model.noteLike"/>
      <xs:element ref="ns1:zi"/>
      <xs:element ref="ns1:sg"/>
    </xs:choice>
  </xs:complexType>
  <xs:attributeGroup name="yin.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="sg">
    <xs:annotation>
      <xs:documentation>Describes how the sound is modified on the preceding zi
                                element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:sg.content">
          <xs:attributeGroup ref="ns1:sg.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="sg.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="sg.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
  </xs:attributeGroup>
  <xs:element name="jl_title">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:jl_title.content">
          <xs:attributeGroup ref="ns1:jl_title.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="jl_title.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="jl_title.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
  </xs:attributeGroup>
  <xs:element name="jl_juan">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:jl_juan.content">
          <xs:attributeGroup ref="ns1:jl_juan.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="jl_juan.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="jl_juan.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
  </xs:attributeGroup>
  <xs:element name="jl_byline">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ns1:jl_byline.content">
          <xs:attributeGroup ref="ns1:jl_byline.attributes"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="jl_byline.content" mixed="true">
    <xs:group ref="ns1:macro.phraseSeq"/>
  </xs:complexType>
  <xs:attributeGroup name="jl_byline.attributes">
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlid"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.n"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmllang"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.rend"/>
    <xs:attributeGroup ref="ns1:att.global.attribute.xmlbase"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.corresp"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.synch"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.sameAs"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.copyOf"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.next"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.prev"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.exclude"/>
    <xs:attributeGroup ref="ns1:att.global.linking.attribute.select"/>
    <xs:attribute name="type"/>
  </xs:attributeGroup>
</xs:schema>
