gos/data/corpus/schema/tei_clarin.xsd

15680 lines
739 KiB
XML
Raw Normal View History

2022-07-06 19:35:05 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:dcr="http://www.isocat.org/ns/dcr"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
targetNamespace="http://www.tei-c.org/ns/1.0">
<xs:import namespace="http://www.isocat.org/ns/dcr" schemaLocation="dcr.tmp"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="xml.tmp"/>
<!--
Schema generated from ODD source 2021-08-24T14:19:42Z. .
TEI Edition: Version 4.1.0. Last updated on
19th August 2020, revision b414ba550
TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.1.0/
-->
<!-- This file is freely available and you are hereby authorised to copy, modify, and redistribute it in any way without further reference or permissions. -->
<xs:complexType name="tei_macro.paraContent" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:lg"/>
<xs:group ref="tei:tei_model.lLike"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="tei_macro.limitedContent" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.limitedPhrase"/>
<xs:group ref="tei:tei_model.inter"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="tei_macro.phraseSeq" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.attributable"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="tei_macro.phraseSeq.limited" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.limitedPhrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="tei_macro.specialPara" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.divPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="tei_macro.xtext" mixed="true">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.gLike"/>
</xs:sequence>
</xs:complexType>
<xs:group name="anyElement-xenoData">
<xs:choice>
<xs:any namespace="##other" processContents="skip"/>
<xs:any namespace="##local" processContents="skip"/>
</xs:choice>
</xs:group>
<xs:attributeGroup name="tei_att.ascribed.attributes">
<xs:attributeGroup ref="tei:tei_att.ascribed.attribute.who"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ascribed.attribute.who">
<xs:attribute name="who">
<xs:annotation>
<xs:documentation>indicates the person, or group of people, to whom the element content is ascribed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ascribed.directed.attributes">
<xs:attributeGroup ref="tei:tei_att.ascribed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attribute.toWhom"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ascribed.directed.attribute.toWhom">
<xs:attribute name="toWhom">
<xs:annotation>
<xs:documentation>indicates the person, or group of people, to whom a speech act or action is directed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.canonical.attributes">
<xs:attributeGroup ref="tei:tei_att.canonical.attribute.key"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attribute.ref"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.canonical.attribute.key">
<xs:attribute name="key" type="xs:string">
<xs:annotation>
<xs:documentation>provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.canonical.attribute.ref">
<xs:attribute name="ref">
<xs:annotation>
<xs:documentation>(reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ranging.attributes">
<xs:attributeGroup ref="tei:tei_att.ranging.attribute.atLeast"/>
<xs:attributeGroup ref="tei:tei_att.ranging.attribute.atMost"/>
<xs:attributeGroup ref="tei:tei_att.ranging.attribute.min"/>
<xs:attributeGroup ref="tei:tei_att.ranging.attribute.max"/>
<xs:attributeGroup ref="tei:tei_att.ranging.attribute.confidence"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ranging.attribute.atLeast">
<xs:attribute name="atLeast">
<xs:annotation>
<xs:documentation>gives a minimum estimated value for the approximate measurement.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ranging.attribute.atMost">
<xs:attribute name="atMost">
<xs:annotation>
<xs:documentation>gives a maximum estimated value for the approximate measurement.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ranging.attribute.min">
<xs:attribute name="min">
<xs:annotation>
<xs:documentation>where the measurement summarizes more than one observation or a range, supplies the minimum value observed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ranging.attribute.max">
<xs:attribute name="max">
<xs:annotation>
<xs:documentation>where the measurement summarizes more than one observation or a range, supplies the maximum value observed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.ranging.attribute.confidence">
<xs:attribute name="confidence" type="xs:double"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.dimensions.attributes">
<xs:attributeGroup ref="tei:tei_att.ranging.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attribute.unit"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attribute.quantity"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attribute.extent"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attribute.precision"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attribute.scope"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.dimensions.attribute.unit">
<xs:attribute name="unit">
<xs:annotation>
<xs:documentation>names the unit used for the measurement
Suggested values include: 1] cm (centimetres); 2] mm (millimetres); 3] in (inches); 4] line; 5] char (characters)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="cm">
<xs:annotation>
<xs:documentation>(centimetres) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="mm">
<xs:annotation>
<xs:documentation>(millimetres) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="in">
<xs:annotation>
<xs:documentation>(inches) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="line">
<xs:annotation>
<xs:documentation>lines of text</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="char">
<xs:annotation>
<xs:documentation>(characters) characters of text</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.dimensions.attribute.quantity">
<xs:attribute name="quantity">
<xs:annotation>
<xs:documentation>specifies the length in the units specified</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.dimensions.attribute.extent">
<xs:attribute name="extent" type="xs:string">
<xs:annotation>
<xs:documentation>indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.dimensions.attribute.precision">
<xs:attribute name="precision">
<xs:annotation>
<xs:documentation>characterizes the precision of the values specified by the other attributes.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="high">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="medium">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="low">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.dimensions.attribute.scope">
<xs:attribute name="scope">
<xs:annotation>
<xs:documentation>where the measurement summarizes more than one observation, specifies the applicability of this measurement.
Sample values include: 1] all; 2] most; 3] range</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.written.attributes">
<xs:attributeGroup ref="tei:tei_att.written.attribute.hand"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.written.attribute.hand">
<xs:attribute name="hand" type="xs:anyURI"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.damaged.attributes">
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attributeGroup ref="tei:tei_att.damaged.attribute.agent"/>
<xs:attributeGroup ref="tei:tei_att.damaged.attribute.degree"/>
<xs:attributeGroup ref="tei:tei_att.damaged.attribute.group"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.damaged.attribute.agent">
<xs:attribute name="agent">
<xs:annotation>
<xs:documentation>categorizes the cause of the damage, if it can be identified.
Sample values include: 1] rubbing; 2] mildew; 3] smoke</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.damaged.attribute.degree">
<xs:attribute name="degree">
<xs:simpleType>
<xs:union memberTypes="xs:double">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="high">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="medium">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="low">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.damaged.attribute.group">
<xs:attribute name="group" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>assigns an arbitrary number to each stretch of damage regarded as forming part of the same physical phenomenon.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.breaking.attributes">
<xs:attributeGroup ref="tei:tei_att.breaking.attribute.break"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.breaking.attribute.break">
<xs:attribute name="break">
<xs:annotation>
<xs:documentation>indicates whether or not the element bearing this attribute should be considered to mark the end of an orthographic token in the same way as whitespace.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.cReferencing.attributes">
<xs:attributeGroup ref="tei:tei_att.cReferencing.attribute.cRef"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.cReferencing.attribute.cRef">
<xs:attribute name="cRef" type="xs:string"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.w3c.attributes">
<xs:attributeGroup ref="tei:tei_att.datable.w3c.attribute.when"/>
<xs:attributeGroup ref="tei:tei_att.datable.w3c.attribute.notBefore"/>
<xs:attributeGroup ref="tei:tei_att.datable.w3c.attribute.notAfter"/>
<xs:attributeGroup ref="tei:tei_att.datable.w3c.attribute.from"/>
<xs:attributeGroup ref="tei:tei_att.datable.w3c.attribute.to"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.w3c.attribute.when">
<xs:attribute name="when">
<xs:annotation>
<xs:documentation>supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
<xs:attributeGroup name="tei_att.datable.w3c.attribute.notBefore">
<xs:attribute name="notBefore">
<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: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:attributeGroup>
<xs:attributeGroup name="tei_att.datable.w3c.attribute.notAfter">
<xs:attribute name="notAfter">
<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: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:attributeGroup>
<xs:attributeGroup name="tei_att.datable.w3c.attribute.from">
<xs:attribute name="from">
<xs:annotation>
<xs:documentation>indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
<xs:attributeGroup name="tei_att.datable.w3c.attribute.to">
<xs:attribute name="to">
<xs:annotation>
<xs:documentation>indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
<xs:attributeGroup name="tei_att.datable.attributes">
<xs:attributeGroup ref="tei:tei_att.datable.w3c.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.iso.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attribute.calendar"/>
<xs:attributeGroup ref="tei:tei_att.datable.attribute.period"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.attribute.calendar">
<xs:attribute name="calendar" type="xs:anyURI">
<xs:annotation>
<xs:documentation>indicates the system or calendar to which the date represented by the content of this element belongs.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.attribute.period">
<xs:attribute name="period" type="xs:anyURI">
<xs:annotation>
<xs:documentation>supplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datcat.attributes">
<xs:attributeGroup ref="tei:tei_att.datcat.attribute.datcat"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attribute.valueDatcat"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datcat.attribute.datcat">
<xs:attribute ref="dcr:datcat"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datcat.attribute.valueDatcat">
<xs:attribute ref="dcr:valueDatcat"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.declarable.attributes">
<xs:attributeGroup ref="tei:tei_att.declarable.attribute.default"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_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="tei_att.declaring.attributes">
<xs:attributeGroup ref="tei:tei_att.declaring.attribute.decls"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.declaring.attribute.decls">
<xs:attribute name="decls">
<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:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.fragmentable.attributes">
<xs:attributeGroup ref="tei:tei_att.fragmentable.attribute.part"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.fragmentable.attribute.part">
<xs:attribute name="part" default="N">
<xs:annotation>
<xs:documentation>specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Y">
<xs:annotation>
<xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>(no) the element is not fragmented, or no claim is made as to its completeness</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>(final) this is the final part of a fragmented element</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.divLike.attributes">
<xs:attributeGroup ref="tei:tei_att.fragmentable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.divLike.attribute.org"/>
<xs:attributeGroup ref="tei:tei_att.divLike.attribute.sample"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.divLike.attribute.org">
<xs:attribute name="org" default="uniform">
<xs:annotation>
<xs:documentation>(organization) 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>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>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="tei_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="tei_att.docStatus.attributes">
<xs:attributeGroup ref="tei:tei_att.docStatus.attribute.status"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.docStatus.attribute.status">
<xs:attribute name="status" default="draft">
<xs:annotation>
<xs:documentation>describes the status of a document either currently or, when associated with a dated element, at the time indicated.
Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.duration.w3c.attributes">
<xs:attributeGroup ref="tei:tei_att.duration.w3c.attribute.dur"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.duration.w3c.attribute.dur">
<xs:attribute name="dur" type="xs:duration">
<xs:annotation>
<xs:documentation>(duration) indicates the length of this element in time.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.responsibility.attributes">
<xs:attributeGroup ref="tei:tei_att.global.responsibility.attribute.cert"/>
<xs:attributeGroup ref="tei:tei_att.global.responsibility.attribute.resp"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.responsibility.attribute.cert">
<xs:attribute name="cert">
<xs:annotation>
<xs:documentation>(certainty) signifies the degree of certainty associated with the intervention or interpretation.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="high">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="medium">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="low">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.responsibility.attribute.resp">
<xs:attribute name="resp">
<xs:annotation>
<xs:documentation>(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.editLike.attributes">
<xs:attributeGroup ref="tei:tei_att.editLike.attribute.evidence"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attribute.instant"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.editLike.attribute.evidence">
<xs:attribute name="evidence">
<xs:annotation>
<xs:documentation>indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation.
Suggested values include: 1] internal; 2] external; 3] conjecture</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="internal">
<xs:annotation>
<xs:documentation>there is internal evidence to support the intervention.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="external">
<xs:annotation>
<xs:documentation>there is external evidence to support the intervention.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="conjecture">
<xs:annotation>
<xs:documentation>the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.editLike.attribute.instant">
<xs:attribute name="instant" default="false">
<xs:annotation>
<xs:documentation>indicates whether this is an instant revision or not.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:boolean">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.rendition.attributes">
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.rend"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.style"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.rendition"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.rendition.attribute.rend">
<xs:attribute name="rend">
<xs:annotation>
<xs:documentation>(rendition) indicates how the element in question was rendered or presented in the source text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.rendition.attribute.style">
<xs:attribute name="style" type="xs:string">
<xs:annotation>
<xs:documentation>contains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.rendition.attribute.rendition">
<xs:attribute name="rendition">
<xs:annotation>
<xs:documentation>points to a description of the rendering or presentation used for this element in the source text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.source.attributes">
<xs:attributeGroup ref="tei:tei_att.global.source.attribute.source"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.source.attribute.source">
<xs:attribute name="source">
<xs:annotation>
<xs:documentation>specifies the source from which some aspect of this element is drawn.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.attributes">
<xs:attributeGroup ref="tei:tei_att.global.rendition.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.analytic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.facs.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.change.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.responsibility.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.source.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlid"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.n"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmllang"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlbase"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlspace"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.attribute.xmlid">
<xs:attribute ref="xml:id"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.attribute.n">
<xs:attribute name="n" type="xs:string">
<xs:annotation>
<xs:documentation>(number) 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="tei_att.global.attribute.xmllang">
<xs:attribute ref="xml:lang"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.attribute.xmlbase">
<xs:attribute ref="xml:base"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.attribute.xmlspace">
<xs:attribute ref="xml:space"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attributes">
<xs:attributeGroup ref="tei:tei_att.handFeatures.attribute.scribe"/>
<xs:attributeGroup ref="tei:tei_att.handFeatures.attribute.scribeRef"/>
<xs:attributeGroup ref="tei:tei_att.handFeatures.attribute.script"/>
<xs:attributeGroup ref="tei:tei_att.handFeatures.attribute.scriptRef"/>
<xs:attributeGroup ref="tei:tei_att.handFeatures.attribute.medium"/>
<xs:attributeGroup ref="tei:tei_att.handFeatures.attribute.scope"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attribute.scribe">
<xs:attribute name="scribe" type="xs:Name">
<xs:annotation>
<xs:documentation>gives a name or other identifier for the scribe believed to be responsible for this hand.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attribute.scribeRef">
<xs:attribute name="scribeRef">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attribute.script">
<xs:attribute name="script">
<xs:annotation>
<xs:documentation>characterizes the particular script or writing style used by this hand, for example secretary, copperplate, Chancery, Italian, etc.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:Name"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attribute.scriptRef">
<xs:attribute name="scriptRef">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attribute.medium">
<xs:attribute name="medium">
<xs:annotation>
<xs:documentation>describes the tint or type of ink, e.g. brown, or other writing medium, e.g. pencil</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.handFeatures.attribute.scope">
<xs:attribute name="scope">
<xs:annotation>
<xs:documentation>specifies how widely this hand is used in the manuscript.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="sole">
<xs:annotation>
<xs:documentation>only this hand is used throughout the manuscript</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="major">
<xs:annotation>
<xs:documentation>this hand is used through most of the manuscript</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="minor">
<xs:annotation>
<xs:documentation>this hand is used occasionally in the manuscript</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.internetMedia.attributes">
<xs:attributeGroup ref="tei:tei_att.internetMedia.attribute.mimeType"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.internetMedia.attribute.mimeType">
<xs:attribute name="mimeType">
<xs:annotation>
<xs:documentation>(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.media.attributes">
<xs:attributeGroup ref="tei:tei_att.internetMedia.attributes"/>
<xs:attributeGroup ref="tei:tei_att.media.attribute.width"/>
<xs:attributeGroup ref="tei:tei_att.media.attribute.height"/>
<xs:attributeGroup ref="tei:tei_att.media.attribute.scale"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.media.attribute.width">
<xs:attribute name="width">
<xs:annotation>
<xs:documentation>Where the media are displayed, indicates the display width</xs:documentation>
</xs:annotation>
<xs:simpleType>
<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:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.media.attribute.height">
<xs:attribute name="height">
<xs:annotation>
<xs:documentation>Where the media are displayed, indicates the display height</xs:documentation>
</xs:annotation>
<xs:simpleType>
<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:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.media.attribute.scale">
<xs:attribute name="scale">
<xs:annotation>
<xs:documentation>Where the media are displayed, indicates a scale factor to be applied when generating the desired display size</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.resourced.attributes">
<xs:attributeGroup ref="tei:tei_att.resourced.attribute.url"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.resourced.attribute.url">
<xs:attribute name="url" use="required" type="xs:anyURI">
<xs:annotation>
<xs:documentation>(uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.interpLike.attributes">
<xs:attributeGroup ref="tei:tei_att.interpLike.attribute.inst"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.interpLike.attribute.inst">
<xs:attribute name="inst">
<xs:annotation>
<xs:documentation>(instances) points to instances of the analysis or interpretation represented by the current element.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.measurement.attributes">
<xs:attributeGroup ref="tei:tei_att.measurement.attribute.unit"/>
<xs:attributeGroup ref="tei:tei_att.measurement.attribute.unitRef"/>
<xs:attributeGroup ref="tei:tei_att.measurement.attribute.quantity"/>
<xs:attributeGroup ref="tei:tei_att.measurement.attribute.commodity"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.measurement.attribute.unit">
<xs:attribute name="unit">
<xs:annotation>
<xs:documentation>indicates the units used for the measurement, usually using the standard symbol for the desired units.
Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz (hertz); 5] Pa (pascal); 6] Ω (ohm); 7] L (litre); 8] t (tonne); 9] ha (hectare); 10] Å (ångström); 11] mL (millilitre); 12] cm (centimetre); 13] dB (decibel); 14] kbit (kilobit); 15] Kibit (kibibit); 16] kB (kilobyte); 17] KiB (kibibyte); 18] MB (megabyte); 19] MiB (mebibyte)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="m">
<xs:annotation>
<xs:documentation>(metre) SI base unit of length</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="kg">
<xs:annotation>
<xs:documentation>(kilogram) SI base unit of mass</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>(second) SI base unit of time</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Hz">
<xs:annotation>
<xs:documentation>(hertz) SI unit of frequency</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Pa">
<xs:annotation>
<xs:documentation>(pascal) SI unit of pressure or stress</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Ω">
<xs:annotation>
<xs:documentation>(ohm) SI unit of electric resistance</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>(litre) 1 dm³</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="t">
<xs:annotation>
<xs:documentation>(tonne) 10³ kg</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ha">
<xs:annotation>
<xs:documentation>(hectare) 1 hm²</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Å">
<xs:annotation>
<xs:documentation>(ångström) 10⁻¹⁰ m</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="mL">
<xs:annotation>
<xs:documentation>(millilitre) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="cm">
<xs:annotation>
<xs:documentation>(centimetre) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="dB">
<xs:annotation>
<xs:documentation>(decibel) see remarks, below</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="kbit">
<xs:annotation>
<xs:documentation>(kilobit) 10³ or 1000 bits</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Kibit">
<xs:annotation>
<xs:documentation>(kibibit) 2¹⁰ or 1024 bits</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="kB">
<xs:annotation>
<xs:documentation>(kilobyte) 10³ or 1000 bytes</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="KiB">
<xs:annotation>
<xs:documentation>(kibibyte) 2¹⁰ or 1024 bytes</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="MB">
<xs:annotation>
<xs:documentation>(megabyte) 10⁶ or 1000000 bytes</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="MiB">
<xs:annotation>
<xs:documentation>(mebibyte) 2²⁰ or 1048576 bytes</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.measurement.attribute.unitRef">
<xs:attribute name="unitRef" type="xs:anyURI"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.measurement.attribute.quantity">
<xs:attribute name="quantity">
<xs:annotation>
<xs:documentation>specifies the number of the specified units that comprise the measurement</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.measurement.attribute.commodity">
<xs:attribute name="commodity">
<xs:annotation>
<xs:documentation>indicates the substance that is being measured</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.naming.attributes">
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attribute.role"/>
<xs:attributeGroup ref="tei:tei_att.naming.attribute.nymRef"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.naming.attribute.role">
<xs:attribute name="role">
<xs:annotation>
<xs:documentation>may be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.naming.attribute.nymRef">
<xs:attribute name="nymRef">
<xs:annotation>
<xs:documentation>(reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.notated.attributes">
<xs:attributeGroup ref="tei:tei_att.notated.attribute.notation"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.notated.attribute.notation">
<xs:attribute name="notation">
<xs:annotation>
<xs:documentation>names the notation used for the content of the element.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.placement.attributes">
<xs:attributeGroup ref="tei:tei_att.placement.attribute.place"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.placement.attribute.place">
<xs:attribute name="place">
<xs:annotation>
<xs:documentation>specifies where this item is placed.
Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6] overleaf; 7] above; 8] end; 9] inline; 10] inspace</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="below">
<xs:annotation>
<xs:documentation>below the line</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="bottom">
<xs:annotation>
<xs:documentation>at the foot of the page</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="margin">
<xs:annotation>
<xs:documentation>in the margin (left, right, or both)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top">
<xs:annotation>
<xs:documentation>at the top of the page</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="opposite">
<xs:annotation>
<xs:documentation>on the opposite, i.e. facing, page</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="overleaf">
<xs:annotation>
<xs:documentation>on the other side of the leaf</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="above">
<xs:annotation>
<xs:documentation>above the line</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="end">
<xs:annotation>
<xs:documentation>at the end of e.g. chapter or volume.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inline">
<xs:annotation>
<xs:documentation>within the body of the text.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inspace">
<xs:annotation>
<xs:documentation>in a predefined space, for example left by an earlier scribe.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.typed.attributes">
<xs:attributeGroup ref="tei:tei_att.typed.attribute.type"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.typed.attribute.type">
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.typed.attribute.subtype">
<xs:attribute name="subtype">
<xs:annotation>
<xs:documentation>provides a sub-categorization of the element, if needed</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.pointing.attributes">
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.targetLang"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.target"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.evaluate"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.pointing.attribute.targetLang">
<xs:attribute name="targetLang">
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.pointing.attribute.target">
<xs:attribute name="target">
<xs:annotation>
<xs:documentation>specifies the destination of the reference by supplying one or more URI References</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_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="tei_att.pointing.group.attributes">
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.group.attribute.domains"/>
<xs:attributeGroup ref="tei:tei_att.pointing.group.attribute.targFunc"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_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="xs:anyURI xs:anyURI xs:anyURI"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.pointing.group.attribute.targFunc">
<xs:attribute name="targFunc">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.segLike.attributes">
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attributeGroup ref="tei:tei_att.fragmentable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attribute.function"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.segLike.attribute.function">
<xs:attribute name="function">
<xs:annotation>
<xs:documentation>characterizes the function of the segment.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.sortable.attributes">
<xs:attributeGroup ref="tei:tei_att.sortable.attribute.sortKey"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.sortable.attribute.sortKey">
<xs:attribute name="sortKey">
<xs:annotation>
<xs:documentation>supplies the sort key for this element in an index, list or group which contains it.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.edition.attributes">
<xs:attributeGroup ref="tei:tei_att.edition.attribute.ed"/>
<xs:attributeGroup ref="tei:tei_att.edition.attribute.edRef"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.edition.attribute.ed">
<xs:attribute name="ed">
<xs:annotation>
<xs:documentation>(edition) supplies a sigil or other arbitrary identifier for the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.edition.attribute.edRef">
<xs:attribute name="edRef">
<xs:annotation>
<xs:documentation>(edition reference) provides a pointer to the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.spanning.attributes">
<xs:attributeGroup ref="tei:tei_att.spanning.attribute.spanTo"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.spanning.attribute.spanTo">
<xs:attribute name="spanTo" type="xs:anyURI">
<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="tei_att.styleDef.attributes">
<xs:attributeGroup ref="tei:tei_att.styleDef.attribute.scheme"/>
<xs:attributeGroup ref="tei:tei_att.styleDef.attribute.schemeVersion"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.styleDef.attribute.scheme">
<xs:attribute name="scheme">
<xs:annotation>
<xs:documentation>identifies the language used to describe the rendition.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="css">
<xs:annotation>
<xs:documentation>Cascading Stylesheet Language</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="xslfo">
<xs:annotation>
<xs:documentation>Extensible Stylesheet Language Formatting Objects</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="free">
<xs:annotation>
<xs:documentation>Informal free text description</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>A user-defined rendition description language</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.styleDef.attribute.schemeVersion">
<xs:attribute name="schemeVersion">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.timed.attributes">
<xs:attributeGroup ref="tei:tei_att.duration.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attribute.start"/>
<xs:attributeGroup ref="tei:tei_att.timed.attribute.end"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.timed.attribute.start">
<xs:attribute name="start" type="xs:anyURI">
<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="tei_att.timed.attribute.end">
<xs:attribute name="end" type="xs:anyURI">
<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="tei_att.transcriptional.attributes">
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attribute.status"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attribute.cause"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attribute.seq"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.transcriptional.attribute.status">
<xs:attribute name="status" default="unremarkable">
<xs:annotation>
<xs:documentation>indicates the effect of the intervention, for example in the case of a deletion, strikeouts which include too much or too little text, or in the case of an addition, an insertion which duplicates some of the text already present.
Sample values include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart; 6] shortEnd; 7] partial; 8] unremarkable</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.transcriptional.attribute.cause">
<xs:attribute name="cause">
<xs:annotation>
<xs:documentation>documents the presumed cause for the intervention.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.transcriptional.attribute.seq">
<xs:attribute name="seq" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>(sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.translatable.attributes">
<xs:attributeGroup ref="tei:tei_att.translatable.attribute.versionDate"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.translatable.attribute.versionDate">
<xs:attribute name="versionDate">
<xs:annotation>
<xs:documentation>specifies the date on which the source text was extracted and sent to the translator</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:attributeGroup>
<xs:attributeGroup name="tei_att.citing.attributes">
<xs:attributeGroup ref="tei:tei_att.citing.attribute.unit"/>
<xs:attributeGroup ref="tei:tei_att.citing.attribute.from"/>
<xs:attributeGroup ref="tei:tei_att.citing.attribute.to"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.citing.attribute.unit">
<xs:attribute name="unit">
<xs:annotation>
<xs:documentation>identifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry.
Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] part; 7] column; 8] entry</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="volume">
<xs:annotation>
<xs:documentation>the element contains a volume number.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="issue">
<xs:annotation>
<xs:documentation>the element contains an issue number, or volume and issue numbers.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="page">
<xs:annotation>
<xs:documentation>the element contains a page number or page range.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="line">
<xs:annotation>
<xs:documentation>the element contains a line number or line range.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="chapter">
<xs:annotation>
<xs:documentation>the element contains a chapter indication (number and/or title)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="part">
<xs:annotation>
<xs:documentation>the element identifies a part of a book or collection.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="column">
<xs:annotation>
<xs:documentation>the element identifies a column.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="entry">
<xs:annotation>
<xs:documentation>the element identifies an entry number or label in a list of entries.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.citing.attribute.from">
<xs:attribute name="from">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.citing.attribute.to">
<xs:attribute name="to">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:group name="tei_model.nameLike.agent">
<xs:choice>
<xs:element ref="tei:name"/>
<xs:element ref="tei:orgName"/>
<xs:element ref="tei:persName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.nameLike.agent_alternation">
<xs:choice>
<xs:element ref="tei:name"/>
<xs:element ref="tei:orgName"/>
<xs:element ref="tei:persName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.nameLike.agent_sequence">
<xs:sequence>
<xs:element ref="tei:name"/>
<xs:element ref="tei:orgName"/>
<xs:element ref="tei:persName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike.agent_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:name"/>
<xs:element minOccurs="0" ref="tei:orgName"/>
<xs:element minOccurs="0" ref="tei:persName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike.agent_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:name"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:orgName"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:persName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike.agent_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:name"/>
<xs:element maxOccurs="unbounded" ref="tei:orgName"/>
<xs:element maxOccurs="unbounded" ref="tei:persName"/>
</xs:sequence>
</xs:group>
<xs:element name="tei_model.segLike" abstract="true"/>
<xs:group name="tei_model.hiLike">
<xs:choice>
<xs:element ref="tei:hi"/>
<xs:element ref="tei:q"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.hiLike_alternation">
<xs:choice>
<xs:element ref="tei:hi"/>
<xs:element ref="tei:q"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.hiLike_sequence">
<xs:sequence>
<xs:element ref="tei:hi"/>
<xs:element ref="tei:q"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.hiLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:hi"/>
<xs:element minOccurs="0" ref="tei:q"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.hiLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:hi"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:q"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.hiLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:hi"/>
<xs:element maxOccurs="unbounded" ref="tei:q"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.emphLike">
<xs:choice>
<xs:element ref="tei:foreign"/>
<xs:element ref="tei:emph"/>
<xs:element ref="tei:distinct"/>
<xs:element ref="tei:mentioned"/>
<xs:element ref="tei:soCalled"/>
<xs:element ref="tei:gloss"/>
<xs:element ref="tei:term"/>
<xs:element ref="tei:title"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.emphLike_alternation">
<xs:choice>
<xs:element ref="tei:foreign"/>
<xs:element ref="tei:emph"/>
<xs:element ref="tei:distinct"/>
<xs:element ref="tei:mentioned"/>
<xs:element ref="tei:soCalled"/>
<xs:element ref="tei:gloss"/>
<xs:element ref="tei:term"/>
<xs:element ref="tei:title"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.emphLike_sequence">
<xs:sequence>
<xs:element ref="tei:foreign"/>
<xs:element ref="tei:emph"/>
<xs:element ref="tei:distinct"/>
<xs:element ref="tei:mentioned"/>
<xs:element ref="tei:soCalled"/>
<xs:element ref="tei:gloss"/>
<xs:element ref="tei:term"/>
<xs:element ref="tei:title"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.emphLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:foreign"/>
<xs:element minOccurs="0" ref="tei:emph"/>
<xs:element minOccurs="0" ref="tei:distinct"/>
<xs:element minOccurs="0" ref="tei:mentioned"/>
<xs:element minOccurs="0" ref="tei:soCalled"/>
<xs:element minOccurs="0" ref="tei:gloss"/>
<xs:element minOccurs="0" ref="tei:term"/>
<xs:element minOccurs="0" ref="tei:title"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.emphLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:foreign"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:emph"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:distinct"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:mentioned"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:soCalled"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:gloss"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:term"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:title"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.emphLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:foreign"/>
<xs:element maxOccurs="unbounded" ref="tei:emph"/>
<xs:element maxOccurs="unbounded" ref="tei:distinct"/>
<xs:element maxOccurs="unbounded" ref="tei:mentioned"/>
<xs:element maxOccurs="unbounded" ref="tei:soCalled"/>
<xs:element maxOccurs="unbounded" ref="tei:gloss"/>
<xs:element maxOccurs="unbounded" ref="tei:term"/>
<xs:element maxOccurs="unbounded" ref="tei:title"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.highlighted">
<xs:choice>
<xs:group ref="tei:tei_model.hiLike"/>
<xs:group ref="tei:tei_model.emphLike"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.dateLike">
<xs:choice>
<xs:element ref="tei:date"/>
<xs:element ref="tei:time"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.dateLike_alternation">
<xs:choice>
<xs:element ref="tei:date"/>
<xs:element ref="tei:time"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.dateLike_sequence">
<xs:sequence>
<xs:element ref="tei:date"/>
<xs:element ref="tei:time"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.dateLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:date"/>
<xs:element minOccurs="0" ref="tei:time"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.dateLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:date"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:time"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.dateLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:date"/>
<xs:element maxOccurs="unbounded" ref="tei:time"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.measureLike">
<xs:choice>
<xs:element ref="tei:num"/>
<xs:element ref="tei:measure"/>
<xs:element ref="tei:measureGrp"/>
<xs:element ref="tei:unit"/>
<xs:element ref="tei:geo"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.measureLike_alternation">
<xs:choice>
<xs:element ref="tei:num"/>
<xs:element ref="tei:measure"/>
<xs:element ref="tei:measureGrp"/>
<xs:element ref="tei:unit"/>
<xs:element ref="tei:geo"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.measureLike_sequence">
<xs:sequence>
<xs:element ref="tei:num"/>
<xs:element ref="tei:measure"/>
<xs:element ref="tei:measureGrp"/>
<xs:element ref="tei:unit"/>
<xs:element ref="tei:geo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.measureLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:num"/>
<xs:element minOccurs="0" ref="tei:measure"/>
<xs:element minOccurs="0" ref="tei:measureGrp"/>
<xs:element minOccurs="0" ref="tei:unit"/>
<xs:element minOccurs="0" ref="tei:geo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.measureLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:num"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:measure"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:measureGrp"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:unit"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:geo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.measureLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:num"/>
<xs:element maxOccurs="unbounded" ref="tei:measure"/>
<xs:element maxOccurs="unbounded" ref="tei:measureGrp"/>
<xs:element maxOccurs="unbounded" ref="tei:unit"/>
<xs:element maxOccurs="unbounded" ref="tei:geo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.graphicLike">
<xs:choice>
<xs:element ref="tei:media"/>
<xs:element ref="tei:graphic"/>
<xs:element ref="tei:formula"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.offsetLike">
<xs:choice>
<xs:element ref="tei:offset"/>
<xs:element ref="tei:geogFeat"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.offsetLike_alternation">
<xs:choice>
<xs:element ref="tei:offset"/>
<xs:element ref="tei:geogFeat"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.offsetLike_sequence">
<xs:sequence>
<xs:element ref="tei:offset"/>
<xs:element ref="tei:geogFeat"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.offsetLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:offset"/>
<xs:element minOccurs="0" ref="tei:geogFeat"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.offsetLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:offset"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:geogFeat"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.offsetLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:offset"/>
<xs:element maxOccurs="unbounded" ref="tei:geogFeat"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.editorial">
<xs:choice>
<xs:element ref="tei:choice"/>
<xs:element ref="tei:abbr"/>
<xs:element ref="tei:expan"/>
<xs:element ref="tei:ex"/>
<xs:element ref="tei:subst"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pPart.editorial_alternation">
<xs:choice>
<xs:element ref="tei:choice"/>
<xs:element ref="tei:abbr"/>
<xs:element ref="tei:expan"/>
<xs:element ref="tei:ex"/>
<xs:element ref="tei:subst"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pPart.editorial_sequence">
<xs:sequence>
<xs:element ref="tei:choice"/>
<xs:element ref="tei:abbr"/>
<xs:element ref="tei:expan"/>
<xs:element ref="tei:ex"/>
<xs:element ref="tei:subst"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.editorial_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:choice"/>
<xs:element minOccurs="0" ref="tei:abbr"/>
<xs:element minOccurs="0" ref="tei:expan"/>
<xs:element minOccurs="0" ref="tei:ex"/>
<xs:element minOccurs="0" ref="tei:subst"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.editorial_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:choice"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:abbr"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:expan"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:ex"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:subst"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.editorial_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:choice"/>
<xs:element maxOccurs="unbounded" ref="tei:abbr"/>
<xs:element maxOccurs="unbounded" ref="tei:expan"/>
<xs:element maxOccurs="unbounded" ref="tei:ex"/>
<xs:element maxOccurs="unbounded" ref="tei:subst"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.transcriptional">
<xs:choice>
<xs:element ref="tei:sic"/>
<xs:element ref="tei:corr"/>
<xs:element ref="tei:reg"/>
<xs:element ref="tei:orig"/>
<xs:element ref="tei:add"/>
<xs:element ref="tei:del"/>
<xs:element ref="tei:unclear"/>
<xs:element ref="tei:damage"/>
<xs:element ref="tei:handShift"/>
<xs:element ref="tei:restore"/>
<xs:element ref="tei:supplied"/>
<xs:element ref="tei:surplus"/>
<xs:element ref="tei:secl"/>
<xs:element ref="tei:mod"/>
<xs:element ref="tei:redo"/>
<xs:element ref="tei:retrace"/>
<xs:element ref="tei:undo"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pPart.transcriptional_alternation">
<xs:choice>
<xs:element ref="tei:sic"/>
<xs:element ref="tei:corr"/>
<xs:element ref="tei:reg"/>
<xs:element ref="tei:orig"/>
<xs:element ref="tei:add"/>
<xs:element ref="tei:del"/>
<xs:element ref="tei:unclear"/>
<xs:element ref="tei:damage"/>
<xs:element ref="tei:handShift"/>
<xs:element ref="tei:restore"/>
<xs:element ref="tei:supplied"/>
<xs:element ref="tei:surplus"/>
<xs:element ref="tei:secl"/>
<xs:element ref="tei:mod"/>
<xs:element ref="tei:redo"/>
<xs:element ref="tei:retrace"/>
<xs:element ref="tei:undo"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pPart.transcriptional_sequence">
<xs:sequence>
<xs:element ref="tei:sic"/>
<xs:element ref="tei:corr"/>
<xs:element ref="tei:reg"/>
<xs:element ref="tei:orig"/>
<xs:element ref="tei:add"/>
<xs:element ref="tei:del"/>
<xs:element ref="tei:unclear"/>
<xs:element ref="tei:damage"/>
<xs:element ref="tei:handShift"/>
<xs:element ref="tei:restore"/>
<xs:element ref="tei:supplied"/>
<xs:element ref="tei:surplus"/>
<xs:element ref="tei:secl"/>
<xs:element ref="tei:mod"/>
<xs:element ref="tei:redo"/>
<xs:element ref="tei:retrace"/>
<xs:element ref="tei:undo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.transcriptional_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:sic"/>
<xs:element minOccurs="0" ref="tei:corr"/>
<xs:element minOccurs="0" ref="tei:reg"/>
<xs:element minOccurs="0" ref="tei:orig"/>
<xs:element minOccurs="0" ref="tei:add"/>
<xs:element minOccurs="0" ref="tei:del"/>
<xs:element minOccurs="0" ref="tei:unclear"/>
<xs:element minOccurs="0" ref="tei:damage"/>
<xs:element minOccurs="0" ref="tei:handShift"/>
<xs:element minOccurs="0" ref="tei:restore"/>
<xs:element minOccurs="0" ref="tei:supplied"/>
<xs:element minOccurs="0" ref="tei:surplus"/>
<xs:element minOccurs="0" ref="tei:secl"/>
<xs:element minOccurs="0" ref="tei:mod"/>
<xs:element minOccurs="0" ref="tei:redo"/>
<xs:element minOccurs="0" ref="tei:retrace"/>
<xs:element minOccurs="0" ref="tei:undo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.transcriptional_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:sic"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:corr"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:reg"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:orig"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:add"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:del"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:unclear"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:damage"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:handShift"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:restore"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:supplied"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:surplus"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:secl"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:mod"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:redo"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:retrace"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:undo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.transcriptional_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:sic"/>
<xs:element maxOccurs="unbounded" ref="tei:corr"/>
<xs:element maxOccurs="unbounded" ref="tei:reg"/>
<xs:element maxOccurs="unbounded" ref="tei:orig"/>
<xs:element maxOccurs="unbounded" ref="tei:add"/>
<xs:element maxOccurs="unbounded" ref="tei:del"/>
<xs:element maxOccurs="unbounded" ref="tei:unclear"/>
<xs:element maxOccurs="unbounded" ref="tei:damage"/>
<xs:element maxOccurs="unbounded" ref="tei:handShift"/>
<xs:element maxOccurs="unbounded" ref="tei:restore"/>
<xs:element maxOccurs="unbounded" ref="tei:supplied"/>
<xs:element maxOccurs="unbounded" ref="tei:surplus"/>
<xs:element maxOccurs="unbounded" ref="tei:secl"/>
<xs:element maxOccurs="unbounded" ref="tei:mod"/>
<xs:element maxOccurs="unbounded" ref="tei:redo"/>
<xs:element maxOccurs="unbounded" ref="tei:retrace"/>
<xs:element maxOccurs="unbounded" ref="tei:undo"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pPart.edit">
<xs:choice>
<xs:group ref="tei:tei_model.pPart.editorial"/>
<xs:group ref="tei:tei_model.pPart.transcriptional"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.linePart">
<xs:choice>
<xs:group ref="tei:tei_model.hiLike"/>
<xs:element ref="tei:choice"/>
<xs:element ref="tei:add"/>
<xs:element ref="tei:del"/>
<xs:element ref="tei:unclear"/>
<xs:element ref="tei:zone"/>
<xs:element ref="tei:path"/>
<xs:element ref="tei:damage"/>
<xs:element ref="tei:handShift"/>
<xs:element ref="tei:restore"/>
<xs:element ref="tei:line"/>
<xs:element ref="tei:mod"/>
<xs:element ref="tei:redo"/>
<xs:element ref="tei:retrace"/>
<xs:element ref="tei:undo"/>
<xs:element ref="tei:seg"/>
<xs:element ref="tei:w"/>
<xs:element ref="tei:c"/>
<xs:element ref="tei:pc"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.ptrLike">
<xs:choice>
<xs:element ref="tei:ptr"/>
<xs:element ref="tei:ref"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.global.meta">
<xs:choice>
<xs:element ref="tei:index"/>
<xs:element ref="tei:substJoin"/>
<xs:element ref="tei:listTranspose"/>
<xs:element ref="tei:link"/>
<xs:element ref="tei:linkGrp"/>
<xs:element ref="tei:timeline"/>
<xs:element ref="tei:join"/>
<xs:element ref="tei:joinGrp"/>
<xs:element ref="tei:alt"/>
<xs:element ref="tei:altGrp"/>
<xs:element ref="tei:span"/>
<xs:element ref="tei:spanGrp"/>
<xs:element ref="tei:fs"/>
<xs:element ref="tei:fLib"/>
<xs:element ref="tei:fvLib"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.milestoneLike" abstract="true"/>
<xs:element name="tei_model.gLike" abstract="true">
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="ref" type="xs:anyURI">
<xs:annotation>
<xs:documentation>points to a description of the character or glyph intended.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group name="tei_model.biblLike">
<xs:choice>
<xs:element ref="tei:bibl"/>
<xs:element ref="tei:biblStruct"/>
<xs:element ref="tei:listBibl"/>
<xs:element ref="tei:biblFull"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.biblLike_alternation">
<xs:choice>
<xs:element ref="tei:bibl"/>
<xs:element ref="tei:biblStruct"/>
<xs:element ref="tei:listBibl"/>
<xs:element ref="tei:biblFull"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.biblLike_sequence">
<xs:sequence>
<xs:element ref="tei:bibl"/>
<xs:element ref="tei:biblStruct"/>
<xs:element ref="tei:listBibl"/>
<xs:element ref="tei:biblFull"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.biblLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:bibl"/>
<xs:element minOccurs="0" ref="tei:biblStruct"/>
<xs:element minOccurs="0" ref="tei:listBibl"/>
<xs:element minOccurs="0" ref="tei:biblFull"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.biblLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:bibl"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:biblStruct"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listBibl"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:biblFull"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.biblLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:bibl"/>
<xs:element maxOccurs="unbounded" ref="tei:biblStruct"/>
<xs:element maxOccurs="unbounded" ref="tei:listBibl"/>
<xs:element maxOccurs="unbounded" ref="tei:biblFull"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.headLike">
<xs:sequence>
<xs:element ref="tei:head"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.headLike_alternation">
<xs:sequence>
<xs:element ref="tei:head"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.headLike_sequence">
<xs:sequence>
<xs:element ref="tei:head"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.headLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:head"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.headLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:head"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.headLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:head"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.labelLike">
<xs:choice>
<xs:element ref="tei:desc"/>
<xs:element ref="tei:label"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.labelLike_alternation">
<xs:choice>
<xs:element ref="tei:desc"/>
<xs:element ref="tei:label"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.labelLike_sequence">
<xs:sequence>
<xs:element ref="tei:desc"/>
<xs:element ref="tei:label"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.labelLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:desc"/>
<xs:element minOccurs="0" ref="tei:label"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.labelLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:label"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.labelLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:desc"/>
<xs:element maxOccurs="unbounded" ref="tei:label"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.listLike">
<xs:choice>
<xs:element ref="tei:list"/>
<xs:element ref="tei:table"/>
<xs:element ref="tei:listOrg"/>
<xs:element ref="tei:listEvent"/>
<xs:element ref="tei:listPerson"/>
<xs:element ref="tei:listPlace"/>
<xs:element ref="tei:listRelation"/>
<xs:element ref="tei:listObject"/>
<xs:element ref="tei:listNym"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.listLike_alternation">
<xs:choice>
<xs:element ref="tei:list"/>
<xs:element ref="tei:table"/>
<xs:element ref="tei:listOrg"/>
<xs:element ref="tei:listEvent"/>
<xs:element ref="tei:listPerson"/>
<xs:element ref="tei:listPlace"/>
<xs:element ref="tei:listRelation"/>
<xs:element ref="tei:listObject"/>
<xs:element ref="tei:listNym"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.listLike_sequence">
<xs:sequence>
<xs:element ref="tei:list"/>
<xs:element ref="tei:table"/>
<xs:element ref="tei:listOrg"/>
<xs:element ref="tei:listEvent"/>
<xs:element ref="tei:listPerson"/>
<xs:element ref="tei:listPlace"/>
<xs:element ref="tei:listRelation"/>
<xs:element ref="tei:listObject"/>
<xs:element ref="tei:listNym"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.listLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:list"/>
<xs:element minOccurs="0" ref="tei:table"/>
<xs:element minOccurs="0" ref="tei:listOrg"/>
<xs:element minOccurs="0" ref="tei:listEvent"/>
<xs:element minOccurs="0" ref="tei:listPerson"/>
<xs:element minOccurs="0" ref="tei:listPlace"/>
<xs:element minOccurs="0" ref="tei:listRelation"/>
<xs:element minOccurs="0" ref="tei:listObject"/>
<xs:element minOccurs="0" ref="tei:listNym"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.listLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:list"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:table"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listOrg"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listEvent"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listPerson"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listPlace"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listRelation"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listObject"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:listNym"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.listLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:list"/>
<xs:element maxOccurs="unbounded" ref="tei:table"/>
<xs:element maxOccurs="unbounded" ref="tei:listOrg"/>
<xs:element maxOccurs="unbounded" ref="tei:listEvent"/>
<xs:element maxOccurs="unbounded" ref="tei:listPerson"/>
<xs:element maxOccurs="unbounded" ref="tei:listPlace"/>
<xs:element maxOccurs="unbounded" ref="tei:listRelation"/>
<xs:element maxOccurs="unbounded" ref="tei:listObject"/>
<xs:element maxOccurs="unbounded" ref="tei:listNym"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.noteLike">
<xs:sequence>
<xs:element ref="tei:note"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lLike">
<xs:sequence>
<xs:element ref="tei:l"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lLike_alternation">
<xs:sequence>
<xs:element ref="tei:l"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lLike_sequence">
<xs:sequence>
<xs:element ref="tei:l"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:l"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:l"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:l"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pLike">
<xs:choice>
<xs:element ref="tei:p"/>
<xs:element ref="tei:ab"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pLike_alternation">
<xs:choice>
<xs:element ref="tei:p"/>
<xs:element ref="tei:ab"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pLike_sequence">
<xs:sequence>
<xs:element ref="tei:p"/>
<xs:element ref="tei:ab"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:p"/>
<xs:element minOccurs="0" ref="tei:ab"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:p"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:ab"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.pLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:p"/>
<xs:element maxOccurs="unbounded" ref="tei:ab"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.stageLike">
<xs:sequence>
<xs:element ref="tei:stage"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.stageLike_alternation">
<xs:sequence>
<xs:element ref="tei:stage"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.stageLike_sequence">
<xs:sequence>
<xs:element ref="tei:stage"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.stageLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:stage"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.stageLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:stage"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.stageLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:stage"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.featureVal.complex">
<xs:choice>
<xs:element ref="tei:fs"/>
<xs:element ref="tei:vColl"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.featureVal.single" abstract="true"/>
<xs:group name="tei_model.entryPart">
<xs:choice>
<xs:element ref="tei:superEntry"/>
<xs:element ref="tei:hom"/>
<xs:element ref="tei:sense"/>
<xs:element ref="tei:form"/>
<xs:element ref="tei:orth"/>
<xs:element ref="tei:pron"/>
<xs:element ref="tei:hyph"/>
<xs:element ref="tei:syll"/>
<xs:element ref="tei:gramGrp"/>
<xs:element ref="tei:pos"/>
<xs:element ref="tei:subc"/>
<xs:element ref="tei:colloc"/>
<xs:element ref="tei:def"/>
<xs:element ref="tei:etym"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:lbl"/>
<xs:element ref="tei:xr"/>
<xs:element ref="tei:re"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.entryPart.top">
<xs:choice>
<xs:element ref="tei:cit"/>
<xs:element ref="tei:entry"/>
<xs:element ref="tei:dictScrap"/>
<xs:element ref="tei:form"/>
<xs:element ref="tei:gramGrp"/>
<xs:element ref="tei:def"/>
<xs:element ref="tei:etym"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:lbl"/>
<xs:element ref="tei:xr"/>
<xs:element ref="tei:re"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.eventLike">
<xs:choice>
<xs:element ref="tei:event"/>
<xs:element ref="tei:listEvent"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.global.edit" abstract="true"/>
<xs:group name="tei_model.divPart">
<xs:choice>
<xs:group ref="tei:tei_model.lLike"/>
<xs:group ref="tei:tei_model.pLike"/>
<xs:element ref="tei:lg"/>
<xs:element ref="tei:sp"/>
<xs:group ref="tei:tei_model.divPart.spoken"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.persStateLike">
<xs:choice>
<xs:element ref="tei:persName"/>
<xs:element ref="tei:affiliation"/>
<xs:element ref="tei:age"/>
<xs:element ref="tei:education"/>
<xs:element ref="tei:faith"/>
<xs:element ref="tei:floruit"/>
<xs:element ref="tei:langKnowledge"/>
<xs:element ref="tei:nationality"/>
<xs:element ref="tei:occupation"/>
<xs:element ref="tei:persona"/>
<xs:element ref="tei:residence"/>
<xs:element ref="tei:sex"/>
<xs:element ref="tei:socecStatus"/>
<xs:element ref="tei:state"/>
<xs:element ref="tei:trait"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.personLike" abstract="true"/>
<xs:group name="tei_model.personPart">
<xs:choice>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:group ref="tei:tei_model.eventLike"/>
<xs:group ref="tei:tei_model.persStateLike"/>
<xs:element ref="tei:name"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:birth"/>
<xs:element ref="tei:death"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.placeNamePart">
<xs:choice>
<xs:element ref="tei:placeName"/>
<xs:element ref="tei:bloc"/>
<xs:element ref="tei:country"/>
<xs:element ref="tei:region"/>
<xs:element ref="tei:settlement"/>
<xs:element ref="tei:district"/>
<xs:element ref="tei:geogName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.placeNamePart_alternation">
<xs:choice>
<xs:element ref="tei:placeName"/>
<xs:element ref="tei:bloc"/>
<xs:element ref="tei:country"/>
<xs:element ref="tei:region"/>
<xs:element ref="tei:settlement"/>
<xs:element ref="tei:district"/>
<xs:element ref="tei:geogName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.placeNamePart_sequence">
<xs:sequence>
<xs:element ref="tei:placeName"/>
<xs:element ref="tei:bloc"/>
<xs:element ref="tei:country"/>
<xs:element ref="tei:region"/>
<xs:element ref="tei:settlement"/>
<xs:element ref="tei:district"/>
<xs:element ref="tei:geogName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeNamePart_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:placeName"/>
<xs:element minOccurs="0" ref="tei:bloc"/>
<xs:element minOccurs="0" ref="tei:country"/>
<xs:element minOccurs="0" ref="tei:region"/>
<xs:element minOccurs="0" ref="tei:settlement"/>
<xs:element minOccurs="0" ref="tei:district"/>
<xs:element minOccurs="0" ref="tei:geogName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeNamePart_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:placeName"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:bloc"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:country"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:region"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:settlement"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:district"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:geogName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeNamePart_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:placeName"/>
<xs:element maxOccurs="unbounded" ref="tei:bloc"/>
<xs:element maxOccurs="unbounded" ref="tei:country"/>
<xs:element maxOccurs="unbounded" ref="tei:region"/>
<xs:element maxOccurs="unbounded" ref="tei:settlement"/>
<xs:element maxOccurs="unbounded" ref="tei:district"/>
<xs:element maxOccurs="unbounded" ref="tei:geogName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeStateLike">
<xs:choice>
<xs:group ref="tei:tei_model.placeNamePart"/>
<xs:element ref="tei:climate"/>
<xs:element ref="tei:location"/>
<xs:element ref="tei:population"/>
<xs:element ref="tei:state"/>
<xs:element ref="tei:terrain"/>
<xs:element ref="tei:trait"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.placeStateLike_alternation">
<xs:choice>
<xs:group ref="tei:tei_model.placeNamePart_alternation"/>
<xs:element ref="tei:climate"/>
<xs:element ref="tei:location"/>
<xs:element ref="tei:population"/>
<xs:element ref="tei:state"/>
<xs:element ref="tei:terrain"/>
<xs:element ref="tei:trait"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.placeStateLike_sequence">
<xs:sequence>
<xs:group ref="tei:tei_model.placeNamePart_sequence"/>
<xs:element ref="tei:climate"/>
<xs:element ref="tei:location"/>
<xs:element ref="tei:population"/>
<xs:element ref="tei:state"/>
<xs:element ref="tei:terrain"/>
<xs:element ref="tei:trait"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeStateLike_sequenceOptional">
<xs:sequence>
<xs:group minOccurs="0" ref="tei:tei_model.placeNamePart_sequenceOptional"/>
<xs:element minOccurs="0" ref="tei:climate"/>
<xs:element minOccurs="0" ref="tei:location"/>
<xs:element minOccurs="0" ref="tei:population"/>
<xs:element minOccurs="0" ref="tei:state"/>
<xs:element minOccurs="0" ref="tei:terrain"/>
<xs:element minOccurs="0" ref="tei:trait"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeStateLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.placeNamePart_sequenceOptionalRepeatable"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:climate"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:location"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:population"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:state"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:terrain"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:trait"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.placeStateLike_sequenceRepeatable">
<xs:sequence>
<xs:group maxOccurs="unbounded"
ref="tei:tei_model.placeNamePart_sequenceRepeatable"/>
<xs:element maxOccurs="unbounded" ref="tei:climate"/>
<xs:element maxOccurs="unbounded" ref="tei:location"/>
<xs:element maxOccurs="unbounded" ref="tei:population"/>
<xs:element maxOccurs="unbounded" ref="tei:state"/>
<xs:element maxOccurs="unbounded" ref="tei:terrain"/>
<xs:element maxOccurs="unbounded" ref="tei:trait"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.orgPart">
<xs:choice>
<xs:group ref="tei:tei_model.eventLike"/>
<xs:element ref="tei:listOrg"/>
<xs:element ref="tei:listPerson"/>
<xs:element ref="tei:listPlace"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.publicationStmtPart.agency">
<xs:choice>
<xs:element ref="tei:publisher"/>
<xs:element ref="tei:distributor"/>
<xs:element ref="tei:authority"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.publicationStmtPart.detail">
<xs:choice>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:address"/>
<xs:element ref="tei:date"/>
<xs:element ref="tei:pubPlace"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:availability"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.availabilityPart" abstract="true">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:group name="tei_model.descLike">
<xs:sequence>
<xs:element ref="tei:desc"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.glossLike">
<xs:sequence>
<xs:element ref="tei:gloss"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.quoteLike">
<xs:choice>
<xs:element ref="tei:quote"/>
<xs:element ref="tei:cit"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.quoteLike_alternation">
<xs:choice>
<xs:element ref="tei:quote"/>
<xs:element ref="tei:cit"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.quoteLike_sequence">
<xs:sequence>
<xs:element ref="tei:quote"/>
<xs:element ref="tei:cit"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.quoteLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:quote"/>
<xs:element minOccurs="0" ref="tei:cit"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.quoteLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:quote"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:cit"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.quoteLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:quote"/>
<xs:element maxOccurs="unbounded" ref="tei:cit"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.attributable">
<xs:choice>
<xs:group ref="tei:tei_model.quoteLike"/>
<xs:element ref="tei:said"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.attributable_alternation">
<xs:choice>
<xs:group ref="tei:tei_model.quoteLike_alternation"/>
<xs:element ref="tei:said"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.attributable_sequence">
<xs:sequence>
<xs:group ref="tei:tei_model.quoteLike_sequence"/>
<xs:element ref="tei:said"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.attributable_sequenceOptional">
<xs:sequence>
<xs:group minOccurs="0" ref="tei:tei_model.quoteLike_sequenceOptional"/>
<xs:element minOccurs="0" ref="tei:said"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.attributable_sequenceOptionalRepeatable">
<xs:sequence>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.quoteLike_sequenceOptionalRepeatable"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:said"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.attributable_sequenceRepeatable">
<xs:sequence>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.quoteLike_sequenceRepeatable"/>
<xs:element maxOccurs="unbounded" ref="tei:said"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.respLike">
<xs:choice>
<xs:element ref="tei:author"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:respStmt"/>
<xs:element ref="tei:meeting"/>
<xs:element ref="tei:sponsor"/>
<xs:element ref="tei:funder"/>
<xs:element ref="tei:principal"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.divWrapper">
<xs:choice>
<xs:element ref="tei:meeting"/>
<xs:element ref="tei:byline"/>
<xs:element ref="tei:dateline"/>
<xs:element ref="tei:salute"/>
<xs:element ref="tei:docAuthor"/>
<xs:element ref="tei:docDate"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.divTopPart">
<xs:choice>
<xs:group ref="tei:tei_model.headLike"/>
<xs:element ref="tei:opener"/>
<xs:element ref="tei:signed"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.divTop">
<xs:choice>
<xs:group ref="tei:tei_model.divWrapper"/>
<xs:group ref="tei:tei_model.divTopPart"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pLike.front">
<xs:choice>
<xs:element ref="tei:head"/>
<xs:element ref="tei:byline"/>
<xs:element ref="tei:dateline"/>
<xs:element ref="tei:docTitle"/>
<xs:element ref="tei:titlePart"/>
<xs:element ref="tei:docAuthor"/>
<xs:element ref="tei:docEdition"/>
<xs:element ref="tei:docImprint"/>
<xs:element ref="tei:docDate"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.divBottomPart" abstract="true"/>
<xs:group name="tei_model.divBottom">
<xs:choice>
<xs:group ref="tei:tei_model.divWrapper"/>
<xs:element ref="tei:tei_model.divBottomPart"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.titlepagePart">
<xs:choice>
<xs:element ref="tei:graphic"/>
<xs:element ref="tei:byline"/>
<xs:element ref="tei:docTitle"/>
<xs:element ref="tei:titlePart"/>
<xs:element ref="tei:docAuthor"/>
<xs:element ref="tei:imprimatur"/>
<xs:element ref="tei:docEdition"/>
<xs:element ref="tei:docImprint"/>
<xs:element ref="tei:docDate"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.choicePart">
<xs:choice>
<xs:element ref="tei:sic"/>
<xs:element ref="tei:corr"/>
<xs:element ref="tei:reg"/>
<xs:element ref="tei:orig"/>
<xs:element ref="tei:unclear"/>
<xs:element ref="tei:abbr"/>
<xs:element ref="tei:expan"/>
<xs:element ref="tei:ex"/>
<xs:element ref="tei:supplied"/>
<xs:element ref="tei:seg"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.imprintPart">
<xs:choice>
<xs:element ref="tei:publisher"/>
<xs:element ref="tei:biblScope"/>
<xs:element ref="tei:pubPlace"/>
<xs:element ref="tei:distributor"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.catDescPart">
<xs:sequence>
<xs:element ref="tei:textDesc"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.settingPart">
<xs:choice>
<xs:element ref="tei:locale"/>
<xs:element ref="tei:activity"/>
<xs:element ref="tei:placeName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.addressLike">
<xs:choice>
<xs:element ref="tei:email"/>
<xs:element ref="tei:address"/>
<xs:element ref="tei:affiliation"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.addressLike_alternation">
<xs:choice>
<xs:element ref="tei:email"/>
<xs:element ref="tei:address"/>
<xs:element ref="tei:affiliation"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.addressLike_sequence">
<xs:sequence>
<xs:element ref="tei:email"/>
<xs:element ref="tei:address"/>
<xs:element ref="tei:affiliation"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.addressLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:email"/>
<xs:element minOccurs="0" ref="tei:address"/>
<xs:element minOccurs="0" ref="tei:affiliation"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.addressLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:email"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:address"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:affiliation"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.addressLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:email"/>
<xs:element maxOccurs="unbounded" ref="tei:address"/>
<xs:element maxOccurs="unbounded" ref="tei:affiliation"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike">
<xs:choice>
<xs:group ref="tei:tei_model.nameLike.agent"/>
<xs:group ref="tei:tei_model.offsetLike"/>
<xs:group ref="tei:tei_model.placeStateLike"/>
<xs:element ref="tei:rs"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:lang"/>
<xs:group ref="tei:tei_model.persNamePart"/>
<xs:element ref="tei:objectName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.nameLike_alternation">
<xs:choice>
<xs:group ref="tei:tei_model.nameLike.agent_alternation"/>
<xs:group ref="tei:tei_model.offsetLike_alternation"/>
<xs:group ref="tei:tei_model.placeStateLike_alternation"/>
<xs:element ref="tei:rs"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:lang"/>
<xs:group ref="tei:tei_model.persNamePart_alternation"/>
<xs:element ref="tei:objectName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.nameLike_sequence">
<xs:sequence>
<xs:group ref="tei:tei_model.nameLike.agent_sequence"/>
<xs:group ref="tei:tei_model.offsetLike_sequence"/>
<xs:group ref="tei:tei_model.placeStateLike_sequence"/>
<xs:element ref="tei:rs"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:lang"/>
<xs:group ref="tei:tei_model.persNamePart_sequence"/>
<xs:element ref="tei:objectName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike_sequenceOptional">
<xs:sequence>
<xs:group minOccurs="0" ref="tei:tei_model.nameLike.agent_sequenceOptional"/>
<xs:group minOccurs="0" ref="tei:tei_model.offsetLike_sequenceOptional"/>
<xs:group minOccurs="0" ref="tei:tei_model.placeStateLike_sequenceOptional"/>
<xs:element minOccurs="0" ref="tei:rs"/>
<xs:element minOccurs="0" ref="tei:idno"/>
<xs:element minOccurs="0" ref="tei:lang"/>
<xs:group minOccurs="0" ref="tei:tei_model.persNamePart_sequenceOptional"/>
<xs:element minOccurs="0" ref="tei:objectName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.nameLike.agent_sequenceOptionalRepeatable"/>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.offsetLike_sequenceOptionalRepeatable"/>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.placeStateLike_sequenceOptionalRepeatable"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:rs"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:idno"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:lang"/>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.persNamePart_sequenceOptionalRepeatable"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:objectName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.nameLike_sequenceRepeatable">
<xs:sequence>
<xs:group maxOccurs="unbounded"
ref="tei:tei_model.nameLike.agent_sequenceRepeatable"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.offsetLike_sequenceRepeatable"/>
<xs:group maxOccurs="unbounded"
ref="tei:tei_model.placeStateLike_sequenceRepeatable"/>
<xs:element maxOccurs="unbounded" ref="tei:rs"/>
<xs:element maxOccurs="unbounded" ref="tei:idno"/>
<xs:element maxOccurs="unbounded" ref="tei:lang"/>
<xs:group maxOccurs="unbounded"
ref="tei:tei_model.persNamePart_sequenceRepeatable"/>
<xs:element maxOccurs="unbounded" ref="tei:objectName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.global">
<xs:choice>
<xs:group ref="tei:tei_model.global.meta"/>
<xs:element ref="tei:tei_model.milestoneLike"/>
<xs:group ref="tei:tei_model.noteLike"/>
<xs:element ref="tei:tei_model.global.edit"/>
<xs:element ref="tei:metamark"/>
<xs:element ref="tei:notatedMusic"/>
<xs:element ref="tei:figure"/>
<xs:element ref="tei:tei_model.global.spoken"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.featureVal">
<xs:choice>
<xs:group ref="tei:tei_model.featureVal.complex"/>
<xs:element ref="tei:tei_model.featureVal.single"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.biblPart">
<xs:choice>
<xs:group ref="tei:tei_model.respLike"/>
<xs:group ref="tei:tei_model.imprintPart"/>
<xs:element ref="tei:series"/>
<xs:element ref="tei:citedRange"/>
<xs:element ref="tei:bibl"/>
<xs:element ref="tei:relatedItem"/>
<xs:element ref="tei:textLang"/>
<xs:element ref="tei:edition"/>
<xs:element ref="tei:extent"/>
<xs:element ref="tei:availability"/>
<xs:element ref="tei:listRelation"/>
<xs:element ref="tei:objectIdentifier"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.frontPart">
<xs:choice>
<xs:element ref="tei:listBibl"/>
<xs:element ref="tei:divGen"/>
<xs:element ref="tei:titlePage"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.addrPart">
<xs:choice>
<xs:group ref="tei:tei_model.nameLike"/>
<xs:element ref="tei:addrLine"/>
<xs:element ref="tei:street"/>
<xs:element ref="tei:postCode"/>
<xs:element ref="tei:postBox"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.pPart.data">
<xs:choice>
<xs:group ref="tei:tei_model.dateLike"/>
<xs:group ref="tei:tei_model.measureLike"/>
<xs:group ref="tei:tei_model.addressLike"/>
<xs:group ref="tei:tei_model.nameLike"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.inter">
<xs:choice>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.listLike"/>
<xs:group ref="tei:tei_model.stageLike"/>
<xs:group ref="tei:tei_model.attributable"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.common">
<xs:choice>
<xs:group ref="tei:tei_model.divPart"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:element ref="tei:q"/>
<xs:group ref="tei:tei_model.entryLike"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.phrase">
<xs:choice>
<xs:element ref="tei:tei_model.segLike"/>
<xs:group ref="tei:tei_model.highlighted"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.pPart.edit"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:group ref="tei:tei_model.pPart.data"/>
<xs:element ref="tei:tei_model.ptrLike.form"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.limitedPhrase">
<xs:choice>
<xs:group ref="tei:tei_model.hiLike"/>
<xs:group ref="tei:tei_model.emphLike"/>
<xs:group ref="tei:tei_model.pPart.editorial"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:group ref="tei:tei_model.pPart.data"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.divLike" abstract="true">
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divTop"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:sequence minOccurs="0">
<xs:choice>
<xs:sequence maxOccurs="unbounded">
<xs:choice>
<xs:element ref="tei:tei_model.divLike"/>
<xs:element ref="tei:tei_model.divGenLike"/>
</xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:group ref="tei:tei_model.common"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:choice>
<xs:element ref="tei:tei_model.divLike"/>
<xs:element ref="tei:tei_model.divGenLike"/>
</xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.divLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="tei_model.divGenLike" abstract="true">
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>specifies what type of generated text division (e.g. index, table of contents, etc.) is to appear.
Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group name="tei_model.annotationLike">
<xs:choice>
<xs:element ref="tei:note"/>
<xs:element ref="tei:annotationBlock"/>
<xs:element ref="tei:annotation"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.annotationPart.body">
<xs:choice>
<xs:element ref="tei:ptr"/>
<xs:element ref="tei:ref"/>
<xs:element ref="tei:note"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.applicationLike" abstract="true">
<xs:complexType>
<xs:sequence>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.labelLike"/>
<xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.ptrLike"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attribute name="ident" use="required" type="xs:Name">
<xs:annotation>
<xs:documentation>supplies an identifier for the application, independent of its version number or display name.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation>supplies a version number for the application, independent of its identifier or display name.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="tei_model.teiHeaderPart" abstract="true"/>
<xs:element name="tei_model.sourceDescPart" abstract="true"/>
<xs:group name="tei_model.encodingDescPart">
<xs:choice>
<xs:element ref="tei:schemaRef"/>
<xs:element ref="tei:projectDesc"/>
<xs:element ref="tei:samplingDecl"/>
<xs:element ref="tei:editorialDecl"/>
<xs:element ref="tei:tagsDecl"/>
<xs:element ref="tei:styleDefDecl"/>
<xs:element ref="tei:refsDecl"/>
<xs:element ref="tei:listPrefixDef"/>
<xs:element ref="tei:classDecl"/>
<xs:element ref="tei:geoDecl"/>
<xs:element ref="tei:unitDecl"/>
<xs:element ref="tei:appInfo"/>
<xs:element ref="tei:transcriptionDesc"/>
<xs:element ref="tei:fsdDecl"/>
<xs:element ref="tei:charDecl"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.editorialDeclPart" abstract="true"/>
<xs:group name="tei_model.profileDescPart">
<xs:choice>
<xs:element ref="tei:abstract"/>
<xs:element ref="tei:creation"/>
<xs:element ref="tei:langUsage"/>
<xs:element ref="tei:textClass"/>
<xs:element ref="tei:calendarDesc"/>
<xs:element ref="tei:correspDesc"/>
<xs:element ref="tei:textDesc"/>
<xs:element ref="tei:particDesc"/>
<xs:element ref="tei:settingDesc"/>
<xs:element ref="tei:handNotes"/>
<xs:element ref="tei:listTranspose"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.standOffPart">
<xs:choice>
<xs:group ref="tei:tei_model.global.meta"/>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:group ref="tei:tei_model.listLike"/>
<xs:group ref="tei:tei_model.annotationLike"/>
<xs:element ref="tei:listChange"/>
<xs:element ref="tei:zone"/>
<xs:group ref="tei:tei_model.entryLike"/>
<xs:element ref="tei:u"/>
<xs:element ref="tei:seg"/>
<xs:element ref="tei:listAnnotation"/>
</xs:choice>
</xs:group>
<xs:attributeGroup name="tei_att.formula.attributes">
<xs:attributeGroup ref="tei:tei_att.formula.attribute.formula"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.formula.attribute.formula">
<xs:attribute name="formula"/>
</xs:attributeGroup>
<xs:group name="tei_model.correspActionPart">
<xs:choice>
<xs:group ref="tei:tei_model.dateLike"/>
<xs:group ref="tei:tei_model.addressLike"/>
<xs:group ref="tei:tei_model.nameLike"/>
<xs:element ref="tei:note"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.correspContextPart">
<xs:choice>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:group ref="tei:tei_model.pLike"/>
<xs:element ref="tei:note"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.correspDescPart">
<xs:choice>
<xs:element ref="tei:note"/>
<xs:element ref="tei:correspAction"/>
<xs:element ref="tei:correspContext"/>
</xs:choice>
</xs:group>
<xs:attributeGroup name="tei_att.partials.attributes">
<xs:attributeGroup ref="tei:tei_att.partials.attribute.extent"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.partials.attribute.extent">
<xs:attribute name="extent">
<xs:annotation>
<xs:documentation>indicates whether the pronunciation or orthography applies to all or part of a word.
Suggested values include: 1] full (full form); 2] pref (prefix); 3] suff (suffix); 4] inf (infix); 5] part (partial)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="full">
<xs:annotation>
<xs:documentation>(full form) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="pref">
<xs:annotation>
<xs:documentation>(prefix) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="suff">
<xs:annotation>
<xs:documentation>(suffix) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inf">
<xs:annotation>
<xs:documentation>(infix) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="part">
<xs:annotation>
<xs:documentation>(partial) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:group name="tei_model.resource">
<xs:choice>
<xs:element ref="tei:text"/>
<xs:element ref="tei:facsimile"/>
<xs:element ref="tei:sourceDoc"/>
<xs:element ref="tei:standOff"/>
<xs:element ref="tei:fsdDecl"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.describedResource" abstract="true"/>
<xs:group name="tei_model.objectLike">
<xs:choice>
<xs:element ref="tei:object"/>
<xs:element ref="tei:listObject"/>
</xs:choice>
</xs:group>
<xs:attributeGroup name="tei_att.personal.attributes">
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attribute.full"/>
<xs:attributeGroup ref="tei:tei_att.personal.attribute.sort"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.personal.attribute.full">
<xs:attribute name="full" default="yes">
<xs:annotation>
<xs:documentation>indicates whether the name component is given in full, as an abbreviation or simply as an initial.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes">
<xs:annotation>
<xs:documentation>the name component is spelled out in full.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="abb">
<xs:annotation>
<xs:documentation>(abbreviated) the name component is given in an abbreviated form.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="init">
<xs:annotation>
<xs:documentation>(initial letter) the name component is indicated only by one initial.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.personal.attribute.sort">
<xs:attribute name="sort" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>specifies the sort order of the name component in relation to others within the name.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="tei_model.placeLike" abstract="true">
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.placeStateLike"/>
<xs:group ref="tei:tei_model.eventLike"/>
</xs:choice>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:ptr"/>
<xs:element ref="tei:linkGrp"/>
<xs:element ref="tei:link"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.placeLike"/>
<xs:element ref="tei:listPlace"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.duration.iso.attributes">
<xs:attributeGroup ref="tei:tei_att.duration.iso.attribute.dur-iso"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.duration.iso.attribute.dur-iso">
<xs:attribute name="dur-iso">
<xs:annotation>
<xs:documentation>(duration) indicates the length of this element in time.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[0-9.,DHMPRSTWYZ/:+\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.milestoneUnit.attributes">
<xs:attributeGroup ref="tei:tei_att.milestoneUnit.attribute.unit"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.milestoneUnit.attribute.unit">
<xs:attribute name="unit" use="required">
<xs:annotation>
<xs:documentation>provides a conventional name for the kind of section changing at this milestone.
Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] speaker; 8] stanza; 9] act; 10] scene; 11] section; 12] absent; 13] unnumbered</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="page"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="column">
<xs:annotation>
<xs:documentation>column breaks.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="line"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="book">
<xs:annotation>
<xs:documentation>any units termed book, liber, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="poem">
<xs:annotation>
<xs:documentation>individual poems in a collection.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="canto">
<xs:annotation>
<xs:documentation>cantos or other major sections of a poem.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="speaker">
<xs:annotation>
<xs:documentation>changes of speaker or narrator.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="stanza">
<xs:annotation>
<xs:documentation>stanzas within a poem, book, or canto.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="act">
<xs:annotation>
<xs:documentation>acts within a play.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="scene">
<xs:annotation>
<xs:documentation>scenes within a play or act.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="section">
<xs:annotation>
<xs:documentation>sections of any kind.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="absent">
<xs:annotation>
<xs:documentation>passages not present in the reference edition.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unnumbered">
<xs:annotation>
<xs:documentation>passages present in the text, but not to be included as part of the reference.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="p">
<xs:annotation>
<xs:documentation>(paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.fragmentable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="foreign">
<xs:annotation>
<xs:documentation>identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="emph">
<xs:annotation>
<xs:documentation>(emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="distinct">
<xs:annotation>
<xs:documentation>identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. [3.3.2.3. Other Linguistically Distinct Material]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>specifies the sublanguage or register to which the word or phrase is being assigned</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="time" type="xs:string">
<xs:annotation>
<xs:documentation>specifies how the phrase is distinct diachronically</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="space" type="xs:string">
<xs:annotation>
<xs:documentation>specifies how the phrase is distinct diatopically</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="social" type="xs:string">
<xs:annotation>
<xs:documentation>specifies how the phrase is distinct diastratically</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="said">
<xs:annotation>
<xs:documentation>(speech or thought) indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters. [3.3.3. Quotation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attribute name="aloud">
<xs:annotation>
<xs:documentation>may be used to indicate whether the quoted matter is regarded as having been vocalized or signed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:boolean">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="direct" default="true">
<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:union memberTypes="xs:boolean">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.3.3. Quotation 4.3.1. Grouped Texts]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="q">
<xs:annotation>
<xs:documentation>(quoted) contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used. [3.3.3. Quotation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely.
Suggested values include: 1] spoken; 2] thought; 3] written; 4] soCalled; 5] foreign; 6] distinct; 7] term; 8] emph; 9] mentioned</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="spoken">
<xs:annotation>
<xs:documentation>representation of speech</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="thought">
<xs:annotation>
<xs:documentation>representation of thought, e.g. internal monologue</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="written">
<xs:annotation>
<xs:documentation>quotation from a written source</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="soCalled">
<xs:annotation>
<xs:documentation>authorial distance</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="foreign">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="distinct">
<xs:annotation>
<xs:documentation>linguistically distinct</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="term">
<xs:annotation>
<xs:documentation>technical term</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="emph">
<xs:annotation>
<xs:documentation>rhetorically emphasized</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="mentioned">
<xs:annotation>
<xs:documentation>refering to itself, not its normal referent</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="cit">
<xs:annotation>
<xs:documentation>(cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.biblLike"/>
<xs:group ref="tei:tei_model.entryPart"/>
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:group ref="tei:tei_model.attributable"/>
<xs:element ref="tei:pc"/>
<xs:element ref="tei:q"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="mentioned">
<xs:annotation>
<xs:documentation>marks words or phrases mentioned, not used. [3.3.3. Quotation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="soCalled">
<xs:annotation>
<xs:documentation>contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics. [3.3.3. Quotation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="desc">
<xs:annotation>
<xs:documentation>(description) contains a brief description of the object documented by its parent element, typically a documentation element or an entity. [22.4.1. Description of Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.translatable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.3.4. Terms, Glosses, Equivalents, and Descriptions 22.4.1. Description of Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.translatable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.cReferencing.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="term">
<xs:annotation>
<xs:documentation>contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. Terms, Glosses, Equivalents, and Descriptions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.cReferencing.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="sic">
<xs:annotation>
<xs:documentation>(Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.4.1. Apparent Errors]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="corr">
<xs:annotation>
<xs:documentation>(correction) contains the correct form of a passage apparently erroneous in the copy text. [3.4.1. Apparent Errors]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="choice">
<xs:annotation>
<xs:documentation>groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.choicePart"/>
<xs:element ref="tei:choice"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="reg">
<xs:annotation>
<xs:documentation>(regularization) contains a reading which has been regularized or normalized in some sense. [3.4.2. Regularization and
Normalization 12. Critical Apparatus]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.4.2. Regularization and
Normalization 12. Critical Apparatus]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="gap" substitutionGroup="tei:tei_model.global.edit">
<xs:annotation>
<xs:documentation>indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible. [3.4.3. Additions, Deletions, and Omissions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="reason">
<xs:annotation>
<xs:documentation>gives the reason for omission
Suggested values include: 1] cancelled; 2] deleted; 3] editorial; 4] illegible; 5] inaudible; 6] irrelevant; 7] sampling</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="cancelled">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="deleted">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="editorial">
<xs:annotation>
<xs:documentation>for features omitted from transcription due to editorial policy</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="illegible">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inaudible">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="irrelevant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="sampling">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="agent">
<xs:annotation>
<xs:documentation>in the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified.
Sample values include: 1] rubbing; 2] mildew; 3] smoke</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="add">
<xs:annotation>
<xs:documentation>(addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.4.3. Additions, Deletions, and Omissions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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, or a previous annotator or corrector. [3.4.3. Additions, Deletions, and Omissions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.4.3. Additions, Deletions, and Omissions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="reason">
<xs:annotation>
<xs:documentation>indicates why the material is hard to transcribe.
Suggested values include: 1] illegible; 2] inaudible; 3] faded; 4] background_noise; 5] eccentric_ductus</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="illegible">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inaudible">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="faded">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="background_noise">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="eccentric_ductus">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="agent">
<xs:annotation>
<xs:documentation>Where the difficulty in transcription arises from damage, categorizes the cause of the damage, if it can be identified.
Sample values include: 1] rubbing; 2] mildew; 3] smoke</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="name">
<xs:annotation>
<xs:documentation>(name, proper noun) contains a proper noun or noun phrase. [3.5.1. Referring Strings]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="rs">
<xs:annotation>
<xs:documentation>(referencing string) contains a general purpose name or referring string. [13.2.1. Personal Names 3.5.1. Referring Strings]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="email">
<xs:annotation>
<xs:documentation>(electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.5.2. Addresses]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="address">
<xs:annotation>
<xs:documentation>contains a postal address, for example of a publisher, an organization, or an individual. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:sequence maxOccurs="unbounded">
<xs:group ref="tei:tei_model.addrPart"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="addrLine">
<xs:annotation>
<xs:documentation>(address line) contains one line of a postal address. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="street">
<xs:annotation>
<xs:documentation>contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.5.2. Addresses]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="postCode">
<xs:annotation>
<xs:documentation>(postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.5.2. Addresses]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="postBox">
<xs:annotation>
<xs:documentation>(postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.5.2. Addresses]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="num">
<xs:annotation>
<xs:documentation>(number) contains a number, written in any form. [3.5.3. Numbers and
Measures]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.ranging.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>indicates the type of numeric value.
Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="cardinal">
<xs:annotation>
<xs:documentation>absolute number, e.g. 21, 21.5</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ordinal">
<xs:annotation>
<xs:documentation>ordinal number, e.g. 21st</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="fraction">
<xs:annotation>
<xs:documentation>fraction, e.g. one half or three-quarters</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="percentage">
<xs:annotation>
<xs:documentation>a percentage</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value">
<xs:annotation>
<xs:documentation>supplies the value of the number in standard form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.5.3. Numbers and
Measures]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.measurement.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>specifies the type of measurement in any convenient typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="measureGrp">
<xs:annotation>
<xs:documentation>(measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. Dimensions]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.measureLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.measurement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="unit">
<xs:annotation>
<xs:documentation>contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system. [3.5.3. Numbers and
Measures]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.measurement.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="date">
<xs:annotation>
<xs:documentation>contains a date in any format. [3.5.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.3.7. Dates and Times]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.duration.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="time">
<xs:annotation>
<xs:documentation>contains a phrase defining a time of day in any format. [3.5.4. Dates and Times]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.duration.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="abbr">
<xs:annotation>
<xs:documentation>(abbreviation) contains an abbreviation of any sort. [3.5.5. Abbreviations and Their Expansions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>allows the encoder to classify the abbreviation according to some convenient typology.
Sample values include: 1] suspension; 2] contraction; 3] brevigraph; 4] superscription; 5] acronym; 6] title; 7] organization; 8] geographic</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="expan">
<xs:annotation>
<xs:documentation>(expansion) contains the expansion of an abbreviation. [3.5.5. Abbreviations and Their Expansions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="ptr">
<xs:annotation>
<xs:documentation>(pointer) defines a pointer to another location. [3.6. Simple Links and Cross-References 16.1. Links]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.cReferencing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.internetMedia.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="ref">
<xs:annotation>
<xs:documentation>(reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. Simple Links and Cross-References 16.1. Links]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.cReferencing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.internetMedia.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="list">
<xs:annotation>
<xs:documentation>contains any sequence of items organized as a list. [3.7. Lists]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divTop"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
</xs:choice>
<xs:choice>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="tei:item"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:headLabel"/>
<xs:element minOccurs="0" ref="tei:headItem"/>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="tei:label"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:element ref="tei:item"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>describes the nature of the items in the list.
Suggested values include: 1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="gloss"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="index">
<xs:annotation>
<xs:documentation>each list item is an entry in an index such as the alphabetical topical index at the back of a print volume.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="instructions">
<xs:annotation>
<xs:documentation>each list item is a step in a sequence of instructions, as in a recipe.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="litany">
<xs:annotation>
<xs:documentation>each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="syllogism">
<xs:annotation>
<xs:documentation>each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="item">
<xs:annotation>
<xs:documentation>contains one component of a list. [3.7. Lists 2.6. The Revision Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="label">
<xs:annotation>
<xs:documentation>contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. Lists]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [4.2.1. Headings and Trailers]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:lg"/>
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.lLike"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<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. [3.7. Lists]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.7. Lists]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="note">
<xs:annotation>
<xs:documentation>contains a note or annotation. [3.8.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.11.2.8. Notes and Statement of Language 9.3.5.4. Notes within Entries]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attribute name="anchored" default="true" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates whether the copy text shows the exact place of reference for the note.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="targetEnd">
<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:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="index">
<xs:annotation>
<xs:documentation>(index entry) marks a location to be indexed for whatever purpose. [3.8.2. Index Entries]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:term"/>
<xs:element minOccurs="0" ref="tei:index"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attribute name="indexName" type="xs:Name">
<xs:annotation>
<xs:documentation>a single word which follows the rules defining a legal XML name (see ), supplying a name to specify which index (of several) the index entry belongs to.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="media">
<xs:annotation>
<xs:documentation>indicates the location of any form of external media such as an audio or video clip etc. [3.9. Graphics and Other Non-textual Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.media.attribute.width"/>
<xs:attributeGroup ref="tei:tei_att.media.attribute.height"/>
<xs:attributeGroup ref="tei:tei_att.media.attribute.scale"/>
<xs:attributeGroup ref="tei:tei_att.resourced.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attribute name="mimeType" use="required">
<xs:annotation>
<xs:documentation>(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="graphic">
<xs:annotation>
<xs:documentation>indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.9. Graphics and Other Non-textual Components 11.1. Digital Facsimiles]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.media.attributes"/>
<xs:attributeGroup ref="tei:tei_att.resourced.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="milestone" substitutionGroup="tei:tei_model.milestoneLike">
<xs:annotation>
<xs:documentation>marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element. [3.10.3. Milestone
Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.milestoneUnit.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.edition.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.breaking.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="pb" substitutionGroup="tei:tei_model.milestoneLike">
<xs:annotation>
<xs:documentation>(page beginning) marks the beginning of a new page in a paginated document. [3.10.3. Milestone
Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.edition.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.breaking.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="lb" substitutionGroup="tei:tei_model.milestoneLike">
<xs:annotation>
<xs:documentation>(line beginning) marks the beginning of a new (typographic) line in some edition or version of a text. [3.10.3. Milestone
Elements 7.2.5. Speech Contents]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.edition.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.breaking.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="cb" substitutionGroup="tei:tei_model.milestoneLike">
<xs:annotation>
<xs:documentation>(column beginning) marks the beginning of a new column of a text on a multi-column page. [3.10.3. Milestone
Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.edition.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.breaking.attributes"/>
</xs:complexType>
</xs:element>
<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. [3.11.2.1. Analytic, Monographic, and Series Levels]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:author"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:respStmt"/>
<xs:element ref="tei:title"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:date"/>
<xs:element ref="tei:textLang"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:availability"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<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). [3.11.2.1. Analytic, Monographic, and Series Levels]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0">
<xs:sequence>
<xs:choice>
<xs:element ref="tei:author"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:meeting"/>
<xs:element ref="tei:respStmt"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:author"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:meeting"/>
<xs:element ref="tei:respStmt"/>
</xs:choice>
<xs:element maxOccurs="unbounded" ref="tei:title"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:textLang"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:respStmt"/>
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:title"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:idno"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:textLang"/>
<xs:element ref="tei:author"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:meeting"/>
<xs:element ref="tei:respStmt"/>
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:element ref="tei:authority"/>
<xs:element ref="tei:idno"/>
</xs:sequence>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:availability"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.noteLike"/>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:edition"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:idno"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:sponsor"/>
<xs:element ref="tei:funder"/>
<xs:element ref="tei:respStmt"/>
</xs:choice>
</xs:sequence>
<xs:element ref="tei:imprint"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:imprint"/>
<xs:element ref="tei:extent"/>
<xs:element ref="tei:biblScope"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<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. [3.11.2.1. Analytic, Monographic, and Series Levels]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:title"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:editor"/>
<xs:element ref="tei:respStmt"/>
<xs:element ref="tei:biblScope"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:textLang"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:availability"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="author">
<xs:annotation>
<xs:documentation>in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="editor">
<xs:annotation>
<xs:documentation>contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.11.2.2. Titles, Authors, and Editors]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="respStmt">
<xs:annotation>
<xs:documentation>(statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:resp"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.nameLike.agent"/>
</xs:sequence>
<xs:sequence>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.nameLike.agent"/>
<xs:element maxOccurs="unbounded" ref="tei:resp"/>
</xs:sequence>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:note"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="resp">
<xs:annotation>
<xs:documentation>(responsibility) contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="title">
<xs:annotation>
<xs:documentation>contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>classifies the title according to some convenient typology.
Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] short; 5] desc (descriptive)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="m">
<xs:annotation>
<xs:documentation>(monographic) the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="j">
<xs:annotation>
<xs:documentation>(journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>(series) the title applies to a series of otherwise distinct publications such as a collection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="u">
<xs:annotation>
<xs:documentation>(unpublished) the title applies to any 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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="meeting">
<xs:annotation>
<xs:documentation>contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. [3.11.2.2. Titles, Authors, and Editors]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="imprint">
<xs:annotation>
<xs:documentation>groups information relating to the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:classCode"/>
<xs:element ref="tei:catRef"/>
</xs:choice>
<xs:sequence maxOccurs="unbounded">
<xs:choice>
<xs:group ref="tei:tei_model.imprintPart"/>
<xs:group ref="tei:tei_model.dateLike"/>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:respStmt"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="publisher">
<xs:annotation>
<xs:documentation>provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="biblScope">
<xs:annotation>
<xs:documentation>(scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.11.2.5. Scopes and Ranges in Bibliographic Citations]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.citing.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="citedRange">
<xs:annotation>
<xs:documentation>(cited range) defines the range of cited content, often represented by pages or other units [3.11.2.5. Scopes and Ranges in Bibliographic Citations]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.citing.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="pubPlace">
<xs:annotation>
<xs:documentation>(publication place) contains the name of the place where a bibliographic item was published. [3.11.2.4. Imprint, Size of a Document, and Reprint Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.highlighted"/>
<xs:group ref="tei:tei_model.pPart.data"/>
<xs:group ref="tei:tei_model.pPart.edit"/>
<xs:element ref="tei:tei_model.segLike"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:group ref="tei:tei_model.biblPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.docStatus.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="biblStruct">
<xs:annotation>
<xs:documentation>(structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:analytic"/>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="tei:monogr"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:series"/>
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:relatedItem"/>
<xs:element ref="tei:citedRange"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.docStatus.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listBibl">
<xs:annotation>
<xs:documentation>(citation list) contains a list of bibliographic citations of any kind. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:tei_model.milestoneLike"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="relatedItem">
<xs:annotation>
<xs:documentation>contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. [3.11.2.7. Related Items]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0">
<xs:group ref="tei:tei_model.biblLike"/>
<xs:group ref="tei:tei_model.ptrLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="target" type="xs:anyURI">
<xs:annotation>
<xs:documentation>points to the related bibliographic element by means of an absolute or relative URI reference</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="l">
<xs:annotation>
<xs:documentation>(verse line) contains a single, possibly incomplete, line of verse. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.fragmentable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="lg">
<xs:annotation>
<xs:documentation>(line group) contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divTop"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:choice>
<xs:group ref="tei:tei_model.lLike"/>
<xs:group ref="tei:tei_model.stageLike"/>
<xs:group ref="tei:tei_model.labelLike"/>
<xs:element ref="tei:lg"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.lLike"/>
<xs:group ref="tei:tei_model.stageLike"/>
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:lg"/>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.divLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="sp">
<xs:annotation>
<xs:documentation>(speech) contains an individual speech in a performance text, or a passage presented as such in a prose or verse text. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.2. Speeches and Speakers]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:sequence minOccurs="0">
<xs:element ref="tei:speaker"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:choice>
<xs:element ref="tei:lg"/>
<xs:group ref="tei:tei_model.lLike"/>
<xs:group ref="tei:tei_model.pLike"/>
<xs:group ref="tei:tei_model.listLike"/>
<xs:group ref="tei:tei_model.stageLike"/>
<xs:group ref="tei:tei_model.attributable"/>
</xs:choice>
<xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:element ref="tei:q"/>
</xs:choice>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="speaker">
<xs:annotation>
<xs:documentation>contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. [3.12.2. Core Tags for Drama]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="stage">
<xs:annotation>
<xs:documentation>(stage direction) contains any kind of stage direction within a dramatic text or fragment. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.4. Stage Directions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>indicates the kind of stage direction.
Suggested values include: 1] setting; 2] entrance; 3] exit; 4] business; 5] novelistic; 6] delivery; 7] modifier; 8] location; 9] mixed</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="setting">
<xs:annotation>
<xs:documentation>describes a setting.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="entrance">
<xs:annotation>
<xs:documentation>describes an entrance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="exit">
<xs:annotation>
<xs:documentation>describes an exit.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="business">
<xs:annotation>
<xs:documentation>describes stage business.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="novelistic">
<xs:annotation>
<xs:documentation>is a narrative, motivating stage direction.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="delivery">
<xs:annotation>
<xs:documentation>describes how a character speaks.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="modifier">
<xs:annotation>
<xs:documentation>gives some detail about a character.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="location">
<xs:annotation>
<xs:documentation>describes a location.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="mixed">
<xs:annotation>
<xs:documentation>more than one of the above</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="teiCorpus" substitutionGroup="tei:tei_model.describedResource">
<xs:complexType>
<xs:sequence>
<xs:element ref="tei:teiHeader"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.resource"/>
<xs:element maxOccurs="unbounded" ref="tei:tei_model.describedResource"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="version">
<xs:annotation>
<xs:documentation>specifies the version number of the TEI Guidelines against which this document is valid.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[\d]+(\.[\d]+){0,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="divGen" substitutionGroup="tei:tei_model.divGenLike">
<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. [3.8.2. Index Entries]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="textLang">
<xs:annotation>
<xs:documentation>(text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.6.6. Languages and Writing Systems]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="mainLang">
<xs:annotation>
<xs:documentation>(main language) supplies a code which identifies the chief language used in the bibliographic work.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="otherLangs">
<xs:annotation>
<xs:documentation>(other languages) one or more codes identifying any other languages used in the bibliographic work.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.patternReplacement.attributes">
<xs:attributeGroup ref="tei:tei_att.patternReplacement.attribute.matchPattern"/>
<xs:attributeGroup ref="tei:tei_att.patternReplacement.attribute.replacementPattern"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.patternReplacement.attribute.matchPattern">
<xs:attribute name="matchPattern" use="required" type="xs:token">
<xs:annotation>
<xs:documentation>specifies a regular expression against which the values of other attributes can be matched.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.patternReplacement.attribute.replacementPattern">
<xs:attribute name="replacementPattern" use="required"/>
</xs:attributeGroup>
<xs:element name="teiHeader">
<xs:annotation>
<xs:documentation>(TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="tei:fileDesc"/>
<xs:element minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.teiHeaderPart"/>
<xs:element minOccurs="0" ref="tei:revisionDesc"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="fileDesc">
<xs:annotation>
<xs:documentation>(file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:sequence>
<xs:element ref="tei:titleStmt"/>
<xs:element minOccurs="0" ref="tei:editionStmt"/>
<xs:element minOccurs="0" ref="tei:extent"/>
<xs:element ref="tei:publicationStmt"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:seriesStmt"/>
<xs:element minOccurs="0" ref="tei:notesStmt"/>
</xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:sourceDesc"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="titleStmt">
<xs:annotation>
<xs:documentation>(title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:title"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.respLike"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="sponsor">
<xs:annotation>
<xs:documentation>specifies the name of a sponsoring organization or institution. [2.2.1. The Title Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [2.2.1. The Title Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [2.2.1. The Title Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="editionStmt">
<xs:annotation>
<xs:documentation>(edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:sequence>
<xs:element ref="tei:edition"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.respLike"/>
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="edition">
<xs:annotation>
<xs:documentation>describes the particularities of one edition of a text. [2.2.2. The Edition Statement]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="extent">
<xs:annotation>
<xs:documentation>describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units. [2.2.3. Type and Extent of File 2.2. The File Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.7.1. Object Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="publicationStmt">
<xs:annotation>
<xs:documentation>(publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence maxOccurs="unbounded">
<xs:group ref="tei:tei_model.publicationStmtPart.agency"/>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.publicationStmtPart.detail"/>
</xs:sequence>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="distributor">
<xs:annotation>
<xs:documentation>supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. Publication, Distribution, Licensing, etc.]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="authority">
<xs:annotation>
<xs:documentation>(release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. Publication, Distribution, Licensing, etc.]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="idno">
<xs:annotation>
<xs:documentation>(identifier) supplies any form of identifier used to identify some object, such as a bibliographic item, a person, a title, an organization, etc. in a standardized way. [13.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.11.2.4. Imprint, Size of a Document, and Reprint Information]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:idno"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>categorizes the identifier, for example as an ISBN, Social Security number, etc.
Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] OCLC</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ISBN"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ISSN">
<xs:annotation>
<xs:documentation>International Standard Serial Number: an eight-digit number to uniquely identify a serial publication.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="DOI">
<xs:annotation>
<xs:documentation>Digital Object Identifier: a unique string of letters and numbers assigned to an electronic document.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="URI">
<xs:annotation>
<xs:documentation>Uniform Resource Identifier: a string of characters to uniquely identify a resource which usually contains indication of the means of accessing that resource, the name of its host, and its filepath.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="VIAF">
<xs:annotation>
<xs:documentation>A data number in the Virtual Internet Authority File assigned to link different names in catalogs around the world for the same entity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ESTC">
<xs:annotation>
<xs:documentation>English Short-Title Catalogue number: an identifying number assigned to a document in English printed in the British Isles or North America before 1801.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="OCLC">
<xs:annotation>
<xs:documentation>OCLC control number (record number) for the union catalog record in WorldCat, a union catalog for member libraries in the Online Computer Library Center global cooperative.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<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, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:tei_model.availabilityPart"/>
<xs:group ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attribute name="status">
<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:complexType>
</xs:element>
<xs:element name="licence" substitutionGroup="tei:tei_model.availabilityPart">
<xs:annotation>
<xs:documentation>contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="seriesStmt">
<xs:annotation>
<xs:documentation>(series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. The Series Statement 2.2. The File Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:title"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:editor"/>
<xs:element ref="tei:respStmt"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:idno"/>
<xs:element ref="tei:biblScope"/>
</xs:choice>
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<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. [2.2.6. The Notes Statement 2.2. The File Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:element ref="tei:relatedItem"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="sourceDesc">
<xs:annotation>
<xs:documentation>(source description) describes the source(s) from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence. [2.2.7. The Source Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:tei_model.sourceDescPart"/>
<xs:group ref="tei:tei_model.listLike"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="biblFull">
<xs:annotation>
<xs:documentation>(fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:sequence>
<xs:element ref="tei:titleStmt"/>
<xs:element minOccurs="0" ref="tei:editionStmt"/>
<xs:element minOccurs="0" ref="tei:extent"/>
<xs:element ref="tei:publicationStmt"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:seriesStmt"/>
<xs:element minOccurs="0" ref="tei:notesStmt"/>
</xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:sourceDesc"/>
</xs:sequence>
<xs:sequence>
<xs:element ref="tei:fileDesc"/>
<xs:element ref="tei:profileDesc"/>
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.docStatus.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="encodingDesc" substitutionGroup="tei:tei_model.teiHeaderPart">
<xs:annotation>
<xs:documentation>(encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.encodingDescPart"/>
<xs:group ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="schemaRef">
<xs:annotation>
<xs:documentation>(schema reference) describes or points to a related customization or schema file [2.3.10. The Schema Specification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.resourced.attributes"/>
<xs:attribute name="key" type="xs:NCName">
<xs:annotation>
<xs:documentation>the identifier used for the customization or schema</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<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. [2.3.1. The Project Description 2.3. The Encoding Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<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. [2.3.2. The Sampling Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<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. [2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.pLike"/>
<xs:element ref="tei:tei_model.editorialDeclPart"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="correction" substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>(correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attribute name="status">
<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="markup">
<xs:annotation>
<xs:documentation>corrections have been represented using markup</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="normalization"
substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<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="markup">
<xs:annotation>
<xs:documentation>normalization represented using markup</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="quotation" substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attribute name="marks">
<xs:annotation>
<xs:documentation>(quotation marks) 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:complexType>
</xs:element>
<xs:element name="hyphenation" substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attribute name="eol" default="some">
<xs:annotation>
<xs:documentation>(end-of-line) 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-of-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:complexType>
</xs:element>
<xs:element name="segmentation" substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="stdVals" substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>(standard values) specifies the format used when standardized date or number values are supplied. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="interpretation"
substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>describes the scope of any analytic or interpretive information added to the text in addition to the transcription. [2.3.3. The Editorial Practices Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="punctuation" substitutionGroup="tei:tei_model.editorialDeclPart">
<xs:annotation>
<xs:documentation>specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3. The Editorial Practices Declaration 3.2. Treatment of Punctuation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="marks">
<xs:annotation>
<xs:documentation>indicates whether or not punctation 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 punctuation marks have been retained</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="some">
<xs:annotation>
<xs:documentation>some punctuation marks have been retained</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="all">
<xs:annotation>
<xs:documentation>all punctuation marks have been retained</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="placement">
<xs:annotation>
<xs:documentation>indicates the positioning of punctuation marks that are associated with marked up text as being encoded within the element surrounding the text or immediately before or after it.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="internal">
<xs:annotation>
<xs:documentation>punctuation marks found at the start or end of a marked up text component are included within its surrounding element;</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="external">
<xs:annotation>
<xs:documentation>punctuation marks found at the start or end of a marked up text component appear immediately before or after the surrounding element</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="tagsDecl">
<xs:annotation>
<xs:documentation>(tagging declaration) provides detailed information about the tagging applied to a document. [2.3.4. The Tagging Declaration 2.3. The Encoding Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:rendition"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:namespace"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="partial" type="xs:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="tagUsage">
<xs:annotation>
<xs:documentation>documents the usage of a specific element within a specified document. [2.3.4. The Tagging Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="gi" use="required" type="xs:Name"/>
<xs:attribute name="occurs" type="xs:nonNegativeInteger">
<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="xs:nonNegativeInteger"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="namespace">
<xs:annotation>
<xs:documentation>supplies the formal name of the namespace to which the elements documented by its children belong. [2.3.4. The Tagging Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:tagUsage"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="name" use="required" type="xs:anyURI">
<xs:annotation>
<xs:documentation>specifies the full formal name of the namespace concerned.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="rendition">
<xs:annotation>
<xs:documentation>supplies information about the rendition or appearance of one or more elements in the source text. [2.3.4. The Tagging Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.styleDef.attributes"/>
<xs:attribute name="scope">
<xs:annotation>
<xs:documentation>where CSS is used, provides a way of defining pseudo-elements, that is, styling rules applicable to specific sub-portions of an element.
Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="selector" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="styleDefDecl">
<xs:annotation>
<xs:documentation>(style definition language declaration) specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied. [2.3.5. The Default Style Definition Language Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.styleDef.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="refsDecl">
<xs:annotation>
<xs:documentation>(references declaration) specifies how canonical references are constructed for this text. [2.3.6.3. Milestone Method 2.3. The Encoding Description 2.3.6. The Reference System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:element maxOccurs="unbounded" ref="tei:cRefPattern"/>
<xs:element maxOccurs="unbounded" ref="tei:refState"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="cRefPattern">
<xs:annotation>
<xs:documentation>(canonical reference pattern) specifies an expression and replacement pattern for transforming a canonical reference into a URI. [2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration 2.3.6.2. Search-and-Replace Method]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.patternReplacement.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="prefixDef">
<xs:annotation>
<xs:documentation>(prefix definition) defines a prefixing scheme used in teidata.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.patternReplacement.attributes"/>
<xs:attribute name="ident" use="required">
<xs:annotation>
<xs:documentation>supplies a name which functions as the prefix for an abbreviated pointing scheme such as a private URI scheme. The prefix constitutes the text preceding the first colon.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[a-z][a-z0-9\+\.\-]*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="listPrefixDef">
<xs:annotation>
<xs:documentation>(list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:prefixDef"/>
<xs:element ref="tei:listPrefixDef"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="refState">
<xs:annotation>
<xs:documentation>(reference state) specifies one component of a canonical reference defined by the milestone method. [2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.milestoneUnit.attributes"/>
<xs:attributeGroup ref="tei:tei_att.edition.attributes"/>
<xs:attribute name="length" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>specifies the fixed length of the reference component.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="delim" type="xs:string">
<xs:annotation>
<xs:documentation>(delimiter) supplies a delimiting string following the reference component.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="classDecl">
<xs:annotation>
<xs:documentation>(classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7. The Classification Declaration 2.3. The Encoding Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:taxonomy"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="taxonomy">
<xs:annotation>
<xs:documentation>defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:choice>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:category"/>
<xs:element ref="tei:taxonomy"/>
</xs:choice>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.glossLike"/>
<xs:group ref="tei:tei_model.descLike"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:category"/>
<xs:element ref="tei:taxonomy"/>
</xs:choice>
</xs:sequence>
</xs:choice>
<xs:sequence>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:category"/>
<xs:element ref="tei:taxonomy"/>
</xs:choice>
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="category">
<xs:annotation>
<xs:documentation>contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. The Classification Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="tei:catDesc"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.descLike"/>
<xs:group ref="tei:tei_model.glossLike"/>
</xs:choice>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:category"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="catDesc">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.limitedPhrase"/>
<xs:group ref="tei:tei_model.catDescPart"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="geoDecl">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attribute name="datum" default="WGS84">
<xs:annotation>
<xs:documentation>supplies a commonly used code name for the datum employed.
Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Grid Reference System); 3] OSGB36 (ordnance survey great britain); 4] ED50 (European Datum coordinate system)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="WGS84">
<xs:annotation>
<xs:documentation>(World Geodetic System) a pair of numbers to be interpreted as latitude followed by longitude according to the World Geodetic System.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="MGRS">
<xs:annotation>
<xs:documentation>(Military Grid Reference System) the values supplied are geospatial entity object codes, based on</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="OSGB36">
<xs:annotation>
<xs:documentation>(ordnance survey great britain) the value supplied is to be interpreted as a British National Grid Reference.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ED50">
<xs:annotation>
<xs:documentation>(European Datum coordinate system) the value supplied is to be interpreted as latitude followed by longitude according to the European Datum coordinate system.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="unitDecl">
<xs:annotation>
<xs:documentation>(unit declarations) provides information about units of measurement that are not members of the International System of Units. [2.3.9. The Unit Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:unitDef"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="unitDef">
<xs:annotation>
<xs:documentation>(unit definition) contains descriptive information related to a specific unit of measurement. [2.3.9. The Unit Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group minOccurs="0" ref="tei:tei_model.placeNamePart"/>
<xs:element minOccurs="0" ref="tei:conversion"/>
<xs:element minOccurs="0" ref="tei:unit"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="conversion">
<xs:annotation>
<xs:documentation>defines how to calculate one unit of measure in terms of another. [2.3.9. The Unit Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.formula.attributes"/>
<xs:attribute name="fromUnit" use="required" type="xs:anyURI"/>
<xs:attribute name="toUnit" use="required" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element name="appInfo">
<xs:annotation>
<xs:documentation>(application information) records information about an application which has edited the TEI file. [2.3.11. The Application Information Element]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:tei_model.applicationLike"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="application" substitutionGroup="tei:tei_model.applicationLike">
<xs:annotation>
<xs:documentation>provides information about an application which has acted upon the document. [2.3.11. The Application Information Element]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="profileDesc" substitutionGroup="tei:tei_model.teiHeaderPart">
<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. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.profileDescPart"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="abstract">
<xs:annotation>
<xs:documentation>contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.pLike"/>
<xs:group ref="tei:tei_model.listLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="creation">
<xs:annotation>
<xs:documentation>contains information about the creation of a text. [2.4.1. Creation 2.4. The Profile Description]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.limitedPhrase"/>
<xs:element ref="tei:listChange"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="langUsage">
<xs:annotation>
<xs:documentation>(language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. Language Usage 2.4. The Profile Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:element maxOccurs="unbounded" ref="tei:language"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="language">
<xs:annotation>
<xs:documentation>characterizes a single language or sublanguage used within a text. [2.4.2. Language Usage]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="ident" use="required">
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="usage" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>specifies the approximate percentage (by volume) of the text which uses this language.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [2.4.3. The Text Classification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:classCode"/>
<xs:element ref="tei:catRef"/>
<xs:element ref="tei:keywords"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="keywords">
<xs:annotation>
<xs:documentation>contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="tei:term"/>
<xs:element ref="tei:list"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="scheme" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element name="classCode">
<xs:annotation>
<xs:documentation>(classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="scheme" use="required" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="catRef">
<xs:annotation>
<xs:documentation>(category reference) specifies one or more defined categories within some taxonomy or text typology. [2.4.3. The Text Classification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attribute name="scheme" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element name="calendarDesc">
<xs:annotation>
<xs:documentation>(calendar description) contains a description of the calendar system used in any dating expression found in the text. [2.4. The Profile Description 2.4.5. Calendar Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:calendar"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="calendar">
<xs:annotation>
<xs:documentation>describes a calendar or dating system used in a dating formula in the text. [2.4.5. Calendar Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="correspDesc">
<xs:annotation>
<xs:documentation>(correspondence
description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.correspDescPart"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="correspAction">
<xs:annotation>
<xs:documentation>(correspondence action) contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence. [2.4.6. Correspondence Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.correspActionPart"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>describes the nature of the action.
Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5] forwarded</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="sent">
<xs:annotation>
<xs:documentation>information concerning the sending or dispatch of a message.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="received">
<xs:annotation>
<xs:documentation>information concerning the receipt of a message.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="transmitted">
<xs:annotation>
<xs:documentation>information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="redirected">
<xs:annotation>
<xs:documentation>information concerning the redirection of an unread message.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="forwarded">
<xs:annotation>
<xs:documentation>information concerning the forwarding of a message.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="correspContext">
<xs:annotation>
<xs:documentation>(correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6. Correspondence Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.correspContextPart"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="xenoData" substitutionGroup="tei:tei_model.teiHeaderPart">
<xs:annotation>
<xs:documentation>(non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed. [2.5. Non-TEI Metadata]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:group minOccurs="0" ref="tei:anyElement-xenoData"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="revisionDesc">
<xs:annotation>
<xs:documentation>(revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element ref="tei:list"/>
<xs:element ref="tei:listChange"/>
<xs:element maxOccurs="unbounded" ref="tei:change"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.docStatus.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="change">
<xs:annotation>
<xs:documentation>documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.6. Identifying Changes and Revisions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.ascribed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.docStatus.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="target">
<xs:annotation>
<xs:documentation>points to one or more elements that belong to this change.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="listChange">
<xs:annotation>
<xs:documentation>groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 11.6. Identifying Changes and Revisions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:listChange"/>
<xs:element ref="tei:change"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="ordered" default="true" type="xs:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="TEI" substitutionGroup="tei:tei_model.describedResource">
<xs:complexType>
<xs:sequence>
<xs:element ref="tei:teiHeader"/>
<xs:choice>
<xs:sequence>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.resource"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:TEI"/>
</xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:TEI"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="version">
<xs:annotation>
<xs:documentation>specifies the version number of the TEI Guidelines against which this document is valid.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[\d]+(\.[\d]+){0,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<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. [4. Default Text Structure 15.1. Varieties of Composite Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:sequence minOccurs="0">
<xs:element ref="tei:front"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:choice>
<xs:element ref="tei:body"/>
<xs:element ref="tei:group"/>
</xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:sequence minOccurs="0">
<xs:element ref="tei:back"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<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. [4. Default Text Structure]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:sequence minOccurs="0">
<xs:group ref="tei:tei_model.divTop"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.divTop"/>
</xs:choice>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="tei:tei_model.divGenLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:tei_model.divGenLike"/>
</xs:choice>
</xs:sequence>
<xs:choice>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="tei:tei_model.divLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:tei_model.divGenLike"/>
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:group ref="tei:tei_model.common"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.divLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:tei_model.divGenLike"/>
</xs:choice>
</xs:sequence>
</xs:sequence>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<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. [4. Default Text Structure 4.3.1. Grouped Texts 15.1. Varieties of Composite Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divTop"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:sequence>
<xs:choice>
<xs:element ref="tei:text"/>
<xs:element ref="tei:group"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:text"/>
<xs:element ref="tei:group"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.divBottom"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="div" substitutionGroup="tei:tei_model.divLike">
<xs:annotation>
<xs:documentation>(text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="trailer" substitutionGroup="tei:tei_model.divBottomPart">
<xs:annotation>
<xs:documentation>contains a closing title or footer appearing at the end of a division of a text. [4.2.4. Content of Textual Divisions 4.2. Elements Common to All Divisions]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:lg"/>
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.lLike"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<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. [4.2.2. Openers and Closers 4.5. Front Matter]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:element ref="tei:docAuthor"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<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. [4.2.2. Openers and Closers]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:docDate"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<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. [4.2. Elements Common to All Divisions]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:element ref="tei:byline"/>
<xs:element ref="tei:dateline"/>
<xs:element ref="tei:salute"/>
<xs:element ref="tei:signed"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="closer" substitutionGroup="tei:tei_model.divBottomPart">
<xs:annotation>
<xs:documentation>groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. [4.2.2. Openers and Closers 4.2. Elements Common to All Divisions]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:signed"/>
<xs:element ref="tei:dateline"/>
<xs:element ref="tei:salute"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<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. [4.2.2. Openers and Closers]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="signed" substitutionGroup="tei:tei_model.divBottomPart">
<xs:annotation>
<xs:documentation>(signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. [4.2.2. Openers and Closers]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="postscript" substitutionGroup="tei:tei_model.divBottomPart">
<xs:annotation>
<xs:documentation>contains a postscript, e.g. to a letter. [4.2. Elements Common to All Divisions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.divTopPart"/>
</xs:choice>
<xs:group ref="tei:tei_model.common"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.common"/>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.divBottomPart"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="titlePage">
<xs:annotation>
<xs:documentation>(title page) contains the title page of a text, appearing within the front or back matter. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.titlepagePart"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.titlepagePart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>classifies the title page according to any convenient typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<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. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="tei:titlePart"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="titlePart">
<xs:annotation>
<xs:documentation>contains a subsection or division of the title of a work, as indicated on a title page. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type" default="main">
<xs:annotation>
<xs:documentation>specifies the role of this subdivision of the title.
Suggested values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] short; 5] desc (descriptive)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="main">
<xs:annotation>
<xs:documentation>main title of the work</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="sub">
<xs:annotation>
<xs:documentation>(subordinate) subtitle of the work</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="alt">
<xs:annotation>
<xs:documentation>(alternate) alternative title of the work</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="short">
<xs:annotation>
<xs:documentation>abbreviated form of title</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="desc">
<xs:annotation>
<xs:documentation>(descriptive) descriptive paraphrase of the work</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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). [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="docEdition">
<xs:annotation>
<xs:documentation>(document edition) contains an edition statement as presented on a title page of a document. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:element ref="tei:pubPlace"/>
<xs:element ref="tei:docDate"/>
<xs:element ref="tei:publisher"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="docDate">
<xs:annotation>
<xs:documentation>(document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="when">
<xs:annotation>
<xs:documentation>gives the value of the date in standard form, i.e. YYYY-MM-DD.</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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="front">
<xs:annotation>
<xs:documentation>(front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.frontPart"/>
<xs:group ref="tei:tei_model.pLike"/>
<xs:group ref="tei:tei_model.pLike.front"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:sequence minOccurs="0">
<xs:sequence>
<xs:element ref="tei:tei_model.divLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.divLike"/>
<xs:group ref="tei:tei_model.frontPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:sequence>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="back">
<xs:annotation>
<xs:documentation>(back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.frontPart"/>
<xs:group ref="tei:tei_model.pLike.front"/>
<xs:group ref="tei:tei_model.pLike"/>
<xs:group ref="tei:tei_model.listLike"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:sequence minOccurs="0">
<xs:element ref="tei:tei_model.divLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.frontPart"/>
<xs:element ref="tei:tei_model.divLike"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="tei:tei_model.divBottomPart"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.divBottomPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="textDesc">
<xs:annotation>
<xs:documentation>(text description) provides a description of a text in terms of its situational parameters. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="tei:channel"/>
<xs:element ref="tei:constitution"/>
<xs:element ref="tei:derivation"/>
<xs:element ref="tei:domain"/>
<xs:element ref="tei:factuality"/>
<xs:element ref="tei:interaction"/>
<xs:element ref="tei:preparedness"/>
<xs:element maxOccurs="unbounded" ref="tei:purpose"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="particDesc">
<xs:annotation>
<xs:documentation>(participation description) describes the identifiable speakers, voices, or other participants in any kind of text or other persons named or otherwise referred to in a text, edition, or metadata. [15.2. Contextual Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:tei_model.personLike"/>
<xs:element ref="tei:listPerson"/>
<xs:element ref="tei:listOrg"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="settingDesc">
<xs:annotation>
<xs:documentation>(setting description) describes the setting or settings within which a language interaction takes place, or other places otherwise referred to in a text, edition, or metadata. [15.2. Contextual Information 2.4. The Profile Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:setting"/>
<xs:element ref="tei:tei_model.placeLike"/>
<xs:element ref="tei:listPlace"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="channel">
<xs:annotation>
<xs:documentation>(primary channel) describes the medium or channel by which a text is delivered or experienced. For a written text, this might be print, manuscript, email, etc.; for a spoken one, radio, telephone, face-to-face, etc. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="mode" default="x">
<xs:annotation>
<xs:documentation>specifies the mode of this channel with respect to speech and writing.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>(spoken) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="w">
<xs:annotation>
<xs:documentation>(written) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="sw">
<xs:annotation>
<xs:documentation>(spoken to be written) e.g. dictation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ws">
<xs:annotation>
<xs:documentation>(written to be spoken) e.g. a script</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="m">
<xs:annotation>
<xs:documentation>(mixed) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="x">
<xs:annotation>
<xs:documentation>(unknown or inapplicable) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="constitution">
<xs:annotation>
<xs:documentation>describes the internal composition of a text or text sample, for example as fragmentary, complete, etc. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type" default="single">
<xs:annotation>
<xs:documentation>specifies how the text was constituted.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="derivation">
<xs:annotation>
<xs:documentation>describes the nature and extent of originality of this text. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>categorizes the derivation of the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="domain">
<xs:annotation>
<xs:documentation>(domain of use) describes the most important social context in which the text was realized or for which it is intended, for example private vs. public, education, religion, etc. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>categorizes the domain of use.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="factuality">
<xs:annotation>
<xs:documentation>describes the extent to which the text may be regarded as imaginative or non-imaginative, that is, as describing a fictional or a non-fictional world. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>categorizes the factuality of the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="interaction">
<xs:annotation>
<xs:documentation>describes the extent, cardinality and nature of any interaction among those producing and experiencing the text, for example in the form of response or interjection, commentary, etc. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>specifies the degree of interaction between active and passive participants in the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="active">
<xs:annotation>
<xs:documentation>specifies the number of active participants (or addressors) producing parts of the text.
Suggested values include: 1] singular; 2] plural; 3] corporate; 4] unknown</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="singular">
<xs:annotation>
<xs:documentation>a single addressor</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="plural">
<xs:annotation>
<xs:documentation>many addressors</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="corporate">
<xs:annotation>
<xs:documentation>a corporate addressor</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation>number of addressors unknown or unspecifiable</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="passive">
<xs:annotation>
<xs:documentation>specifies the number of passive participants (or addressees) to whom a text is directed or in whose presence it is created or performed.
Suggested values include: 1] self; 2] single; 3] many; 4] group; 5] world</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="self">
<xs:annotation>
<xs:documentation>text is addressed to the originator e.g. a diary</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="single">
<xs:annotation>
<xs:documentation>text is addressed to one other person e.g. a personal letter</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="many">
<xs:annotation>
<xs:documentation>text is addressed to a countable number of others e.g. a conversation in which all participants are identified</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="group">
<xs:annotation>
<xs:documentation>text is addressed to an undefined but fixed number of participants e.g. a lecture</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="world">
<xs:annotation>
<xs:documentation>text is addressed to an undefined and indeterminately large number e.g. a published book</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="preparedness">
<xs:annotation>
<xs:documentation>describes the extent to which a text may be regarded as prepared or spontaneous. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>a keyword characterizing the type of preparedness.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="purpose">
<xs:annotation>
<xs:documentation>characterizes a single purpose or communicative function of the text. [15.2.1. The Text Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>specifies a particular kind of purpose.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="degree">
<xs:annotation>
<xs:documentation>specifies the extent to which this purpose predominates.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="high">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="medium">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="low">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="setting">
<xs:annotation>
<xs:documentation>describes one particular setting in which a language interaction takes place. [15.2.3. The Setting Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.nameLike.agent"/>
<xs:group ref="tei:tei_model.dateLike"/>
<xs:group ref="tei:tei_model.settingPart"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="locale">
<xs:annotation>
<xs:documentation>contains a brief informal description of the kind of place concerned, for example: a room, a restaurant, a park bench, etc. [15.2.3. The Setting Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="activity">
<xs:annotation>
<xs:documentation>contains a brief informal description of what a participant in a language interaction is doing other than speaking, if anything. [15.2.3. The Setting Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.global.facs.attributes">
<xs:attributeGroup ref="tei:tei_att.global.facs.attribute.facs"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.facs.attribute.facs">
<xs:attribute name="facs">
<xs:annotation>
<xs:documentation>(facsimile) points to all or part of an image which corresponds with the content of the element.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.change.attributes">
<xs:attributeGroup ref="tei:tei_att.global.change.attribute.change"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.change.attribute.change">
<xs:attribute name="change">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attributes">
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.start"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.ulx"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.uly"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.lrx"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.lry"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.points"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attribute.start">
<xs:attribute name="start" type="xs:anyURI">
<xs:annotation>
<xs:documentation>indicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attribute.ulx">
<xs:attribute name="ulx">
<xs:annotation>
<xs:documentation>gives the x coordinate value for the upper left corner of a rectangular space.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attribute.uly">
<xs:attribute name="uly">
<xs:annotation>
<xs:documentation>gives the y coordinate value for the upper left corner of a rectangular space.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attribute.lrx">
<xs:attribute name="lrx">
<xs:annotation>
<xs:documentation>gives the x coordinate value for the lower right corner of a rectangular space.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attribute.lry">
<xs:attribute name="lry">
<xs:annotation>
<xs:documentation>gives the y coordinate value for the lower right corner of a rectangular space.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.coordinated.attribute.points">
<xs:attribute name="points">
<xs:annotation>
<xs:documentation>identifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="facsimile">
<xs:annotation>
<xs:documentation>contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [11.1. Digital Facsimiles]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:front"/>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:element ref="tei:surface"/>
<xs:element ref="tei:surfaceGrp"/>
</xs:choice>
<xs:element minOccurs="0" ref="tei:back"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="sourceDoc">
<xs:annotation>
<xs:documentation>contains a transcription or other representation of a single source document potentially forming part of a dossier génétique or collection of sources. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:element ref="tei:surface"/>
<xs:element ref="tei:surfaceGrp"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="surface">
<xs:annotation>
<xs:documentation>defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.graphicLike"/>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:choice>
<xs:element ref="tei:zone"/>
<xs:element ref="tei:line"/>
<xs:element ref="tei:path"/>
<xs:element ref="tei:surface"/>
<xs:element ref="tei:surfaceGrp"/>
</xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="attachment">
<xs:annotation>
<xs:documentation>describes the method by which this surface is or was connected to the main surface
Sample values include: 1] glued; 2] pinned; 3] sewn</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="flipping" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates whether the surface is attached and folded in such a way as to provide two writing surfaces</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="surfaceGrp">
<xs:annotation>
<xs:documentation>defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit. [11.1. Digital Facsimiles]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:surface"/>
<xs:element ref="tei:surfaceGrp"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="zone">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:surface"/>
<xs:group ref="tei:tei_model.linePart"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attribute name="rotate" default="0" type="xs:nonNegativeInteger"/>
</xs:complexType>
</xs:element>
<xs:element name="path">
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.start"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.ulx"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.uly"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.lrx"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attribute.lry"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attribute name="points">
<xs:annotation>
<xs:documentation>identifies a line within the container or bounding box specified by the parent element by means of a series of two or more pairs of numbers, each of which gives the x,y coordinates of a point on the line.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="addSpan" substitutionGroup="tei:tei_model.global.edit">
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="damage">
<xs:annotation>
<xs:documentation>contains an area of damage to the text witness. [11.3.3.1. Damage, Illegibility, and Supplied Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.damaged.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="damageSpan" substitutionGroup="tei:tei_model.global.edit">
<xs:annotation>
<xs:documentation>(damaged span of text) marks the beginning of a longer sequence of text which is damaged in some way but still legible. [11.3.3.1. Damage, Illegibility, and Supplied Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.damaged.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="delSpan" substitutionGroup="tei:tei_model.global.edit">
<xs:annotation>
<xs:documentation>(deleted span of text) marks the beginning of a longer sequence of text deleted, marked as deleted, or otherwise signaled as superfluous or spurious by an author, scribe, annotator, or corrector. [11.3.1.4. Additions and Deletions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="ex">
<xs:annotation>
<xs:documentation>(editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation. [11.3.1.2. Abbreviation and Expansion]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.xtext">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="fw" substitutionGroup="tei:tei_model.milestoneLike">
<xs:annotation>
<xs:documentation>(forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. [11.5. Headers, Footers, and Similar Matter]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>classifies the material encoded according to some useful typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="handNotes">
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="handShift">
<xs:annotation>
<xs:documentation>marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint. [11.3.2.1. Document Hands]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.handFeatures.attributes"/>
<xs:attribute name="new" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element name="restore">
<xs:annotation>
<xs:documentation>indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction. [11.3.1.6. Cancellation of Deletions and Other Markings]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="space" substitutionGroup="tei:tei_model.global.edit">
<xs:annotation>
<xs:documentation>indicates the location of a significant space in the text. [11.4.1. Space]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlid"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.n"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmllang"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlbase"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlspace"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.rend"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.style"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.rendition"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.corresp"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.synch"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.sameAs"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.copyOf"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.next"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.prev"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.exclude"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.select"/>
<xs:attributeGroup ref="tei:tei_att.global.analytic.attribute.ana"/>
<xs:attributeGroup ref="tei:tei_att.global.facs.attribute.facs"/>
<xs:attributeGroup ref="tei:tei_att.global.change.attribute.change"/>
<xs:attributeGroup ref="tei:tei_att.global.responsibility.attribute.cert"/>
<xs:attributeGroup ref="tei:tei_att.global.source.attribute.source"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="resp">
<xs:annotation>
<xs:documentation>(responsible party) (responsible party) indicates the individual responsible for identifying and measuring the space</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="dim">
<xs:annotation>
<xs:documentation>(dimension) indicates whether the space is horizontal or vertical.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="horizontal">
<xs:annotation>
<xs:documentation>the space is horizontal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="vertical">
<xs:annotation>
<xs:documentation>the space is vertical.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="subst">
<xs:annotation>
<xs:documentation>(substitution) groups one or more deletions (or surplus text) with one or more additions when the combination is to be regarded as a single intervention in the text. [11.3.1.5. Substitutions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:add"/>
<xs:element ref="tei:surplus"/>
<xs:element ref="tei:del"/>
<xs:element ref="tei:tei_model.milestoneLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="substJoin">
<xs:annotation>
<xs:documentation>(substitution join) identifies a series of possibly fragmented additions, deletions, or other revisions on a manuscript that combine to make up a single intervention in the text [11.3.1.5. Substitutions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="supplied">
<xs:annotation>
<xs:documentation>signifies text supplied by the transcriber or editor for any reason; for example because the original cannot be read due to physical damage, or because of an obvious omission by the author or scribe. [11.3.3.1. Damage, Illegibility, and Supplied Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="reason">
<xs:annotation>
<xs:documentation>one or more words indicating why the text has had to be supplied, e.g. overbinding, faded-ink, lost-folio, omitted-in-original.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="surplus">
<xs:annotation>
<xs:documentation>marks text present in the source which the editor believes to be superfluous or redundant. [11.3.3.1. Damage, Illegibility, and Supplied Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="reason">
<xs:annotation>
<xs:documentation>one or more words indicating why this text is believed to be superfluous, e.g. repeated, interpolated etc.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="secl">
<xs:annotation>
<xs:documentation>(secluded text) Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown). [11.3.1.7. Text Omitted from or Supplied in the Transcription]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="reason">
<xs:annotation>
<xs:documentation>one or more words indicating why this text has been secluded, e.g. interpolated etc.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="line">
<xs:annotation>
<xs:documentation>contains the transcription of a topographic line in the source document [11.2.2. Embedded Transcription]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.linePart"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.coordinated.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listTranspose">
<xs:annotation>
<xs:documentation>supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks. [11.3.4.5. Transpositions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:element maxOccurs="unbounded" ref="tei:transpose"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="metamark">
<xs:annotation>
<xs:documentation>contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document. [11.3.4.2. Metamarks]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="function">
<xs:annotation>
<xs:documentation>describes the function (for example status, insertion, deletion, transposition) of the metamark.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="target">
<xs:annotation>
<xs:documentation>identifies one or more elements to which the metamark applies.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="mod">
<xs:annotation>
<xs:documentation>represents any kind of modification identified within a single document. [11.3.4.1. Generic Modification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="redo">
<xs:annotation>
<xs:documentation>indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="target">
<xs:annotation>
<xs:documentation>points to one or more elements representing the interventions which are being reasserted.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="retrace">
<xs:annotation>
<xs:documentation>contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it. [11.3.4.3. Fixation and Clarification]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="transpose">
<xs:annotation>
<xs:documentation>describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [11.3.4.5. Transpositions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="tei:ptr" minOccurs="2" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="undo">
<xs:annotation>
<xs:documentation>indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.spanning.attributes"/>
<xs:attributeGroup ref="tei:tei_att.transcriptional.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="target">
<xs:annotation>
<xs:documentation>points to one or more elements representing the interventions which are to be reverted or undone.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.tableDecoration.attributes">
<xs:attributeGroup ref="tei:tei_att.tableDecoration.attribute.role"/>
<xs:attributeGroup ref="tei:tei_att.tableDecoration.attribute.rows"/>
<xs:attributeGroup ref="tei:tei_att.tableDecoration.attribute.cols"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.tableDecoration.attribute.role">
<xs:attribute name="role" default="data">
<xs:annotation>
<xs:documentation>indicates the kind of information held in this cell or in each cell of this row.
Suggested values include: 1] label; 2] data</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="label">
<xs:annotation>
<xs:documentation>labelling or descriptive information only.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="data">
<xs:annotation>
<xs:documentation>data values.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.tableDecoration.attribute.rows">
<xs:attribute name="rows" default="1" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>indicates the number of rows occupied by this cell or row.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.tableDecoration.attribute.cols">
<xs:attribute name="cols" default="1" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>(columns) indicates the number of columns occupied by this cell or row.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="table">
<xs:annotation>
<xs:documentation>contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.headLike"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:choice>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="tei:row"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.divBottom"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.global"/>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="rows" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>indicates the number of rows in the table.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="cols" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>(columns) indicates the number of columns in each row of the table.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="row">
<xs:annotation>
<xs:documentation>contains one row of a table. [14.1.1. TEI Tables]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:cell"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.tableDecoration.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="cell">
<xs:annotation>
<xs:documentation>contains one cell of a table. [14.1.1. TEI Tables]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.tableDecoration.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="formula">
<xs:annotation>
<xs:documentation>contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.hiLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="notatedMusic">
<xs:annotation>
<xs:documentation>encodes the presence of music notation in a text [14.3. Notated Music in Written Text]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:element ref="tei:graphic"/>
<xs:element ref="tei:seg"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="figure">
<xs:annotation>
<xs:documentation>groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.headLike"/>
<xs:group ref="tei:tei_model.common"/>
<xs:element ref="tei:figDesc"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.divBottom"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.placement.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:complexType>
</xs:element>
<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. [14.4. Specific Elements for Graphic Images]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:group name="tei_model.entryLike">
<xs:choice>
<xs:element ref="tei:superEntry"/>
<xs:element ref="tei:entry"/>
<xs:element ref="tei:entryFree"/>
</xs:choice>
</xs:group>
<xs:attributeGroup name="tei_att.entryLike.attributes">
<xs:attributeGroup ref="tei:tei_att.entryLike.attribute.type"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.entryLike.attribute.type">
<xs:attribute name="type" default="main">
<xs:annotation>
<xs:documentation>indicates type of entry, in dictionaries with multiple types.
Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference); 4] affix; 5] abbr (abbreviation); 6] supplemental; 7] foreign</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="main">
<xs:annotation>
<xs:documentation>a main entry (default).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="hom">
<xs:annotation>
<xs:documentation>(homograph) groups information relating to one homograph within an entry.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="xref">
<xs:annotation>
<xs:documentation>(cross reference) a reduced entry whose only function is to point to another main entry (e.g. for forms of an irregular verb or for variant spellings: was pointing to be, or esthete to aesthete).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="affix">
<xs:annotation>
<xs:documentation>an entry for a prefix, infix, or suffix.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="abbr">
<xs:annotation>
<xs:documentation>(abbreviation) an entry for an abbreviation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="supplemental">
<xs:annotation>
<xs:documentation>a supplemental entry (for use in dictionaries which issue supplements to their main work in which they include updated information about entries).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="foreign">
<xs:annotation>
<xs:documentation>an entry for a foreign word in a monolingual dictionary.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.lexicographic.attributes">
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.normalized.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attribute.expand"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attribute.split"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attribute.value"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attribute.location"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attribute.mergedIn"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attribute.opt"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.lexicographic.attribute.expand">
<xs:attribute name="expand" type="xs:string">
<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="tei_att.lexicographic.attribute.split">
<xs:attribute name="split" type="xs:string">
<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="tei_att.lexicographic.attribute.value">
<xs:attribute name="value" type="xs:string">
<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="tei_att.lexicographic.attribute.location">
<xs:attribute name="location" type="xs:anyURI"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.lexicographic.attribute.mergedIn">
<xs:attribute name="mergedIn" type="xs:anyURI">
<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="tei_att.lexicographic.attribute.opt">
<xs:attribute name="opt" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>(optional) indicates whether the element is optional or not</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:group name="tei_model.morphLike">
<xs:choice>
<xs:element ref="tei:gram"/>
<xs:element ref="tei:gen"/>
<xs:element ref="tei:number"/>
<xs:element ref="tei:case"/>
<xs:element ref="tei:per"/>
<xs:element ref="tei:tns"/>
<xs:element ref="tei:mood"/>
<xs:element ref="tei:iType"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.morphLike_alternation">
<xs:choice>
<xs:element ref="tei:gram"/>
<xs:element ref="tei:gen"/>
<xs:element ref="tei:number"/>
<xs:element ref="tei:case"/>
<xs:element ref="tei:per"/>
<xs:element ref="tei:tns"/>
<xs:element ref="tei:mood"/>
<xs:element ref="tei:iType"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.morphLike_sequence">
<xs:sequence>
<xs:element ref="tei:gram"/>
<xs:element ref="tei:gen"/>
<xs:element ref="tei:number"/>
<xs:element ref="tei:case"/>
<xs:element ref="tei:per"/>
<xs:element ref="tei:tns"/>
<xs:element ref="tei:mood"/>
<xs:element ref="tei:iType"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.morphLike_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:gram"/>
<xs:element minOccurs="0" ref="tei:gen"/>
<xs:element minOccurs="0" ref="tei:number"/>
<xs:element minOccurs="0" ref="tei:case"/>
<xs:element minOccurs="0" ref="tei:per"/>
<xs:element minOccurs="0" ref="tei:tns"/>
<xs:element minOccurs="0" ref="tei:mood"/>
<xs:element minOccurs="0" ref="tei:iType"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.morphLike_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:gram"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:gen"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:number"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:case"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:per"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:tns"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:mood"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:iType"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.morphLike_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:gram"/>
<xs:element maxOccurs="unbounded" ref="tei:gen"/>
<xs:element maxOccurs="unbounded" ref="tei:number"/>
<xs:element maxOccurs="unbounded" ref="tei:case"/>
<xs:element maxOccurs="unbounded" ref="tei:per"/>
<xs:element maxOccurs="unbounded" ref="tei:tns"/>
<xs:element maxOccurs="unbounded" ref="tei:mood"/>
<xs:element maxOccurs="unbounded" ref="tei:iType"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lexicalRefinement">
<xs:choice>
<xs:element ref="tei:gramGrp"/>
<xs:element ref="tei:pos"/>
<xs:element ref="tei:subc"/>
<xs:element ref="tei:colloc"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:lbl"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.lexicalRefinement_alternation">
<xs:choice>
<xs:element ref="tei:gramGrp"/>
<xs:element ref="tei:pos"/>
<xs:element ref="tei:subc"/>
<xs:element ref="tei:colloc"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:lbl"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.lexicalRefinement_sequence">
<xs:sequence>
<xs:element ref="tei:gramGrp"/>
<xs:element ref="tei:pos"/>
<xs:element ref="tei:subc"/>
<xs:element ref="tei:colloc"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:lbl"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lexicalRefinement_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:gramGrp"/>
<xs:element minOccurs="0" ref="tei:pos"/>
<xs:element minOccurs="0" ref="tei:subc"/>
<xs:element minOccurs="0" ref="tei:colloc"/>
<xs:element minOccurs="0" ref="tei:usg"/>
<xs:element minOccurs="0" ref="tei:lbl"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lexicalRefinement_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:gramGrp"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:pos"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:subc"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:colloc"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:usg"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:lbl"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.lexicalRefinement_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:gramGrp"/>
<xs:element maxOccurs="unbounded" ref="tei:pos"/>
<xs:element maxOccurs="unbounded" ref="tei:subc"/>
<xs:element maxOccurs="unbounded" ref="tei:colloc"/>
<xs:element maxOccurs="unbounded" ref="tei:usg"/>
<xs:element maxOccurs="unbounded" ref="tei:lbl"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.gramPart">
<xs:choice>
<xs:group ref="tei:tei_model.morphLike"/>
<xs:group ref="tei:tei_model.lexicalRefinement"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.formPart">
<xs:choice>
<xs:group ref="tei:tei_model.gramPart"/>
<xs:element ref="tei:form"/>
<xs:element ref="tei:orth"/>
<xs:element ref="tei:pron"/>
<xs:element ref="tei:hyph"/>
<xs:element ref="tei:syll"/>
<xs:element ref="tei:stress"/>
</xs:choice>
</xs:group>
<xs:element name="tei_model.ptrLike.form" abstract="true"/>
<xs:element name="superEntry">
<xs:annotation>
<xs:documentation>groups a sequence of entries within any kind of lexical resource, such as a dictionary or lexicon which function as a single unit, for example a set of homographs. [9.1. Dictionary Body and Overall Structure]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:form"/>
<xs:element maxOccurs="unbounded" ref="tei:entry"/>
</xs:sequence>
<xs:element ref="tei:dictScrap"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.entryLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="entry">
<xs:annotation>
<xs:documentation>contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon. [9.1. Dictionary Body and Overall Structure 9.2. The Structure of Dictionary Entries]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:hom"/>
<xs:element ref="tei:sense"/>
<xs:element ref="tei:pc"/>
<xs:group ref="tei:tei_model.entryPart.top"/>
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.ptrLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.entryLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="entryFree">
<xs:annotation>
<xs:documentation>(unstructured entry) contains a single unstructured entry in any kind of lexical resource, such as a dictionary or lexicon. [9.1. Dictionary Body and Overall Structure 9.2. The Structure of Dictionary Entries]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.entryPart"/>
<xs:group ref="tei:tei_model.morphLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.entryLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="hom">
<xs:annotation>
<xs:documentation>(homograph) groups information relating to one homograph within an entry. [9.2. The Structure of Dictionary Entries]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:sense"/>
<xs:element ref="tei:pc"/>
<xs:group ref="tei:tei_model.entryPart.top"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="sense">
<xs:annotation>
<xs:documentation>groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents. [9.2. The Structure of Dictionary Entries]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:sense"/>
<xs:group ref="tei:tei_model.entryPart.top"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="level" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>gives the nesting depth of this sense.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="dictScrap">
<xs:annotation>
<xs:documentation>(dictionary scrap) encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined. [9.1. Dictionary Body and Overall Structure 9.2. The Structure of Dictionary Entries]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.entryPart"/>
<xs:group ref="tei:tei_model.morphLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="form">
<xs:annotation>
<xs:documentation>(form information group) groups all the information on the written and spoken forms of one headword. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.formPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>classifies form as simple, compound, etc.
Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] derivative; 6] inflected; 7] phrase</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="simple">
<xs:annotation>
<xs:documentation>single free lexical item</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="lemma">
<xs:annotation>
<xs:documentation>the headword itself</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="variant">
<xs:annotation>
<xs:documentation>a variant form</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="compound">
<xs:annotation>
<xs:documentation>word formed from simple lexical items</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="derivative">
<xs:annotation>
<xs:documentation>word derived from headword</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inflected">
<xs:annotation>
<xs:documentation>word in other than usual dictionary form</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="phrase">
<xs:annotation>
<xs:documentation>multiple-word lexical item</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="orth">
<xs:annotation>
<xs:documentation>(orthographic form) gives the orthographic form of a dictionary headword. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.partials.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>gives the type of spelling.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="pron">
<xs:annotation>
<xs:documentation>(pronunciation) contains the pronunciation(s) of the word. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
<xs:attributeGroup ref="tei:tei_att.partials.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="hyph">
<xs:annotation>
<xs:documentation>(hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some other form. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="syll">
<xs:annotation>
<xs:documentation>(syllabification) contains the syllabification of the headword. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="stress">
<xs:annotation>
<xs:documentation>contains the stress pattern for a dictionary headword, if given separately. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [9.3.2. Grammatical Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="gen">
<xs:annotation>
<xs:documentation>(gender) identifies the morphological gender of a lexical item, as given in the dictionary. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="number">
<xs:annotation>
<xs:documentation>indicates grammatical number associated with a form, as given in a dictionary. [9.3.1. Information on Written and Spoken Forms 9.3.2. Grammatical Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="case">
<xs:annotation>
<xs:documentation>contains grammatical case information given by a dictionary for a given form. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="tns">
<xs:annotation>
<xs:documentation>(tense) indicates the grammatical tense associated with a given inflected form in a dictionary. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="mood">
<xs:annotation>
<xs:documentation>contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative). [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="iType">
<xs:annotation>
<xs:documentation>(inflectional class) indicates the inflectional class associated with a lexical item. [9.3.1. Information on Written and Spoken Forms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="type">
<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:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="gramGrp">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.gramPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="pos">
<xs:annotation>
<xs:documentation>(part of speech) indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective. [9.3.2. Grammatical Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="subc">
<xs:annotation>
<xs:documentation>(subcategorization) contains subcategorization information (transitive/intransitive, countable/non-countable, etc.) [9.3.2. Grammatical Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="colloc">
<xs:annotation>
<xs:documentation>(collocate) contains any sequence of words that co-occur with the headword with significant frequency. [9.3.2. Grammatical Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="def">
<xs:annotation>
<xs:documentation>(definition) contains definition text in a dictionary entry. [9.3.3.1. Definitions]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="etym">
<xs:annotation>
<xs:documentation>(etymology) encloses the etymological information in a dictionary entry. [9.3.4. Etymological Information]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:element ref="tei:def"/>
<xs:element ref="tei:etym"/>
<xs:element ref="tei:gramGrp"/>
<xs:element ref="tei:lbl"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:xr"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="lang">
<xs:annotation>
<xs:documentation>(language name) contains the name of a language mentioned in etymological or other linguistic discussion. [9.3.4. Etymological Information]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="usg">
<xs:annotation>
<xs:documentation>(usage) contains usage information in a dictionary entry. [9.3.5.2. Usage Information and Other Labels]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>classifies the usage information using any convenient typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="lbl">
<xs:annotation>
<xs:documentation>(label) contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc. [9.3.1. Information on Written and Spoken Forms 9.3.3.2. Translation Equivalents 9.3.5.3. Cross-References to Other Entries]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>classifies the label using any convenient typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<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. [9.3.5.3. Cross-References to Other Entries]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.inter"/>
<xs:element ref="tei:usg"/>
<xs:element ref="tei:lbl"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>indicates the type of cross reference, using any convenient typology.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<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. [9.3.6. Related Entries]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:sense"/>
<xs:group ref="tei:tei_model.entryPart.top"/>
<xs:group ref="tei:tei_model.phrase"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="oRef" substitutionGroup="tei:tei_model.ptrLike.form">
<xs:annotation>
<xs:documentation>(orthographic-form reference) in a dictionary example, indicates a reference to the orthographic form(s) of the headword. [9.4. Headword and Pronunciation References]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:oRef"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>indicates the kind of typographic modification made to the headword in the reference.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="pRef" substitutionGroup="tei:tei_model.ptrLike.form">
<xs:annotation>
<xs:documentation>(pronunciation reference) in a dictionary example, indicates a reference to the pronunciation(s) of the headword. [9.4. Headword and Pronunciation References]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:pRef"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.duration.attributes">
<xs:attributeGroup ref="tei:tei_att.duration.w3c.attributes"/>
<xs:attributeGroup ref="tei:tei_att.duration.iso.attributes"/>
</xs:attributeGroup>
<xs:element name="tei_model.global.spoken" abstract="true"/>
<xs:group name="tei_model.recordingPart">
<xs:choice>
<xs:group ref="tei:tei_model.dateLike"/>
<xs:element ref="tei:media"/>
<xs:element ref="tei:respStmt"/>
<xs:element ref="tei:equipment"/>
<xs:element ref="tei:broadcast"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.divPart.spoken">
<xs:choice>
<xs:element ref="tei:u"/>
<xs:element ref="tei:annotationBlock"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.divPart.spoken_alternation">
<xs:choice>
<xs:element ref="tei:u"/>
<xs:element ref="tei:annotationBlock"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.divPart.spoken_sequence">
<xs:sequence>
<xs:element ref="tei:u"/>
<xs:element ref="tei:annotationBlock"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.divPart.spoken_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:u"/>
<xs:element minOccurs="0" ref="tei:annotationBlock"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.divPart.spoken_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:u"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:annotationBlock"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.divPart.spoken_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:u"/>
<xs:element maxOccurs="unbounded" ref="tei:annotationBlock"/>
</xs:sequence>
</xs:group>
<xs:element name="scriptStmt" substitutionGroup="tei:tei_model.sourceDescPart">
<xs:annotation>
<xs:documentation>(script statement) contains a citation giving details of the script used for a spoken text. [8.2. Documenting the Source of Transcribed Speech 2.2.7. The Source Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="recordingStmt" substitutionGroup="tei:tei_model.sourceDescPart">
<xs:annotation>
<xs:documentation>(recording statement) describes a set of recordings used as the basis for transcription of a spoken text. [8.2. Documenting the Source of Transcribed Speech 2.2.7. The Source Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:element maxOccurs="unbounded" ref="tei:recording"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="recording">
<xs:annotation>
<xs:documentation>(recording event) provides details of an audio or video recording event used as the source of a spoken text, either directly or from a public broadcast. [8.2. Documenting the Source of Transcribed Speech 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.recordingPart"/>
<xs:group ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.duration.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<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:complexType>
</xs:element>
<xs:element name="equipment">
<xs:annotation>
<xs:documentation>provides technical details of the equipment and media used for an audio or video recording used as the source for a spoken text. [8.2. Documenting the Source of Transcribed Speech 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="broadcast">
<xs:annotation>
<xs:documentation>describes a broadcast used as the source of a spoken text. [8.2. Documenting the Source of Transcribed Speech 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:recording"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="transcriptionDesc">
<xs:annotation>
<xs:documentation>describes the set of transcription conventions used, particularly for spoken material. [8.2. Documenting the Source of Transcribed Speech]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.ptrLike"/>
<xs:group ref="tei:tei_model.pLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="ident" use="required" type="xs:Name">
<xs:annotation>
<xs:documentation>supplies an identifier for the encoding convention, independent of any version number.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="version">
<xs:annotation>
<xs:documentation>supplies a version number for the encoding conventions used, if any.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="u">
<xs:annotation>
<xs:documentation>(utterance) contains a stretch of speech usually preceded and followed by silence or by a change of speaker. [8.3.1. Utterances]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
<xs:attribute name="trans" default="smooth">
<xs:annotation>
<xs:documentation>(transition) indicates the nature of the transition between this utterance and the previous one.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="smooth">
<xs:annotation>
<xs:documentation>this utterance begins without unusual pause or rapidity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="latching">
<xs:annotation>
<xs:documentation>this utterance begins with a markedly shorter pause than normal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="overlap">
<xs:annotation>
<xs:documentation>this utterance begins before the previous one has finished.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pause">
<xs:annotation>
<xs:documentation>this utterance begins after a noticeable pause.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="pause" substitutionGroup="tei:tei_model.global.spoken">
<xs:annotation>
<xs:documentation>marks a pause either between or within utterances. [8.3.2. Pausing]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="vocal" substitutionGroup="tei:tei_model.global.spoken">
<xs:annotation>
<xs:documentation>marks any vocalized but not necessarily lexical phenomenon, for example voiced pauses, non-lexical backchannels, etc. [8.3.3. Vocal, Kinesic, Incident]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="iterated" default="false">
<xs:annotation>
<xs:documentation>indicates whether or not the phenomenon is repeated.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:boolean">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="kinesic" substitutionGroup="tei:tei_model.global.spoken">
<xs:annotation>
<xs:documentation>marks any communicative phenomenon, not necessarily vocalized, for example a gesture, frown, etc. [8.3.3. Vocal, Kinesic, Incident]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attribute name="iterated" default="false">
<xs:annotation>
<xs:documentation>indicates whether or not the phenomenon is repeated.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:boolean">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="incident" substitutionGroup="tei:tei_model.global.spoken">
<xs:annotation>
<xs:documentation>marks any phenomenon or occurrence, not necessarily vocalized or communicative, for example incidental noises or other events affecting communication. [8.3.3. Vocal, Kinesic, Incident]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="writing" substitutionGroup="tei:tei_model.global.spoken">
<xs:annotation>
<xs:documentation>contains a passage of written text revealed to participants in the course of a spoken text. [8.3.4. Writing]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.directed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attribute name="gradual">
<xs:annotation>
<xs:documentation>indicates whether the writing is revealed all at once or gradually.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:boolean">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="shift" substitutionGroup="tei:tei_model.global.spoken">
<xs:annotation>
<xs:documentation>marks the point at which some paralinguistic feature of a series of utterances by any one speaker changes. [8.3.6. Shifts]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.ascribed.attributes"/>
<xs:attribute name="feature">
<xs:annotation>
<xs:documentation>a paralinguistic feature.
Suggested values include: 1] tempo; 2] loud; 3] pitch; 4] tension; 5] rhythm; 6] voice</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="tempo">
<xs:annotation>
<xs:documentation>speed of utterance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="loud">
<xs:annotation>
<xs:documentation>loudness.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="pitch">
<xs:annotation>
<xs:documentation>pitch range.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="tension">
<xs:annotation>
<xs:documentation>tension or stress pattern.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="rhythm">
<xs:annotation>
<xs:documentation>rhythmic qualities.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="voice">
<xs:annotation>
<xs:documentation>voice quality.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="new" default="normal">
<xs:annotation>
<xs:documentation>specifies the new state of the paralinguistic feature specified.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="annotationBlock">
<xs:annotation>
<xs:documentation>groups together various annotations, e.g. for parallel interpretations of a spoken segment. [8.4.6. Analytic Coding]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:u"/>
<xs:element ref="tei:spanGrp"/>
<xs:element ref="tei:tei_model.global.spoken"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.ascribed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.timed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.datable.custom.attributes">
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.when-custom"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.notBefore-custom"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.notAfter-custom"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.from-custom"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.to-custom"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.datingPoint"/>
<xs:attributeGroup ref="tei:tei_att.datable.custom.attribute.datingMethod"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.when-custom">
<xs:attribute name="when-custom">
<xs:annotation>
<xs:documentation>supplies the value of a date or time in some custom standard form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.notBefore-custom">
<xs:attribute name="notBefore-custom">
<xs:annotation>
<xs:documentation>specifies the earliest possible date for the event in some custom standard form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.notAfter-custom">
<xs:attribute name="notAfter-custom">
<xs:annotation>
<xs:documentation>specifies the latest possible date for the event in some custom standard form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.from-custom">
<xs:attribute name="from-custom">
<xs:annotation>
<xs:documentation>indicates the starting point of the period in some custom standard form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.to-custom">
<xs:attribute name="to-custom">
<xs:annotation>
<xs:documentation>indicates the ending point of the period in some custom standard form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.datingPoint">
<xs:attribute name="datingPoint" type="xs:anyURI">
<xs:annotation>
<xs:documentation>supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.custom.attribute.datingMethod">
<xs:attribute name="datingMethod" type="xs:anyURI"/>
</xs:attributeGroup>
<xs:group name="tei_model.persNamePart">
<xs:choice>
<xs:element ref="tei:surname"/>
<xs:element ref="tei:forename"/>
<xs:element ref="tei:genName"/>
<xs:element ref="tei:nameLink"/>
<xs:element ref="tei:addName"/>
<xs:element ref="tei:roleName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.persNamePart_alternation">
<xs:choice>
<xs:element ref="tei:surname"/>
<xs:element ref="tei:forename"/>
<xs:element ref="tei:genName"/>
<xs:element ref="tei:nameLink"/>
<xs:element ref="tei:addName"/>
<xs:element ref="tei:roleName"/>
</xs:choice>
</xs:group>
<xs:group name="tei_model.persNamePart_sequence">
<xs:sequence>
<xs:element ref="tei:surname"/>
<xs:element ref="tei:forename"/>
<xs:element ref="tei:genName"/>
<xs:element ref="tei:nameLink"/>
<xs:element ref="tei:addName"/>
<xs:element ref="tei:roleName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.persNamePart_sequenceOptional">
<xs:sequence>
<xs:element minOccurs="0" ref="tei:surname"/>
<xs:element minOccurs="0" ref="tei:forename"/>
<xs:element minOccurs="0" ref="tei:genName"/>
<xs:element minOccurs="0" ref="tei:nameLink"/>
<xs:element minOccurs="0" ref="tei:addName"/>
<xs:element minOccurs="0" ref="tei:roleName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.persNamePart_sequenceOptionalRepeatable">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:surname"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:forename"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:genName"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:nameLink"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:addName"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:roleName"/>
</xs:sequence>
</xs:group>
<xs:group name="tei_model.persNamePart_sequenceRepeatable">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:surname"/>
<xs:element maxOccurs="unbounded" ref="tei:forename"/>
<xs:element maxOccurs="unbounded" ref="tei:genName"/>
<xs:element maxOccurs="unbounded" ref="tei:nameLink"/>
<xs:element maxOccurs="unbounded" ref="tei:addName"/>
<xs:element maxOccurs="unbounded" ref="tei:roleName"/>
</xs:sequence>
</xs:group>
<xs:attributeGroup name="tei_att.datable.iso.attributes">
<xs:attributeGroup ref="tei:tei_att.datable.iso.attribute.when-iso"/>
<xs:attributeGroup ref="tei:tei_att.datable.iso.attribute.notBefore-iso"/>
<xs:attributeGroup ref="tei:tei_att.datable.iso.attribute.notAfter-iso"/>
<xs:attributeGroup ref="tei:tei_att.datable.iso.attribute.from-iso"/>
<xs:attributeGroup ref="tei:tei_att.datable.iso.attribute.to-iso"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.iso.attribute.when-iso">
<xs:attribute name="when-iso">
<xs:annotation>
<xs:documentation>supplies the value of a date or time in a 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:restriction base="xs:token">
<xs:pattern value="[0-9.,DHMPRSTWYZ/:+\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.iso.attribute.notBefore-iso">
<xs:attribute name="notBefore-iso">
<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:simpleType>
<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.,DHMPRSTWYZ/:+\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.iso.attribute.notAfter-iso">
<xs:attribute name="notAfter-iso">
<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:simpleType>
<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.,DHMPRSTWYZ/:+\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.iso.attribute.from-iso">
<xs:attribute name="from-iso">
<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:restriction base="xs:token">
<xs:pattern value="[0-9.,DHMPRSTWYZ/:+\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.datable.iso.attribute.to-iso">
<xs:attribute name="to-iso">
<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:restriction base="xs:token">
<xs:pattern value="[0-9.,DHMPRSTWYZ/:+\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="orgName">
<xs:annotation>
<xs:documentation>(organization name) contains an organizational name. [13.2.2. Organizational Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="persName">
<xs:annotation>
<xs:documentation>(personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="surname">
<xs:annotation>
<xs:documentation>contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="forename">
<xs:annotation>
<xs:documentation>contains a forename, given or baptismal name. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="genName">
<xs:annotation>
<xs:documentation>(generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons named. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="nameLink">
<xs:annotation>
<xs:documentation>(name link) contains a connecting phrase or link used within a name but not regarded as part of it, such as van der or of. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="addName">
<xs:annotation>
<xs:documentation>(additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="roleName">
<xs:annotation>
<xs:documentation>contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank. [13.2.1. Personal Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="placeName">
<xs:annotation>
<xs:documentation>contains an absolute or relative place name. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="bloc">
<xs:annotation>
<xs:documentation>contains the name of a geo-political unit consisting of two or more nation states or countries. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="country">
<xs:annotation>
<xs:documentation>contains the name of a geo-political unit, such as a nation, country, colony, or commonwealth, larger than or administratively superior to a region and smaller than a bloc. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="region">
<xs:annotation>
<xs:documentation>contains the name of an administrative unit such as a state, province, or county, larger than a settlement, but smaller than a country. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="settlement">
<xs:annotation>
<xs:documentation>contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="district">
<xs:annotation>
<xs:documentation>contains the name of any kind of subdivision of a settlement, such as a parish, ward, or other administrative or geographic unit. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="offset">
<xs:annotation>
<xs:documentation>marks that part of a relative temporal or spatial expression which indicates the direction of the offset between the two place names, dates, or times involved in the expression. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="geogName">
<xs:annotation>
<xs:documentation>(geographical name) identifies a name associated with some geographical feature such as Windrush Valley or Mount Sinai. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="geogFeat">
<xs:annotation>
<xs:documentation>(geographical feature name) contains a common noun identifying some geographical feature contained within a geographic name, such as valley, mount, etc. [13.2.3. Place Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="affiliation">
<xs:annotation>
<xs:documentation>contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] sponsor; 2] recommend; 3] discredit; 4] pledged</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="age">
<xs:annotation>
<xs:documentation>specifies the age of a person. [13.3.2.1. Personal Characteristics]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] western; 2] sui; 3] subjective; 4] objective; 5] inWorld (in world); 6] chronological; 7] biological; 8] psychological; 9] functional</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>supplies a numeric code representing the age or age group</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="birth">
<xs:annotation>
<xs:documentation>contains information about a person's birth, such as its date and place. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] caesarean (caesarean section); 2] vaginal (vaginal delivery); 3] exNihilo (ex nihilo); 4] incorporated; 5] founded; 6] established</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="climate">
<xs:annotation>
<xs:documentation>contains information about the physical climate of a place. [13.3.4.3. States, Traits, and Events]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.labelLike"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:climate"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="death">
<xs:annotation>
<xs:documentation>contains information about a person's death, such as its date and place. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] proclaimed; 2] assumed; 3] verified; 4] clinical; 5] brain; 6] natural; 7] unnatural; 8] fragmentation; 9] dissolution</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="education">
<xs:annotation>
<xs:documentation>contains a description of the educational experience of a person. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] primary; 2] secondary; 3] undergraduate; 4] graduate; 5] residency; 6] apprenticeship</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="event">
<xs:annotation>
<xs:documentation>contains data relating to any kind of significant event associated with a person, place, or organization. [13.3.1. Basic Principles]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:idno"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.labelLike"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:linkGrp"/>
<xs:element ref="tei:link"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:ptr"/>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:event"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="where" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element name="faith">
<xs:annotation>
<xs:documentation>specifies the faith, religion, or belief set of a person. [13.3.2.1. Personal Characteristics]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] practicing; 2] clandestine; 3] patrilineal; 4] matrilineal; 5] convert</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="floruit">
<xs:annotation>
<xs:documentation>contains information about a person's period of activity. [13.3.2.1. Personal Characteristics]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="geo">
<xs:annotation>
<xs:documentation>(geographical coordinates) contains any expression of a set of geographic coordinates, representing a point, line, or area on the surface of the earth in some notation. [13.3.4.1. Varieties of Location]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="langKnowledge">
<xs:complexType>
<xs:choice>
<xs:group ref="tei:tei_model.pLike"/>
<xs:element maxOccurs="unbounded" ref="tei:langKnown"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] listening; 2] speaking; 3] reading; 4] writing</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="tags">
<xs:annotation>
<xs:documentation>supplies one or more valid language tags for the languages specified</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="langKnown">
<xs:annotation>
<xs:documentation>(language known) summarizes the state of a person's linguistic competence, i.e., knowledge of a single language. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attribute name="tag" use="required">
<xs:annotation>
<xs:documentation>supplies a valid language tag for the language concerned.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="level">
<xs:annotation>
<xs:documentation>a code indicating the person's level of knowledge for this language</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="listOrg">
<xs:annotation>
<xs:documentation>(list of organizations) contains a list of elements, each of which provides information about an identifiable organization. [13.2.2. Organizational Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:org"/>
<xs:element ref="tei:listOrg"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listEvent">
<xs:annotation>
<xs:documentation>(list of events) contains a list of descriptions, each of which provides information about an identifiable event. [13.3.1. Basic Principles]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.eventLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listPerson">
<xs:annotation>
<xs:documentation>(list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. [13.3.2. The Person Element 15.2. Contextual Information 2.4. The Profile Description 15.3.2. Declarable Elements]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:tei_model.personLike"/>
<xs:element ref="tei:listPerson"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listPlace">
<xs:annotation>
<xs:documentation>(list of places) contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them. [2.2.7. The Source Description 13.3.4. Places]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:tei_model.placeLike"/>
<xs:element ref="tei:listPlace"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="location">
<xs:annotation>
<xs:documentation>defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an address. [13.3.4. Places]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.placeNamePart"/>
<xs:group ref="tei:tei_model.offsetLike"/>
<xs:group ref="tei:tei_model.measureLike"/>
<xs:group ref="tei:tei_model.addressLike"/>
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="nationality">
<xs:annotation>
<xs:documentation>contains an informal description of a person's present or past nationality or citizenship. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] birth; 2] naturalised; 3] self-assigned</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="occupation">
<xs:annotation>
<xs:documentation>contains an informal description of a person's trade, profession or occupation. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.specialPara">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] primary; 2] other; 3] paid; 4] unpaid</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="scheme" type="xs:anyURI"/>
<xs:attribute name="code" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="org" substitutionGroup="tei:tei_model.personLike">
<xs:annotation>
<xs:documentation>(organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.3.3. Organizational Data]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:choice>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.nameLike"/>
<xs:element ref="tei:tei_model.placeLike"/>
<xs:group ref="tei:tei_model.orgPart"/>
<xs:element ref="tei:tei_model.milestoneLike"/>
</xs:choice>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:linkGrp"/>
<xs:element ref="tei:link"/>
<xs:element ref="tei:ptr"/>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.personLike"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="role">
<xs:annotation>
<xs:documentation>specifies a primary role or classification for the organization.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="listRelation">
<xs:annotation>
<xs:documentation>provides information about relationships identified amongst people, places, and organizations, either informally as prose or as formally expressed relation links. [13.3.2.3. Personal Relationships]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice>
<xs:group ref="tei:tei_model.pLike"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="person" substitutionGroup="tei:tei_model.personLike">
<xs:annotation>
<xs:documentation>provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [13.3.2. The Person Element 15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.personPart"/>
<xs:group ref="tei:tei_model.global"/>
<xs:element ref="tei:ptr"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="role">
<xs:annotation>
<xs:documentation>specifies a primary role or classification for the person.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="sex">
<xs:annotation>
<xs:documentation>specifies the sex of the person.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="age">
<xs:annotation>
<xs:documentation>specifies an age group for the person.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="persona">
<xs:annotation>
<xs:documentation>provides information about one of the personalities identified for a given individual, where an individual has multiple personalities. [13.3.2. The Person Element]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.personPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="role">
<xs:annotation>
<xs:documentation>specifies a primary role or classification for the persona.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="sex">
<xs:annotation>
<xs:documentation>specifies the sex of the persona.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="age">
<xs:annotation>
<xs:documentation>specifies an age group for the persona.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="personGrp" substitutionGroup="tei:tei_model.personLike">
<xs:annotation>
<xs:documentation>(personal group) describes a group of individuals treated as a single person for analytic purposes. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.personPart"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="role">
<xs:annotation>
<xs:documentation>specifies the role of this group of participants in the interaction.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="sex">
<xs:annotation>
<xs:documentation>specifies the sex of the participant group.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="age">
<xs:annotation>
<xs:documentation>specifies the age group of the participants.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="size">
<xs:annotation>
<xs:documentation>describes informally the size or approximate size of the group for example by means of a number and an indication of accuracy e.g. approx 200.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="place" substitutionGroup="tei:tei_model.placeLike">
<xs:annotation>
<xs:documentation>contains data about a geographic location [13.3.4. Places]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="population">
<xs:annotation>
<xs:documentation>contains information about the population of a place. [13.3.4.3. States, Traits, and Events]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:sequence minOccurs="0">
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.labelLike"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
</xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:population"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="relation">
<xs:annotation>
<xs:documentation>(relationship) describes any kind of relationship or linkage amongst a specified group of places, events, persons, objects or other items. [13.3.2.3. Personal Relationships]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:desc"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="name">
<xs:annotation>
<xs:documentation>supplies a name for the kind of relationship of which this is an instance.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="active">
<xs:annotation>
<xs:documentation>identifies the active participants in a non-mutual relationship, or all the participants in a mutual one.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="mutual">
<xs:annotation>
<xs:documentation>supplies a list of participants amongst all of whom the relationship holds equally.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="passive">
<xs:annotation>
<xs:documentation>identifies the passive participants in a non-mutual relationship.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="residence">
<xs:annotation>
<xs:documentation>describes a person's present or past places of residence. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] primary; 2] secondary; 3] temporary; 4] permanent</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="sex">
<xs:annotation>
<xs:documentation>specifies the sex of a person. [13.3.2.1. Personal Characteristics]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] explicit; 2] implicit</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value">
<xs:annotation>
<xs:documentation>supplies a coded value for sex</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="socecStatus">
<xs:annotation>
<xs:documentation>(socio-economic status) contains an informal description of a person's perceived social or economic status. [15.2.2. The Participant Description]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attribute.subtype"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.
Sample values include: 1] atBirth; 2] atDeath; 3] dependent; 4] inherited; 5] independent</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="scheme" type="xs:anyURI"/>
<xs:attribute name="code" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="state">
<xs:annotation>
<xs:documentation>contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. [13.3.1. Basic Principles 13.3.2.1. Personal Characteristics]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="tei:state"/>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="terrain">
<xs:annotation>
<xs:documentation>contains information about the physical terrain of a place. [13.3.4.3. States, Traits, and Events]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:choice>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.labelLike"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:terrain"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="trait">
<xs:annotation>
<xs:documentation>contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, independent of the volition or action of the holder and usually not at some specific time or for a specific date range. [13.3.1. Basic Principles 13.3.2.1. Personal Characteristics]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="tei:trait"/>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.labelLike"/>
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
</xs:choice>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.naming.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.dimensions.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="objectName">
<xs:annotation>
<xs:documentation>(name of an object) contains a proper noun or noun phrase used to refer to an object. [13.2.4. Object Names]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.datable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.editLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.personal.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="object">
<xs:annotation>
<xs:documentation>contains a description of a single identifiable physical object. [13.3.5. Objects]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:objectIdentifier"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.biblLike"/>
<xs:element ref="tei:linkGrp"/>
<xs:element ref="tei:link"/>
</xs:choice>
<xs:element minOccurs="0" ref="tei:object"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.docStatus.attributes"/>
<xs:attributeGroup ref="tei:tei_att.canonical.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listObject">
<xs:annotation>
<xs:documentation>(list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.5. Objects]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.objectLike"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="objectIdentifier">
<xs:annotation>
<xs:documentation>(object identifier) groups one or more identifiers or pieces of locating information concerning a single object. [13.3.5. Objects]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="tei:tei_model.placeNamePart"/>
<xs:element ref="tei:idno"/>
<xs:element ref="tei:objectName"/>
<xs:element ref="tei:address"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="nym">
<xs:annotation>
<xs:documentation>(canonical name) contains the definition for a canonical name or name component of any kind. [13.3.6. Names and Nyms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:idno"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.entryPart"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.pLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:nym"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
<xs:attribute name="parts">
<xs:annotation>
<xs:documentation>points to constituent nyms</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="listNym">
<xs:annotation>
<xs:documentation>(list of canonical names) contains a list of nyms, that is, standardized names for any thing. [13.3.6. Names and Nyms]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:nym"/>
<xs:element ref="tei:listNym"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:relation"/>
<xs:element ref="tei:listRelation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declarable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.sortable.attributes"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.global.linking.attributes">
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.corresp"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.synch"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.sameAs"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.copyOf"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.next"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.prev"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.exclude"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.select"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.linking.attribute.corresp">
<xs:attribute name="corresp">
<xs:annotation>
<xs:documentation>(corresponds) points to elements that correspond to the current element in some way.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.linking.attribute.synch">
<xs:attribute name="synch">
<xs:annotation>
<xs:documentation>(synchronous) points to elements that are synchronous with the current element.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.linking.attribute.sameAs">
<xs:attribute name="sameAs" type="xs:anyURI">
<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="tei_att.global.linking.attribute.copyOf">
<xs:attribute name="copyOf" type="xs:anyURI">
<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="tei_att.global.linking.attribute.next">
<xs:attribute name="next" type="xs:anyURI">
<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="tei_att.global.linking.attribute.prev">
<xs:attribute name="prev" type="xs:anyURI">
<xs:annotation>
<xs:documentation>(previous) 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="tei_att.global.linking.attribute.exclude">
<xs:attribute name="exclude">
<xs:annotation>
<xs:documentation>points to elements that are in exclusive alternation with the current element.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.linking.attribute.select">
<xs:attribute name="select">
<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:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</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. [16.1. Links]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="linkGrp">
<xs:annotation>
<xs:documentation>(link group) defines a collection of associations or hypertextual links. [16.1. Links]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:link"/>
<xs:element ref="tei:ptr"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.group.attributes"/>
</xs:complexType>
</xs:element>
<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. [16.3. Blocks, Segments, and Anchors]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
<xs:attributeGroup ref="tei:tei_att.fragmentable.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="anchor" substitutionGroup="tei:tei_model.milestoneLike">
<xs:annotation>
<xs:documentation>(anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. Synchronization and Overlap 16.5. Correspondence and Alignment]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="seg" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(arbitrary segment) represents any segmentation of text below the chunk level. [16.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.paraContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.written.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="when">
<xs:annotation>
<xs:documentation>indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [16.4.2. Placing Synchronous Events in Time]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="absolute">
<xs:annotation>
<xs:documentation>supplies an absolute value for the time.</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="unit">
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="d">
<xs:annotation>
<xs:documentation>(days) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="h">
<xs:annotation>
<xs:documentation>(hours) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="min">
<xs:annotation>
<xs:documentation>(minutes) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>(seconds) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ms">
<xs:annotation>
<xs:documentation>(milliseconds) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="interval">
<xs:annotation>
<xs:documentation>specifies a time interval either as a number or as one of the keywords defined by the datatype teidata.interval</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:float">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="regular">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="irregular">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="since" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element name="timeline">
<xs:annotation>
<xs:documentation>provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text. [16.4.2. Placing Synchronous Events in Time]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:when"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="origin" type="xs:anyURI">
<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">
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="d">
<xs:annotation>
<xs:documentation>(days) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="h">
<xs:annotation>
<xs:documentation>(hours) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="min">
<xs:annotation>
<xs:documentation>(minutes) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>(seconds) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ms">
<xs:annotation>
<xs:documentation>(milliseconds) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="interval">
<xs:annotation>
<xs:documentation>specifies a time interval either as a positive integral value or using one of a set of predefined codes.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:float">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="regular">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="irregular">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<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. [16.7. Aggregation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.descLike"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="result" type="xs: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:enumeration value="branches"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="joinGrp">
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.glossLike"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:join"/>
<xs:element ref="tei:ptr"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.group.attributes"/>
<xs:attribute name="result" type="xs:Name"/>
</xs:complexType>
</xs:element>
<xs:element name="alt">
<xs:annotation>
<xs:documentation>(alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.targetLang"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.evaluate"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="target">
<xs:annotation>
<xs:documentation>specifies the destination of the reference by supplying one or more URI References</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="xs:anyURI xs:anyURI xs:anyURI"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="2"/>
</xs:restriction>
</xs:simpleType>
</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>(exclusive) 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>(inclusive) 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:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:double xs:double"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="altGrp">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:alt"/>
<xs:element ref="tei:ptr"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.group.attributes"/>
<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>(exclusive) 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>(inclusive) 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:complexType>
</xs:element>
<xs:element name="standOff">
<xs:annotation>
<xs:documentation>Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document. [16.10. The standOff Container]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.standOffPart"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="listAnnotation">
<xs:complexType>
<xs:sequence>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.headLike"/>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.labelLike"/>
<xs:choice maxOccurs="unbounded">
<xs:group ref="tei:tei_model.annotationLike"/>
<xs:element ref="tei:listAnnotation"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
<xs:attributeGroup ref="tei:tei_att.declaring.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="annotation">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:respStmt"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:revisionDesc"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:licence"/>
<xs:group minOccurs="0"
maxOccurs="unbounded"
ref="tei:tei_model.annotationPart.body"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attribute.n"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmllang"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlbase"/>
<xs:attributeGroup ref="tei:tei_att.global.attribute.xmlspace"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.rend"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.style"/>
<xs:attributeGroup ref="tei:tei_att.global.rendition.attribute.rendition"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.corresp"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.synch"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.sameAs"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.copyOf"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.next"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.prev"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.exclude"/>
<xs:attributeGroup ref="tei:tei_att.global.linking.attribute.select"/>
<xs:attributeGroup ref="tei:tei_att.global.analytic.attribute.ana"/>
<xs:attributeGroup ref="tei:tei_att.global.facs.attribute.facs"/>
<xs:attributeGroup ref="tei:tei_att.global.change.attribute.change"/>
<xs:attributeGroup ref="tei:tei_att.global.responsibility.attribute.cert"/>
<xs:attributeGroup ref="tei:tei_att.global.responsibility.attribute.resp"/>
<xs:attributeGroup ref="tei:tei_att.global.source.attribute.source"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.targetLang"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attribute.evaluate"/>
<xs:attribute ref="xml:id" use="required"/>
<xs:attribute name="target" use="required">
<xs:annotation>
<xs:documentation>specifies the destination of the reference by supplying one or more URI References</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="motivation">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="assessing">
<xs:annotation>
<xs:documentation>intent is to assess the target resource in some way, rather than simply make a comment about it</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bookmarking">
<xs:annotation>
<xs:documentation>intent is to create a bookmark to the target or part thereof</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="classifying">
<xs:annotation>
<xs:documentation>intent is to classify the target in some way</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="commenting">
<xs:annotation>
<xs:documentation>intent is to comment about the target</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="describing">
<xs:annotation>
<xs:documentation>intent is to describe the target, rather than (for example) comment on it</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="editing">
<xs:annotation>
<xs:documentation>intent is to request an edit or a change to the target resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="highlighting">
<xs:annotation>
<xs:documentation>intent is to highlight the target resource or a segment thereof</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="identifying">
<xs:annotation>
<xs:documentation>intent is to assign an identity to the target</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="linking">
<xs:annotation>
<xs:documentation>intent is to link to a resource related to the target</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="moderating">
<xs:annotation>
<xs:documentation>intent is to assign some value or quality to the target</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="questioning">
<xs:annotation>
<xs:documentation>intent is to ask a question about the target</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="replying">
<xs:annotation>
<xs:documentation>intent is to reply to a previous statement, either an annotation or another resource</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="tagging">
<xs:annotation>
<xs:documentation>intent is to associate a tag with the target</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.lexicographic.normalized.attributes">
<xs:attributeGroup ref="tei:tei_att.lexicographic.normalized.attribute.norm"/>
<xs:attributeGroup ref="tei:tei_att.lexicographic.normalized.attribute.orig"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.lexicographic.normalized.attribute.norm">
<xs:attribute name="norm" type="xs:string">
<xs:annotation>
<xs:documentation>(normalized) provides the normalized/standardized form of information present in the source text in a non-normalized form</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.lexicographic.normalized.attribute.orig">
<xs:attribute name="orig" type="xs:string">
<xs:annotation>
<xs:documentation>(original) 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="tei_att.linguistic.attributes">
<xs:attributeGroup ref="tei:tei_att.lexicographic.normalized.attributes"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attribute.lemma"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attribute.lemmaRef"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attribute.pos"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attribute.msd"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attribute.join"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.linguistic.attribute.lemma">
<xs:attribute name="lemma" type="xs:string">
<xs:annotation>
<xs:documentation>provides a lemma (base form) for the word, typically uninflected and serving both as an identifier (e.g. in dictionary contexts, as a headword), and as a basis for potential inflections.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.linguistic.attribute.lemmaRef">
<xs:attribute name="lemmaRef" type="xs:anyURI">
<xs:annotation>
<xs:documentation>provides a pointer to a definition of the lemma for the word, for example in an online lexicon.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.linguistic.attribute.pos">
<xs:attribute name="pos" type="xs:string">
<xs:annotation>
<xs:documentation>(part of speech) indicates the part of speech assigned to a token (i.e. information on whether it is a noun, adjective, or verb), usually according to some official reference vocabulary (e.g. for German: STTS, for English: CLAWS, for Polish: NKJP, etc.).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.linguistic.attribute.msd">
<xs:attribute name="msd" type="xs:string"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.linguistic.attribute.join">
<xs:attribute name="join">
<xs:annotation>
<xs:documentation>when present, it provides information on whether the token in question is adjacent to another, and if so, on which side. The definition of this attribute is adapted from ISO MAF (Morpho-syntactic Annotation Framework), ISO 24611:2012.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="no">
<xs:annotation>
<xs:documentation>(the token is not adjacent to another) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="left">
<xs:annotation>
<xs:documentation>(there is no whitespace on the left side of the token) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="right">
<xs:annotation>
<xs:documentation>(there is no whitespace on the right side of the token) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="both">
<xs:annotation>
<xs:documentation>(there is no whitespace on either side of the token) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="overlap">
<xs:annotation>
<xs:documentation>(the token overlaps with another; other devices (specifying the extent and the area of overlap) are needed to more precisely locate this token in the character stream) </xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.analytic.attributes">
<xs:attributeGroup ref="tei:tei_att.global.analytic.attribute.ana"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.global.analytic.attribute.ana">
<xs:attribute name="ana">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="s" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="cl" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(clause) represents a grammatical clause. [17.1. Linguistic Segment Categories]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="phr" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(phrase) represents a grammatical phrase. [17.1. Linguistic Segment Categories]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="w" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(word) represents a grammatical (not necessarily orthographic) word. [17.1. Linguistic Segment Categories 17.4.2. Lightweight Linguistic Annotation]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:seg"/>
<xs:element ref="tei:w"/>
<xs:element ref="tei:m"/>
<xs:element ref="tei:c"/>
<xs:element ref="tei:pc"/>
<xs:group ref="tei:tei_model.global"/>
<xs:group ref="tei:tei_model.hiLike"/>
<xs:group ref="tei:tei_model.pPart.edit"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="m" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(morpheme) represents a grammatical morpheme. [17.1. Linguistic Segment Categories]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:group ref="tei:tei_model.hiLike"/>
<xs:element ref="tei:seg"/>
<xs:element ref="tei:m"/>
<xs:element ref="tei:c"/>
<xs:group ref="tei:tei_model.global"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
<xs:attribute name="baseForm">
<xs:annotation>
<xs:documentation>supplies the morpheme's base form.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="c" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(character) represents a character. [17.1. Linguistic Segment Categories]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.xtext">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.notated.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="pc" substitutionGroup="tei:tei_model.segLike">
<xs:annotation>
<xs:documentation>(punctuation character) contains a character or string of characters regarded as constituting a single punctuation mark. [17.1.2. Below the Word Level 17.4.2. Lightweight Linguistic Annotation]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:tei_model.gLike"/>
<xs:element ref="tei:c"/>
<xs:group ref="tei:tei_model.pPart.edit"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.segLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attributeGroup ref="tei:tei_att.linguistic.attributes"/>
<xs:attribute name="force">
<xs:annotation>
<xs:documentation>indicates the extent to which this punctuation mark conventionally separates words or phrases</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="strong">
<xs:annotation>
<xs:documentation>the punctuation mark is a word separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="weak">
<xs:annotation>
<xs:documentation>the punctuation mark is not a word separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inter">
<xs:annotation>
<xs:documentation>the punctuation mark may or may not be a word separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="unit">
<xs:annotation>
<xs:documentation>provides a name for the kind of unit delimited by this punctuation mark.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="pre" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates whether this punctuation mark precedes or follows the unit it delimits.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="span">
<xs:annotation>
<xs:documentation>associates an interpretative annotation directly with a span of text. [17.3. Spans and Interpretations]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.phraseSeq.limited">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.interpLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.pointing.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
<xs:attribute name="from" type="xs:anyURI"/>
<xs:attribute name="to" type="xs:anyURI">
<xs:annotation>
<xs:documentation>gives the identifier of the node which is the end-point of the span of text being annotated.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="spanGrp">
<xs:annotation>
<xs:documentation>(span group) collects together span tags. [17.3. Spans and Interpretations]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:span"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.interpLike.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:group name="tei_model.fsdDeclPart">
<xs:choice>
<xs:element ref="tei:fsDecl"/>
<xs:element ref="tei:fLib"/>
<xs:element ref="tei:fvLib"/>
</xs:choice>
</xs:group>
<xs:element name="fsdDecl">
<xs:annotation>
<xs:documentation>(feature system declaration) provides a feature system declaration comprising one or more feature structure declarations or feature structure declaration links. [18.11. Feature System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.fsdDeclPart"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="fsDecl">
<xs:annotation>
<xs:documentation>(feature structure declaration) declares one type of feature structure. [18.11. Feature System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:fsDescr"/>
<xs:element maxOccurs="unbounded" ref="tei:fDecl"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>gives a name for the type of feature structure being declared.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="baseTypes">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:Name"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="fsDescr">
<xs:annotation>
<xs:documentation>(feature system description (in FSD)) describes in prose what is represented by the type of feature structure declared in the enclosing fsDecl. [18.11. Feature System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="fDecl">
<xs:annotation>
<xs:documentation>(feature declaration) declares a single feature, specifying its name, organization, range of allowed values, and optionally its default value. [18.11. Feature System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:fDescr"/>
<xs:element ref="tei:vRange"/>
<xs:element minOccurs="0" ref="tei:vDefault"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="name" use="required" type="xs:Name"/>
<xs:attribute name="optional" default="true" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates whether or not the value of this feature may be present.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="fDescr">
<xs:annotation>
<xs:documentation>(feature description (in FSD)) describes in prose what is represented by the feature being declared and its values. [18.11. Feature System Declaration]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.limitedContent">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="vRange">
<xs:complexType>
<xs:group ref="tei:tei_model.featureVal"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="vDefault">
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="tei:tei_model.featureVal"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="fs">
<xs:annotation>
<xs:documentation>(feature structure) represents a feature structure, that is, a collection of feature-value pairs organized as a structural unit. [18.2. Elementary Feature Structures and the Binary
Feature Value]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:f"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>specifies the type of the feature structure.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="feats">
<xs:annotation>
<xs:documentation>(features) references the feature-value specifications making up this feature structure.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:anyURI"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="f">
<xs:annotation>
<xs:documentation>(feature) represents a feature value specification, that is, the association of a name with a value of any of several different types. [18.2. Elementary Feature Structures and the Binary
Feature Value]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:group minOccurs="0" ref="tei:tei_model.featureVal"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attribute name="name" use="required" type="xs:Name">
<xs:annotation>
<xs:documentation>a single word which follows the rules defining a legal XML name (see ), providing a name for the feature.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="fVal" type="xs:anyURI">
<xs:annotation>
<xs:documentation>(feature value) references any element which can be used to represent the value of a feature.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="binary" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(binary value) represents the value part of a feature-value specification which can contain either of exactly two possible values. [18.2. Elementary Feature Structures and the Binary
Feature Value]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attribute name="value" use="required" type="xs:boolean">
<xs:annotation>
<xs:documentation>supplies a binary value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="symbol" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(symbolic value) represents the value part of a feature-value specification which contains one of a finite list of symbols. [18.3. Other Atomic Feature Values]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attribute name="value" use="required">
<xs:annotation>
<xs:documentation>supplies a symbolic value for the feature, one of a finite list that may be specified in a feature declaration.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="numeric" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(numeric value) represents the value part of a feature-value specification which contains a numeric value or range. [18.3. Other Atomic Feature Values]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
<xs:attribute name="value" use="required">
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="max">
<xs:annotation>
<xs:documentation>supplies an upper bound for the numeric value represented.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:double xs:decimal">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="trunc" type="xs:boolean">
<xs:annotation>
<xs:documentation>specifies whether the value represented should be truncated to give an integer value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="string" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(string value) represents the value part of a feature-value specification which contains a string. [18.3. Other Atomic Feature Values]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.xtext">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.datcat.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="vLabel" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(value label) represents the value part of a feature-value specification which appears at more than one point in a feature structure. [18.6. Re-entrant Feature Structures]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" ref="tei:tei_model.featureVal"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>supplies a name identifying the sharing point.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="vColl">
<xs:annotation>
<xs:documentation>(collection of values) represents the value part of a feature-value specification which contains multiple values organized as a set, bag, or list. [18.7. Collections as Complex Feature Values]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:fs"/>
<xs:element ref="tei:tei_model.featureVal.single"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="org">
<xs:annotation>
<xs:documentation>(organization) indicates organization of given value or values as set, bag or list.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="set">
<xs:annotation>
<xs:documentation>indicates that the given values are organized as a set.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bag">
<xs:annotation>
<xs:documentation>indicates that the given values are organized as a bag (multiset).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="list">
<xs:annotation>
<xs:documentation>indicates that the given values are organized as a list.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="default" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(default feature value) represents the value part of a feature-value specification which contains a defaulted value. [18.9. Default Values]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="vAlt" substitutionGroup="tei:tei_model.featureVal.single">
<xs:annotation>
<xs:documentation>(value alternation) represents the value part of a feature-value specification which contains a set of values, only one of which can be valid. [18.8.1. Alternation]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group ref="tei:tei_model.featureVal" minOccurs="2" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="fLib">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tei:f"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="fvLib">
<xs:annotation>
<xs:documentation>(feature-value library) assembles a library of reusable feature value elements (including complete feature structures). [18.4. Feature Libraries and Feature-Value Libraries]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:tei_model.featureVal"/>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="tei_att.gaijiProp.attributes">
<xs:attributeGroup ref="tei:tei_att.gaijiProp.attribute.name"/>
<xs:attributeGroup ref="tei:tei_att.gaijiProp.attribute.value"/>
<xs:attributeGroup ref="tei:tei_att.gaijiProp.attribute.version"/>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.gaijiProp.attribute.name">
<xs:attribute name="name" use="required" type="xs:NCName">
<xs:annotation>
<xs:documentation>provides the name of the character or glyph property being defined.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.gaijiProp.attribute.value">
<xs:attribute name="value" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>provides the value of the character or glyph property being defined.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="tei_att.gaijiProp.attribute.version">
<xs:attribute name="version">
<xs:annotation>
<xs:documentation>specifies the version number of the Unicode Standard in which this property name is defined.
Suggested values include: 1] 1.0.1; 2] 1.1; 3] 2.0; 4] 2.1; 5] 3.0; 6] 3.1; 7] 3.2; 8] 4.0; 9] 4.1; 10] 5.0; 11] 5.1; 12] 5.2; 13] 6.0; 14] 6.1; 15] 6.2; 16] 6.3; 17] 7.0; 18] 8.0; 19] 9.0; 20] 10.0; 21] 11.0; 22] 12.0; 23] 12.1; 24] unassigned</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="1.0.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="1.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="2.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="2.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="3.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="3.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="3.2">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="4.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="4.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="5.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="5.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="5.2">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="6.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="6.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="6.2">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="6.3">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="7.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="8.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="9.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="10.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="11.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="12.0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="12.1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unassigned">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:element name="g" substitutionGroup="tei:tei_model.gLike">
<xs:annotation>
<xs:documentation>(character or glyph) represents a glyph, or a non-standard character. [5. Characters, Glyphs, and Writing Modes]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="charDecl">
<xs:annotation>
<xs:documentation>(character declarations) provides information about nonstandard characters and glyphs. [5.2. Markup Constructs for Representation of Characters and Glyphs]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="tei:desc"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="tei:char"/>
<xs:element ref="tei:glyph"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="char">
<xs:annotation>
<xs:documentation>(character) provides descriptive information about a character. [5.2. Markup Constructs for Representation of Characters and Glyphs]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:charName"/>
<xs:element ref="tei:charProp"/>
<xs:element ref="tei:unicodeProp"/>
<xs:element ref="tei:unihanProp"/>
<xs:element ref="tei:localProp"/>
<xs:element ref="tei:mapping"/>
<xs:element ref="tei:figure"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.descLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="glyph">
<xs:annotation>
<xs:documentation>(character glyph) provides descriptive information about a character glyph. [5.2. Markup Constructs for Representation of Characters and Glyphs]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="tei:glyphName"/>
<xs:element ref="tei:charProp"/>
<xs:element ref="tei:unicodeProp"/>
<xs:element ref="tei:unihanProp"/>
<xs:element ref="tei:localProp"/>
<xs:element ref="tei:mapping"/>
<xs:element ref="tei:figure"/>
<xs:group ref="tei:tei_model.graphicLike"/>
<xs:group ref="tei:tei_model.noteLike"/>
<xs:group ref="tei:tei_model.descLike"/>
</xs:choice>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="localProp">
<xs:annotation>
<xs:documentation>(locally defined property) provides a locally defined character (or glyph) property. [5.2.1. Character Properties]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.gaijiProp.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="mapping">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.xtext">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="unihanProp">
<xs:annotation>
<xs:documentation>(unihan property) holds the name and value of a normative or informative Unihan character (or glyph) property as part of its attributes. [5.2.1. Character Properties]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.gaijiProp.attribute.version"/>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>specifies the normalized name of a unicode han database (Unihan) property</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="kZVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kAccountingNumeric">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kBigFive">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCCCII">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCNS1986">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCNS1992">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCangjie">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCantonese">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCheungBauer">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCheungBauerIndex">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCihaiT">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCompatibilityVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCowles">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kDaeJaweon">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kDefinition">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kEACC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kFenn">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kFennIndex">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kFourCornerCode">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kFrequency">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGB0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGB1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGB3">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGB5">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGB7">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGB8">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGSR">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kGradeLevel">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHDZRadBreak">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHKGlyph">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHKSCS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHanYu">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHangul">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHanyuPinlu">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kHanyuPinyin">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIBMJapan">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIICore">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRGDaeJaweon">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRGDaiKanwaZiten">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRGHanyuDaZidian">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRGKangXi">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_GSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_HSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_JSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_KPSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_KSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_MSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_TSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_USource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_VSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJIS0213">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJa">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJapaneseKun">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJapaneseOn">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJinmeiyoKanji">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJis0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJis1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kJoyoKanji">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKPS0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKPS1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKSC0">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKSC1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKangXi">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKarlgren">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKorean">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKoreanEducationHanja">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kKoreanName">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kLau">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kMainlandTelegraph">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kMandarin">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kMatthews">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kMeyerWempe">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kMorohashi">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kNelson">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kOtherNumeric">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kPhonetic">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kPrimaryNumeric">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kPseudoGB1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSAdobe_Japan1_6">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSJapanese">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSKanWa">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSKangXi">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSKorean">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSUnicode">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kSBGY">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kSemanticVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kSimplifiedVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kSpecializedSemanticVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kTGH">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kTaiwanTelegraph">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kTang">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kTotalStrokes">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kTraditionalVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kVietnamese">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kXHC1983">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kXerox">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value" use="required">
<xs:annotation>
<xs:documentation>specifies the value of a named Unihan property</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[^\p{C}\p{Z}]+"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="unicodeProp">
<xs:annotation>
<xs:documentation>(unicode property) provides a Unicode property for a character (or glyph). [5.2.1. Character Properties]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.gaijiProp.attribute.version"/>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>specifies the normalized name of a Unicode property.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Age">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AHex">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alpha">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Alphabetic">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ASCII_Hex_Digit">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_C">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_Class">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_Control">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_M">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_Mirrored">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_Mirroring_Glyph">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_Paired_Bracket">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bidi_Paired_Bracket_Type">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="blk">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Block">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bmg">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bpb">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bpt">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Canonical_Combining_Class">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case_Folding">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case_Ignorable">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cased">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ccc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CE">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="cf">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Changes_When_Casefolded">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Changes_When_Casemapped">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Changes_When_Lowercased">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Changes_When_NFKC_Casefolded">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Changes_When_Titlecased">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Changes_When_Uppercased">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CI">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Comp_Ex">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Composition_Exclusion">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CWCF">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CWCM">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CWKCF">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CWL">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CWT">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CWU">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dash">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Decomposition_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Decomposition_Type">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Default_Ignorable_Code_Point">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dep">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Deprecated">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DI">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dia">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Diacritic">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="dm">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="dt">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ea">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="East_Asian_Width">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EqUIdeo">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Equivalent_Unified_Ideograph">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expands_On_NFC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expands_On_NFD">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expands_On_NFKC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expands_On_NFKD">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ext">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Extender">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FC_NFKC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FC_NFKC_Closure">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Full_Composition_Exclusion">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="gc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GCB">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="General_Category">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gr_Base">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gr_Ext">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gr_Link">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Grapheme_Base">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Grapheme_Cluster_Break">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Grapheme_Extend">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Grapheme_Link">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hangul_Syllable_Type">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hex">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hex_Digit">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="hst">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hyphen">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ID_Continue">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ID_Start">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ideo">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ideographic">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDS_Binary_Operator">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDS_Trinary_Operator">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDSB">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDST">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Indic_Positional_Category">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Indic_Syllabic_Category">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="InPC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="InSC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="isc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ISO_Comment">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Jamo_Short_Name">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="jg">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Join_C">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Join_Control">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Joining_Group">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Joining_Type">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JSN">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="jt">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kAccountingNumeric">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kCompatibilityVariant">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIICore">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_GSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_HSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_JSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_KPSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_KSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_MSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_TSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_USource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kIRG_VSource">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kOtherNumeric">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kPrimaryNumeric">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kRSUnicode">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lb">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Line_Break">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOE">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Logical_Order_Exception">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lower">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lowercase">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lowercase_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Math">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="na">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="na1">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Name">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Name_Alias">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NChar">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFC_QC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFC_Quick_Check">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFD_QC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFD_Quick_Check">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFKC_Casefold">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFKC_CF">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFKC_QC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFKC_Quick_Check">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFKD_QC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NFKD_Quick_Check">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Noncharacter_Code_Point">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="nt">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Numeric_Type">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Numeric_Value">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="nv">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OAlpha">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ODI">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OGr_Ext">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OIDC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OIDS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OLower">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OMath">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_Alphabetic">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_Default_Ignorable_Code_Point">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_Grapheme_Extend">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_ID_Continue">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_ID_Start">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_Lowercase">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_Math">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other_Uppercase">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OUpper">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pat_Syn">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pat_WS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pattern_Syntax">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pattern_White_Space">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PCM">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Prepended_Concatenation_Mark">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="QMark">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Quotation_Mark">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Radical">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Regional_Indicator">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RI">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SB">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="sc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="scf">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Script">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Script_Extensions">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="scx">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SD">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sentence_Break">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sentence_Terminal">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Simple_Case_Folding">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Simple_Lowercase_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Simple_Titlecase_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Simple_Uppercase_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="slc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Soft_Dotted">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="stc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STerm">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="suc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="tc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Term">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Terminal_Punctuation">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Titlecase_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="uc">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UIdeo">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unicode_1_Name">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unified_Ideograph">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Upper">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Uppercase">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Uppercase_Mapping">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Variation_Selector">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vertical_Orientation">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="vo">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WB">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="White_Space">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Word_Break">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WSpace">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XID_Continue">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XID_Start">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XIDC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XIDS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XO_NFC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XO_NFD">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XO_NFKC">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XO_NFKD">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>specifies the value of a named Unicode property.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="value">
<xs:annotation>
<xs:documentation>contains a single value for some property, attribute, or other analysis. [5.2.1. Character Properties]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tei:tei_macro.xtext">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="unicodeName">
<xs:annotation>
<xs:documentation>(Unicode property name) contains the name of a registered Unicode normative or informative property. [5.2.1. Character Properties]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attribute name="version">
<xs:annotation>
<xs:documentation>specifies the version number of the Unicode Standard in which this property name is defined.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[\d]+(\.[\d]+){0,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="localName">
<xs:annotation>
<xs:documentation>(locally-defined property name) contains a locally defined name for some property. [5.2.1. Character Properties]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="glyphName">
<xs:annotation>
<xs:documentation>(character glyph name) contains the name of a glyph, expressed following Unicode conventions for character names. [5.2. Markup Constructs for Representation of Characters and Glyphs]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="charProp">
<xs:annotation>
<xs:documentation>(character property) provides a name and value for some property of the parent character or glyph. [5.2. Markup Constructs for Representation of Characters and Glyphs]</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="tei:unicodeName"/>
<xs:element ref="tei:localName"/>
</xs:choice>
<xs:element ref="tei:value"/>
</xs:sequence>
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
<xs:attributeGroup ref="tei:tei_att.typed.attributes"/>
</xs:complexType>
</xs:element>
<xs:element name="charName">
<xs:annotation>
<xs:documentation>(character name) contains the name of a character, expressed following Unicode conventions. [5.2. Markup Constructs for Representation of Characters and Glyphs]</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="tei:tei_att.global.attributes"/>
</xs:complexType>
</xs:element>
</xs:schema>