epi_doc_validator 0.1.0-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +7 -0
  2. data/.github/funding.yml +1 -0
  3. data/.github/workflows/test.yml +29 -0
  4. data/.gitignore +11 -0
  5. data/.rspec +3 -0
  6. data/.rubocop.yml +16 -0
  7. data/.tool-versions +1 -0
  8. data/CODE_OF_CONDUCT.md +76 -0
  9. data/Gemfile +10 -0
  10. data/Gemfile.lock +83 -0
  11. data/LICENSE +21 -0
  12. data/README.md +101 -0
  13. data/Rakefile +6 -0
  14. data/epi_doc_validator.gemspec +28 -0
  15. data/lib/epi_doc_validator.rb +5 -0
  16. data/lib/epi_doc_validator/errors.rb +7 -0
  17. data/lib/epi_doc_validator/sem_ver.rb +60 -0
  18. data/lib/epi_doc_validator/validator.rb +45 -0
  19. data/lib/epi_doc_validator/version.rb +3 -0
  20. data/vendor/schema/8-rc1/tei-epidoc.rng +515 -0
  21. data/vendor/schema/8.10/LICENSE.txt +17 -0
  22. data/vendor/schema/8.10/tei-epidoc.rng +12117 -0
  23. data/vendor/schema/8.11/LICENSE.txt +17 -0
  24. data/vendor/schema/8.11/tei-epidoc.rng +12138 -0
  25. data/vendor/schema/8.12/LICENSE.txt +17 -0
  26. data/vendor/schema/8.12/tei-epidoc.rng +12292 -0
  27. data/vendor/schema/8.13/LICENSE.txt +17 -0
  28. data/vendor/schema/8.13/tei-epidoc.rng +12594 -0
  29. data/vendor/schema/8.14/LICENSE.txt +17 -0
  30. data/vendor/schema/8.14/tei-epidoc.rng +11480 -0
  31. data/vendor/schema/8.15/LICENSE.txt +17 -0
  32. data/vendor/schema/8.15/tei-epidoc.rng +11511 -0
  33. data/vendor/schema/8.16/LICENSE.txt +17 -0
  34. data/vendor/schema/8.16/tei-epidoc.rng +11435 -0
  35. data/vendor/schema/8.17/LICENSE.txt +17 -0
  36. data/vendor/schema/8.17/tei-epidoc.rng +10909 -0
  37. data/vendor/schema/8.18/LICENSE.txt +17 -0
  38. data/vendor/schema/8.18/tei-epidoc.rng +10897 -0
  39. data/vendor/schema/8.19/LICENSE.txt +17 -0
  40. data/vendor/schema/8.19/tei-epidoc.rng +11139 -0
  41. data/vendor/schema/8.2/LICENSE.txt +17 -0
  42. data/vendor/schema/8.2/tei-epidoc.rng +531 -0
  43. data/vendor/schema/8.20/LICENSE.txt +17 -0
  44. data/vendor/schema/8.20/tei-epidoc.rng +11193 -0
  45. data/vendor/schema/8.21/LICENSE.txt +17 -0
  46. data/vendor/schema/8.21/tei-epidoc.rng +11397 -0
  47. data/vendor/schema/8.22/LICENSE.txt +17 -0
  48. data/vendor/schema/8.22/tei-epidoc.rng +12548 -0
  49. data/vendor/schema/8.23/LICENSE.txt +17 -0
  50. data/vendor/schema/8.23/tei-epidoc.rng +12585 -0
  51. data/vendor/schema/8.3/LICENSE.txt +17 -0
  52. data/vendor/schema/8.3/tei-epidoc.rng +11335 -0
  53. data/vendor/schema/8.4/LICENSE.txt +17 -0
  54. data/vendor/schema/8.4/tei-epidoc.rng +540 -0
  55. data/vendor/schema/8.5/LICENSE.txt +17 -0
  56. data/vendor/schema/8.5/tei-epidoc.rng +541 -0
  57. data/vendor/schema/8.6/LICENSE.txt +17 -0
  58. data/vendor/schema/8.6/tei-epidoc.rng +541 -0
  59. data/vendor/schema/8.7/LICENSE.txt +17 -0
  60. data/vendor/schema/8.7/tei-epidoc.rng +11379 -0
  61. data/vendor/schema/8.8/LICENSE.txt +17 -0
  62. data/vendor/schema/8.8/tei-epidoc.rng +11389 -0
  63. data/vendor/schema/8.9/LICENSE.txt +17 -0
  64. data/vendor/schema/8.9/tei-epidoc.rng +11387 -0
  65. data/vendor/schema/8/LICENSE.txt +17 -0
  66. data/vendor/schema/8/tei-epidoc.rng +516 -0
  67. data/vendor/schema/9.0/LICENSE.txt +17 -0
  68. data/vendor/schema/9.0/tei-epidoc.rng +12558 -0
  69. data/vendor/schema/9.1/LICENSE.txt +17 -0
  70. data/vendor/schema/9.1/tei-epidoc.rng +13293 -0
  71. data/vendor/schema/9.2/LICENSE.txt +17 -0
  72. data/vendor/schema/9.2/tei-epidoc.rng +14637 -0
  73. data/vendor/schema/dev/LICENSE.txt +17 -0
  74. data/vendor/schema/dev/tei-epidoc.rng +14637 -0
  75. data/vendor/schema/latest/LICENSE.txt +17 -0
  76. data/vendor/schema/latest/tei-epidoc.rng +14637 -0
  77. metadata +135 -0
@@ -0,0 +1,17 @@
1
+ *******************************************************************
2
+ * LICENSE.txt for schema *
3
+ *******************************************************************
4
+
5
+ This program is free software: you can redistribute it and/or modify
6
+ it under the terms of the GNU General Public License as published by
7
+ the Free Software Foundation, either version 3 of the License, or
8
+ (at your option) any later version.
9
+
10
+ This program is distributed in the hope that it will be useful,
11
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ GNU General Public License for more details.
14
+
15
+ You should have received a copy of the GNU General Public License
16
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
17
+
@@ -0,0 +1,541 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <rng:grammar xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"><!--
3
+ Schema generated from ODD source 2011-02-16T13:36:51-05:00.
4
+ Edition: 1.8.0. Last updated on November 5th 2010.
5
+
6
+ --><!----><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.paraContent"><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.inter"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.limitedContent"><zeroOrMore><choice><text/><rng:ref name="tei_model.limitedPhrase"/><rng:ref name="tei_model.inter"/></choice></zeroOrMore></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq"><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.phraseSeq.limited"><zeroOrMore><choice><text/><rng:ref name="tei_model.limitedPhrase"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.specialPara"><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.inter"/><rng:ref name="tei_model.divPart"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_macro.xtext"><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/></choice></zeroOrMore></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attributes"><rng:ref name="att.ascribed.attribute.who"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ascribed.attribute.who"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="who"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the person, or group of people, to whom the element content is ascribed.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attributes"><rng:ref name="att.canonical.attribute.key"/><rng:ref name="att.canonical.attribute.ref"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attribute.key"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="key"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides an externally-defined means of identifying the entity (or entities) being
7
+ named, using a coded value of some kind.</a:documentation><data type="string"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.canonical.attribute.ref"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ref"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference) provides an explicit means of locating a full definition for the entity being named by
8
+ means of one or more URIs.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attributes"><rng:ref name="att.ranging.attribute.atLeast"/><rng:ref name="att.ranging.attribute.atMost"/><rng:ref name="att.ranging.attribute.min"/><rng:ref name="att.ranging.attribute.max"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.atLeast"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="atLeast"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives a minimum estimated value for the approximate measurement.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.atMost"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="atMost"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives a maximum estimated value for the approximate measurement.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.min"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="min"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation
9
+ or a range, supplies the minimum value
10
+ observed.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.ranging.attribute.max"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="max"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation
11
+ or a range, supplies the maximum value
12
+ observed.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attributes"><rng:ref name="att.ranging.attributes"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.scope"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.precision"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="precision"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>low</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>medium</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>high</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.unit"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="unit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">names the unit used for the measurement
13
+ Suggested values include: 1] character; 2] line; 3] metre; 4] cm; 5] mm</a:documentation><choice><value>character</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>line</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>metre</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>cm</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>mm</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><data type="Name"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.quantity"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="quantity"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the length in the units specified</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.extent"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="extent"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the size of the object concerned using a project-specific vocabulary combining
14
+ quantity and units in a single string of words.
15
+ Suggested values include: 1] unknown</a:documentation><list><oneOrMore><choice><value>unknown</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.dimensions.attribute.scope"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scope"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation, specifies the applicability
16
+ of this measurement.
17
+ Sample values include: 1] all; 2] most; 3] range</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attributes"><rng:ref name="att.datable.w3c.attribute.period"/><rng:ref name="att.datable.w3c.attribute.when"/><rng:ref name="att.datable.w3c.attribute.notBefore"/><rng:ref name="att.datable.w3c.attribute.notAfter"/><rng:ref name="att.datable.w3c.attribute.from"/><rng:ref name="att.datable.w3c.attribute.to"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.period"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="period"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a pointer to some location defining a named
18
+ period of time within which the datable item is understood to
19
+ have occurred.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.when"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="when"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of the date or time in a standard form,
20
+ e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.notBefore"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="notBefore"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in
21
+ standard form, e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.notAfter"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="notAfter"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in
22
+ standard form, e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.from"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="from"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.w3c.attribute.to"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="to"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in standard
23
+ form, e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.attributes"><rng:ref name="att.datable.w3c.attributes"/><rng:ref name="att.datable.iso.attributes"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attributes"><rng:ref name="att.declarable.attribute.default"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declarable.attribute.default"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="default" a:defaultValue="false"><a:documentation>indicates whether or not this element is selected by default when
24
+ its parent is selected.</a:documentation><choice><value>true</value><a:documentation>This element is selected if its parent is selected</a:documentation><value>false</value><a:documentation>This element can only be selected explicitly, unless it is the
25
+ only one of its kind, in which case it is selected if its parent is selected.</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attributes"><rng:ref name="att.declaring.attribute.decls"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.declaring.attribute.decls"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="decls"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies one or more declarable elements within the
26
+ header, which are understood to apply to the element bearing this
27
+ attribute and its content.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attributes"><rng:ref name="att.metrical.attributes"/><rng:ref name="att.divLike.attribute.org"/><rng:ref name="att.divLike.attribute.sample"/><rng:ref name="att.divLike.attribute.part"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attribute.org"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="org" a:defaultValue="uniform"><a:documentation>(organization) specifies how the content of the division is organized.</a:documentation><choice><value>composite</value><a:documentation>composite content: i.e. no claim is made about the
28
+ sequence in which the immediate contents of this division
29
+ are to be processed, or their inter-relationships.</a:documentation><value>uniform</value><a:documentation>uniform content: i.e. the immediate contents of this
30
+ element are regarded as forming a logical unit, to be
31
+ processed in sequence.</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attribute.sample"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="sample" a:defaultValue="complete"><a:documentation>indicates whether this division is a sample of the
32
+ original source and if so, from which part.</a:documentation><choice><value>initial</value><a:documentation>division lacks material present at end in source.</a:documentation><value>medial</value><a:documentation>division lacks material at start and end.</a:documentation><value>final</value><a:documentation>division lacks material at start.</a:documentation><value>unknown</value><a:documentation>position of sampled material within original unknown.</a:documentation><value>complete</value><a:documentation>division is not a sample.</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.divLike.attribute.part"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="part" a:defaultValue="N"><a:documentation>specifies whether or not the division is fragmented by
33
+ some other structural element, for example a speech which is
34
+ divided between two or more verse stanzas.</a:documentation><choice><value>Y</value><a:documentation>(yes) the division is incomplete in some respect</a:documentation><value>N</value><a:documentation>(no) either the division is complete, or no claim is made as to its completeness.</a:documentation><value>I</value><a:documentation>(initial) the initial part of an incomplete division</a:documentation><value>M</value><a:documentation>(medial) a medial part of an incomplete division</a:documentation><value>F</value><a:documentation>(final) the final part of an incomplete division</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.docStatus.attributes"><rng:ref name="att.docStatus.attribute.status"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.docStatus.attribute.status"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="status" a:defaultValue="draft"><a:documentation>describes the status of a document either currently or, when
35
+ associated with a dated element, at the time indicated.
36
+ Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.responsibility.attributes"><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.responsibility.attribute.cert"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="cert"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>low</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>high</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.responsibility.attribute.resp"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="resp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsible party) indicates the agency responsible for the intervention or interpretation, for example an
37
+ editor or transcriber.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attributes"><rng:ref name="att.dimensions.attributes"/><rng:ref name="att.responsibility.attributes"/><rng:ref name="att.editLike.attribute.evidence"/><rng:ref name="att.editLike.attribute.source"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attribute.evidence"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="evidence"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the nature of the evidence supporting the reliability or accuracy of the
38
+ intervention or interpretation.
39
+ Suggested values include: 1] internal; 2] external; 3] conjecture</a:documentation><list><oneOrMore><choice><value>internal</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">there is internal evidence to support the intervention.</a:documentation><value>external</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">there is external evidence to support the intervention.</a:documentation><value>conjecture</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the intervention or interpretation has been made by the editor, cataloguer, or
40
+ scholar on the basis of their expertise.</a:documentation><data type="Name"/></choice></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.editLike.attribute.source"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="source"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a list of one or more pointers indicating sources
41
+ supporting the given intervention or interpretation.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attributes"><rng:ref name="att.global.linking.attributes"/><rng:ref name="att.global.analytic.attributes"/><rng:ref name="att.global.facs.attributes"/><rng:ref name="att.global.attribute.xmlid"/><rng:ref name="att.global.attribute.n"/><rng:ref name="att.global.attribute.xmllang"/><rng:ref name="att.global.attribute.rend"/><rng:ref name="att.global.attribute.rendition"/><rng:ref name="att.global.attribute.xmlbase"/><rng:ref name="att.global.attribute.xmlspace"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlid"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="xml:id"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) provides a unique identifier for the element bearing the attribute.</a:documentation><data type="ID"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.n"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="n"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number) gives a number (or other label) for an element, which is not necessarily unique within
42
+ the document.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmllang"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="xml:lang"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language) indicates the language of the element content using a tag generated
43
+ according to BCP 47</a:documentation><data type="language"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.rend"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="rend"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(rendition) indicates how the element in question was rendered or presented in the source text.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.rendition"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="rendition"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a description of the rendering or presentation used for this element in the
44
+ source text.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlbase"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="xml:base"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a base URI reference with which applications can resolve relative URI
45
+ references into absolute URI references.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.attribute.xmlspace"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="xml:space"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signals an intention about how white space should be
46
+ managed by applications. </a:documentation><choice><value>default</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the processor should treat white space according to the
47
+ default XML white space handling rules</a:documentation><value>preserve</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the processor should preserve unchanged any and all
48
+ white space in the source</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attributes"><rng:ref name="att.handFeatures.attribute.scribe"/><rng:ref name="att.handFeatures.attribute.scribeRef"/><rng:ref name="att.handFeatures.attribute.script"/><rng:ref name="att.handFeatures.attribute.scriptRef"/><rng:ref name="att.handFeatures.attribute.medium"/><rng:ref name="att.handFeatures.attribute.scope"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.scribe"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scribe"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives a name or other identifier for the scribe
49
+ believed to be responsible for this hand.</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.scribeRef"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scribeRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a full description of the scribe concerned, typically supplied by a person element
50
+ elsewhere in the description.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.script"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="script"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the particular script or writing style used by
51
+ this hand, for example secretary, copperplate, Chancery, Italian, etc.</a:documentation><list><oneOrMore><data type="Name"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.scriptRef"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scriptRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a full description of the script or writing style used by
52
+ this hand, typically supplied by a scriptNote element
53
+ elsewhere in the description.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.medium"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="medium"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the tint or type of ink, e.g. brown, or other
54
+ writing medium, e.g. pencil</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.handFeatures.attribute.scope"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scope"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how widely this hand is used in the manuscript.</a:documentation><choice><value>sole</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">only this hand is used throughout the manuscript</a:documentation><value>major</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">this hand is used through most of the manuscript</a:documentation><value>minor</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">this hand is used occasionally in the manuscript</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attributes"><rng:ref name="att.internetMedia.attribute.mimeType"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.internetMedia.attribute.mimeType"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="mimeType"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attributes"><rng:ref name="att.responsibility.attributes"/><rng:ref name="att.interpLike.attribute.type"/><rng:ref name="att.interpLike.attribute.inst"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attribute.type"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates what kind of phenomenon is being noted in the passage.
55
+ Sample values include: 1] image; 2] character; 3] theme; 4] allusion</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.interpLike.attribute.inst"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="inst"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(instances) points to instances of the analysis or interpretation represented
56
+ by the current element.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attributes"><rng:ref name="att.measurement.attribute.unit"/><rng:ref name="att.measurement.attribute.quantity"/><rng:ref name="att.measurement.attribute.commodity"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attribute.unit"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="unit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the units used for the measurement, usually
57
+ using the standard symbol for the desired units.
58
+ Suggested values include: 1] m (metre미터公尺mètremetrometro); 2] kg (kilogram킬로그램公斤kilogrammechilogrammokilogramo); 3] s (second초秒secondesecondosegundo); 4] Hz (hertz헤르츠赫茲hérzio); 5] Pa (pascal파스칼PascalPASCAL); 6] Ω (ohm옴歐姆ohmio); 7] L (litre리터公升litrolitro); 8] t (tonne톤公噸tonnellatatonelada); 9] ha (hectare헥타르公頃ettarohectárea); 10] Å (ångström옹스트롱埃格斯特朗 (單位)angstrom); 11] mL (millilitremillilitromililitro); 12] cm (centimetrecentimètrecentimetrocentímetro); 13] dB (decibel데시벨décibeldecibelio); 14] kbit (kilobit킬로비트); 15] Kibit (kibibit킬로바이비트); 16] kB (kilobytekilo-octet킬로바이트); 17] KiB (kibibytekibioctet킬로바이바이트); 18] MB (megabytemégaoctet메가바이트); 19] MiB (mebibyte메가바이바이트mébioctet)</a:documentation><choice><value>m</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(metre) SI base unit of length</a:documentation><value>kg</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kilogram) SI base unit of mass</a:documentation><value>s</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(second) SI base unit of time</a:documentation><value>Hz</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hertz) SI unit of frequency</a:documentation><value>Pa</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pascal) SI unit of pressure or stress</a:documentation><value>Ω</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(ohm) SI unit of electric resistance</a:documentation><value>L</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(litre) 1 dm³</a:documentation><value>t</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(tonne) 10³ kg</a:documentation><value>ha</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hectare) 1 hm²</a:documentation><value>Å</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(ångström) 10⁻¹⁰ m</a:documentation><value>mL</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(millilitre) </a:documentation><value>cm</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(centimetre) </a:documentation><value>dB</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(decibel) see remarks, below</a:documentation><value>kbit</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kilobit) 10³ or 1000 bits</a:documentation><value>Kibit</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kibibit) 2¹⁰ or 1024 bits</a:documentation><value>kB</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kilobyte) 10³ or 1000 bytes</a:documentation><value>KiB</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(kibibyte) 2¹⁰ or 1024 bytes</a:documentation><value>MB</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(megabyte) 10⁶ or 1 000 000 bytes</a:documentation><value>MiB</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(mebibyte) 2²⁰ or 1 048 576 bytes</a:documentation><data type="Name"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attribute.quantity"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="quantity"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of the specified units that
59
+ comprise the measurement</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.measurement.attribute.commodity"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="commodity"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the substance that is being measured</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attributes"><rng:ref name="att.canonical.attributes"/><rng:ref name="att.naming.attribute.role"/><rng:ref name="att.naming.attribute.nymRef"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attribute.role"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="role"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">may be used to specify further information about the entity referenced by
60
+ this name, for example the occupation of a person, or the status of a place. </a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.naming.attribute.nymRef"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="nymRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference to the canonical name) provides a means of locating the canonical form
61
+ (nym) of the names associated with the object
62
+ named by
63
+ the element bearing it.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attributes"><rng:ref name="att.placement.attribute.place"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.placement.attribute.place"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="place"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
64
+ Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6] overleaf; 7] above; 8] end; 9] inline; 10] inspace</a:documentation><list><oneOrMore><choice><value>below</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">below the line</a:documentation><value>bottom</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the foot of the page</a:documentation><value>margin</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in the margin (left, right, or both)</a:documentation><value>top</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the top of the page</a:documentation><value>opposite</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">on the opposite, i.e. facing, page</a:documentation><value>overleaf</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">on the other side of the leaf</a:documentation><value>above</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">above the line</a:documentation><value>end</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the end of e.g. chapter or volume.</a:documentation><value>inline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">within the body of the text.</a:documentation><value>inspace</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> in a predefined space, for example left by an earlier scribe.</a:documentation><data type="Name"/></choice></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attributes"><rng:ref name="att.typed.attribute.type"/><rng:ref name="att.typed.attribute.subtype"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attribute.type"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient
65
+ classification scheme or typology.</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.typed.attribute.subtype"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="subtype"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a sub-categorization of the element, if needed</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attributes"><rng:ref name="att.pointing.attribute.target"/><rng:ref name="att.pointing.attribute.evaluate"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attribute.target"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="target"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the destination of the reference by supplying one or more URI References</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.attribute.evaluate"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="evaluate"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the intended meaning when the target of a
66
+ pointer is itself a pointer.</a:documentation><choice><value>all</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">if the element pointed to is itself a pointer, then
67
+ the target of that pointer will be taken, and so on, until
68
+ an element is found which is not a pointer.</a:documentation><value>one</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">if the element pointed to is itself a pointer, then
69
+ its target (whether a pointer or not) is taken as the target
70
+ of this pointer.</a:documentation><value>none</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">no further evaluation of targets is carried out
71
+ beyond that needed to find the element specified in the
72
+ pointer's target.</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attributes"><rng:ref name="att.pointing.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.pointing.group.attribute.domains"/><rng:ref name="att.pointing.group.attribute.targFunc"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attribute.domains"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="domains"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">optionally specifies the identifiers of the elements
73
+ within which all elements indicated by the contents of this
74
+ element lie.</a:documentation><list><data type="anyURI"/><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.pointing.group.attribute.targFunc"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="targFunc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(target function) describes the function of each of the values of the
75
+ targets attribute of the enclosed link,
76
+ join, or alt tags.</a:documentation><list><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.scoping.attributes"><rng:ref name="att.scoping.attribute.target"/><rng:ref name="att.scoping.attribute.match"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.scoping.attribute.target"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="target"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points at one or several elements or sets of elements by
77
+ means of one or more
78
+ data pointers, using the URI syntax.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.scoping.attribute.match"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="match"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies an arbitrary XPath expression identifying a set
79
+ of nodes, selected within the context identified by the
80
+ target attribute if this is supplied, or within the
81
+ context of the element bearing this attribute if it is not.
82
+ </a:documentation><text/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attributes"><rng:ref name="att.metrical.attributes"/><rng:ref name="att.segLike.attribute.function"/><rng:ref name="att.segLike.attribute.part"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attribute.function"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="function"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the function of the segment.</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.segLike.attribute.part"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="part" a:defaultValue="N"><a:documentation>specifies whether or not the segment is fragmented by some other
83
+ structural element, for example a clause which is divided between two
84
+ or more sentences.</a:documentation><choice><value>Y</value><a:documentation>(yes) the segment is incomplete in some respect</a:documentation><value>N</value><a:documentation>(no) either the segment is complete, or no claim is made as to
85
+ its completeness</a:documentation><value>I</value><a:documentation>(initial) the initial part of an incomplete segment</a:documentation><value>M</value><a:documentation>(medial) a medial part of an incomplete segment</a:documentation><value>F</value><a:documentation>(final) the final part of an incomplete segment</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attributes"><rng:ref name="att.sourced.attribute.ed"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.sourced.attribute.ed"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ed"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition) supplies an arbitrary identifier for the source edition in which
86
+ the associated feature (for example, a page, column, or line
87
+ break) occurs at this point in the text.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attributes"><rng:ref name="att.spanning.attribute.spanTo"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.spanning.attribute.spanTo"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="spanTo"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the end of a span initiated by the element
88
+ bearing this attribute.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attributes"><rng:ref name="att.editLike.attributes"/><rng:ref name="att.transcriptional.attribute.hand"/><rng:ref name="att.transcriptional.attribute.status"/><rng:ref name="att.transcriptional.attribute.seq"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attribute.hand"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="hand"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signifies the hand of the agent which made the intervention.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attribute.status"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="status" a:defaultValue="unremarkable"><a:documentation>indicates the effect of the intervention, for example in
89
+ the case of a deletion, strikeouts
90
+ which include too much or too little text, or in the case of an
91
+ addition, an insertion which duplicates some of the text
92
+ already present.
93
+ Sample values include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart; 6] shortEnd; 7] partial; 8] unremarkable</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.transcriptional.attribute.seq"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="seq"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sequence) assigns a sequence number related to the order in which
94
+ the encoded features carrying this attribute are believed to have occurred.</a:documentation><data type="nonNegativeInteger"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attributes"><rng:ref name="att.translatable.attribute.version"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.translatable.attribute.version"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="version"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the version name or number of the source from
95
+ which the translated version was derived</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.nameLike.agent"><choice><rng:ref name="tei_name"/><rng:ref name="tei_orgName"/><rng:ref name="tei_persName"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.segLike"><choice><rng:ref name="tei_w"/><rng:ref name="tei_m"/><rng:ref name="tei_c"/><rng:ref name="tei_pc"/><rng:ref name="tei_seg"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.hiLike"><choice><rng:ref name="tei_hi"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.emphLike"><choice><rng:ref name="tei_foreign"/><rng:ref name="tei_emph"/><rng:ref name="tei_distinct"/><rng:ref name="tei_mentioned"/><rng:ref name="tei_soCalled"/><rng:ref name="tei_gloss"/><rng:ref name="tei_term"/><rng:ref name="tei_title"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.highlighted"><choice><rng:ref name="tei_model.hiLike"/><rng:ref name="tei_model.emphLike"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.dateLike"><choice><rng:ref name="tei_date"/><rng:ref name="tei_time"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.dimLike"><choice><rng:ref name="tei_height"/><rng:ref name="tei_depth"/><rng:ref name="tei_width"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.measureLike"><choice><rng:ref name="tei_num"/><rng:ref name="tei_measure"/><rng:ref name="tei_measureGrp"/><rng:ref name="tei_dim"/><rng:ref name="tei_height"/><rng:ref name="tei_depth"/><rng:ref name="tei_width"/><rng:ref name="tei_geo"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.egLike"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.graphicLike"><choice><rng:ref name="tei_graphic"/><rng:ref name="tei_binaryObject"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.offsetLike"><choice><rng:ref name="tei_offset"/><rng:ref name="tei_geogFeat"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pPart.msdesc"><choice><rng:ref name="tei_handShift"/><rng:ref name="tei_catchwords"/><rng:ref name="tei_dimensions"/><rng:ref name="tei_heraldry"/><rng:ref name="tei_locus"/><rng:ref name="tei_locusGrp"/><rng:ref name="tei_material"/><rng:ref name="tei_origDate"/><rng:ref name="tei_origPlace"/><rng:ref name="tei_secFol"/><rng:ref name="tei_signatures"/><rng:ref name="tei_stamp"/><rng:ref name="tei_watermark"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pPart.editorial"><choice><rng:ref name="tei_choice"/><rng:ref name="tei_abbr"/><rng:ref name="tei_expan"/><rng:ref name="tei_ex"/><rng:ref name="tei_am"/><rng:ref name="tei_subst"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pPart.transcriptional"><choice><rng:ref name="tei_sic"/><rng:ref name="tei_corr"/><rng:ref name="tei_reg"/><rng:ref name="tei_orig"/><rng:ref name="tei_add"/><rng:ref name="tei_del"/><rng:ref name="tei_unclear"/><rng:ref name="tei_supplied"/><rng:ref name="tei_surplus"/><rng:ref name="tei_app"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pPart.edit"><choice><rng:ref name="tei_model.pPart.editorial"/><rng:ref name="tei_model.pPart.transcriptional"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.ptrLike"><choice><rng:ref name="tei_ptr"/><rng:ref name="tei_ref"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.lPart"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.global.meta"><choice><rng:ref name="tei_index"/><rng:ref name="tei_interp"/><rng:ref name="tei_interpGrp"/><rng:ref name="tei_precision"/><rng:ref name="tei_certainty"/><rng:ref name="tei_link"/><rng:ref name="tei_linkGrp"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.milestoneLike"><choice><rng:ref name="tei_milestone"/><rng:ref name="tei_pb"/><rng:ref name="tei_lb"/><rng:ref name="tei_cb"/><rng:ref name="tei_gb"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.gLike"><choice><rng:ref name="tei_g"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.biblLike"><choice><rng:ref name="tei_bibl"/><rng:ref name="tei_biblStruct"/><rng:ref name="tei_biblFull"/><rng:ref name="tei_msDesc"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.headLike"><choice><rng:ref name="tei_head"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.labelLike"><choice><rng:ref name="tei_desc"/><rng:ref name="tei_label"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.listLike"><choice><rng:ref name="tei_list"/><rng:ref name="tei_listBibl"/><rng:ref name="tei_listOrg"/><rng:ref name="tei_listEvent"/><rng:ref name="tei_listPerson"/><rng:ref name="tei_listPlace"/><rng:ref name="tei_listNym"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.noteLike"><choice><rng:ref name="tei_note"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.lLike"><choice><rng:ref name="tei_l"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pLike"><choice><rng:ref name="tei_p"/><rng:ref name="tei_ab"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.stageLike"><choice><rng:ref name="tei_stage"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.entryPart"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.global.edit"><choice><rng:ref name="tei_gap"/><rng:ref name="tei_addSpan"/><rng:ref name="tei_delSpan"/><rng:ref name="tei_space"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divPart"><choice><rng:ref name="tei_model.lLike"/><rng:ref name="tei_model.pLike"/><rng:ref name="tei_lg"/><rng:ref name="tei_sp"/><rng:ref name="tei_floatingText"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.persStateLike"><choice><rng:ref name="tei_persName"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.persEventLike"><choice><rng:ref name="tei_event"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.personLike"><choice><rng:ref name="tei_org"/><rng:ref name="tei_person"/><rng:ref name="tei_personGrp"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.personPart"><choice><rng:ref name="tei_model.persStateLike"/><rng:ref name="tei_model.persEventLike"/><rng:ref name="tei_bibl"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeTraitLike"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeNamePart"><choice><rng:ref name="tei_placeName"/><rng:ref name="tei_region"/><rng:ref name="tei_settlement"/><rng:ref name="tei_geogName"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeNamePart_sequenceOptional"><optional><rng:ref name="tei_placeName"/></optional><optional><rng:ref name="tei_region"/></optional><optional><rng:ref name="tei_settlement"/></optional><optional><rng:ref name="tei_geogName"/></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeStateLike"><choice><rng:ref name="tei_model.placeNamePart"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeEventLike"><choice><rng:ref name="tei_event"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.publicationStmtPart"><choice><rng:ref name="tei_address"/><rng:ref name="tei_date"/><rng:ref name="tei_publisher"/><rng:ref name="tei_pubPlace"/><rng:ref name="tei_distributor"/><rng:ref name="tei_authority"/><rng:ref name="tei_idno"/><rng:ref name="tei_availability"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.glossLike"><choice><rng:ref name="tei_desc"/><rng:ref name="tei_gloss"/><rng:ref name="tei_precision"/><rng:ref name="tei_certainty"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.quoteLike"><choice><rng:ref name="tei_quote"/><rng:ref name="tei_cit"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.qLike"><choice><rng:ref name="tei_model.quoteLike"/><rng:ref name="tei_said"/><rng:ref name="tei_q"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.respLike"><choice><rng:ref name="tei_author"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/><rng:ref name="tei_meeting"/><rng:ref name="tei_sponsor"/><rng:ref name="tei_funder"/><rng:ref name="tei_principal"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divWrapper"><choice><rng:ref name="tei_meeting"/><rng:ref name="tei_dateline"/><rng:ref name="tei_epigraph"/><rng:ref name="tei_docAuthor"/><rng:ref name="tei_docDate"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divTopPart"><choice><rng:ref name="tei_model.headLike"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divTop"><choice><rng:ref name="tei_model.divWrapper"/><rng:ref name="tei_model.divTopPart"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pLike.front"><choice><rng:ref name="tei_head"/><rng:ref name="tei_epigraph"/><rng:ref name="tei_docTitle"/><rng:ref name="tei_docAuthor"/><rng:ref name="tei_docEdition"/><rng:ref name="tei_docImprint"/><rng:ref name="tei_docDate"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divBottomPart"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divBottom"><choice><rng:ref name="tei_model.divWrapper"/><rng:ref name="tei_model.divBottomPart"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.titlepagePart"><choice><rng:ref name="tei_graphic"/><rng:ref name="tei_binaryObject"/><rng:ref name="tei_epigraph"/><rng:ref name="tei_docTitle"/><rng:ref name="tei_docAuthor"/><rng:ref name="tei_docEdition"/><rng:ref name="tei_docImprint"/><rng:ref name="tei_docDate"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.msQuoteLike"><choice><rng:ref name="tei_title"/><rng:ref name="tei_colophon"/><rng:ref name="tei_explicit"/><rng:ref name="tei_finalRubric"/><rng:ref name="tei_incipit"/><rng:ref name="tei_rubric"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.msItemPart"><choice><rng:ref name="tei_model.quoteLike"/><rng:ref name="tei_model.respLike"/><rng:ref name="tei_model.msQuoteLike"/><rng:ref name="tei_bibl"/><rng:ref name="tei_listBibl"/><rng:ref name="tei_filiation"/><rng:ref name="tei_msItem"/><rng:ref name="tei_msItemStruct"/><rng:ref name="tei_textLang"/><rng:ref name="tei_decoNote"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.choicePart"><choice><rng:ref name="tei_sic"/><rng:ref name="tei_corr"/><rng:ref name="tei_reg"/><rng:ref name="tei_orig"/><rng:ref name="tei_unclear"/><rng:ref name="tei_abbr"/><rng:ref name="tei_expan"/><rng:ref name="tei_ex"/><rng:ref name="tei_am"/><rng:ref name="tei_seg"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.imprintPart"><choice><rng:ref name="tei_publisher"/><rng:ref name="tei_biblScope"/><rng:ref name="tei_pubPlace"/><rng:ref name="tei_distributor"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.catDescPart"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.physDescPart_sequenceOptional"><optional><rng:ref name="tei_objectDesc"/></optional><optional><rng:ref name="tei_handDesc"/></optional><optional><rng:ref name="tei_typeDesc"/></optional><optional><rng:ref name="tei_scriptDesc"/></optional><optional><rng:ref name="tei_musicNotation"/></optional><optional><rng:ref name="tei_decoDesc"/></optional><optional><rng:ref name="tei_additions"/></optional><optional><rng:ref name="tei_bindingDesc"/></optional><optional><rng:ref name="tei_sealDesc"/></optional><optional><rng:ref name="tei_accMat"/></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.addressLike"><choice><rng:ref name="tei_email"/><rng:ref name="tei_address"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.nameLike"><choice><rng:ref name="tei_model.nameLike.agent"/><rng:ref name="tei_model.offsetLike"/><rng:ref name="tei_model.placeStateLike"/><rng:ref name="tei_rs"/><rng:ref name="tei_idno"/><rng:ref name="tei_model.persNamePart"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.global"><choice><rng:ref name="tei_model.global.meta"/><rng:ref name="tei_model.milestoneLike"/><rng:ref name="tei_model.noteLike"/><rng:ref name="tei_model.global.edit"/><rng:ref name="tei_figure"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.biblPart"><choice><rng:ref name="tei_model.respLike"/><rng:ref name="tei_model.imprintPart"/><rng:ref name="tei_series"/><rng:ref name="tei_relatedItem"/><rng:ref name="tei_edition"/><rng:ref name="tei_extent"/><rng:ref name="tei_msIdentifier"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.frontPart"><choice><rng:ref name="tei_divGen"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.addrPart"><choice><rng:ref name="tei_model.nameLike"/><rng:ref name="tei_addrLine"/><rng:ref name="tei_street"/><rng:ref name="tei_postCode"/><rng:ref name="tei_postBox"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.pPart.data"><choice><rng:ref name="tei_model.dateLike"/><rng:ref name="tei_model.measureLike"/><rng:ref name="tei_model.addressLike"/><rng:ref name="tei_model.nameLike"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.inter"><choice><rng:ref name="tei_model.egLike"/><rng:ref name="tei_model.biblLike"/><rng:ref name="tei_model.labelLike"/><rng:ref name="tei_model.listLike"/><rng:ref name="tei_model.stageLike"/><rng:ref name="tei_model.qLike"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.common"><choice><rng:ref name="tei_model.divPart"/><rng:ref name="tei_model.inter"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.phrase"><choice><rng:ref name="tei_model.segLike"/><rng:ref name="tei_model.highlighted"/><rng:ref name="tei_model.graphicLike"/><rng:ref name="tei_model.pPart.msdesc"/><rng:ref name="tei_model.pPart.edit"/><rng:ref name="tei_model.ptrLike"/><rng:ref name="tei_model.lPart"/><rng:ref name="tei_model.pPart.data"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.limitedPhrase"><choice><rng:ref name="tei_model.emphLike"/><rng:ref name="tei_model.pPart.msdesc"/><rng:ref name="tei_model.pPart.editorial"/><rng:ref name="tei_model.ptrLike"/><rng:ref name="tei_model.pPart.data"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divLike"><choice><rng:ref name="tei_div"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.divGenLike"><choice><rng:ref name="tei_divGen"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.div1Like"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.applicationLike"><choice><rng:ref name="tei_application"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.teiHeaderPart"><choice><rng:ref name="tei_encodingDesc"/><rng:ref name="tei_profileDesc"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.sourceDescPart"><notAllowed/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.encodingDescPart"><choice><rng:ref name="tei_projectDesc"/><rng:ref name="tei_samplingDecl"/><rng:ref name="tei_editorialDecl"/><rng:ref name="tei_tagsDecl"/><rng:ref name="tei_refsDecl"/><rng:ref name="tei_classDecl"/><rng:ref name="tei_appInfo"/><rng:ref name="tei_geoDecl"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.editorialDeclPart"><choice><rng:ref name="tei_correction"/><rng:ref name="tei_normalization"/><rng:ref name="tei_quotation"/><rng:ref name="tei_hyphenation"/><rng:ref name="tei_segmentation"/><rng:ref name="tei_stdVals"/><rng:ref name="tei_interpretation"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.profileDescPart"><choice><rng:ref name="tei_creation"/><rng:ref name="tei_langUsage"/><rng:ref name="tei_textClass"/><rng:ref name="tei_handNotes"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.resourceLike"><choice><rng:ref name="tei_facsimile"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attributes"><rng:ref name="att.naming.attributes"/><rng:ref name="att.personal.attribute.full"/><rng:ref name="att.personal.attribute.sort"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attribute.full"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="full" a:defaultValue="yes"><a:documentation>indicates whether the name component is given in full, as an
96
+ abbreviation or simply as an initial.</a:documentation><choice><value>yes</value><a:documentation>the name component is spelled out in full.</a:documentation><value>abb</value><a:documentation>(abbreviated) the name component is given in an abbreviated form.</a:documentation><value>init</value><a:documentation>(initial letter) the name component is indicated only by
97
+ one initial.</a:documentation></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.personal.attribute.sort"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="sort"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sort order of the name component in relation
98
+ to others within the personal name.</a:documentation><data type="nonNegativeInteger"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.placeLike"><choice><rng:ref name="tei_place"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_p"><element name="p"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(paragraph) marks paragraphs in prose.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_foreign"><element name="foreign"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foreign) identifies a word or phrase as belonging to some language other than that of the
99
+ surrounding text. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_emph"><element name="emph"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(emphasized) marks words or phrases which are stressed or emphasized for
100
+ linguistic or rhetorical effect.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_hi"><element name="hi"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(highlighted) marks a word or phrase as graphically distinct from the
101
+ surrounding text, for reasons concerning which no claim is
102
+ made. </a:documentation><rng:ref name="tei_macro.paraContent"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="rend"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
103
+ Suggested values include: 1] acute; 2] apex; 3] asper; 4] circumflex; 5] diaeresis; 6] grave; 7] intraline; 8] italic; 9] lenis; 10] ligature; 11] normal; 12] reversed; 13] sling-above; 14] sling-below; 15] subscript; 16] superscript; 17] supraline; 18] supraline-underline; 19] tall; 20] underline</a:documentation><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Sorry, unable to create schema that uses actual counts minOccurs=1 and maxOccurs=5; approximating to minOccurs=1 and maxOccurs=unbounded.</a:documentation><list><choice><value>acute</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient acute (oxia, tonos) diacritic</a:documentation><value>apex</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>asper</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient asper (rough breathing) diacritic</a:documentation><value>circumflex</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient circumflex (perispomeni) diacritic</a:documentation><value>diaeresis</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient diaeresis</a:documentation><value>grave</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient grave (varia) diacritic</a:documentation><value>intraline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters scored or struck through at the mid-line level</a:documentation><value>italic</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>lenis</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient lenis (smooth breathing) diacritic</a:documentation><value>ligature</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">two (or more) letters ligatured, monogrammed, or therwise joined</a:documentation><value>normal</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>reversed</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>sling-above</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>sling-below</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>subscript</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters written lower than the surrounding text</a:documentation><value>superscript</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters written higher than the surrounding text</a:documentation><value>supraline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters written with a supralinear line above (e.g. for
104
+ abbreviation or numerals)</a:documentation><value>supraline-underline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">DEPRECATED: use supraline and underline in combination</a:documentation><value>tall</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Letter(s) taller than those around it, e.g. I-longa</a:documentation><value>underline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">text written with solid line beneath</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice><zeroOrMore><choice><value>acute</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient acute (oxia, tonos) diacritic</a:documentation><value>apex</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>asper</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient asper (rough breathing) diacritic</a:documentation><value>circumflex</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient circumflex (perispomeni) diacritic</a:documentation><value>diaeresis</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient diaeresis</a:documentation><value>grave</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient grave (varia) diacritic</a:documentation><value>intraline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters scored or struck through at the mid-line level</a:documentation><value>italic</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>lenis</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ancient lenis (smooth breathing) diacritic</a:documentation><value>ligature</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">two (or more) letters ligatured, monogrammed, or therwise joined</a:documentation><value>normal</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>reversed</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>sling-above</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>sling-below</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>subscript</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters written lower than the surrounding text</a:documentation><value>superscript</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters written higher than the surrounding text</a:documentation><value>supraline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characters written with a supralinear line above (e.g. for
105
+ abbreviation or numerals)</a:documentation><value>supraline-underline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">DEPRECATED: use supraline and underline in combination</a:documentation><value>tall</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Letter(s) taller than those around it, e.g. I-longa</a:documentation><value>underline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">text written with solid line beneath</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice></zeroOrMore></list></attribute><rng:ref name="att.global.attribute.xmlid"/><rng:ref name="att.global.attribute.n"/><rng:ref name="att.global.attribute.xmllang"/><rng:ref name="att.global.attribute.rendition"/><rng:ref name="att.global.attribute.xmlbase"/><rng:ref name="att.global.attribute.xmlspace"/><rng:ref name="att.global.linking.attributes"/><rng:ref name="att.global.analytic.attributes"/><rng:ref name="att.global.facs.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_distinct"><element name="distinct"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies any word or phrase which is regarded as linguistically distinct, for example as
106
+ archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sublanguage or register to which the word or phrase is being
107
+ assigned</a:documentation><data type="Name"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="time"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how the phrase is distinct diachronically</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="space"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how the phrase is distinct diatopically</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="social"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies how the phrase is distinct diastatically</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_said"><element name="said"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(speech or thought) indicates passages thought or spoken aloud, whether explicitly indicated in the source or
108
+ not, whether directly or indirectly reported, whether by real people or fictional characters.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.ascribed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="aloud" a:defaultValue="unknown"><a:documentation>may be used to indicate whether the quoted matter is regarded as having been vocalized
109
+ or signed.</a:documentation><choice><data type="boolean"/><value>unknown</value><value>inapplicable</value></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="direct" a:defaultValue="true"><a:documentation>may be used to indicate whether the quoted matter is regarded as direct or indirect
110
+ speech.</a:documentation><choice><data type="boolean"/><value>unknown</value><value>inapplicable</value></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_quote"><element name="quote"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quotation) contains a phrase or passage attributed by the narrator or author to some agency external
111
+ to the text.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.msExcerpt.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_q"><element name="q"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(separated from the surrounding text with quotation marks) contains material which is marked as (ostensibly) being somehow different than the
112
+ surrounding text, for any one of a variety of reasons including, but not limited to: direct
113
+ speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and
114
+ passages that are mentioned but not used.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.ascribed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">may be used to indicate whether the offset passage is spoken or thought, or to
115
+ characterize it more finely.
116
+ Suggested values include: 1] spoken; 2] thought; 3] written; 4] soCalled; 5] foreign (foreign wordspalabras extranjerasmots étrangersparole straniere); 6] distinct (linguistically distinctlingüisticamente distintolinguistiquement distinctlinguisticamente distinto); 7] term (technical termtérmino técnicoterme techniquetermine tecnico); 8] emph (rhetorically emphasizedénfasis retóricomis en valeur par un procédé rhétorique.retoricamente marcato); 9] mentioned</a:documentation><choice><value>spoken</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">representation of speech</a:documentation><value>thought</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">representation of thought, e.g. internal monologue</a:documentation><value>written</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">quotation from a written source</a:documentation><value>soCalled</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">authorial distance</a:documentation><value>foreign</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foreign words) </a:documentation><value>distinct</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(linguistically distinct) </a:documentation><value>term</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(technical term) </a:documentation><value>emph</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(rhetorically emphasized) </a:documentation><value>mentioned</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">refering to itself, not its normal referant</a:documentation><data type="Name"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cit"><element name="cit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited quotation) contains a quotation from some other document, together with a bibliographic reference to
117
+ its source. In a dictionary it may contain an example text with at least one occurrence of the
118
+ word form, used in the sense being described, or a translation of the headword, or an example. </a:documentation><oneOrMore><choice><rng:ref name="tei_model.qLike"/><rng:ref name="tei_model.egLike"/><rng:ref name="tei_model.biblLike"/><rng:ref name="tei_model.ptrLike"/><rng:ref name="tei_model.global"/><rng:ref name="tei_model.entryPart"/></choice></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_mentioned"><element name="mentioned"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks words or phrases mentioned, not used.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_soCalled"><element name="soCalled"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase for which the author or narrator indicates a disclaiming of
119
+ responsibility, for example by the use of scare quotes or italics.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_desc"><element name="desc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description) contains a brief description of the object documented by its parent element, including its
120
+ intended usage, purpose, or application where this is appropriate.</a:documentation><rng:ref name="tei_macro.limitedContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.translatable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_gloss"><element name="gloss"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a phrase or word used to provide a gloss or definition for some other word or
121
+ phrase.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><rng:ref name="att.translatable.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.pointing.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="cRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical reference) identifies the associated term element using a canonical reference from a
122
+ scheme defined in a refsDecl element in the TEI header</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_term"><element name="term"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a single-word, multi-word, or symbolic designation which is regarded as a technical
123
+ term.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><rng:ref name="att.pointing.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.canonical.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="cRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the associated gloss element using a canonical reference from a
124
+ scheme defined in a refsDecl element in the TEI header</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="sortKey"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the sort key for this term in an index.</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sic"><element name="sic"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(latin for thus or so) contains text reproduced although apparently incorrect or inaccurate.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_corr"><element name="corr"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(correction) contains the correct form of a passage apparently erroneous in the copy text.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_choice"><element name="choice"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a number of alternative encodings for the same point in
125
+ a text.</a:documentation><zeroOrMore><choice><rng:ref name="tei_model.choicePart"/><rng:ref name="tei_choice"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_reg"><element name="reg"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(regularization) contains a reading which has been regularized or normalized in some sense.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_orig"><element name="orig"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(original form) contains a reading which is marked as following the original, rather than being normalized
126
+ or corrected.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_gap"><element name="gap"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(gap) indicates a point where material has been omitted in a transcription, whether for editorial
127
+ reasons described in the TEI header, as part of sampling practice, or because the material is
128
+ illegible, invisible, or inaudible.</a:documentation><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="reason"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>lost</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text completely lost from the surface and
129
+ unrecoverable</a:documentation><value>illegible</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Traces of text remains on the surface but cannot be
130
+ interpreted</a:documentation><value>omitted</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text erroneously omitted from the surface by the
131
+ scribe/cutter</a:documentation><value>ellipsis</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text omitted from the edition by the editor, for whatever
132
+ reason (brevity, context, language, etc.)</a:documentation></choice></attribute><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="hand"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in the case of text omitted from the transcription because of deliberate deletion by an
133
+ identifiable hand, signifies the hand which made the deletion.</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="agent"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">In the case of text omitted because of damage, categorizes the cause of the damage, if
134
+ it can be identified.
135
+ Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation><data type="Name"/></attribute></optional><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_add"><element name="add"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(addition) contains letters, words, or phrases inserted in the text by an
136
+ author, scribe, annotator, or corrector.</a:documentation><rng:ref name="tei_macro.paraContent"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="place"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>above</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>below</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>bottom</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>inline</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>interlinear</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>left</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>margin</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>mixed</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>opposite</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>overleaf</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>overstrike</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>right</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>top</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><value>unspecified</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/></choice></attribute></optional><rng:ref name="att.global.attributes"/><rng:ref name="att.transcriptional.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_del"><element name="del"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as
137
+ superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.transcriptional.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_unclear"><element name="unclear"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word, phrase, or passage which cannot be transcribed with certainty because it
138
+ is illegible or inaudible in the source.</a:documentation><rng:ref name="tei_macro.xtext"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="reason"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates why the material is hard to transcribe.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="hand"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the difficulty in transcription arises from action (partial deletion, etc.)
139
+ assignable to an identifiable hand, signifies the hand responsible for the action.</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="agent"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the difficulty in transcription arises from damage, categorizes the cause of
140
+ the damage, if it can be identified.
141
+ Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation><data type="Name"/></attribute></optional><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_name"><element name="name"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(name, proper noun) contains a proper noun or noun phrase.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rs"><element name="rs"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(referencing string) contains a general purpose name or referring string.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates more specifically the object referred to by the referencing string.
142
+ Values might include person, place, ship,
143
+ element etc.</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_email"><element name="email"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(electronic mail address) contains an e-mail address identifying a location to which
144
+ e-mail messages can be delivered.
145
+ </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_address"><element name="address"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a postal address, for example of a
146
+ publisher, an organization, or an individual.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><oneOrMore><group><rng:ref name="tei_model.addrPart"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_addrLine"><element name="addrLine"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(address line) contains one line of a postal address.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_street"><element name="street"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a full street address including any name or number identifying a
147
+ building as well as the name of the street or route on which it is
148
+ located.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_postCode"><element name="postCode"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify
149
+ sorting or delivery of mail. </a:documentation><text/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_postBox"><element name="postBox"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(postal box or post office box) contains a number or other identifier for some postal delivery point other than a street
150
+ address. </a:documentation><text/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_num"><element name="num"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number) contains a number, written in any form.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.ranging.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the type of numeric value.
151
+ Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage</a:documentation><choice><value>cardinal</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">absolute number, e.g. 21, 21.5</a:documentation><value>ordinal</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ordinal number, e.g. 21st</a:documentation><value>fraction</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">fraction, e.g. one half or three-quarters</a:documentation><value>percentage</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a percentage</a:documentation><data type="Name"/></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="value"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of the number in standard form.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_measure"><element name="measure"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase referring to some quantity of an object or commodity, usually
152
+ comprising a number, a unit, and a commodity name.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.measurement.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the type of measurement in any convenient typology.</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_measureGrp"><element name="measureGrp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(measure group) contains a group of dimensional specifications which relate to the same object, for example
153
+ the height and width of a manuscript page.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.measureLike"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.measurement.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_date"><element name="date"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a date in any format.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="calendar"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the system or calendar to which the date represented by the content of this
154
+ element belongs.
155
+ Suggested values include: 1] Gregorian; 2] Julian; 3] Islamic; 4] Hebrew; 5] Revolutionary; 6] Iranian; 7] Coptic; 8] Chinese</a:documentation><choice><value>Gregorian</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Gregorian calendar</a:documentation><value>Julian</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Julian calendar</a:documentation><value>Islamic</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Islamic or Muslim (hijri) lunar calendar</a:documentation><value>Hebrew</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Hebrew or Jewish lunisolar calendar</a:documentation><value>Revolutionary</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">French Revolutionary calendar</a:documentation><value>Iranian</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Iranian or Persian (Jalaali) solar calendar</a:documentation><value>Coptic</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Coptic or Alexandrian calendar</a:documentation><value>Chinese</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Chinese lunisolar calendar</a:documentation><data type="Name"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_time"><element name="time"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a phrase defining a time of day in any format.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_abbr"><element name="abbr"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(abbreviation) contains an abbreviation of any sort.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">allows the encoder to classify the abbreviation according to some convenient
156
+ typology.
157
+ Sample values include: 1] suspension; 2] contraction; 3] brevigraph; 4] superscription; 5] acronym; 6] title; 7] organization; 8] geographic</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_expan"><element name="expan"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(expansion) contains the expansion of an abbreviation.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ptr"><element name="ptr"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pointer) defines a pointer to another location.</a:documentation><empty/><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="ptr-constraint-ptrAtts"><rule context="tei:ptr"><report test="@target and @cRef">Only one of the
158
+ attributes 'target' and 'cRef' may be supplied.</report></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.pointing.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declaring.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="cRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical reference) specifies the destination of the pointer by supplying a canonical reference from a
159
+ scheme defined in a refsDecl element in the TEI header</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ref"><element name="ref"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference) defines a reference to another location, possibly modified by additional text or comment.</a:documentation><rng:ref name="tei_macro.paraContent"/><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="ref-constraint-refAtts"><rule context="tei:ref"><report test="@target and @cRef">Only one of the
160
+ attributes 'target' and 'cRef' may be supplied.</report></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.pointing.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declaring.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="cRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical reference) specifies the destination of the reference by supplying a canonical reference from a
161
+ scheme defined in a refsDecl element in the TEI header</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_list"><element name="list"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list) contains any sequence of items organized as a list.</a:documentation><group><zeroOrMore><choice><group><rng:ref name="tei_model.divTop"/></group><group><rng:ref name="tei_model.global"/></group></choice></zeroOrMore><choice><oneOrMore><rng:ref name="tei_item"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore><group><optional><rng:ref name="tei_headLabel"/></optional><optional><rng:ref name="tei_headItem"/></optional><oneOrMore><rng:ref name="tei_label"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><rng:ref name="tei_item"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore></group></choice><zeroOrMore><group><group><rng:ref name="tei_model.divBottom"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></group></zeroOrMore></group><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="type" a:defaultValue="simple"><a:documentation>describes the form of the list.
162
+ Suggested values include: 1] ordered; 2] bulleted; 3] simple; 4] gloss</a:documentation><choice><value>ordered</value><a:documentation>list items are numbered or lettered. </a:documentation><value>bulleted</value><a:documentation>list items are marked with a bullet or other typographic device. </a:documentation><value>simple</value><a:documentation>list items are not numbered or bulleted. </a:documentation><value>gloss</value><a:documentation>each list item glosses some term or concept, which is given by a label element
163
+ preceding the list item.</a:documentation><data type="Name"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_item"><element name="item"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains one component of a list.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_label"><element name="label"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the label associated with an item in a list; in glossaries, marks the term being
164
+ defined.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_head"><element name="head"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading) contains any type of heading, for example the title of a section, or the heading of a list,
165
+ glossary, manuscript description, etc.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_headLabel"><element name="headLabel"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading for list labels) contains the heading for the label or term column in a glossary list or similar structured
166
+ list.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_headItem"><element name="headItem"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading for list items) contains the heading for the item or gloss column in a glossary list or similar structured
167
+ list.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_note"><element name="note"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a note or annotation.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.placement.attributes"/><rng:ref name="att.pointing.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="anchored" a:defaultValue="true"><a:documentation>indicates whether the copy text shows the exact place of reference for the note.</a:documentation><choice><data type="boolean"/></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="targetEnd"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the end of the span to which the note is attached, if the note is not embedded
168
+ in the text at that point.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_index"><element name="index"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(index entry) marks a location to be indexed for whatever purpose.</a:documentation><zeroOrMore><group><rng:ref name="tei_term"/><optional><rng:ref name="tei_index"/></optional></group></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.spanning.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="indexName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a name to specify which index (of several) the index entry belongs to.</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_graphic"><element name="graphic"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of an inline graphic, illustration, or figure.</a:documentation><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.internetMedia.attributes"/><rng:ref name="att.declaring.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="width"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The display width of the image</a:documentation><data type="token"><param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="height"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The display height of the image</a:documentation><data type="token"><param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scale"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A scale factor to be applied to the image to make it the desired display size</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="url"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(uniform resource locator) A URL which refers to the image itself.</a:documentation><data type="anyURI"/></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_binaryObject"><element name="binaryObject"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides encoded binary data representing an inline graphic or other object.</a:documentation><text/><rng:ref name="att.global.attributes"/><rng:ref name="att.internetMedia.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="width"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The display width of the object</a:documentation><data type="token"><param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="height"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The display height of the object</a:documentation><data type="token"><param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scale"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A scale factor to be applied to the object to make it the desired display size</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="encoding"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The encoding used to encode the binary data. If not specified, this is assumed to be
169
+ Base64.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_milestone"><element name="milestone"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks a boundary point separating any kind of section of a text, typically but not
170
+ necessarily indicating a point at which some part of a standard reference system changes, where
171
+ the change is not represented by a structural element.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.sourced.attributes"/><rng:ref name="att.spanning.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="unit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a conventional name for the kind of section changing at this milestone.
172
+ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] speaker; 8] stanza; 9] act; 10] scene; 11] section; 12] absent; 13] unnumbered</a:documentation><choice><value>page</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">physical page breaks (synonymous with the pb element).</a:documentation><value>column</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">column breaks.</a:documentation><value>line</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">line breaks (synonymous with the lb element).</a:documentation><value>book</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">any units termed book, liber, etc.</a:documentation><value>poem</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">individual poems in a collection.</a:documentation><value>canto</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">cantos or other major sections of a poem.</a:documentation><value>speaker</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">changes of speaker or narrator.</a:documentation><value>stanza</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">stanzas within a poem, book, or canto.</a:documentation><value>act</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">acts within a play.</a:documentation><value>scene</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">scenes within a play or act.</a:documentation><value>section</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">sections of any kind.</a:documentation><value>absent</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">passages not present in the reference edition.</a:documentation><value>unnumbered</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">passages present in the text, but not to be included as part of the reference.</a:documentation><data type="Name"/></choice></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_pb"><element name="pb"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(page break) marks the boundary between one page of a text and the next in a standard reference system.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.sourced.attributes"/><rng:ref name="att.spanning.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_lb"><element name="lb"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line break) Line-beginning: marks the start of each line of the text, including the
173
+ first</a:documentation><empty/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>inWord</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">this line-beginning appears inside a word, i.e. would be
174
+ hyphenated in a printed text</a:documentation></choice></attribute></optional><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attribute.subtype"/><rng:ref name="att.sourced.attributes"/><rng:ref name="att.spanning.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cb"><element name="cb"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(column break) marks the boundary between one column of a text and the next
175
+ in a standard reference system.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.sourced.attributes"/><rng:ref name="att.spanning.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_analytic"><element name="analytic"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published
176
+ within a monograph or journal and not as an independent publication.</a:documentation><zeroOrMore><choice><rng:ref name="tei_author"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/><rng:ref name="tei_title"/><rng:ref name="tei_ref"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_monogr"><element name="monogr"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an
177
+ independent item (i.e. as a separate physical object).</a:documentation><group><optional><choice><group><choice><rng:ref name="tei_author"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/></choice><zeroOrMore><choice><rng:ref name="tei_author"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/></choice></zeroOrMore><oneOrMore><rng:ref name="tei_title"/></oneOrMore><zeroOrMore><choice><rng:ref name="tei_idno"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/></choice></zeroOrMore></group><group><oneOrMore><choice><rng:ref name="tei_title"/><rng:ref name="tei_ref"/></choice></oneOrMore><zeroOrMore><choice><rng:ref name="tei_idno"/><rng:ref name="tei_author"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/></choice></zeroOrMore></group></choice></optional><zeroOrMore><choice><rng:ref name="tei_model.noteLike"/><rng:ref name="tei_meeting"/></choice></zeroOrMore><zeroOrMore><rng:ref name="tei_edition"/><zeroOrMore><choice><rng:ref name="tei_idno"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/></choice></zeroOrMore></zeroOrMore><rng:ref name="tei_imprint"/><zeroOrMore><choice><rng:ref name="tei_imprint"/><rng:ref name="tei_extent"/><rng:ref name="tei_biblScope"/></choice></zeroOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_series"><element name="series"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series information) contains information about the series in which a book or other bibliographic item has
178
+ appeared.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_title"/><rng:ref name="tei_ref"/><rng:ref name="tei_editor"/><rng:ref name="tei_respStmt"/><rng:ref name="tei_biblScope"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_author"><element name="author"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">in a bibliographic reference, contains the name(s) of the
179
+ author(s), personal or corporate, of a work; for example in the same
180
+ form as that provided by a recognized bibliographic name authority. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_editor"><element name="editor"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">secondary statement of responsibility for a bibliographic item, for example the name of an
181
+ individual, institution or organization, (or of several such) acting as editor, compiler,
182
+ translator, etc. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_respStmt"><element name="respStmt"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition,
183
+ recording, or series, where the specialized elements for authors, editors, etc. do not suffice
184
+ or do not apply.</a:documentation><choice><group><oneOrMore><rng:ref name="tei_resp"/></oneOrMore><oneOrMore><rng:ref name="tei_model.nameLike.agent"/></oneOrMore></group><group><oneOrMore><rng:ref name="tei_model.nameLike.agent"/></oneOrMore><oneOrMore><rng:ref name="tei_resp"/></oneOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_resp"><element name="resp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsibility) contains a phrase describing the nature of a person's intellectual responsibility.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><rng:ref name="att.canonical.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_title"><element name="title"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a title for any kind of work.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.canonical.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="level"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the bibliographic level for a title, that is, whether
185
+ it identifies an article, book, journal, series, or
186
+ unpublished material.</a:documentation><choice><value>a</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic) analytic title (article, poem, or other item
187
+ published as part of a larger item) </a:documentation><value>m</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(monographic) monographic title (book, collection, or
188
+ other item published as a distinct item,
189
+ including single volumes of multi-volume
190
+ works) </a:documentation><value>j</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(journal) journal title </a:documentation><value>s</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series) series title </a:documentation><value>u</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(unpublished) title of unpublished material (including
191
+ theses and dissertations unless
192
+ published by a commercial press)</a:documentation></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the title according to some convenient typology.
193
+ Sample values include: 1] main; 2] sub (subordinate부titre de
194
+ niveau inférieur, titre de partiesubordinatosubtítulo, título de una parte); 3] alt (alternate이명titre
195
+ alternatif, souvent dans une autre
196
+ langue, par lequel l'oeuvre est
197
+ également connualternativotítulo
198
+ alternativo, a menudo en otra lengua por
199
+ la cual la obra es también conocida.); 4] short; 5] desc (descriptive기술적paraphrase descriptive de l'oeuvre
200
+ ayant les fonctions d'un titredescrittivoparáfrasis descriptiva que funciona
201
+ como el título de una obra.)</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_meeting"><element name="meeting"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the formalized descriptive title for a meeting or conference, for use in a
202
+ bibliographic description for an item derived from such a meeting, or as a heading or preamble
203
+ to publications emanating from it.</a:documentation><rng:ref name="tei_macro.limitedContent"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_imprint"><element name="imprint"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups information relating to the publication or distribution
204
+ of a bibliographic item.</a:documentation><oneOrMore><choice><group><rng:ref name="tei_model.imprintPart"/></group><group><rng:ref name="tei_model.dateLike"/></group></choice><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_publisher"><element name="publisher"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides the name of the organization responsible for the publication or distribution of a
205
+ bibliographic item.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_biblScope"><element name="biblScope"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(scope of citation) defines the scope of a bibliographic reference, for example as a
206
+ list of page numbers, or a named subdivision of a larger work.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the type of information conveyed by the element, e.g.
207
+ columns, pages, volume.
208
+ Suggested values include: 1] vol (volume권el elemento contiene el número de un volumen.); 2] issue; 3] pp (pages페이지pagineel elemento contiene un número de página o el intervalo de páginas.); 4] ll (lines); 5] chap (chapter장capítulo(chapitre) l'élément
209
+ contient une indication de chapitre (numéro et/ou
210
+ titre)capitolo); 6] part</a:documentation><choice><value>vol</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(volume) the element contains a volume number.</a:documentation><value>issue</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains an issue number, or volume and
211
+ issue numbers.</a:documentation><value>pp</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(pages) the element contains a page number or page range.</a:documentation><value>ll</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> (lines) the element contains a line number or line range.</a:documentation><value>chap</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(chapter) the element contains a chapter indication (number
212
+ and/or title)</a:documentation><value>part</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies a part of a book or collection.</a:documentation><data type="Name"/></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="from"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the starting point of the range of units indicated by the type attribute.</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="to"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the end-point of the range of units indicated by the type attribute.</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_pubPlace"><element name="pubPlace"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publication place) contains the name of the place where a bibliographic item was published.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_bibl"><element name="bibl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may
213
+ not be explicitly tagged. </a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.highlighted"/><rng:ref name="tei_model.pPart.data"/><rng:ref name="tei_model.pPart.edit"/><rng:ref name="tei_model.segLike"/><rng:ref name="tei_model.ptrLike"/><rng:ref name="tei_model.biblPart"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_biblStruct"><element name="biblStruct"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements
214
+ appear and in a specified order. </a:documentation><group><zeroOrMore><rng:ref name="tei_analytic"/></zeroOrMore><oneOrMore><rng:ref name="tei_monogr"/><zeroOrMore><rng:ref name="tei_series"/></zeroOrMore></oneOrMore><zeroOrMore><choice><rng:ref name="tei_model.noteLike"/><rng:ref name="tei_idno"/><rng:ref name="tei_relatedItem"/></choice></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listBibl"><element name="listBibl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(citation list) contains a list of bibliographic citations of any kind. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><oneOrMore><choice><rng:ref name="tei_model.biblLike"/><rng:ref name="tei_model.milestoneLike"/><rng:ref name="tei_listBibl"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_relatedItem"><element name="relatedItem"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains or references some other bibliographic item which is related to the present one in
215
+ some specified manner, for example as a constituent or alternative version of it.</a:documentation><optional><choice><rng:ref name="tei_model.biblLike"/><rng:ref name="tei_model.ptrLike"/></choice></optional><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="relatedItem-constraint-targetorcontent1"><rule context="tei:relatedItem"><sch:report xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@target and count( child::* ) &gt; 0">If the 'target' attribute is used, the
216
+ relatedItem element must be empty</sch:report></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="relatedItem-constraint-targetorcontent1"><rule context="tei:relatedItem"><sch:assert xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@target or child::*">A relatedItem element should have either a 'target' attribute
217
+ or a child element to indicate the related bibliographic item</sch:assert></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="target"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the related bibliographic element by means of an
218
+ absolute or relative URI reference</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_l"><element name="l"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(verse line) contains a single, possibly incomplete, line of verse.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.metrical.attributes"/><rng:ref name="att.enjamb.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="part" a:defaultValue="N"><a:documentation>specifies whether or not the line is metrically complete. </a:documentation><choice><value>Y</value><a:documentation>(yes) the line is metrically incomplete</a:documentation><value>N</value><a:documentation>(no) either the line is complete, or no claim is made as to its completeness</a:documentation><value>I</value><a:documentation>(initial) the initial part of an incomplete line</a:documentation><value>M</value><a:documentation>(medial) a medial part of an incomplete line</a:documentation><value>F</value><a:documentation>(final) the final part of an incomplete line</a:documentation></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_lg"><element name="lg"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line group) contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain,
219
+ verse paragraph, etc.</a:documentation><group><zeroOrMore><choice><rng:ref name="tei_model.divTop"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><choice><rng:ref name="tei_model.lLike"/><rng:ref name="tei_lg"/></choice><zeroOrMore><choice><rng:ref name="tei_model.lLike"/><rng:ref name="tei_lg"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><zeroOrMore><group><rng:ref name="tei_model.divBottom"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.divLike.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sp"><element name="sp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(speech) An individual speech in a performance text, or a passage presented as such in a prose or
220
+ verse text.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_speaker"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional><oneOrMore><choice><rng:ref name="tei_model.lLike"/><rng:ref name="tei_lg"/><rng:ref name="tei_model.pLike"/><rng:ref name="tei_model.stageLike"/><rng:ref name="tei_model.qLike"/></choice><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.ascribed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_speaker"><element name="speaker"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A specialized form of heading or label, giving the name of one or more speakers in a
221
+ dramatic text or fragment.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_stage"><element name="stage"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(stage direction) contains any kind of stage direction within a dramatic text or fragment.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the kind of stage direction.
222
+ Suggested values include: 1] setting; 2] entrance; 3] exit; 4] business; 5] novelistic; 6] delivery; 7] modifier; 8] location; 9] mixed</a:documentation><choice><value>setting</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a setting.</a:documentation><value>entrance</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes an entrance.</a:documentation><value>exit</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes an exit.</a:documentation><value>business</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes stage business.</a:documentation><value>novelistic</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">is a narrative, motivating stage direction.</a:documentation><value>delivery</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes how a character speaks.</a:documentation><value>modifier</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives some detail about a character.</a:documentation><value>location</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a location.</a:documentation><value>mixed</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">more than one of the above</a:documentation><data type="Name"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_teiCorpus"><element name="teiCorpus"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the whole of a TEI encoded corpus, comprising a single corpus header and one or
223
+ more TEI elements, each containing a single text header and a text.</a:documentation><group><rng:ref name="tei_teiHeader"/><oneOrMore><choice><rng:ref name="tei_TEI"/><rng:ref name="tei_teiCorpus"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="version" a:defaultValue="5.0"><a:documentation>The version of the TEI scheme</a:documentation><data type="token"><param name="pattern">[\d]+(\.[\d]+){0,2}</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_divGen"><element name="divGen"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(automatically generated text division) indicates the location at which a textual division generated
224
+ automatically by a text-processing application is to appear.</a:documentation><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies what type of generated text division (e.g. index,
225
+ table of contents, etc.) is to appear.
226
+ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_teiHeader"><element name="teiHeader"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI Header) supplies the descriptive and declarative information making up an electronic title page
227
+ prefixed to every TEI-conformant text.</a:documentation><group><rng:ref name="tei_fileDesc"/><zeroOrMore><rng:ref name="tei_model.teiHeaderPart"/></zeroOrMore><optional><rng:ref name="tei_revisionDesc"/></optional></group><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="type" a:defaultValue="text"><a:documentation>specifies the kind of document to which the header is attached, for example whether it
228
+ is a corpus or individual text.
229
+ Sample values include: 1] text; 2] corpus</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_fileDesc"><element name="fileDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(file description) contains a full bibliographic description of an electronic file.</a:documentation><group><group><rng:ref name="tei_titleStmt"/><optional><rng:ref name="tei_editionStmt"/></optional><optional><rng:ref name="tei_extent"/></optional><rng:ref name="tei_publicationStmt"/><optional><rng:ref name="tei_seriesStmt"/></optional><optional><rng:ref name="tei_notesStmt"/></optional></group><oneOrMore><rng:ref name="tei_sourceDesc"/></oneOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_titleStmt"><element name="titleStmt"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(title statement) groups information about the title of a work and those responsible for its intellectual
230
+ content.</a:documentation><group><oneOrMore><rng:ref name="tei_title"/></oneOrMore><zeroOrMore><rng:ref name="tei_model.respLike"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sponsor"><element name="sponsor"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the name of a sponsoring organization or institution.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_funder"><element name="funder"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(funding body) specifies the name of an individual, institution, or organization responsible for the
231
+ funding of a project or text.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_principal"><element name="principal"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(principal researcher) supplies the name of the principal researcher responsible for the
232
+ creation of an electronic text.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_editionStmt"><element name="editionStmt"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition statement) groups information relating to one edition of a text.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><rng:ref name="tei_edition"/><zeroOrMore><rng:ref name="tei_respStmt"/></zeroOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_edition"><element name="edition"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition) describes the particularities of one edition of a text.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_extent"><element name="extent"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the approximate size of a text as stored on some carrier medium, whether digital
233
+ or non-digital, specified in any convenient units.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_publicationStmt"><element name="publicationStmt"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publication statement) groups information concerning the publication or distribution of an electronic or other
234
+ text. </a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><oneOrMore><rng:ref name="tei_model.publicationStmtPart"/></oneOrMore></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_distributor"><element name="distributor"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the name of a person or other agency responsible for the
235
+ distribution of a text.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_authority"><element name="authority"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(release authority) supplies the name of a person or other agency responsible for
236
+ making an electronic file available, other than a publisher or
237
+ distributor.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_idno"><element name="idno"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) supplies any form of identifier used to identify some object,
238
+ such as a bibliographic item, a person, a title, an organization,
239
+ etc. in a standardized way.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">categorizes the identifier, for example as an ISBN, Social
240
+ Security number, etc. </a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_availability"><element name="availability"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies information about the availability of a text, for example any restrictions on its
241
+ use or distribution, its copyright status, etc.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="status" a:defaultValue="unknown"><a:documentation>supplies a code identifying the current availability of the text. </a:documentation><choice><value>free</value><a:documentation>the text is freely available. </a:documentation><value>unknown</value><a:documentation>the status of the text is unknown. </a:documentation><value>restricted</value><a:documentation>the text is not freely available. </a:documentation></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_seriesStmt"><element name="seriesStmt"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series statement) groups information about the series, if any, to which a publication belongs.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><oneOrMore><rng:ref name="tei_title"/></oneOrMore><zeroOrMore><choice><rng:ref name="tei_idno"/><rng:ref name="tei_respStmt"/></choice></zeroOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_notesStmt"><element name="notesStmt"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(notes statement) collects together any notes providing information about a text additional to that recorded
242
+ in other parts of the bibliographic description.</a:documentation><oneOrMore><rng:ref name="tei_model.noteLike"/></oneOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sourceDesc"><element name="sourceDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(source description) describes the source from which an electronic text was derived or generated, typically a
243
+ bibliographic description in the case of a digitized text, or a phrase such as "born digital"
244
+ for a text which has no previous existence.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><oneOrMore><choice><rng:ref name="tei_model.biblLike"/><rng:ref name="tei_model.sourceDescPart"/><rng:ref name="tei_model.listLike"/></choice></oneOrMore></choice><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_biblFull"><element name="biblFull"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file
245
+ description are present.</a:documentation><group><group><rng:ref name="tei_titleStmt"/><optional><rng:ref name="tei_editionStmt"/></optional><optional><rng:ref name="tei_extent"/></optional><rng:ref name="tei_publicationStmt"/><optional><rng:ref name="tei_seriesStmt"/></optional><optional><rng:ref name="tei_notesStmt"/></optional></group><zeroOrMore><rng:ref name="tei_sourceDesc"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_encodingDesc"><element name="encodingDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(encoding description) documents the relationship between an electronic text and the
246
+ source or sources from which it was derived.</a:documentation><group><oneOrMore><choice><rng:ref name="tei_model.encodingDescPart"/><rng:ref name="tei_model.pLike"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_projectDesc"><element name="projectDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(project description) describes in detail the aim or purpose for which an electronic file was encoded, together
247
+ with any other relevant information concerning the process by which it was assembled or
248
+ collected.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_samplingDecl"><element name="samplingDecl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sampling declaration) contains a prose description of the rationale and methods used in sampling texts in the
249
+ creation of a corpus or collection.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_editorialDecl"><element name="editorialDecl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(editorial practice declaration) provides details of editorial principles and practices applied
250
+ during the encoding of a text.</a:documentation><oneOrMore><choice><rng:ref name="tei_model.pLike"/><rng:ref name="tei_model.editorialDeclPart"/></choice></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_correction"><element name="correction"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(correction principles) states how and under what circumstances corrections have been made in the text.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="status" a:defaultValue="unknown"><a:documentation>indicates the degree of correction applied to the text. </a:documentation><choice><value>high</value><a:documentation>the text has been thoroughly checked and proofread. </a:documentation><value>medium</value><a:documentation>the text has been checked at least once. </a:documentation><value>low</value><a:documentation>the text has not been checked. </a:documentation><value>unknown</value><a:documentation>the correction status of the text is unknown. </a:documentation></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="method" a:defaultValue="silent"><a:documentation>indicates the method adopted to indicate corrections within the text. </a:documentation><choice><value>silent</value><a:documentation>corrections have been made silently </a:documentation><value>markup</value><a:documentation>corrections have been represented using markup</a:documentation></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_normalization"><element name="normalization"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the extent of normalization or regularization of the original source carried out
251
+ in converting it to electronic form.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="source"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the authority for any normalization carried out. </a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="method" a:defaultValue="silent"><a:documentation>indicates the method adopted to indicate normalizations within the text. </a:documentation><choice><value>silent</value><a:documentation>normalization made silently </a:documentation><value>markup</value><a:documentation>normalization represented using markup </a:documentation></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_quotation"><element name="quotation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies editorial practice adopted with respect to quotation marks in the original. </a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="marks" a:defaultValue="all"><a:documentation>(quotation marks) indicates whether or not quotation marks have been retained as content within the text. </a:documentation><choice><value>none</value><a:documentation>no quotation marks have been retained </a:documentation><value>some</value><a:documentation>some quotation marks have been retained </a:documentation><value>all</value><a:documentation>all quotation marks have been retained </a:documentation></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="form" a:defaultValue="unknown"><a:documentation>specifies how quotation marks are indicated within the text.</a:documentation><text/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_hyphenation"><element name="hyphenation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">summarizes the way in which hyphenation in a source text has been treated in an encoded
252
+ version of it.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="eol" a:defaultValue="some"><a:documentation>(end-of-line) indicates whether or not end-of-line hyphenation has been retained in a text.</a:documentation><choice><value>all</value><a:documentation>all end-of-line hyphenation has been retained, even though the lineation of the
253
+ original may not have been. </a:documentation><value>some</value><a:documentation>end-of-line hyphenation has been retained in some cases. </a:documentation><value>hard</value><a:documentation>all soft end-of-line hyphenation has been removed: any remaining end-od-line
254
+ hyphenation should be retained. </a:documentation><value>none</value><a:documentation>all end-of-line hyphenation has been removed: any remaining hyphenation occurred
255
+ within the line. </a:documentation></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_segmentation"><element name="segmentation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the principles according to which the text has been segmented, for example into
256
+ sentences, tone-units, graphemic strata, etc.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_stdVals"><element name="stdVals"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(standard values) specifies the format used when standardized date or number values are supplied.</a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_interpretation"><element name="interpretation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the scope of any analytic or interpretive information added to the text in
257
+ addition to the transcription. </a:documentation><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_tagsDecl"><element name="tagsDecl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(tagging declaration) provides detailed information about the tagging applied to a document.</a:documentation><group><zeroOrMore><rng:ref name="tei_rendition"/></zeroOrMore><zeroOrMore><rng:ref name="tei_namespace"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_tagUsage"><element name="tagUsage"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies information about the usage of a specific element within a text. </a:documentation><rng:ref name="tei_macro.limitedContent"/><rng:ref name="att.global.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="gi"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(element name) the name (generic identifier) of the element indicated by the tag.</a:documentation><data type="Name"/></attribute><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="occurs"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of occurrences of this element within the text.</a:documentation><data type="nonNegativeInteger"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="withId"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(with unique identifier) specifies the number of occurrences of this element within the text which bear a
258
+ distinct value for the global xml:id attribute. </a:documentation><data type="nonNegativeInteger"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="render"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the identifier of a rendition element which defines how this element
259
+ is to be rendered.</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_namespace"><element name="namespace"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the formal name of the namespace to which the elements documented by its children
260
+ belong. </a:documentation><oneOrMore><rng:ref name="tei_tagUsage"/></oneOrMore><rng:ref name="att.global.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="name"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the full formal name of the namespace concerned.</a:documentation><data type="anyURI"/></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rendition"><element name="rendition"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies information about the rendition or appearance of one or more elements in the source
261
+ text.</a:documentation><rng:ref name="tei_macro.limitedContent"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scheme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the language used to describe the rendition.</a:documentation><choice><value>css</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Cascading Stylesheet Language</a:documentation><value>xslfo</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Extensible Stylesheet Language Formatting Objects</a:documentation><value>free</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Informal free text description</a:documentation><value>other</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A user-defined rendition description language</a:documentation></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scope"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where CSS is used, provides a way of defining
262
+ pseudo-elements, that is, styling rules
263
+ applicable to specific sub-portions of an element.</a:documentation><text/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_refsDecl"><element name="refsDecl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(references declaration) specifies how canonical references are constructed for this
264
+ text.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><oneOrMore><rng:ref name="tei_cRefPattern"/></oneOrMore><oneOrMore><rng:ref name="tei_refState"/></oneOrMore></choice><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_cRefPattern"><element name="cRefPattern"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical reference pattern) specifies an expression and replacement pattern for transforming a canonical reference into
265
+ a URI. </a:documentation><zeroOrMore><rng:ref name="tei_model.pLike"/></zeroOrMore><rng:ref name="att.global.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="matchPattern"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a regular expression against which the values of cRef attributes
266
+ can be matched.</a:documentation><data type="token"/></attribute><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="replacementPattern"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a replacement pattern which, once subpattern substitution
267
+ has been performed, provides a URI.</a:documentation><text/></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_refState"><element name="refState"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference state) specifies one component of a canonical reference defined by the milestone method.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.sourced.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="unit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates what kind of state is changing at this milestone.
268
+ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] stanza; 8] act; 9] scene; 10] section; 11] absent</a:documentation><choice><value>page</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">page breaks in the reference edition. </a:documentation><value>column</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">column breaks. </a:documentation><value>line</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">line breaks. </a:documentation><value>book</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">any units termed book, liber, etc. </a:documentation><value>poem</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">individual poems in a collection. </a:documentation><value>canto</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">cantos or other major sections of a poem. </a:documentation><value>stanza</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">stanzas within a poem, book, or canto. </a:documentation><value>act</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">acts within a play. </a:documentation><value>scene</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">scenes within a play or act. </a:documentation><value>section</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">sections of any kind. </a:documentation><value>absent</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">passages not present in the reference edition.</a:documentation><data type="Name"/></choice></attribute><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="length"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the fixed length of the reference component.</a:documentation><data type="nonNegativeInteger"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="delim"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(delimiter) supplies a delimiting string following the reference component.</a:documentation><text/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_classDecl"><element name="classDecl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(classification declarations) contains one or more taxonomies defining any classificatory
269
+ codes used elsewhere in the text.</a:documentation><oneOrMore><rng:ref name="tei_taxonomy"/></oneOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_taxonomy"><element name="taxonomy"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a typology used to classify texts either implicitly, by means of a bibliographic
270
+ citation, or explicitly by a structured taxonomy.</a:documentation><choice><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><oneOrMore><rng:ref name="tei_category"/></oneOrMore><group><group><rng:ref name="tei_model.biblLike"/></group><zeroOrMore><rng:ref name="tei_category"/></zeroOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_category"><element name="category"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an individual descriptive category, possibly nested within a superordinate
271
+ category, within a user-defined taxonomy.</a:documentation><group><choice><oneOrMore><rng:ref name="tei_catDesc"/></oneOrMore><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore></choice><zeroOrMore><rng:ref name="tei_category"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_catDesc"><element name="catDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category description) describes some category within a taxonomy or text typology, either in the form of a brief
272
+ prose description or in terms of the situational parameters used by the TEI formal textDesc.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.limitedPhrase"/><rng:ref name="tei_model.catDescPart"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_appInfo"><element name="appInfo"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(application information) records information about an application which has
273
+ edited the TEI file. </a:documentation><oneOrMore><rng:ref name="tei_model.applicationLike"/></oneOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_application"><element name="application"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides information about an application which has acted upon the document.</a:documentation><group><oneOrMore><rng:ref name="tei_model.labelLike"/></oneOrMore><choice><zeroOrMore><rng:ref name="tei_model.ptrLike"/></zeroOrMore><zeroOrMore><rng:ref name="tei_model.pLike"/></zeroOrMore></choice></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ident"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Supplies an identifier for the application, independent of its version number or display
274
+ name.</a:documentation><data type="Name"/></attribute><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="version"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Supplies a version number for the application, independent of its identifier or display
275
+ name.</a:documentation><data type="token"><param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</param></data></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_profileDesc"><element name="profileDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the
276
+ languages and sublanguages used, the situation in which it was produced, the participants and
277
+ their setting.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.profileDescPart"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_handNote"><element name="handNote"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(note on hand) describes a particular style or hand distinguished within a manuscript.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.handFeatures.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_creation"><element name="creation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about the creation of a text.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_langUsage"><element name="langUsage"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language usage) describes the languages, sublanguages, registers, dialects, etc.
278
+ represented within a text.</a:documentation><oneOrMore><rng:ref name="tei_language"/></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_language"><element name="language"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes a single language or sublanguage used within a text.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ident"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) Supplies a language code constructed as defined in BCP 47 which is used to identify the
279
+ language documented by this element, and which is referenced by the global
280
+ xml:lang attribute.</a:documentation><data type="language"/></attribute><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="usage"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the approximate percentage (by volume) of the text which uses this language. </a:documentation><data type="nonNegativeInteger"><param name="maxInclusive">100</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_textClass"><element name="textClass"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text classification) groups information which describes the nature or topic of a text in terms of a standard
281
+ classification scheme, thesaurus, etc.</a:documentation><zeroOrMore><choice><rng:ref name="tei_classCode"/><rng:ref name="tei_catRef"/><rng:ref name="tei_keywords"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_keywords"><element name="keywords"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a list of keywords or phrases identifying the topic or nature of a text.</a:documentation><choice><oneOrMore><rng:ref name="tei_term"/></oneOrMore><rng:ref name="tei_list"/></choice><rng:ref name="att.global.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scheme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the controlled vocabulary within which the set of keywords concerned is
282
+ defined. </a:documentation><data type="anyURI"/></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_classCode"><element name="classCode"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(classification code) contains the classification code used for this text in some standard classification system.</a:documentation><rng:ref name="tei_macro.phraseSeq.limited"/><rng:ref name="att.global.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scheme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the classification system or taxonomy in use.</a:documentation><data type="anyURI"/></attribute><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_catRef"><element name="catRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category reference) specifies one or more defined categories within some taxonomy or text typology.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.pointing.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scheme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the classification scheme within which the set of categories concerned is
283
+ defined </a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_revisionDesc"><element name="revisionDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(revision description) summarizes the revision history for a file.</a:documentation><choice><rng:ref name="tei_list"/><oneOrMore><rng:ref name="tei_change"/></oneOrMore></choice><rng:ref name="att.global.attributes"/><rng:ref name="att.docStatus.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_change"><element name="change"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">summarizes a particular change or correction made to a particular version of an electronic
284
+ text which is shared between several researchers.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.limitedPhrase"/><rng:ref name="tei_model.inter"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.ascribed.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.docStatus.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_typeNote"><element name="typeNote"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a particular font or other significant typographic feature distinguished within
285
+ the description of a printed resource.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.handFeatures.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_scriptNote"><element name="scriptNote"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a particular script distinguished within
286
+ the description of a manuscript or similar resource.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.handFeatures.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geoDecl"><element name="geoDecl"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of
287
+ the geo element elsewhere within the document.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.declarable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="datum" a:defaultValue="WGS84"><a:documentation>supplies a commonly used code name for the datum employed.
288
+ Suggested values include: 1] WGS84 (World Geodetic System세계 측지 시스템Sistema Geodésico MundialSystème Géodésique Mondialsistema geodetico mondiale); 2] MGRS (Military Grid Reference System군사 좌표 참조 시스템Sistema de Coordenadas MGRSSystème de Référence du Réseau Militaire,
289
+ (MGRS).sistema di riferimento delle coordinate MGRS); 3] OSGB36 (ordnance survey great britain영국 육지 측량부Système de coordonnées de Grande-Bretagne (OSGB) sistema di riferimento a reticolato OSGB36); 4] ED50 (European Datum coordinate system유럽 자료 좌표 시스템Sistema de coordinadas European Datumsystème de coordonnées de données européen.sistema di riferimento ED50)</a:documentation><choice><value>WGS84</value><a:documentation>(World Geodetic System) a pair of numbers to be interpreted as latitude followed by longitude according to
290
+ the World Geodetic System.</a:documentation><value>MGRS</value><a:documentation>(Military Grid Reference System) the values supplied are geospatial entity object codes, based on</a:documentation><value>OSGB36</value><a:documentation>(ordnance survey great britain) the value supplied is to be interpreted as a British National Grid Reference.</a:documentation><value>ED50</value><a:documentation>(European Datum coordinate system) the value supplied is to be interpreted as latitude followed by longitude according
291
+ to the European Datum coordinate system.</a:documentation><data type="Name"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_TEI"><element name="TEI"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI document) contains a single TEI-conformant document,
292
+ comprising a TEI header and a text, either in isolation or as part of a
293
+ teiCorpus element.</a:documentation><group><rng:ref name="tei_teiHeader"/><choice><group><oneOrMore><rng:ref name="tei_model.resourceLike"/></oneOrMore><optional><rng:ref name="tei_text"/></optional></group><rng:ref name="tei_text"/></choice></group><sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="tei" uri="http://www.tei-c.org/ns/1.0"/><sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="version"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the version number of the TEI Guidelines against
294
+ which this document is valid.</a:documentation><data type="token"><param name="pattern">[\d]+(\.[\d]+){0,2}</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_text"><element name="text"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a single text of any kind, whether unitary or composite, for example a poem or
295
+ drama, a collection of essays, a novel, a dictionary, or a corpus sample.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_front"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional><choice><rng:ref name="tei_body"/><rng:ref name="tei_group"/></choice><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_back"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_body"><element name="body"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text body) contains the whole body of a single unitary text, excluding any front or back matter.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><group><group><rng:ref name="tei_model.divTop"/></group><zeroOrMore><choice><rng:ref name="tei_model.global"/><rng:ref name="tei_model.divTop"/></choice></zeroOrMore></group></optional><optional><group><group><rng:ref name="tei_model.divGenLike"/></group><zeroOrMore><choice><rng:ref name="tei_model.global"/><rng:ref name="tei_model.divGenLike"/></choice></zeroOrMore></group></optional><group><choice><oneOrMore><group><group><rng:ref name="tei_model.divLike"/></group><zeroOrMore><choice><rng:ref name="tei_model.global"/><rng:ref name="tei_model.divGenLike"/></choice></zeroOrMore></group></oneOrMore><oneOrMore><group><group><rng:ref name="tei_model.div1Like"/></group><zeroOrMore><choice><rng:ref name="tei_model.global"/><rng:ref name="tei_model.divGenLike"/></choice></zeroOrMore></group></oneOrMore><group><oneOrMore><group><rng:ref name="tei_model.common"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore><optional><choice><oneOrMore><group><group><rng:ref name="tei_model.divLike"/></group><zeroOrMore><choice><rng:ref name="tei_model.global"/><rng:ref name="tei_model.divGenLike"/></choice></zeroOrMore></group></oneOrMore><oneOrMore><group><group><rng:ref name="tei_model.div1Like"/></group><zeroOrMore><choice><rng:ref name="tei_model.global"/><rng:ref name="tei_model.divGenLike"/></choice></zeroOrMore></group></oneOrMore></choice></optional></group></choice></group><zeroOrMore><group><group><rng:ref name="tei_model.divBottom"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></group></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_group"><element name="group"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the body of a composite text, grouping together a sequence of distinct texts (or
296
+ groups of such texts) which are regarded as a unit for some purpose, for example the collected
297
+ works of an author, a sequence of prose essays, etc.</a:documentation><group><zeroOrMore><choice><rng:ref name="tei_model.divTop"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><group><choice><rng:ref name="tei_text"/><rng:ref name="tei_group"/></choice><zeroOrMore><choice><rng:ref name="tei_text"/><rng:ref name="tei_group"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></group><zeroOrMore><rng:ref name="tei_model.divBottom"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_floatingText"><element name="floatingText"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a single text of any kind, whether unitary or composite, which interrupts the text
298
+ containing it at any point and after which the surrounding text resumes.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_front"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional><choice><rng:ref name="tei_body"/><rng:ref name="tei_group"/></choice><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_back"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_div"><element name="div"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text division) contains a subdivision of the front, body, or back of a text.</a:documentation><group><zeroOrMore><choice><rng:ref name="tei_model.divTop"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><optional><choice><group><oneOrMore><choice><rng:ref name="tei_model.divLike"/><rng:ref name="tei_model.divGenLike"/></choice><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore></group><group><oneOrMore><group><rng:ref name="tei_model.common"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></oneOrMore><zeroOrMore><choice><rng:ref name="tei_model.divLike"/><rng:ref name="tei_model.divGenLike"/></choice><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></zeroOrMore></group></choice><zeroOrMore><group><rng:ref name="tei_model.divBottom"/></group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></zeroOrMore></optional></group><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>apparatus</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain apparatus criticus or textual notes</a:documentation><value>bibliography</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain bibliographical information, previous
299
+ publications, etc.</a:documentation><value>commentary</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain all editorial commentary,
300
+ historical/prosopographical discussion, etc.</a:documentation><value>description</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain description of the object, text campus, and
301
+ lettering; physical commentary (DEPRECATED for
302
+ tei:physDesc)</a:documentation><value>edition</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain the text of the edition itself; may include
303
+ multiple text-parts</a:documentation><value>figure</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain links to figures and other media representing
304
+ the text-object (to be deprecated for facsimile)</a:documentation><value>history</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain history of the discovery and recording of the
305
+ text-object, including findspot/locations (DEPRECATED
306
+ for tei:history)</a:documentation><value>textpart</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">used to divide a div[type=edition] into multiple parts
307
+ (fragments, columns, faces, etc.)</a:documentation><value>translation</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to contain a translation of the text into one or more
308
+ modern languages</a:documentation></choice></attribute><rng:ref name="att.global.attributes"/><rng:ref name="att.divLike.attributes"/><rng:ref name="att.typed.attribute.subtype"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_dateline"><element name="dateline"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a brief description of the place, date, time, etc. of production of a letter,
309
+ newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_epigraph"><element name="epigraph"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a quotation, anonymous or attributed, appearing at the start of a section or
310
+ chapter, or on a title page. </a:documentation><zeroOrMore><choice><rng:ref name="tei_model.common"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docTitle"><element name="docTitle"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document title) contains the title of a document, including all its
311
+ constituents, as given on a title page.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><oneOrMore><rng:ref name="tei_model.global"/></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.canonical.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docAuthor"><element name="docAuthor"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document author) contains the name of the author of the document, as given on the
312
+ title page (often but not always contained in a byline).</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.canonical.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docEdition"><element name="docEdition"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document edition) contains an edition statement as presented on a title page of a
313
+ document.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docImprint"><element name="docImprint"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document imprint) contains the imprint statement (place and date of publication,
314
+ publisher name), as given
315
+ (usually) at the foot of a title page.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_pubPlace"/><rng:ref name="tei_docDate"/><rng:ref name="tei_publisher"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_docDate"><element name="docDate"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(document date) contains the date of a document, as given
316
+ (usually) on a title page.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="when"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the value of the date in standard form, i.e. YYYY-MM-DD.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_front"><element name="front"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(front matter) contains any prefatory matter (headers,
317
+ title page, prefaces, dedications, etc.)
318
+ found at the start of a document, before the main body.</a:documentation><group><zeroOrMore><choice><rng:ref name="tei_model.frontPart"/><rng:ref name="tei_model.pLike.front"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><group><optional><choice><group><group><rng:ref name="tei_model.div1Like"/></group><zeroOrMore><choice><rng:ref name="tei_model.frontPart"/><rng:ref name="tei_model.div1Like"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></group><group><group><rng:ref name="tei_model.divLike"/></group><zeroOrMore><choice><rng:ref name="tei_model.frontPart"/><rng:ref name="tei_model.divLike"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></group></choice></optional></group><group><optional><group><rng:ref name="tei_model.divBottomPart"/></group><zeroOrMore><choice><rng:ref name="tei_model.divBottomPart"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></optional></group></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_back"><element name="back"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(back matter) contains any appendixes, etc. following the main part of a text.</a:documentation><group><zeroOrMore><choice><rng:ref name="tei_model.frontPart"/><rng:ref name="tei_model.pLike.front"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><group><optional><choice><group><group><rng:ref name="tei_model.div1Like"/></group><zeroOrMore><choice><rng:ref name="tei_model.frontPart"/><rng:ref name="tei_model.div1Like"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></group><group><group><rng:ref name="tei_model.divLike"/></group><zeroOrMore><choice><rng:ref name="tei_model.frontPart"/><rng:ref name="tei_model.divLike"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></group></choice></optional></group><group><optional><group><rng:ref name="tei_model.divBottomPart"/></group><zeroOrMore><choice><rng:ref name="tei_model.divBottomPart"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></optional></group></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_facsimile"><element name="facsimile"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a representation of some written source in the form of
319
+ a set of images rather than as transcribed or encoded text.</a:documentation><group><optional><rng:ref name="tei_front"/></optional><oneOrMore><choice><rng:ref name="tei_model.graphicLike"/><rng:ref name="tei_surface"/></choice></oneOrMore><optional><rng:ref name="tei_back"/></optional></group><rng:ref name="att.global.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.facs.attributes"><rng:ref name="att.global.facs.attribute.facs"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.facs.attribute.facs"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="facs"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(facsimile) points to all or part of an image which corresponds with the content of the element.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_surface"><element name="surface"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a written surface in terms of a rectangular
320
+ coordinate space, optionally grouping one or more graphic representations of
321
+ that space, and rectangular zones of interest
322
+ within it.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><zeroOrMore><rng:ref name="tei_model.graphicLike"/></zeroOrMore><zeroOrMore><rng:ref name="tei_zone"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.coordinated.attributes"/><rng:ref name="att.declaring.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attributes"><rng:ref name="att.coordinated.attribute.start"/><rng:ref name="att.coordinated.attribute.ulx"/><rng:ref name="att.coordinated.attribute.uly"/><rng:ref name="att.coordinated.attribute.lrx"/><rng:ref name="att.coordinated.attribute.lry"/><rng:ref name="att.coordinated.attribute.points"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.start"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="start"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the element within a transcription of the text
323
+ containing at least the start of the writing represented by this zone
324
+ or surface.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.ulx"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ulx"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the x coordinate value for the upper left corner of a
325
+ rectangular space.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.uly"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="uly"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the y coordinate value for the upper left corner of a
326
+ rectangular space.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.lrx"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="lrx"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the x coordinate value for the lower right corner of a
327
+ rectangular space.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.lry"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="lry"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the y coordinate value for the lower right corner of a
328
+ rectangular space.</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.coordinated.attribute.points"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="points"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a non-rectangular area within the bounding box
329
+ specified by the other attributes by specifying
330
+ a series of pairs of numbers, each of which gives the x,y coordinates
331
+ of a point on a line defining the non-rectangular area.</a:documentation><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Sorry, unable to create schema that uses actual counts minOccurs=3 and maxOccurs=unbounded; approximating to minOccurs=3 and maxOccurs=unbounded.</a:documentation><list><data type="token"><param name="pattern">(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)</param></data><data type="token"><param name="pattern">(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)</param></data><data type="token"><param name="pattern">(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)</param></data><zeroOrMore><data type="token"><param name="pattern">(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)</param></data></zeroOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_zone"><element name="zone"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a rectangular area contained within a surface
332
+ element. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><zeroOrMore><rng:ref name="tei_model.graphicLike"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.coordinated.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_addSpan"><element name="addSpan"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(added span of text) marks the beginning of a longer sequence of text added by an
333
+ author, scribe, annotator or corrector (see also add).</a:documentation><empty/><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="addSpan-constraint-spanTo"><rule context="tei:addSpan"><sch:assert xmlns:s="http://www.ascc.net/xml/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@spanTo">The spanTo= attribute of <sch:name/> is required.</sch:assert></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="addSpan-constraint-spanTo_fr"><rule context="tei:addSpan"><sch:assert xmlns:s="http://www.ascc.net/xml/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@spanTo">L'attribut spanTo est requis.</sch:assert></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.transcriptional.attributes"/><rng:ref name="att.placement.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.spanning.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_delSpan"><element name="delSpan"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(deleted span of text) marks the beginning of a longer sequence of text deleted,
334
+ marked as deleted, or otherwise signaled as superfluous or spurious by an
335
+ author, scribe, annotator, or corrector.</a:documentation><empty/><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="delSpan-constraint-spanTo"><rule context="tei:delSpan"><assert test="@spanTo">The spanTo= attribute of <name/>
336
+ is required.</assert></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="delSpan-constraint-spanTo_fr"><rule context="tei:delSpan"><assert test="@spanTo">L'attribut spanTo est requis.</assert></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.transcriptional.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.spanning.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ex"><element name="ex"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(editorial expansion) contains a sequence of letters added by an editor or
337
+ transcriber when expanding an abbreviation.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_gb"><element name="gb"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> (gathering begins) marks the point in a transcribed codex at which a new
338
+ gathering or quire begins.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.spanning.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_handNotes"><element name="handNotes"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains one or more handNote elements documenting the
339
+ different hands identified within the source texts.</a:documentation><oneOrMore><rng:ref name="tei_handNote"/></oneOrMore><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_handShift"><element name="handShift"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">marks the beginning of a sequence of text written in a new
340
+ hand, or the beginning of a scribal stint.</a:documentation><empty/><rng:ref name="att.global.attributes"/><rng:ref name="att.handFeatures.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="new"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the new hand.</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_am"><element name="am"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(abbreviation marker) contains a sequence of letters or signs present in an
341
+ abbreviation which are omitted or replaced in the expanded form of
342
+ the abbreviation.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.pPart.transcriptional"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_space"><element name="space"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of a significant space in the copy text.</a:documentation><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="dim"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(dimension) indicates whether the space is horizontal or vertical.</a:documentation><choice><value>horizontal</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the space is horizontal.</a:documentation><value>vertical</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the space is vertical.</a:documentation></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="resp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsible party) indicates the individual responsible for identifying and measuring
343
+ the space.</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_subst"><element name="subst"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(substitution) groups one or more deletions with one or more additions when
344
+ the combination is to be regarded as a single intervention in the text.</a:documentation><group><group><rng:ref name="tei_model.pPart.transcriptional"/></group><oneOrMore><rng:ref name="tei_model.pPart.transcriptional"/></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.transcriptional.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_supplied"><element name="supplied"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signifies text supplied by the transcriber or editor for any
345
+ reason, typically because the original cannot be read because of
346
+ physical damage or loss to the original.</a:documentation><rng:ref name="tei_macro.paraContent"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="evidence"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
347
+ Suggested values include: 1] parallel; 2] previouseditor</a:documentation><choice><value>parallel</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Characters supplied from a parallel version of this text, absent from this one</a:documentation><value>previouseditor</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Characters visible to a previous editor, now lost/unclear due to damage</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice></attribute></optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="reason"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><choice><value>lost</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Restoration of text completely lost from the
348
+ surface</a:documentation><value>omitted</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Supplement of text erroneously omitted from the surface by
349
+ the scribe/cutter</a:documentation><value>subaudible</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Editorial supplement of words subaudible to the native
350
+ reader</a:documentation><value>explanation</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Editorial explanation of oblique text in original</a:documentation><value>undefined</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text restored (e.g. from earlier witness or alternate
351
+ copy) without specification of current state of this
352
+ text</a:documentation></choice></attribute><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attribute.source"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_surplus"><element name="surplus"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> (Texte superflu) marks text present in the source which the editor believes to
353
+ be superfluous or redundant.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="reason"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the grounds for believing this text to be superfluous.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attributes"><rng:ref name="att.metrical.attribute.met"/><rng:ref name="att.metrical.attribute.real"/><rng:ref name="att.metrical.attribute.rhyme"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attribute.met"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="met"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(metrical structure, conventional) contains a user-specified encoding for the conventional
354
+ metrical structure of the element.</a:documentation><data type="token"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attribute.real"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="real"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(metrical structure, realized) contains a user-specified encoding for the actual realization
355
+ of the conventional metrical structure applicable to the element.</a:documentation><data type="token"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.metrical.attribute.rhyme"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="rhyme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(rhyme scheme) specifies the rhyme scheme applicable to a group of verse lines.</a:documentation><data type="token"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.enjamb.attributes"><rng:ref name="att.enjamb.attribute.enjamb"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.enjamb.attribute.enjamb"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="enjamb"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(enjambement) indicates that the end of a verse line is marked by enjambement.
356
+ Sample values include: 1] no; 2] yes; 3] weak; 4] strong</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_w"><element name="w"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(word) represents a grammatical (not necessarily orthographic) word.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_seg"/><rng:ref name="tei_w"/><rng:ref name="tei_m"/><rng:ref name="tei_c"/><rng:ref name="tei_model.global"/><rng:ref name="tei_model.lPart"/><rng:ref name="tei_model.hiLike"/><rng:ref name="tei_model.pPart.edit"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.segLike.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="lemma"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a lemma for the word, such as an uninflected
357
+ dictionary entry form.</a:documentation><data type="string"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="lemmaRef"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a pointer to a definition of the lemma for the
358
+ word, for example in an online lexicon. </a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_m"><element name="m"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(morpheme) represents a grammatical morpheme.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_seg"/><rng:ref name="tei_m"/><rng:ref name="tei_c"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.segLike.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="baseForm"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the morpheme's base form.</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_c"><element name="c"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(character) represents a character.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.segLike.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_pc"><element name="pc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> (punctuation character) a character or string of characters regarded as constituting a
359
+ single punctuation mark.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_c"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.segLike.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="force"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the extent to which this punctuation mark
360
+ conventionally separates words or phrases</a:documentation><choice><value>strong</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the punctuation mark is a word separator</a:documentation><value>weak</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the punctuation mark is not a word separator</a:documentation><value>inter</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the punctuation mark may or may not be a
361
+ word separator</a:documentation></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="unit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a name for the kind of unit delimited by this punctuation mark.</a:documentation><data type="Name"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="pre"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether this punctuation mark precedes or
362
+ follows the unit it delimits.</a:documentation><choice><data type="boolean"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.analytic.attributes"><rng:ref name="att.global.analytic.attribute.ana"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.analytic.attribute.ana"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ana"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analysis) indicates one or more elements containing interpretations of the
363
+ element on which the ana attribute appears.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_interp"><element name="interp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(interpretation) summarizes a specific interpretative annotation which can be linked to a span of text.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.glossLike"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.interpLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_interpGrp"><element name="interpGrp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(interpretation group) collects together a set of related interpretations which share responsibility or type.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><oneOrMore><rng:ref name="tei_interp"/></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.interpLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_precision"><element name="precision"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the numerical accuracy or precision associated
364
+ with some aspect of the text markup. </a:documentation><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.scoping.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="degree"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the degree of precision to be assigned as a
365
+ value between 0 (none) and 1 (optimally precise)</a:documentation><data type="double"><param name="minInclusive">0</param><param name="maxInclusive">1</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="stdDeviation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a standard deviation associated with the value in
366
+ question</a:documentation><choice><data type="double"/><data type="token"><param name="pattern">(\-?[\d]+/\-?[\d]+)</param></data><data type="decimal"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_certainty"><element name="certainty"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the degree of certainty associated
367
+ with some aspect of the text markup. </a:documentation><zeroOrMore><rng:ref name="tei_model.glossLike"/></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.scoping.attributes"/><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="locus"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates more exactly the aspect concerning which
368
+ certainty is being expressed: specifically, whether the markup
369
+ is correctly located, whether the correct element or attribute
370
+ name has been used, or whether the content of the element or
371
+ attribute is correct,
372
+ etc.</a:documentation><choice><value>name</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">uncertainty concerns whether the name of the element
373
+ or attribute used is correctly applied.</a:documentation><value>start</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">uncertainty concerns whether the start of the element
374
+ is correctly identified.</a:documentation><value>end</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">uncertainty concerns whether the end of the element
375
+ is correctly identified.</a:documentation><value>location</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">uncertainty concerns both the start and the end of the
376
+ element.</a:documentation><value>value</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">uncertainty concerns the content (for an element) or
377
+ the value (for an attribute)</a:documentation></choice></attribute><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="assertedValue"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides an alternative value for the aspect of the markup in
378
+ question—an alternative generic identifier, transcription,
379
+ or attribute value, or the identifier of an anchor element (to
380
+ indicate an alternative starting or ending location). If an
381
+ assertedValue is given, the confidence level specified by
382
+ degree applies to the alternative markup specified by
383
+ assertedValue; if none is given, it applies to the markup
384
+ in the text.</a:documentation><choice><data type="anyURI"/><data type="Name"/><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="given"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates conditions assumed in the assignment of a degree
385
+ of confidence.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="degree"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the degree of confidence assigned to the aspect
386
+ of the markup named by the locus attribute.</a:documentation><data type="double"><param name="minInclusive">0</param><param name="maxInclusive">1</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_g"><element name="g"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(character or glyph) represents a non-standard character or glyph.</a:documentation><text/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ref"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a description of the character or glyph intended.</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_link"><element name="link"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements.</a:documentation><empty/><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="link-constraint-linkTargets1"><rule context="tei:link"><sch:report xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@target and @targets">You may not supply both
387
+ @target and @targets</sch:report></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="link-constraint-linkTargets2"><rule context="tei:link"><sch:report xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="not(@target) and not(@targets)">You must
388
+ supply either @target or @targets</sch:report></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="link-constraint-linkTargets3"><rule context="tei:link"><sch:assert xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="contains(@target,' ')">You must supply at least two
389
+ values for @target</sch:assert></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.pointing.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="targets"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the identifiers of the elements or passages to be linked or associated. </a:documentation><list><data type="anyURI"/><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_linkGrp"><element name="linkGrp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(link group) defines a collection of associations or hypertextual links.</a:documentation><oneOrMore><choice><rng:ref name="tei_link"/><rng:ref name="tei_ptr"/></choice></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.pointing.group.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_ab"><element name="ab"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(anonymous block) contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declaring.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="part" a:defaultValue="N"><a:documentation>specifies whether or not the block is complete. </a:documentation><choice><value>Y</value><a:documentation>(yes) the block is incomplete</a:documentation><value>N</value><a:documentation>(no) either the block is complete, or no claim is made as to its completeness</a:documentation><value>I</value><a:documentation>(initial) the initial part of an incomplete block</a:documentation><value>M</value><a:documentation>(medial) a medial part of an incomplete block</a:documentation><value>F</value><a:documentation>(final) the final part of an incomplete block</a:documentation></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_seg"><element name="seg"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(arbitrary segment) represents any segmentation of text below the chunk level.</a:documentation><rng:ref name="tei_macro.paraContent"/><rng:ref name="att.global.attributes"/><rng:ref name="att.segLike.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attributes"><rng:ref name="att.global.linking.attribute.corresp"/><rng:ref name="att.global.linking.attribute.synch"/><rng:ref name="att.global.linking.attribute.sameAs"/><rng:ref name="att.global.linking.attribute.copyOf"/><rng:ref name="att.global.linking.attribute.next"/><rng:ref name="att.global.linking.attribute.prev"/><rng:ref name="att.global.linking.attribute.exclude"/><rng:ref name="att.global.linking.attribute.select"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.corresp"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="corresp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(corresponds) points to elements that correspond to the current
390
+ element in some way.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.synch"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="synch"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(synchronous) points to elements that are synchronous with the current
391
+ element.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.sameAs"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="sameAs"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to an element that is the same as the current
392
+ element.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.copyOf"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="copyOf"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to an element of which the current element is a
393
+ copy.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.next"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="next"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the next element of a virtual aggregate of which
394
+ the current element is part.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.prev"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="prev"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(previous) points to the previous element of a virtual aggregate of
395
+ which the current element is part.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.exclude"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="exclude"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to elements that are in exclusive alternation
396
+ with the current element.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.global.linking.attribute.select"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="select"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">selects one or more alternants; if one alternant is
397
+ selected, the ambiguity or uncertainty is marked as resolved. If
398
+ more than one alternant is selected, the degree of ambiguity or
399
+ uncertainty is marked as reduced by the number of alternants not
400
+ selected.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msDesc"><element name="msDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript description) contains a description of a single identifiable
401
+ manuscript or other text-bearing object.</a:documentation><group><rng:ref name="tei_msIdentifier"/><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_msContents"/></optional><optional><rng:ref name="tei_physDesc"/></optional><optional><rng:ref name="tei_history"/></optional><optional><rng:ref name="tei_additional"/></optional><zeroOrMore><rng:ref name="tei_msPart"/></zeroOrMore></group></choice></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_catchwords"><element name="catchwords"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the system used to ensure
402
+ correct ordering of the quires making up a codex or incunable,
403
+ typically by means of annotations at the foot of the page.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_dimensions"><element name="dimensions"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a dimensional specification.</a:documentation><group><zeroOrMore><choice><rng:ref name="tei_dim"/><rng:ref name="tei_model.dimLike"/></choice></zeroOrMore></group><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="dimensions-constraint-duplicateDim1"><rule context="tei:dimensions"><report test="count(tei:width)&gt; 1">
404
+ Width element may appear once only
405
+ </report></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="dimensions-constraint-duplicateDim2"><rule context="tei:dimensions"><report test="count(tei:height)&gt; 1">
406
+ Height element may appear once only
407
+ </report></rule></pattern><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="dimensions-constraint-duplicateDim3"><rule context="tei:dimensions"><report test="count(tei:depth)&gt; 1">
408
+ Depth element may appear once only
409
+ </report></rule></pattern><rng:ref name="att.global.attributes"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates which aspect of the object is being measured.
410
+ Sample values include: 1] leaves; 2] ruled; 3] pricked; 4] written; 5] miniatures; 6] binding; 7] box</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_dim"><element name="dim"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains any single measurement forming part of a dimensional
411
+ specification of some sort.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_height"><element name="height"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a measurement measured along the
412
+ axis at right angles to the bottom of the written surface,
413
+ i.e. parallel to the spine for a codex or book. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_depth"><element name="depth"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a measurement measured across the
414
+ spine of a book or codex, or (for other text-bearing objects) perpendicular to the measurement given by the
415
+ width element. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_width"><element name="width"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a measurement measured along the
416
+ axis parallel to the bottom of the written surface, i.e.
417
+ perpendicular to the spine of a book or codex. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_heraldry"><element name="heraldry"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a heraldic formula
418
+ or phrase, typically found as part of a blazon, coat of arms, etc.
419
+ </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_locus"><element name="locus"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a location within a manuscript or manuscript part, usually as a
420
+ (possibly discontinuous) sequence of folio references. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.pointing.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scheme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the foliation scheme in terms of which the location is being
421
+ specified.</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="from"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the starting point of the location in a normalized form.</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="to"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the end-point of the location in a normalized form.</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_locusGrp"><element name="locusGrp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a number of locations which together form a
422
+ distinct but discontinuous item within a manuscript or manuscript
423
+ part, according to a specific foliation.
424
+ </a:documentation><oneOrMore><rng:ref name="tei_locus"/></oneOrMore><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="scheme"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the foliation scheme in terms of which all the
425
+ locations contained by the group are specified.</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_material"><element name="material"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase describing the
426
+ material of which the object being described is composed.
427
+ </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.canonical.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_origDate"><element name="origDate"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(origin date) contains any form of date, used to
428
+ identify the date of origin for a manuscript or manuscript part.
429
+ </a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="evidence"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
430
+ Suggested values include: 1] lettering; 2] nomenclature; 3] prosopography; 4] reign; 5] titulature; 6] internal-date</a:documentation><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Sorry, unable to create schema that uses actual counts minOccurs=1 and maxOccurs=6; approximating to minOccurs=1 and maxOccurs=unbounded.</a:documentation><list><choice><value>lettering</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated palaeographically</a:documentation><value>nomenclature</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by nomenclature or onomastics</a:documentation><value>prosopography</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by known persons named or implied within it</a:documentation><value>reign</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by the reign of an emperor or other ruler</a:documentation><value>titulature</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by the use of official titles</a:documentation><value>internal-date</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by explicit internal date</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice><zeroOrMore><choice><value>lettering</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated palaeographically</a:documentation><value>nomenclature</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by nomenclature or onomastics</a:documentation><value>prosopography</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by known persons named or implied within it</a:documentation><value>reign</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by the reign of an emperor or other ruler</a:documentation><value>titulature</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by the use of official titles</a:documentation><value>internal-date</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Text dated by explicit internal date</a:documentation><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></choice></zeroOrMore></list></attribute></optional><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attribute.source"/><rng:ref name="att.dimensions.attribute.unit"/><rng:ref name="att.dimensions.attribute.quantity"/><rng:ref name="att.dimensions.attribute.extent"/><rng:ref name="att.dimensions.attribute.precision"/><rng:ref name="att.dimensions.attribute.scope"/><rng:ref name="att.ranging.attributes"/><rng:ref name="att.responsibility.attribute.cert"/><rng:ref name="att.responsibility.attribute.resp"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_origPlace"><element name="origPlace"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(origin place) contains any form of place name, used to identify the
431
+ place of origin for a manuscript or manuscript part. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_secFol"><element name="secFol"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(second folio) The word or words taken from a fixed point
432
+ in a codex (typically the beginning of the
433
+ second leaf) in order
434
+ to provide a unique identifier for it.
435
+ </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_signatures"><element name="signatures"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains discussion of the leaf or quire signatures found within a codex.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_stamp"><element name="stamp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase describing a
436
+ stamp or similar device.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_watermark"><element name="watermark"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a word or phrase describing a
437
+ watermark or similar device.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msIdentifier"><element name="msIdentifier"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript identifier) contains the information required to identify
438
+ the manuscript being described. </a:documentation><group><group><rng:ref name="tei_model.placeNamePart_sequenceOptional"/><optional><rng:ref name="tei_institution"/></optional><optional><rng:ref name="tei_repository"/></optional><zeroOrMore><rng:ref name="tei_collection"/></zeroOrMore><optional><rng:ref name="tei_idno"/></optional></group><zeroOrMore><choice><rng:ref name="tei_msName"/><rng:ref name="tei_altIdentifier"/></choice></zeroOrMore></group><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msIdentifier-constraint-msId_minimal"><rule context="tei:msIdentifier"><report test="local-name(*[1])='idno' or local-name(*[1])='altIdentifier' or .='' ">
439
+ You must supply either a locator of some type or a
440
+ name</report></rule></pattern><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_institution"><element name="institution"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of an organization such as a university or
441
+ library, with which a manuscript is identified, generally its
442
+ holding institution.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_repository"><element name="repository"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of a repository within which manuscripts are stored, possibly forming part of an institution.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_collection"><element name="collection"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of a collection of
443
+ manuscripts, not necessarily located within a single repository. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_altIdentifier"><element name="altIdentifier"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(alternative identifier) contains an alternative or former structured identifier used for
444
+ a manuscript, such as a former catalogue number.</a:documentation><group><rng:ref name="tei_model.placeNamePart_sequenceOptional"/><optional><rng:ref name="tei_institution"/></optional><optional><rng:ref name="tei_repository"/></optional><optional><rng:ref name="tei_collection"/></optional><rng:ref name="tei_idno"/><optional><rng:ref name="tei_note"/></optional></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msName"><element name="msName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(alternative name) contains any form of unstructured alternative
445
+ name used for a manuscript, such as an ocellus
446
+ nominum, or nickname. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_colophon"><element name="colophon"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the colophon
447
+ of a manuscript item: that is, a statement providing information regarding the date, place, agency, or reason for production of the manuscript.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_explicit"><element name="explicit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the explicit of a
448
+ manuscript item, that is, the closing words of the text proper,
449
+ exclusive of any rubric or colophon which might follow it.
450
+ </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.msExcerpt.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_filiation"><element name="filiation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information concerning the manuscript's filiation, i.e. its relationship to other surviving manuscripts of the same text, its protographs, antigraphs and apographs.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_finalRubric"><element name="finalRubric"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the string of words that denotes the end of a text division, often with an assertion as to its author and title, usually set off from the text itself by red ink, by a different size or type of script, or by some other such visual device.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_incipit"><element name="incipit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the incipit of a manuscript item, that is the opening words of the text proper, exclusive of any rubric which might precede it, of sufficient length to identify the work uniquely; such incipts were, in fomer times, frequently used a means of reference to a work, in place of a title.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.msExcerpt.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msContents"><element name="msContents"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript contents) describes the intellectual content of a manuscript or manuscript
451
+ part, either as a series of paragraphs or as a series of structured manuscript items.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><optional><rng:ref name="tei_textLang"/></optional><zeroOrMore><choice><rng:ref name="tei_msItem"/><rng:ref name="tei_msItemStruct"/></choice></zeroOrMore></group></choice><rng:ref name="att.global.attributes"/><rng:ref name="att.msExcerpt.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="class"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the text types or classifications applicable to this object.</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msItem"><element name="msItem"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript item) describes an individual work or item within the intellectual
452
+ content of a manuscript or manuscript part. </a:documentation><group><zeroOrMore><choice><rng:ref name="tei_locus"/><rng:ref name="tei_locusGrp"/></choice></zeroOrMore><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><oneOrMore><choice><rng:ref name="tei_model.titlepagePart"/><rng:ref name="tei_model.msItemPart"/><rng:ref name="tei_model.global"/></choice></oneOrMore></choice></group><rng:ref name="att.global.attributes"/><rng:ref name="att.msExcerpt.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="class"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the text types or classifications applicable to this
453
+ item</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msItemStruct"><element name="msItemStruct"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(structured manuscript item) contains a structured description for an
454
+ individual work or item within the intellectual content of a
455
+ manuscript or manuscript part.</a:documentation><group><optional><rng:ref name="tei_locus"/></optional><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><zeroOrMore><rng:ref name="tei_author"/></zeroOrMore><zeroOrMore><rng:ref name="tei_respStmt"/></zeroOrMore><zeroOrMore><rng:ref name="tei_title"/></zeroOrMore><optional><rng:ref name="tei_rubric"/></optional><optional><rng:ref name="tei_incipit"/></optional><zeroOrMore><rng:ref name="tei_msItemStruct"/></zeroOrMore><optional><rng:ref name="tei_explicit"/></optional><optional><rng:ref name="tei_finalRubric"/></optional><zeroOrMore><rng:ref name="tei_colophon"/></zeroOrMore><zeroOrMore><rng:ref name="tei_decoNote"/></zeroOrMore><zeroOrMore><rng:ref name="tei_listBibl"/></zeroOrMore><zeroOrMore><rng:ref name="tei_bibl"/></zeroOrMore><zeroOrMore><rng:ref name="tei_filiation"/></zeroOrMore><zeroOrMore><rng:ref name="tei_model.noteLike"/></zeroOrMore><optional><rng:ref name="tei_textLang"/></optional></group></choice></group><rng:ref name="att.global.attributes"/><rng:ref name="att.msExcerpt.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="class"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the text types or classifications applicable to this
456
+ item</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rubric"><element name="rubric"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the text of any rubric or heading attached to a particular manuscript item, that is, a string of words through which a
457
+ manuscript signals the beginning of a text division, often with an assertion as to its author and title, which is in some way set off from the text itself, usually in red ink, or by use of different size or type of script, or some other such visual device.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_summary"><element name="summary"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an overview of the available
458
+ information concerning some aspect of an item (for example, its
459
+ intellectual content, history, layout, typography etc.) as a
460
+ complement or alternative to the more detailed information carried by
461
+ more specific elements.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_textLang"><element name="textLang"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text language) in a manuscript description, describes
462
+ the languages and writing systems identified within the manuscript
463
+ being described. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="mainLang"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(main language) supplies a code which identifies the chief language used in the manuscript.</a:documentation><data type="language"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="otherLangs"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(other languages) one or more codes identifying any other languages used in the manuscript.</a:documentation><list><zeroOrMore><data type="language"/></zeroOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.msExcerpt.attributes"><rng:ref name="att.msExcerpt.attribute.defective"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.msExcerpt.attribute.defective"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" name="defective" a:defaultValue="false"><a:documentation>indicates whether the passage being quoted is defective,
464
+ i.e. incomplete through loss or damage.</a:documentation><choice><data type="boolean"/><value>unknown</value><value>inapplicable</value></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_physDesc"><element name="physDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(physical description) contains a full physical description of a
465
+ manuscript or manuscript part, optionally subdivided using more
466
+ specialised elements from the model.physDescPart class.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.pLike"/></zeroOrMore><group><rng:ref name="tei_model.physDescPart_sequenceOptional"/></group></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_objectDesc"><element name="objectDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of the physical
467
+ components making up the object which is being described.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_supportDesc"/></optional><optional><rng:ref name="tei_layoutDesc"/></optional></group></choice><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="form"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a short project-specific name identifying the physical form of
468
+ the carrier, for example as a codex, roll, fragment, partial leaf,
469
+ cutting etc.</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_supportDesc"><element name="supportDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(support description) groups elements describing the physical support for the written part of a manuscript.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_support"/></optional><optional><rng:ref name="tei_extent"/></optional><zeroOrMore><rng:ref name="tei_foliation"/></zeroOrMore><optional><rng:ref name="tei_collation"/></optional><optional><rng:ref name="tei_condition"/></optional></group></choice><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="material"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a short project-defined name for the material composing
470
+ the majority of the support
471
+ Suggested values include: 1] paper (paper); 2] parch (parchmentparcheminpergamenapergamino); 3] mixed</a:documentation><choice><value>paper</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> (paper) </a:documentation><value>parch</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(parchment) </a:documentation><value>mixed</value><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/><data type="Name"/></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_support"><element name="support"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of the materials
472
+ etc. which make up the physical support for the written part of a manuscript.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_collation"><element name="collation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of how the leaves or bifolia are physically
473
+ arranged.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_foliation"><element name="foliation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the numbering system or systems used to
474
+ count the leaves or pages in a codex.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_condition"><element name="condition"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of the physical
475
+ condition of the manuscript. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_layoutDesc"><element name="layoutDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(layout description) collects the set of layout descriptions applicable to a manuscript.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><oneOrMore><rng:ref name="tei_layout"/></oneOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_layout"><element name="layout"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes how text is laid out on the
476
+ page, including information about any ruling, pricking, or other
477
+ evidence of page-preparation techniques.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="columns"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of columns per page</a:documentation><list><data type="nonNegativeInteger"/><optional><data type="nonNegativeInteger"/></optional></list></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="ruledLines"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of ruled lines per column</a:documentation><list><data type="nonNegativeInteger"/><optional><data type="nonNegativeInteger"/></optional></list></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="writtenLines"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of written lines per
478
+ column</a:documentation><list><data type="nonNegativeInteger"/><optional><data type="nonNegativeInteger"/></optional></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_handDesc"><element name="handDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description of hands) contains a description of all the different kinds of writing used in a manuscript.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><oneOrMore><rng:ref name="tei_handNote"/></oneOrMore></group></choice><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="hands"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of distinct hands identified within the manuscript</a:documentation><data type="nonNegativeInteger"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_typeDesc"><element name="typeDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of the typefaces or other aspects of
479
+ the printing of an incunable or other printed source.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><oneOrMore><rng:ref name="tei_typeNote"/></oneOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_scriptDesc"><element name="scriptDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of the scripts used in a manuscript or similar source.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><oneOrMore><rng:ref name="tei_scriptNote"/></oneOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_musicNotation"><element name="musicNotation"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains description of type of musical notation.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_decoDesc"><element name="decoDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(decoration description) contains a description of the decoration of a manuscript, either as a sequence of paragraphs, or as a sequence of topically organised decoNote elements.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><oneOrMore><rng:ref name="tei_decoNote"/></oneOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_decoNote"><element name="decoNote"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(note on decoration) contains a note describing either a
480
+ decorative component of a manuscript, or a fairly homogenous class of
481
+ such components.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_additions"><element name="additions"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of any significant additions found
482
+ within a manuscript, such as marginalia or other annotations. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_bindingDesc"><element name="bindingDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(binding description) describes the present and former bindings of a manuscript, either
483
+ as a series of paragraphs or as a series of distinct binding elements,
484
+ one for each binding of the manuscript. </a:documentation><choice><oneOrMore><choice><rng:ref name="tei_model.pLike"/><rng:ref name="tei_decoNote"/><rng:ref name="tei_condition"/></choice></oneOrMore><oneOrMore><rng:ref name="tei_binding"/></oneOrMore></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_binding"><element name="binding"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of one binding, i.e. type of covering, boards,
485
+ etc. applied to a manuscript.</a:documentation><oneOrMore><choice><rng:ref name="tei_model.pLike"/><rng:ref name="tei_condition"/><rng:ref name="tei_decoNote"/></choice></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="contemporary"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies whether or not the binding is contemporary with the majority of its
486
+ contents</a:documentation><choice><data type="boolean"/><value>unknown</value><value>inapplicable</value></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_sealDesc"><element name="sealDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(seal description) describes the seals or other external items attached to a manuscript, either
487
+ as a series of paragraphs or as a series of distinct seal elements,
488
+ possibly with additional decoNotes. </a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><oneOrMore><choice><rng:ref name="tei_decoNote"/><rng:ref name="tei_seal"/><rng:ref name="tei_condition"/></choice></oneOrMore></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_seal"><element name="seal"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a description of one seal or similar
489
+ attachment applied to a manuscript.</a:documentation><oneOrMore><choice><rng:ref name="tei_model.pLike"/><rng:ref name="tei_decoNote"/></choice></oneOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="contemporary"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies whether or not the seal is contemporary with the
490
+ item to which it is affixed</a:documentation><choice><data type="boolean"/><value>unknown</value><value>inapplicable</value></choice></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_accMat"><element name="accMat"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(accompanying material) contains details of any significant additional
491
+ material which may be closely associated with the manuscript being
492
+ described, such as non-contemporaneous documents or fragments bound in
493
+ with the manuscript at some earlier historical period.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_history"><element name="history"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> groups elements
494
+ describing the full history of a manuscript or manuscript part.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_summary"/></optional><optional><rng:ref name="tei_origin"/></optional><zeroOrMore><rng:ref name="tei_provenance"/></zeroOrMore><optional><rng:ref name="tei_acquisition"/></optional></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_origin"><element name="origin"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains any descriptive or other information
495
+ concerning the origin of a manuscript or manuscript part. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_provenance"><element name="provenance"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains any descriptive or other information
496
+ concerning a single identifiable episode during the history of a manuscript
497
+ or manuscript part, after its creation but before its acquisition. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_acquisition"><element name="acquisition"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains any descriptive or other information
498
+ concerning the process by which a manuscript or manuscript part entered the holding
499
+ institution. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_additional"><element name="additional"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups additional information, combining
500
+ bibliographic information about a manuscript, or surrogate copies of
501
+ it with curatorial or administrative information. </a:documentation><group><optional><rng:ref name="tei_adminInfo"/></optional><optional><rng:ref name="tei_surrogates"/></optional><optional><rng:ref name="tei_listBibl"/></optional></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_adminInfo"><element name="adminInfo"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(administrative information) contains information about the present
502
+ custody and availability of the manuscript, and also about the record
503
+ description itself. </a:documentation><group><optional><rng:ref name="tei_recordHist"/></optional><optional><rng:ref name="tei_availability"/></optional><optional><rng:ref name="tei_custodialHist"/></optional><optional><rng:ref name="tei_model.noteLike"/></optional></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_recordHist"><element name="recordHist"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(recorded history) provides information about the source and
504
+ revision status of the parent manuscript description itself. </a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><rng:ref name="tei_source"/><zeroOrMore><rng:ref name="tei_change"/></zeroOrMore></group></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_source"><element name="source"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the original source for the information contained with a manuscript description. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_custodialHist"><element name="custodialHist"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(custodial history) contains a description of a manuscript's custodial history, either
505
+ as running prose or as a series of dated custodial events. </a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><oneOrMore><rng:ref name="tei_custEvent"/></oneOrMore></choice><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_custEvent"><element name="custEvent"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(custodial event) describes a single event during the custodial history of a manuscript.</a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_surrogates"><element name="surrogates"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about any representations of the manuscript being described which
506
+ may exist in the holding institution or elsewhere. </a:documentation><rng:ref name="tei_macro.specialPara"/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_msPart"><element name="msPart"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript part) contains information about an originally
507
+ distinct manuscript or part of a manuscript, now forming part of a composite manuscript.</a:documentation><group><rng:ref name="tei_altIdentifier"/><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><group><optional><rng:ref name="tei_msContents"/></optional><optional><rng:ref name="tei_physDesc"/></optional><optional><rng:ref name="tei_history"/></optional><optional><rng:ref name="tei_additional"/></optional><zeroOrMore><rng:ref name="tei_msPart"/></zeroOrMore></group></choice></group><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.persNamePart"><choice><rng:ref name="tei_surname"/><rng:ref name="tei_forename"/><rng:ref name="tei_genName"/><rng:ref name="tei_addName"/><rng:ref name="tei_roleName"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_orgName"><element name="orgName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(organization name) contains an organizational name. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_persName"><element name="persName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including any
508
+ or all of the person's forenames, surnames, honorifics, added names, etc.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_surname"><element name="surname"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a family (inherited) name, as opposed to a given, baptismal, or nick name.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_forename"><element name="forename"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a forename, given or baptismal name.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_genName"><element name="genName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons
509
+ named.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_addName"><element name="addName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal
510
+ name.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_roleName"><element name="roleName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a name component which indicates that the referent has a particular role or position in society, such as an official title or
511
+ rank.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.personal.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_placeName"><element name="placeName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an absolute or relative place name. </a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_region"><element name="region"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of an administrative unit such as a state, province, or county, larger
512
+ than a settlement, but smaller than a country.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_settlement"><element name="settlement"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_offset"><element name="offset"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">that part of a relative temporal or spatial expression which indicates the direction of the offset between the two place names, dates, or
513
+ times involved in the expression. </a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geogName"><element name="geogName"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical name) a name associated with some geographical feature such as Windrush Valley or Mount Sinai.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides more culture- linguistic- or application- specific information used to categorize this name component.</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geogFeat"><element name="geogFeat"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical feature name) contains a common noun identifying some geographical feature contained within a geographic
514
+ name, such as valley, mount, etc.</a:documentation><rng:ref name="tei_macro.xtext"/><rng:ref name="att.global.attributes"/><rng:ref name="att.naming.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.datable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_event"><element name="event"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(event) contains data relating to any kind of significant event associated with a person, place, or organization.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><choice><group><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore></group><group><oneOrMore><rng:ref name="tei_model.labelLike"/></oneOrMore></group></choice><zeroOrMore><choice><rng:ref name="tei_model.noteLike"/><rng:ref name="tei_model.biblLike"/></choice></zeroOrMore><zeroOrMore><rng:ref name="tei_event"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.datable.attributes"/><rng:ref name="att.editLike.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.naming.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="where"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of an event by pointing to a place element</a:documentation><data type="anyURI"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_geo"><element name="geo"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical coordinates) contains any expression of a set of geographic coordinates, representing a point, line, or area on the surface of the earth in some
515
+ notation.</a:documentation><text/><rng:ref name="att.global.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listOrg"><element name="listOrg"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of organizations) contains a list of elements, each of which provides information about an identifiable
516
+ organization. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><oneOrMore><choice><rng:ref name="tei_org"/><rng:ref name="tei_listOrg"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listEvent"><element name="listEvent"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of events) contains a list of descriptions, each of which provides information
517
+ about an identifiable event. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><oneOrMore><choice><rng:ref name="tei_event"/><rng:ref name="tei_listEvent"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listPerson"><element name="listPerson"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of persons) contains a list of descriptions, each of which provides information about an identifiable
518
+ person or a group of people, for example the participants in a language interaction, or the
519
+ people referred to in a historical source. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><oneOrMore><choice><rng:ref name="tei_model.personLike"/><rng:ref name="tei_listPerson"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listPlace"><element name="listPlace"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of places) contains a list of places, optionally followed by a list of relationships (other than
520
+ containment) defined amongst them. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><oneOrMore><choice><rng:ref name="tei_model.placeLike"/><rng:ref name="tei_listPlace"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_org"><element name="org"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(organization) provides information about an identifiable organization such as a business, a tribe, or
521
+ any other grouping of people.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><choice><group><zeroOrMore><rng:ref name="tei_model.pLike"/></zeroOrMore></group><zeroOrMore><choice><rng:ref name="tei_model.labelLike"/><rng:ref name="tei_model.nameLike"/><rng:ref name="tei_model.placeLike"/></choice></zeroOrMore></choice><zeroOrMore><choice><rng:ref name="tei_model.noteLike"/><rng:ref name="tei_model.biblLike"/></choice></zeroOrMore><zeroOrMore><rng:ref name="tei_model.personLike"/></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.editLike.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="role"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a primary role or classification for the organization.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_person"><element name="person"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a
522
+ historical source.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><zeroOrMore><choice><rng:ref name="tei_model.personPart"/><rng:ref name="tei_model.global"/></choice></zeroOrMore></choice><rng:ref name="att.global.attributes"/><rng:ref name="att.editLike.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="role"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a primary role or classification for the person.</a:documentation><list><oneOrMore><data type="Name"/></oneOrMore></list></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="sex"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sex of the person.</a:documentation><choice><value>0</value><value>1</value><value>2</value><value>9</value></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="age"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies an age group for the person.</a:documentation><data type="Name"/></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_personGrp"><element name="personGrp"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(personal group) describes a group of individuals treated as a single person for analytic purposes.</a:documentation><choice><oneOrMore><rng:ref name="tei_model.pLike"/></oneOrMore><zeroOrMore><rng:ref name="tei_model.personPart"/></zeroOrMore></choice><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="role"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the role of this group of participants in the interaction.</a:documentation><data type="Name"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="sex"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the sex of the participant group.</a:documentation><choice><choice><value>0</value><value>1</value><value>2</value><value>9</value></choice><value>mixed</value></choice></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="age"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the age group of the participants.</a:documentation><data type="Name"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="size"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the size or approximate size of the group.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_place"><element name="place"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains data about a geographic location</a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><choice><group><zeroOrMore><rng:ref name="tei_model.pLike"/></zeroOrMore></group><zeroOrMore><choice><rng:ref name="tei_model.labelLike"/><rng:ref name="tei_model.placeStateLike"/><rng:ref name="tei_model.placeTraitLike"/><rng:ref name="tei_model.placeEventLike"/></choice></zeroOrMore></choice><zeroOrMore><choice><rng:ref name="tei_model.noteLike"/><rng:ref name="tei_model.biblLike"/></choice></zeroOrMore><zeroOrMore><choice><rng:ref name="tei_model.placeLike"/><rng:ref name="tei_listPlace"/></choice></zeroOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.editLike.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_nym"><element name="nym"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(canonical name) contains the definition for a canonical name or namepart of any kind.</a:documentation><group><group><zeroOrMore><rng:ref name="tei_model.entryPart"/></zeroOrMore></group><group><zeroOrMore><rng:ref name="tei_model.pLike"/></zeroOrMore></group><group><zeroOrMore><rng:ref name="tei_nym"/></zeroOrMore></group></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="parts"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to constituent nyms </a:documentation><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Sorry, unable to create schema that uses actual counts minOccurs=1 and maxOccurs=100; approximating to minOccurs=1 and maxOccurs=unbounded.</a:documentation><list><data type="anyURI"/><zeroOrMore><data type="anyURI"/></zeroOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_listNym"><element name="listNym"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of canonical names) contains a list of nyms, that is, standardized names for any thing. </a:documentation><group><zeroOrMore><rng:ref name="tei_model.headLike"/></zeroOrMore><oneOrMore><choice><rng:ref name="tei_nym"/><rng:ref name="tei_listNym"/></choice></oneOrMore></group><rng:ref name="att.global.attributes"/><rng:ref name="att.typed.attributes"/><rng:ref name="att.declarable.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attributes"><rng:ref name="att.datable.iso.attribute.when-iso"/><rng:ref name="att.datable.iso.attribute.notBefore-iso"/><rng:ref name="att.datable.iso.attribute.notAfter-iso"/><rng:ref name="att.datable.iso.attribute.from-iso"/><rng:ref name="att.datable.iso.attribute.to-iso"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.when-iso"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="when-iso"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of a date or time in a standard form.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/><data type="token"><param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param></data></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.notBefore-iso"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="notBefore-iso"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/><data type="token"><param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param></data></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.notAfter-iso"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="notAfter-iso"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/><data type="token"><param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param></data></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.from-iso"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="from-iso"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the starting point of the period in standard form.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/><data type="token"><param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param></data></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.datable.iso.attribute.to-iso"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="to-iso"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in standard form.</a:documentation><choice><data type="date"/><data type="gYear"/><data type="gMonth"/><data type="gDay"/><data type="gYearMonth"/><data type="gMonthDay"/><data type="time"/><data type="dateTime"/><data type="token"><param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</param></data></choice></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.rdgLike"><choice><rng:ref name="tei_rdg"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_app"><element name="app"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(apparatus entry) contains one entry in a critical apparatus, with an optional
523
+ lemma and at least one reading.</a:documentation><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_lem"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_wit"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional></optional><zeroOrMore><choice><group><rng:ref name="tei_model.rdgLike"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_wit"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional></group><group><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore><optional><rng:ref name="tei_wit"/><zeroOrMore><rng:ref name="tei_model.global"/></zeroOrMore></optional></group></choice></zeroOrMore></group><pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="app-constraint-only1lem"><rule context="tei:app"><sch:assert xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="count( descendant::tei:lem[ generate-id( current() ) = generate-id( ancestor::tei:app[1] ) ]) &lt; 2">Only one &lt;lem&gt; element may appear within a single
524
+ apparatus entry, whether it appears outside a &lt;rdgGrp&gt;
525
+ element or within it.</sch:assert></rule></pattern><rng:ref name="att.global.attributes"/><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the variation contained in this element according to
526
+ some convenient typology.</a:documentation><data type="Name"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="from"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the beginning of the lemma in the base text, if
527
+ necessary.</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="to"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the endpoint of the lemma in the base text, if
528
+ necessary.</a:documentation><data type="anyURI"/></attribute></optional><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="loc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(location) indicates the location of the variation, when the
529
+ location-referenced method of apparatus markup is used.</a:documentation><list><oneOrMore><data type="token"><param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</param></data></oneOrMore></list></attribute></optional><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_lem"><element name="lem"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(lemma) contains the lemma, or base text, of a textual variation.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.inter"/><rng:ref name="tei_model.global"/><rng:ref name="tei_model.rdgPart"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.textCritical.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_rdg"><element name="rdg"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reading) contains a single reading within a textual variation.</a:documentation><zeroOrMore><choice><text/><rng:ref name="tei_model.gLike"/><rng:ref name="tei_model.phrase"/><rng:ref name="tei_model.inter"/><rng:ref name="tei_model.global"/><rng:ref name="tei_model.rdgPart"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.textCritical.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_wit"><element name="wit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a list of one or more sigla of witnesses attesting a
530
+ given reading, in a textual variation.</a:documentation><rng:ref name="tei_macro.phraseSeq"/><rng:ref name="att.global.attributes"/><rng:ref name="att.rdgPart.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_model.rdgPart"><choice><rng:ref name="tei_wit"/></choice></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.rdgPart.attributes"><rng:ref name="att.rdgPart.attribute.wit"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.rdgPart.attribute.wit"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="wit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(witness or witnesses) contains a list of one or more sigla indicating the witnesses
531
+ which begin or end at this point.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.textCritical.attributes"><rng:ref name="att.responsibility.attributes"/><rng:ref name="att.textCritical.attribute.wit"/><rng:ref name="att.textCritical.attribute.type"/><rng:ref name="att.textCritical.attribute.cause"/><rng:ref name="att.textCritical.attribute.varSeq"/><rng:ref name="att.textCritical.attribute.hand"/><empty/></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.textCritical.attribute.wit"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="wit"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(witness or witnesses) contains a list of one or more pointers indicating the witnesses
532
+ which attest to a given reading.</a:documentation><list><oneOrMore><data type="anyURI"/></oneOrMore></list></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.textCritical.attribute.type"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="type"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the reading according to some useful typology.
533
+ Sample values include: 1] substantive (substantif); 2] orthographic (orthographique)</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.textCritical.attribute.cause"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="cause"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the cause for the variant reading, according to
534
+ any appropriate typology of possible origins.
535
+ Sample values include: 1] homeoteleuton; 2] homeoarchy; 3] paleographicConfusion; 4] haplography; 5] dittography; 6] falseEmendation</a:documentation><data type="Name"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.textCritical.attribute.varSeq"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="varSeq"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(variant sequence) provides a number indicating the position of this reading in a
536
+ sequence, when there is reason to presume a sequence to the variants
537
+ on any one lemma.</a:documentation><data type="nonNegativeInteger"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="att.textCritical.attribute.hand"><optional><attribute xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://relaxng.org/ns/structure/1.0" name="hand"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signifies the hand responsible for a particular reading in the
538
+ witness.</a:documentation><data type="anyURI"/></attribute></optional></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_figure"><element name="figure"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups elements representing or containing graphic information such as an illustration or
539
+ figure.</a:documentation><zeroOrMore><choice><rng:ref name="tei_model.headLike"/><rng:ref name="tei_model.pLike"/><rng:ref name="tei_figDesc"/><rng:ref name="tei_model.graphicLike"/><rng:ref name="tei_model.egLike"/><rng:ref name="tei_floatingText"/><rng:ref name="tei_model.global"/></choice></zeroOrMore><rng:ref name="att.global.attributes"/><rng:ref name="att.placement.attributes"/><rng:ref name="att.typed.attributes"/><empty/></element></define><define xmlns="http://relaxng.org/ns/structure/1.0" name="tei_figDesc"><element name="figDesc"><a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description of figure) contains a brief prose description of the appearance or content
540
+ of a graphic figure, for use when documenting an image without
541
+ displaying it.</a:documentation><rng:ref name="tei_macro.limitedContent"/><rng:ref name="att.global.attributes"/><empty/></element></define><rng:start><rng:ref name="tei_TEI"/></rng:start></rng:grammar>