<?xml version="1.0" encoding="utf-8"?> <grammar xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"><!-- Schema generated from ODD source 2023-11-20T15:34:07Z. . TEI Edition: Version 4.6.0. Last updated on 4th April 2023, revision f18deffba TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.6.0/ --><!--[https://creativecommons.org/licenses/by/4.0/] Creative Commons Attribution 4.0 International--> <define name="macro.paraContent"> <zeroOrMore> <choice> <text/> <ref name="model.paraPart"/> </choice> </zeroOrMore> </define> <define name="macro.limitedContent"> <zeroOrMore> <choice> <text/> <ref name="model.limitedPhrase"/> <ref name="model.inter"/> </choice> </zeroOrMore> </define> <define name="macro.phraseSeq"> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.attributable"/> <ref name="model.phrase"/> <ref name="model.global"/> </choice> </zeroOrMore> </define> <define name="macro.phraseSeq.limited"> <zeroOrMore> <choice> <text/> <ref name="model.limitedPhrase"/> <ref name="model.global"/> </choice> </zeroOrMore> </define> <define name="macro.specialPara"> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.phrase"/> <ref name="model.inter"/> <ref name="model.divPart"/> <ref name="model.global"/> </choice> </zeroOrMore> </define> <define name="macro.xtext"> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> </choice> </zeroOrMore> </define> <define name="anyElement-fallback"> <element> <anyName> <except> <nsName ns="http://www.tei-c.org/ns/1.0"/> <name ns="http://www.tei-c.org/ns/Examples">egXML</name> </except> </anyName> <zeroOrMore> <attribute> <anyName/> </attribute> </zeroOrMore> <zeroOrMore> <choice> <text/> <ref name="anyElement-fallback"/> </choice> </zeroOrMore> </element> </define> <define name="att.anchoring.attributes"> <ref name="att.anchoring.attribute.anchored"/> <ref name="att.anchoring.attribute.targetEnd"/> </define> <define name="att.anchoring.attribute.anchored"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="anchored" a:defaultValue="true"> <a:documentation>(anchored) indicates whether the copy text shows the exact place of reference for the note.</a:documentation> <data type="boolean"/> </attribute> </optional> </define> <define name="att.anchoring.attribute.targetEnd"> <optional> <attribute name="targetEnd"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(target end) points to the end of the span to which the note is attached, if the note is not embedded in the text at that point.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.ascribed.attributes"> <ref name="att.ascribed.attribute.who"/> </define> <define name="att.ascribed.attribute.who"> <optional> <attribute 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"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.ascribed.directed.attributes"> <ref name="att.ascribed.attributes"/> <ref name="att.ascribed.directed.attribute.toWhom"/> </define> <define name="att.ascribed.directed.attribute.toWhom"> <optional> <attribute name="toWhom"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the person, or group of people, to whom a speech act or action is directed.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.canonical.attributes"> <ref name="att.canonical.attribute.key"/> <ref name="att.canonical.attribute.ref"/> </define> <define name="att.canonical.attribute.key"> <optional> <attribute name="key"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.</a:documentation> <data type="string"/> </attribute> </optional> </define> <define name="att.canonical.attribute.ref"> <optional> <attribute name="ref"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.ranging.attributes"> <ref name="att.ranging.attribute.atLeast"/> <ref name="att.ranging.attribute.atMost"/> <ref name="att.ranging.attribute.min"/> <ref name="att.ranging.attribute.max"/> <ref name="att.ranging.attribute.confidence"/> </define> <define name="att.ranging.attribute.atLeast"> <optional> <attribute 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 name="att.ranging.attribute.atMost"> <optional> <attribute 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 name="att.ranging.attribute.min"> <optional> <attribute name="min"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation or a range, supplies the minimum value observed.</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.ranging.attribute.max"> <optional> <attribute name="max"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation or a range, supplies the maximum value observed.</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.ranging.attribute.confidence"> <optional> <attribute name="confidence"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by <code xmlns="http://www.w3.org/1999/xhtml">@min</code> and <code xmlns="http://www.w3.org/1999/xhtml">@max</code>, or the proportion of observed values that fall within that range.</a:documentation> <data type="double"/> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.ranging-numerical.ranging.check-constraint-rule-1"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//*[(@atLeast and @atMost) or (@min and @max)]"> <sch:let name="f" value="(@atLeast,@min)[1]"/> <sch:let name="t" value="(@atMost,@max)[1]"/> <sch:let name="bothnumbers" value="$f castable as xs:float and $t castable as xs:float"/> <sch:let name="fv" value="if ($bothnumbers) then xs:float($f) else ()"/> <sch:let name="tv" value="if ($bothnumbers) then xs:float($t) else ()"/> <sch:report role="warn" test="$bothnumbers and $fv gt $tv"> The numerical range <sch:value-of select="$f"/>–<sch:value-of select="$t"/> in <sch:value-of select="name(.)"/> may not be valid. </sch:report> </sch:rule> </pattern> <define name="att.dimensions.attributes"> <ref name="att.ranging.attributes"/> <ref name="att.dimensions.attribute.unit"/> <ref name="att.dimensions.attribute.quantity"/> <ref name="att.dimensions.attribute.extent"/> <ref name="att.dimensions.attribute.precision"/> <ref name="att.dimensions.attribute.scope"/> </define> <define name="att.dimensions.attribute.unit"> <optional> <attribute name="unit"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">names the unit used for the measurement Suggested values include: 1] cm (centimetres); 2] mm (millimetres); 3] in (inches); 4] line; 5] char (characters)</a:documentation> <choice> <value>cm</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(centimetres) </a:documentation> <value>mm</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(millimetres) </a:documentation> <value>in</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(inches) </a:documentation> <value>line</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">lines of text</a:documentation> <value>char</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(characters) characters of text</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> </define> <define name="att.dimensions.attribute.quantity"> <optional> <attribute 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 name="att.dimensions.attribute.extent"> <optional> <attribute name="extent"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.</a:documentation> <data type="string"/> </attribute> </optional> </define> <define name="att.dimensions.attribute.precision"> <optional> <attribute name="precision"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the precision of the values specified by the other attributes.</a:documentation> <choice> <value>high</value> <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>low</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </attribute> </optional> </define> <define name="att.dimensions.attribute.scope"> <optional> <attribute name="scope"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">where the measurement summarizes more than one observation, specifies the applicability of this measurement. Sample values include: 1] all; 2] most; 3] range</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.written.attributes"> <ref name="att.written.attribute.hand"/> </define> <define name="att.written.attribute.hand"> <optional> <attribute name="hand"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a <code xmlns="http://www.w3.org/1999/xhtml"><handNote></code> element describing the hand considered responsible for the content of the element concerned.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.damaged.attributes"> <ref name="att.dimensions.attributes"/> <ref name="att.written.attributes"/> <ref name="att.damaged.attribute.agent"/> <ref name="att.damaged.attribute.degree"/> <ref name="att.damaged.attribute.group"/> </define> <define name="att.damaged.attribute.agent"> <optional> <attribute name="agent"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">categorizes the cause of the damage, if it can be identified. Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.damaged.attribute.degree"> <optional> <attribute name="degree"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a coded representation of the degree of damage, either as a number between 0 (undamaged) and 1 (very extensively damaged), or as one of the codes high, medium, low, or unknown. The <code xmlns="http://www.w3.org/1999/xhtml"><damage></code> element with the <code xmlns="http://www.w3.org/1999/xhtml">@degree</code> attribute should only be used where the text may be read with some confidence; text supplied from other sources should be tagged as <code xmlns="http://www.w3.org/1999/xhtml"><supplied></code>.</a:documentation> <choice> <data type="double"/> <choice> <value>high</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>low</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> </define> <define name="att.damaged.attribute.group"> <optional> <attribute name="group"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">assigns an arbitrary number to each stretch of damage regarded as forming part of the same physical phenomenon.</a:documentation> <data type="nonNegativeInteger"/> </attribute> </optional> </define> <define name="att.breaking.attributes"> <ref name="att.breaking.attribute.break"/> </define> <define name="att.breaking.attribute.break"> <optional> <attribute name="break"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether or not the element bearing this attribute should be considered to mark the end of an orthographic token in the same way as whitespace.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.cReferencing.attributes"> <ref name="att.cReferencing.attribute.cRef"/> </define> <define name="att.cReferencing.attribute.cRef"> <optional> <attribute 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 expressed using the scheme defined in a <code xmlns="http://www.w3.org/1999/xhtml"><refsDecl></code> element in the TEI header</a:documentation> <data type="string"/> </attribute> </optional> </define> <define name="att.datable.w3c.attributes"> <ref name="att.datable.w3c.attribute.when"/> <ref name="att.datable.w3c.attribute.notBefore"/> <ref name="att.datable.w3c.attribute.notAfter"/> <ref name="att.datable.w3c.attribute.from"/> <ref name="att.datable.w3c.attribute.to"/> </define> <define name="att.datable.w3c.attribute.when"> <optional> <attribute name="when"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.</a:documentation> <choice> <data type="date"/> <data type="gYear"/> <data type="gMonth"/> <data type="gDay"/> <data type="gYearMonth"/> <data type="gMonthDay"/> <data type="time"/> <data type="dateTime"/> </choice> </attribute> </optional> </define> <define name="att.datable.w3c.attribute.notBefore"> <optional> <attribute name="notBefore"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation> <choice> <data type="date"/> <data type="gYear"/> <data type="gMonth"/> <data type="gDay"/> <data type="gYearMonth"/> <data type="gMonthDay"/> <data type="time"/> <data type="dateTime"/> </choice> </attribute> </optional> </define> <define name="att.datable.w3c.attribute.notAfter"> <optional> <attribute name="notAfter"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.</a:documentation> <choice> <data type="date"/> <data type="gYear"/> <data type="gMonth"/> <data type="gDay"/> <data type="gYearMonth"/> <data type="gMonthDay"/> <data type="time"/> <data type="dateTime"/> </choice> </attribute> </optional> </define> <define name="att.datable.w3c.attribute.from"> <optional> <attribute 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 name="att.datable.w3c.attribute.to"> <optional> <attribute name="to"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.</a:documentation> <choice> <data type="date"/> <data type="gYear"/> <data type="gMonth"/> <data type="gDay"/> <data type="gYearMonth"/> <data type="gMonthDay"/> <data type="time"/> <data type="dateTime"/> </choice> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.datable.w3c-datable.ranging.check-constraint-rule-2"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//*[not(self::tei:locus or self::tei:biblScope or self::tei:citedRange)] [(@notBefore and @notAfter) or (@from and @to)]"> <sch:let name="f" value="(@notBefore,@from)[1]"/> <sch:let name="t" value="(@notAfter,@to)[1]"/> <sch:let name="bothdates" value="$f castable as xs:date and $t castable as xs:date"/> <sch:let name="bothyears" value="$f castable as xs:integer and $t castable as xs:integer"/> <sch:let name="fd" value="if ($bothdates) then xs:date($f) else ()"/> <sch:let name="td" value="if ($bothdates) then xs:date($t) else ()"/> <sch:let name="fy" value="if ($bothyears) then xs:integer($f) else ()"/> <sch:let name="ty" value="if ($bothyears) then xs:integer($t) else ()"/> <sch:report role="error" test="($bothdates and $fd gt $td) or ($bothyears and $fy gt $ty)"> The date range <sch:value-of select="$f"/>–<sch:value-of select="$t"/> in <sch:value-of select="name(.)"/> is not valid. </sch:report> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.datable.w3c-att-datable-w3c-when-constraint-rule-3"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@when]"> <sch:report role="nonfatal" test="@notBefore|@notAfter|@from|@to">The @when attribute cannot be used with any other att.datable.w3c attributes.</sch:report> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.datable.w3c-att-datable-w3c-from-constraint-rule-4"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@from]"> <sch:report role="nonfatal" test="@notBefore">The @from and @notBefore attributes cannot be used together.</sch:report> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.datable.w3c-att-datable-w3c-to-constraint-rule-5"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@to]"> <sch:report role="nonfatal" test="@notAfter">The @to and @notAfter attributes cannot be used together.</sch:report> </sch:rule> </pattern> <define name="att.datable.attributes"> <ref name="att.datable.w3c.attributes"/> <ref name="att.datable.iso.attributes"/> <ref name="att.datable.custom.attributes"/> <ref name="att.datable.attribute.calendar"/> <ref name="att.datable.attribute.period"/> </define> <define name="att.datable.attribute.calendar"> <optional> <attribute name="calendar"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates one or more systems or calendars to which the date represented by the content of this element belongs.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.datable-calendar-calendar-constraint-rule-6"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@calendar]"> <sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this <sch:name/> element has no textual content.</sch:assert> </sch:rule> </pattern> <define name="att.datable.attribute.period"> <optional> <attribute name="period"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies pointers to one or more definitions of named periods of time (typically <code xmlns="http://www.w3.org/1999/xhtml"><category></code>s or <code xmlns="http://www.w3.org/1999/xhtml"><calendar></code>s) within which the datable item is understood to have occurred.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datcat.attributes"> <ref name="att.datcat.attribute.datcat"/> <ref name="att.datcat.attribute.valueDatcat"/> <ref name="att.datcat.attribute.targetDatcat"/> </define> <define name="att.datcat.attribute.datcat"> <optional> <attribute name="datcat"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a pointer to a definition of, and/or general information about, (a) an information container (element or attribute) or (b) a value of an information container (element content or attribute value), by referencing an external taxonomy or ontology. If <code xmlns="http://www.w3.org/1999/xhtml">@valueDatcat</code> is present in the immediate context, this attribute takes on role (a), while <code xmlns="http://www.w3.org/1999/xhtml">@valueDatcat</code> performs role (b).</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datcat.attribute.valueDatcat"> <optional> <attribute name="valueDatcat"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a definition of, and/or general information about a value of an information container (element content or attribute value), by reference to an external taxonomy or ontology. Used especially where a contrast with <code xmlns="http://www.w3.org/1999/xhtml">@datcat</code> is needed.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datcat.attribute.targetDatcat"> <optional> <attribute name="targetDatcat"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a definition of, and/or general information about, information structure of an object referenced or modeled by the containing element, by reference to an external taxonomy or ontology. This attribute has the characteristics of the <code xmlns="http://www.w3.org/1999/xhtml">@datcat</code> attribute, except that it addresses not its containing element, but an object that is being referenced or modeled by its containing element.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.declarable.attributes"> <ref name="att.declarable.attribute.default"/> </define> <define name="att.declarable.attribute.default"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="default" a:defaultValue="false"> <a:documentation>indicates whether or not this element is selected by default when its parent is selected.</a:documentation> <choice> <value>true</value> <a:documentation>This element is selected if its parent is selected</a:documentation> <value>false</value> <a:documentation>This element can only be selected explicitly, unless it is the only one of its kind, in which case it is selected if its parent is selected.</a:documentation> </choice> </attribute> </optional> </define> <define name="att.declaring.attributes"> <ref name="att.declaring.attribute.decls"/> </define> <define name="att.declaring.attribute.decls"> <optional> <attribute name="decls"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(declarations) identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.fragmentable.attributes"> <ref name="att.fragmentable.attribute.part"/> </define> <define name="att.fragmentable.attribute.part"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="part" a:defaultValue="N"> <a:documentation>specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</a:documentation> <choice> <value>Y</value> <a:documentation>(yes) the element is fragmented in some (unspecified) respect</a:documentation> <value>N</value> <a:documentation>(no) the element is not fragmented, or no claim is made as to its completeness</a:documentation> <value>I</value> <a:documentation>(initial) this is the initial part of a fragmented element</a:documentation> <value>M</value> <a:documentation>(medial) this is a medial part of a fragmented element</a:documentation> <value>F</value> <a:documentation>(final) this is the final part of a fragmented element</a:documentation> </choice> </attribute> </optional> </define> <define name="att.divLike.attributes"> <ref name="att.fragmentable.attributes"/> <ref name="att.divLike.attribute.org"/> <ref name="att.divLike.attribute.sample"/> </define> <define name="att.divLike.attribute.org"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/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>no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships.</a:documentation> <value>uniform</value> <a:documentation>the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence.</a:documentation> </choice> </attribute> </optional> </define> <define name="att.divLike.attribute.sample"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="sample" a:defaultValue="complete"> <a:documentation>indicates whether this division is a sample of the original source and if so, from which part.</a:documentation> <choice> <value>initial</value> <a:documentation>division lacks material present at end in source.</a:documentation> <value>medial</value> <a:documentation>division lacks material at start and end.</a:documentation> <value>final</value> <a:documentation>division lacks material at start.</a:documentation> <value>unknown</value> <a:documentation>position of sampled material within original unknown.</a:documentation> <value>complete</value> <a:documentation>division is not a sample.</a:documentation> </choice> </attribute> </optional> </define> <define name="att.docStatus.attributes"> <ref name="att.docStatus.attribute.status"/> </define> <define name="att.docStatus.attribute.status"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="status" a:defaultValue="draft"> <a:documentation>describes the status of a document either currently or, when associated with a dated element, at the time indicated. Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.global.responsibility.attributes"> <ref name="att.global.responsibility.attribute.cert"/> <ref name="att.global.responsibility.attribute.resp"/> </define> <define name="att.global.responsibility.attribute.cert"> <optional> <attribute name="cert"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(certainty) signifies the degree of certainty associated with the intervention or interpretation.</a:documentation> <choice> <data type="double"/> <choice> <value>high</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>low</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> </define> <define name="att.global.responsibility.attribute.resp"> <optional> <attribute name="resp"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.editLike.attributes"> <ref name="att.editLike.attribute.evidence"/> <ref name="att.editLike.attribute.instant"/> </define> <define name="att.editLike.attribute.evidence"> <optional> <attribute name="evidence"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation. Suggested values include: 1] internal; 2] external; 3] conjecture</a:documentation> <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 scholar on the basis of their expertise.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.editLike.attribute.instant"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="instant" a:defaultValue="false"> <a:documentation>indicates whether this is an instant revision or not.</a:documentation> <choice> <data type="boolean"/> <choice> <value>unknown</value> <a:documentation/> <value>inapplicable</value> <a:documentation/> </choice> </choice> </attribute> </optional> </define> <define name="att.global.rendition.attributes"> <ref name="att.global.rendition.attribute.rend"/> <ref name="att.global.rendition.attribute.style"/> <ref name="att.global.rendition.attribute.rendition"/> </define> <define name="att.global.rendition.attribute.rend"> <optional> <attribute 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{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.global.rendition.attribute.style"> <optional> <attribute name="style"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text</a:documentation> <data type="string"/> </attribute> </optional> </define> <define name="att.global.rendition.attribute.rendition"> <optional> <attribute name="rendition"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a description of the rendering or presentation used for this element in the source text.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.global.rendition-rend.info-constraint-rule-7"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="*[@rend]"> <sch:report role="info" test="self::tei:hi and not(every $r in tokenize(@rend, '\s+')[string-length() gt 0] satisfies $r = ('bold', 'italic', 'smallcaps', 'roman', 'superscript', 'subscript', 'underline', 'overline', 'strikethrough'))"> Any values can be used in rend attributes, but the web site currently only supports combinations of: bold, italic, roman, smallcaps, superscript, subscript, underline, overline, and strikethrough. </sch:report> <sch:report role="info" test="self::tei:list and not(every $r in tokenize(@rend, '\s+')[string-length() gt 0] satisfies $r = ('numbered', 'ordered', 'ol', 'bulleted', 'unordered', 'ul'))"> Any values can be used in rend attributes, but the web site currently only supports combinations of: numbered, ordered, ol, bulleted, unordered, and ul. </sch:report> <sch:assert role="info" test="self::tei:hi or self::tei:list"> The web site currently only supports rend attributes for hi and list elements. Using it on <sch:value-of select="name(.)"/> elements is valid but will be ignored. </sch:assert> </sch:rule> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="*[@rendition or @style]"> <sch:assert role="info" test="false()"> The web site currently ignores rendition and style attributes. </sch:assert> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.global.rendition-selfclosing.warn-constraint-rule-9"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@key]"> <sch:assert role="warn" test="string-length(normalize-space(string())) gt 1"> Elements with key attributes should have some content (because they will be displayed as links, and links need text for readers to click on.) </sch:assert> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.global.rendition-emptyDimensions.warn-constraint-rule-10"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:height|tei:width"> <sch:assert role="warn" test="string-length(normalize-space(string())) gt 0"> For dimensions the website displays the content of height and width elements. Attribute values are not displayed. Empty elements will not display correctly. </sch:assert> </sch:rule> </pattern> <define name="att.global.source.attributes"> <ref name="att.global.source.attribute.source"/> </define> <define name="att.global.source.attribute.source"> <optional> <attribute name="source"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the source from which some aspect of this element is drawn.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.global.source-source-only_1_ODD_source-constraint-rule-11"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@source]"> <sch:let name="srcs" value="tokenize( normalize-space(@source),' ')"/> <sch:report test="( self::tei:classRef | self::tei:dataRef | self::tei:elementRef | self::tei:macroRef | self::tei:moduleRef | self::tei:schemaSpec ) and $srcs[2]"> When used on a schema description element (like <sch:value-of select="name(.)"/>), the @source attribute should have only 1 value. (This one has <sch:value-of select="count($srcs)"/>.) </sch:report> </sch:rule> </pattern> <define name="att.global.attributes"> <ref name="att.global.rendition.attributes"/> <ref name="att.global.linking.attributes"/> <ref name="att.global.facs.attributes"/> <ref name="att.global.change.attributes"/> <ref name="att.global.responsibility.attributes"/> <ref name="att.global.source.attributes"/> <ref name="att.global.attribute.xmlid"/> <ref name="att.global.attribute.n"/> <ref name="att.global.attribute.xmllang"/> <ref name="att.global.attribute.xmlbase"/> <ref name="att.global.attribute.xmlspace"/> </define> <define name="att.global.attribute.xmlid"> <optional> <attribute 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 name="att.global.attribute.n"> <optional> <attribute name="n"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number) gives a number (or other label) for an element, which is not necessarily unique within the document.</a:documentation> <data type="string"/> </attribute> </optional> </define> <define name="att.global.attribute.xmllang"> <optional> <attribute name="xml:lang"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language) indicates the language of the element content using a tag generated according to <a xmlns="http://www.w3.org/1999/xhtml" href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</a>.</a:documentation> <choice> <data type="language"/> <choice> <value/> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> </define> <define name="att.global.attribute.xmlbase"> <optional> <attribute name="xml:base"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a base URI reference with which applications can resolve relative URI references into absolute URI references.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.global.attribute.xmlspace"> <optional> <attribute name="xml:space"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signals an intention about how white space should be managed by applications.</a:documentation> <choice> <value>default</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">signals that the application's default white-space processing modes are acceptable</a:documentation> <value>preserve</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the intent that applications preserve all white space</a:documentation> </choice> </attribute> </optional> </define> <define name="att.handFeatures.attributes"> <ref name="att.handFeatures.attribute.scribe"/> <ref name="att.handFeatures.attribute.scribeRef"/> <ref name="att.handFeatures.attribute.script"/> <ref name="att.handFeatures.attribute.scriptRef"/> <ref name="att.handFeatures.attribute.medium"/> <ref name="att.handFeatures.attribute.scope"/> </define> <define name="att.handFeatures.attribute.scribe"> <optional> <attribute name="scribe"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives a name or other identifier for the scribe believed to be responsible for this hand.</a:documentation> <data type="Name"/> </attribute> </optional> </define> <define name="att.handFeatures.attribute.scribeRef"> <optional> <attribute 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 <code xmlns="http://www.w3.org/1999/xhtml"><person></code> element elsewhere in the description.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.handFeatures.attribute.script"> <optional> <attribute name="script"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the particular script or writing style used by this hand, for example secretary, copperplate, Chancery, Italian, etc.</a:documentation> <list> <oneOrMore> <data type="Name"/> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.handFeatures.attribute.scriptRef"> <optional> <attribute 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 this hand, typically supplied by a <code xmlns="http://www.w3.org/1999/xhtml"><scriptNote></code> element elsewhere in the description.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.handFeatures.attribute.medium"> <optional> <attribute name="medium"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the tint or type of ink, e.g. brown, or other writing medium, e.g. pencil</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.handFeatures.attribute.scope"> <optional> <attribute 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 name="att.internetMedia.attributes"> <ref name="att.internetMedia.attribute.mimeType"/> </define> <define name="att.internetMedia.attribute.mimeType"> <optional> <attribute 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> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.media.attributes"> <ref name="att.internetMedia.attributes"/> <ref name="att.media.attribute.width"/> <ref name="att.media.attribute.height"/> <ref name="att.media.attribute.scale"/> </define> <define name="att.media.attribute.width"> <optional> <attribute name="width"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the media are displayed, indicates the display width</a:documentation> <data type="token"> <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax)</param> </data> </attribute> </optional> </define> <define name="att.media.attribute.height"> <optional> <attribute name="height"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the media are displayed, indicates the display height</a:documentation> <data type="token"> <param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax)</param> </data> </attribute> </optional> </define> <define name="att.media.attribute.scale"> <optional> <attribute name="scale"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the media are displayed, indicates a scale factor to be applied when generating 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> </define> <define name="att.resourced.attributes"> <ref name="att.resourced.attribute.url"/> </define> <define name="att.resourced.attribute.url"> <attribute name="url"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(uniform resource locator) specifies the URL from which the media concerned may be obtained.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </define> <define name="att.measurement.attributes"> <ref name="att.measurement.attribute.unit"/> <ref name="att.measurement.attribute.unitRef"/> <ref name="att.measurement.attribute.quantity"/> <ref name="att.measurement.attribute.commodity"/> </define> <define name="att.measurement.attribute.unit"> <optional> <attribute name="unit"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(unit) indicates the units used for the measurement, usually using the standard symbol for the desired units. Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz (hertz); 5] Pa (pascal); 6] Ω (ohm); 7] L (litre); 8] t (tonne); 9] ha (hectare); 10] Å (ångström); 11] mL (millilitre); 12] cm (centimetre); 13] dB (decibel); 14] kbit (kilobit); 15] Kibit (kibibit); 16] kB (kilobyte); 17] KiB (kibibyte); 18] MB (megabyte); 19] MiB (mebibyte)</a:documentation> <choice> <value>m</value> <a:documentation 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="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> </define> <define name="att.measurement.attribute.unitRef"> <optional> <attribute name="unitRef"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a unique identifier stored in the <code xmlns="http://www.w3.org/1999/xhtml">@xml:id</code> of a <code xmlns="http://www.w3.org/1999/xhtml"><unitDef></code> element that defines a unit of measure.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.measurement.attribute.quantity"> <optional> <attribute name="quantity"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quantity) specifies the number of the specified units that comprise the measurement</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.measurement.attribute.commodity"> <optional> <attribute name="commodity"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(commodity) indicates the substance that is being measured</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.measurement-att-measurement-unitRef-constraint-rule-12"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@unitRef]"> <sch:report role="info" test="@unit">The @unit attribute may be unnecessary when @unitRef is present.</sch:report> </sch:rule> </pattern> <define name="att.naming.attributes"> <ref name="att.canonical.attributes"/> <ref name="att.naming.attribute.role"/> <ref name="att.naming.attribute.nymRef"/> </define> <define name="att.naming.attribute.role"> <optional> <attribute 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 this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.naming.attribute.nymRef"> <optional> <attribute name="nymRef"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.notated.attributes"> <ref name="att.notated.attribute.notation"/> </define> <define name="att.notated.attribute.notation"> <optional> <attribute name="notation"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">names the notation used for the content of the element.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.placement.attributes"> <ref name="att.placement.attribute.place"/> </define> <define name="att.placement.attribute.place"> <optional> <attribute name="place"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies where this item is placed. Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf; 6] above; 7] right; 8] below; 9] left; 10] end; 11] inline; 12] inspace</a:documentation> <list> <oneOrMore> <choice> <value>top</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">at the top of the page</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>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>right</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to the right, e.g. to the right of a vertical line of text, or to the right of a figure</a:documentation> <value>below</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">below the line</a:documentation> <value>left</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">to the left, e.g. to the left of a vertical line of text, or to the left of a figure</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="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.typed.attributes"> <ref name="att.typed.attribute.type"/> <ref name="att.typed.attribute.subtype"/> </define> <define name="att.typed.attribute.type"> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.typed.attribute.subtype"> <optional> <attribute name="subtype"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(subtype) provides a sub-categorization of the element, if needed</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.typed-subtypeTyped-constraint-rule-13"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@subtype]"> <sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype unless also categorized in general with @type</sch:assert> </sch:rule> </pattern> <define name="att.pointing.attributes"> <ref name="att.pointing.attribute.targetLang"/> <ref name="att.pointing.attribute.target"/> <ref name="att.pointing.attribute.evaluate"/> </define> <define name="att.pointing.attribute.targetLang"> <optional> <attribute name="targetLang"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the language of the content to be found at the destination referenced by <code xmlns="http://www.w3.org/1999/xhtml">@target</code>, using a language tag generated according to <a xmlns="http://www.w3.org/1999/xhtml" href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</a>.</a:documentation> <choice> <data type="language"/> <choice> <value/> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.pointing-targetLang-targetLang-constraint-rule-14"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[not(self::tei:schemaSpec)][@targetLang]"> <sch:assert test="@target">@targetLang should only be used on <sch:name/> if @target is specified.</sch:assert> </sch:rule> </pattern> <define name="att.pointing.attribute.target"> <optional> <attribute 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"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.pointing.attribute.evaluate"> <optional> <attribute name="evaluate"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(evaluate) specifies the intended meaning when the target of a pointer is itself a pointer.</a:documentation> <choice> <value>all</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">if the element pointed to is itself a pointer, then the target of that pointer will be taken, and so on, until an element is found which is not a pointer.</a:documentation> <value>one</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">if the element pointed to is itself a pointer, then its target (whether a pointer or not) is taken as the target of this pointer.</a:documentation> <value>none</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target.</a:documentation> </choice> </attribute> </optional> </define> <define name="att.segLike.attributes"> <ref name="att.datcat.attributes"/> <ref name="att.fragmentable.attributes"/> <ref name="att.segLike.attribute.function"/> </define> <define name="att.segLike.attribute.function"> <optional> <attribute name="function"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(function) characterizes the function of the segment.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.sortable.attributes"> <ref name="att.sortable.attribute.sortKey"/> </define> <define name="att.sortable.attribute.sortKey"> <optional> <attribute name="sortKey"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the sort key for this element in an index, list or group which contains it.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.edition.attributes"> <ref name="att.edition.attribute.ed"/> <ref name="att.edition.attribute.edRef"/> </define> <define name="att.edition.attribute.ed"> <optional> <attribute name="ed"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition) supplies a sigil or other arbitrary identifier for the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.edition.attribute.edRef"> <optional> <attribute name="edRef"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(edition reference) provides a pointer to the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.spanning.attributes"> <ref name="att.spanning.attribute.spanTo"/> </define> <define name="att.spanning.attribute.spanTo"> <optional> <attribute name="spanTo"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the end of a span initiated by the element bearing this attribute.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-att.spanning-spanTo-spanTo-points-to-following-constraint-rule-15"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:*[@spanTo]"> <sch:assert test="id(substring(@spanTo,2)) and following::*[@xml:id=substring(current()/@spanTo,2)]"> The element indicated by @spanTo (<sch:value-of select="@spanTo"/>) must follow the current element <sch:name/> </sch:assert> </sch:rule> </pattern> <define name="att.timed.attributes"> <ref name="att.timed.attribute.start"/> <ref name="att.timed.attribute.end"/> </define> <define name="att.timed.attribute.start"> <optional> <attribute name="start"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location within a temporal alignment at which this element begins.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.timed.attribute.end"> <optional> <attribute name="end"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location within a temporal alignment at which this element ends.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.transcriptional.attributes"> <ref name="att.editLike.attributes"/> <ref name="att.written.attributes"/> <ref name="att.transcriptional.attribute.status"/> <ref name="att.transcriptional.attribute.cause"/> <ref name="att.transcriptional.attribute.seq"/> </define> <define name="att.transcriptional.attribute.status"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="status" a:defaultValue="unremarkable"> <a:documentation>indicates the effect of the intervention, for example in the case of a deletion, strikeouts which include too much or too little text, or in the case of an addition, an insertion which duplicates some of the text already present. Sample values include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart; 6] shortEnd; 7] partial; 8] unremarkable</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.transcriptional.attribute.cause"> <optional> <attribute name="cause"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">documents the presumed cause for the intervention.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.transcriptional.attribute.seq"> <optional> <attribute name="seq"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.</a:documentation> <data type="nonNegativeInteger"/> </attribute> </optional> </define> <define name="att.citing.attributes"> <ref name="att.citing.attribute.unit"/> <ref name="att.citing.attribute.from"/> <ref name="att.citing.attribute.to"/> </define> <define name="att.citing.attribute.unit"> <optional> <attribute name="unit"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry. Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; 5] chapter (chapter); 6] part; 7] column; 8] entry</a:documentation> <choice> <value>volume</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(volume) the element contains a volume number.</a:documentation> <value>issue</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains an issue number, or volume and issue numbers.</a:documentation> <value>page</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(page) the element contains a page number or page range.</a:documentation> <value>line</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element contains a line number or line range.</a:documentation> <value>chapter</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(chapter) the element contains a chapter indication (number and/or title)</a:documentation> <value>part</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies a part of a book or collection.</a:documentation> <value>column</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies a column.</a:documentation> <value>entry</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">the element identifies an entry number or label in a list of entries.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> </define> <define name="att.citing.attribute.from"> <optional> <attribute 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 <code xmlns="http://www.w3.org/1999/xhtml">@unit</code> attribute.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="att.citing.attribute.to"> <optional> <attribute 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 <code xmlns="http://www.w3.org/1999/xhtml">@unit</code> attribute.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> </define> <define name="model.nameLike.agent"> <choice> <ref name="name"/> <ref name="orgName"/> <ref name="persName"/> </choice> </define> <define name="model.nameLike.agent_alternation"> <choice> <ref name="name"/> <ref name="orgName"/> <ref name="persName"/> </choice> </define> <define name="model.nameLike.agent_sequence"> <ref name="name"/> <ref name="orgName"/> <ref name="persName"/> </define> <define name="model.nameLike.agent_sequenceOptional"> <optional> <ref name="name"/> </optional> <optional> <ref name="orgName"/> </optional> <optional> <ref name="persName"/> </optional> </define> <define name="model.nameLike.agent_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="name"/> </zeroOrMore> <zeroOrMore> <ref name="orgName"/> </zeroOrMore> <zeroOrMore> <ref name="persName"/> </zeroOrMore> </define> <define name="model.nameLike.agent_sequenceRepeatable"> <oneOrMore> <ref name="name"/> </oneOrMore> <oneOrMore> <ref name="orgName"/> </oneOrMore> <oneOrMore> <ref name="persName"/> </oneOrMore> </define> <define name="model.segLike"> <choice> <ref name="seg"/> </choice> </define> <define name="model.segLike_alternation"> <choice> <ref name="seg"/> </choice> </define> <define name="model.segLike_sequence"> <ref name="seg"/> </define> <define name="model.segLike_sequenceOptional"> <optional> <ref name="seg"/> </optional> </define> <define name="model.segLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="seg"/> </zeroOrMore> </define> <define name="model.segLike_sequenceRepeatable"> <oneOrMore> <ref name="seg"/> </oneOrMore> </define> <define name="model.hiLike"> <choice> <ref name="hi"/> <ref name="q"/> </choice> </define> <define name="model.hiLike_alternation"> <choice> <ref name="hi"/> <ref name="q"/> </choice> </define> <define name="model.hiLike_sequence"> <ref name="hi"/> <ref name="q"/> </define> <define name="model.hiLike_sequenceOptional"> <optional> <ref name="hi"/> </optional> <optional> <ref name="q"/> </optional> </define> <define name="model.hiLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="hi"/> </zeroOrMore> <zeroOrMore> <ref name="q"/> </zeroOrMore> </define> <define name="model.hiLike_sequenceRepeatable"> <oneOrMore> <ref name="hi"/> </oneOrMore> <oneOrMore> <ref name="q"/> </oneOrMore> </define> <define name="model.emphLike"> <choice> <ref name="foreign"/> <ref name="term"/> <ref name="title"/> </choice> </define> <define name="model.emphLike_alternation"> <choice> <ref name="foreign"/> <ref name="term"/> <ref name="title"/> </choice> </define> <define name="model.emphLike_sequence"> <ref name="foreign"/> <ref name="term"/> <ref name="title"/> </define> <define name="model.emphLike_sequenceOptional"> <optional> <ref name="foreign"/> </optional> <optional> <ref name="term"/> </optional> <optional> <ref name="title"/> </optional> </define> <define name="model.emphLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="foreign"/> </zeroOrMore> <zeroOrMore> <ref name="term"/> </zeroOrMore> <zeroOrMore> <ref name="title"/> </zeroOrMore> </define> <define name="model.emphLike_sequenceRepeatable"> <oneOrMore> <ref name="foreign"/> </oneOrMore> <oneOrMore> <ref name="term"/> </oneOrMore> <oneOrMore> <ref name="title"/> </oneOrMore> </define> <define name="model.highlighted"> <choice> <ref name="model.hiLike"/> <ref name="model.emphLike"/> </choice> </define> <define name="model.highlighted_alternation"> <choice> <ref name="model.hiLike_alternation"/> <ref name="model.emphLike_alternation"/> </choice> </define> <define name="model.highlighted_sequence"> <ref name="model.hiLike_sequence"/> <ref name="model.emphLike_sequence"/> </define> <define name="model.highlighted_sequenceOptional"> <optional> <ref name="model.hiLike_sequenceOptional"/> </optional> <optional> <ref name="model.emphLike_sequenceOptional"/> </optional> </define> <define name="model.highlighted_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.hiLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.emphLike_sequenceOptionalRepeatable"/> </zeroOrMore> </define> <define name="model.highlighted_sequenceRepeatable"> <oneOrMore> <ref name="model.hiLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.emphLike_sequenceRepeatable"/> </oneOrMore> </define> <define name="model.dateLike"> <choice> <ref name="date"/> </choice> </define> <define name="model.dateLike_alternation"> <choice> <ref name="date"/> </choice> </define> <define name="model.dateLike_sequence"> <ref name="date"/> </define> <define name="model.dateLike_sequenceOptional"> <optional> <ref name="date"/> </optional> </define> <define name="model.dateLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="date"/> </zeroOrMore> </define> <define name="model.dateLike_sequenceRepeatable"> <oneOrMore> <ref name="date"/> </oneOrMore> </define> <define name="model.dimLike"> <choice> <ref name="height"/> <ref name="depth"/> <ref name="width"/> </choice> </define> <define name="model.measureLike"> <choice> <ref name="num"/> <ref name="measure"/> <ref name="dim"/> <ref name="height"/> <ref name="depth"/> <ref name="width"/> <ref name="geo"/> </choice> </define> <define name="model.measureLike_alternation"> <choice> <ref name="num"/> <ref name="measure"/> <ref name="dim"/> <ref name="height"/> <ref name="depth"/> <ref name="width"/> <ref name="geo"/> </choice> </define> <define name="model.measureLike_sequence"> <ref name="num"/> <ref name="measure"/> <ref name="dim"/> <ref name="height"/> <ref name="depth"/> <ref name="width"/> <ref name="geo"/> </define> <define name="model.measureLike_sequenceOptional"> <optional> <ref name="num"/> </optional> <optional> <ref name="measure"/> </optional> <optional> <ref name="dim"/> </optional> <optional> <ref name="height"/> </optional> <optional> <ref name="depth"/> </optional> <optional> <ref name="width"/> </optional> <optional> <ref name="geo"/> </optional> </define> <define name="model.measureLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="num"/> </zeroOrMore> <zeroOrMore> <ref name="measure"/> </zeroOrMore> <zeroOrMore> <ref name="dim"/> </zeroOrMore> <zeroOrMore> <ref name="height"/> </zeroOrMore> <zeroOrMore> <ref name="depth"/> </zeroOrMore> <zeroOrMore> <ref name="width"/> </zeroOrMore> <zeroOrMore> <ref name="geo"/> </zeroOrMore> </define> <define name="model.measureLike_sequenceRepeatable"> <oneOrMore> <ref name="num"/> </oneOrMore> <oneOrMore> <ref name="measure"/> </oneOrMore> <oneOrMore> <ref name="dim"/> </oneOrMore> <oneOrMore> <ref name="height"/> </oneOrMore> <oneOrMore> <ref name="depth"/> </oneOrMore> <oneOrMore> <ref name="width"/> </oneOrMore> <oneOrMore> <ref name="geo"/> </oneOrMore> </define> <define name="model.egLike"> <notAllowed/> </define> <define name="model.egLike_alternation"> <notAllowed/> </define> <define name="model.egLike_sequence"> <empty/> </define> <define name="model.egLike_sequenceOptional"> <empty/> </define> <define name="model.egLike_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.egLike_sequenceRepeatable"> <notAllowed/> </define> <define name="model.graphicLike"> <choice> <ref name="graphic"/> <ref name="formula"/> </choice> </define> <define name="model.graphicLike_alternation"> <choice> <ref name="graphic"/> <ref name="formula"/> </choice> </define> <define name="model.graphicLike_sequence"> <ref name="graphic"/> <ref name="formula"/> </define> <define name="model.graphicLike_sequenceOptional"> <optional> <ref name="graphic"/> </optional> <optional> <ref name="formula"/> </optional> </define> <define name="model.graphicLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="graphic"/> </zeroOrMore> <zeroOrMore> <ref name="formula"/> </zeroOrMore> </define> <define name="model.graphicLike_sequenceRepeatable"> <oneOrMore> <ref name="graphic"/> </oneOrMore> <oneOrMore> <ref name="formula"/> </oneOrMore> </define> <define name="model.offsetLike"> <choice> <ref name="geogFeat"/> </choice> </define> <define name="model.offsetLike_alternation"> <choice> <ref name="geogFeat"/> </choice> </define> <define name="model.offsetLike_sequence"> <ref name="geogFeat"/> </define> <define name="model.offsetLike_sequenceOptional"> <optional> <ref name="geogFeat"/> </optional> </define> <define name="model.offsetLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="geogFeat"/> </zeroOrMore> </define> <define name="model.offsetLike_sequenceRepeatable"> <oneOrMore> <ref name="geogFeat"/> </oneOrMore> </define> <define name="model.pPart.msdesc"> <choice> <ref name="catchwords"/> <ref name="dimensions"/> <ref name="heraldry"/> <ref name="locus"/> <ref name="locusGrp"/> <ref name="material"/> <ref name="objectType"/> <ref name="origDate"/> <ref name="origPlace"/> <ref name="secFol"/> <ref name="signatures"/> <ref name="stamp"/> <ref name="watermark"/> </choice> </define> <define name="model.pPart.msdesc_alternation"> <choice> <ref name="catchwords"/> <ref name="dimensions"/> <ref name="heraldry"/> <ref name="locus"/> <ref name="locusGrp"/> <ref name="material"/> <ref name="objectType"/> <ref name="origDate"/> <ref name="origPlace"/> <ref name="secFol"/> <ref name="signatures"/> <ref name="stamp"/> <ref name="watermark"/> </choice> </define> <define name="model.pPart.msdesc_sequence"> <ref name="catchwords"/> <ref name="dimensions"/> <ref name="heraldry"/> <ref name="locus"/> <ref name="locusGrp"/> <ref name="material"/> <ref name="objectType"/> <ref name="origDate"/> <ref name="origPlace"/> <ref name="secFol"/> <ref name="signatures"/> <ref name="stamp"/> <ref name="watermark"/> </define> <define name="model.pPart.msdesc_sequenceOptional"> <optional> <ref name="catchwords"/> </optional> <optional> <ref name="dimensions"/> </optional> <optional> <ref name="heraldry"/> </optional> <optional> <ref name="locus"/> </optional> <optional> <ref name="locusGrp"/> </optional> <optional> <ref name="material"/> </optional> <optional> <ref name="objectType"/> </optional> <optional> <ref name="origDate"/> </optional> <optional> <ref name="origPlace"/> </optional> <optional> <ref name="secFol"/> </optional> <optional> <ref name="signatures"/> </optional> <optional> <ref name="stamp"/> </optional> <optional> <ref name="watermark"/> </optional> </define> <define name="model.pPart.msdesc_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="catchwords"/> </zeroOrMore> <zeroOrMore> <ref name="dimensions"/> </zeroOrMore> <zeroOrMore> <ref name="heraldry"/> </zeroOrMore> <zeroOrMore> <ref name="locus"/> </zeroOrMore> <zeroOrMore> <ref name="locusGrp"/> </zeroOrMore> <zeroOrMore> <ref name="material"/> </zeroOrMore> <zeroOrMore> <ref name="objectType"/> </zeroOrMore> <zeroOrMore> <ref name="origDate"/> </zeroOrMore> <zeroOrMore> <ref name="origPlace"/> </zeroOrMore> <zeroOrMore> <ref name="secFol"/> </zeroOrMore> <zeroOrMore> <ref name="signatures"/> </zeroOrMore> <zeroOrMore> <ref name="stamp"/> </zeroOrMore> <zeroOrMore> <ref name="watermark"/> </zeroOrMore> </define> <define name="model.pPart.msdesc_sequenceRepeatable"> <oneOrMore> <ref name="catchwords"/> </oneOrMore> <oneOrMore> <ref name="dimensions"/> </oneOrMore> <oneOrMore> <ref name="heraldry"/> </oneOrMore> <oneOrMore> <ref name="locus"/> </oneOrMore> <oneOrMore> <ref name="locusGrp"/> </oneOrMore> <oneOrMore> <ref name="material"/> </oneOrMore> <oneOrMore> <ref name="objectType"/> </oneOrMore> <oneOrMore> <ref name="origDate"/> </oneOrMore> <oneOrMore> <ref name="origPlace"/> </oneOrMore> <oneOrMore> <ref name="secFol"/> </oneOrMore> <oneOrMore> <ref name="signatures"/> </oneOrMore> <oneOrMore> <ref name="stamp"/> </oneOrMore> <oneOrMore> <ref name="watermark"/> </oneOrMore> </define> <define name="model.pPart.editorial"> <choice> <ref name="choice"/> <ref name="abbr"/> <ref name="expan"/> <ref name="ex"/> <ref name="am"/> <ref name="subst"/> </choice> </define> <define name="model.pPart.editorial_alternation"> <choice> <ref name="choice"/> <ref name="abbr"/> <ref name="expan"/> <ref name="ex"/> <ref name="am"/> <ref name="subst"/> </choice> </define> <define name="model.pPart.editorial_sequence"> <ref name="choice"/> <ref name="abbr"/> <ref name="expan"/> <ref name="ex"/> <ref name="am"/> <ref name="subst"/> </define> <define name="model.pPart.editorial_sequenceOptional"> <optional> <ref name="choice"/> </optional> <optional> <ref name="abbr"/> </optional> <optional> <ref name="expan"/> </optional> <optional> <ref name="ex"/> </optional> <optional> <ref name="am"/> </optional> <optional> <ref name="subst"/> </optional> </define> <define name="model.pPart.editorial_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="choice"/> </zeroOrMore> <zeroOrMore> <ref name="abbr"/> </zeroOrMore> <zeroOrMore> <ref name="expan"/> </zeroOrMore> <zeroOrMore> <ref name="ex"/> </zeroOrMore> <zeroOrMore> <ref name="am"/> </zeroOrMore> <zeroOrMore> <ref name="subst"/> </zeroOrMore> </define> <define name="model.pPart.editorial_sequenceRepeatable"> <oneOrMore> <ref name="choice"/> </oneOrMore> <oneOrMore> <ref name="abbr"/> </oneOrMore> <oneOrMore> <ref name="expan"/> </oneOrMore> <oneOrMore> <ref name="ex"/> </oneOrMore> <oneOrMore> <ref name="am"/> </oneOrMore> <oneOrMore> <ref name="subst"/> </oneOrMore> </define> <define name="model.pPart.transcriptional"> <choice> <ref name="sic"/> <ref name="corr"/> <ref name="reg"/> <ref name="orig"/> <ref name="add"/> <ref name="del"/> <ref name="unclear"/> <ref name="damage"/> <ref name="supplied"/> </choice> </define> <define name="model.pPart.transcriptional_alternation"> <choice> <ref name="sic"/> <ref name="corr"/> <ref name="reg"/> <ref name="orig"/> <ref name="add"/> <ref name="del"/> <ref name="unclear"/> <ref name="damage"/> <ref name="supplied"/> </choice> </define> <define name="model.pPart.transcriptional_sequence"> <ref name="sic"/> <ref name="corr"/> <ref name="reg"/> <ref name="orig"/> <ref name="add"/> <ref name="del"/> <ref name="unclear"/> <ref name="damage"/> <ref name="supplied"/> </define> <define name="model.pPart.transcriptional_sequenceOptional"> <optional> <ref name="sic"/> </optional> <optional> <ref name="corr"/> </optional> <optional> <ref name="reg"/> </optional> <optional> <ref name="orig"/> </optional> <optional> <ref name="add"/> </optional> <optional> <ref name="del"/> </optional> <optional> <ref name="unclear"/> </optional> <optional> <ref name="damage"/> </optional> <optional> <ref name="supplied"/> </optional> </define> <define name="model.pPart.transcriptional_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="sic"/> </zeroOrMore> <zeroOrMore> <ref name="corr"/> </zeroOrMore> <zeroOrMore> <ref name="reg"/> </zeroOrMore> <zeroOrMore> <ref name="orig"/> </zeroOrMore> <zeroOrMore> <ref name="add"/> </zeroOrMore> <zeroOrMore> <ref name="del"/> </zeroOrMore> <zeroOrMore> <ref name="unclear"/> </zeroOrMore> <zeroOrMore> <ref name="damage"/> </zeroOrMore> <zeroOrMore> <ref name="supplied"/> </zeroOrMore> </define> <define name="model.pPart.transcriptional_sequenceRepeatable"> <oneOrMore> <ref name="sic"/> </oneOrMore> <oneOrMore> <ref name="corr"/> </oneOrMore> <oneOrMore> <ref name="reg"/> </oneOrMore> <oneOrMore> <ref name="orig"/> </oneOrMore> <oneOrMore> <ref name="add"/> </oneOrMore> <oneOrMore> <ref name="del"/> </oneOrMore> <oneOrMore> <ref name="unclear"/> </oneOrMore> <oneOrMore> <ref name="damage"/> </oneOrMore> <oneOrMore> <ref name="supplied"/> </oneOrMore> </define> <define name="model.pPart.edit"> <choice> <ref name="model.pPart.editorial"/> <ref name="model.pPart.transcriptional"/> </choice> </define> <define name="model.pPart.edit_alternation"> <choice> <ref name="model.pPart.editorial_alternation"/> <ref name="model.pPart.transcriptional_alternation"/> </choice> </define> <define name="model.pPart.edit_sequence"> <ref name="model.pPart.editorial_sequence"/> <ref name="model.pPart.transcriptional_sequence"/> </define> <define name="model.pPart.edit_sequenceOptional"> <optional> <ref name="model.pPart.editorial_sequenceOptional"/> </optional> <optional> <ref name="model.pPart.transcriptional_sequenceOptional"/> </optional> </define> <define name="model.pPart.edit_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.pPart.editorial_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.pPart.transcriptional_sequenceOptionalRepeatable"/> </zeroOrMore> </define> <define name="model.pPart.edit_sequenceRepeatable"> <oneOrMore> <ref name="model.pPart.editorial_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.pPart.transcriptional_sequenceRepeatable"/> </oneOrMore> </define> <define name="model.linePart"> <choice> <ref name="model.hiLike"/> <ref name="choice"/> <ref name="add"/> <ref name="del"/> <ref name="unclear"/> <ref name="seg"/> <ref name="zone"/> <ref name="damage"/> </choice> </define> <define name="model.ptrLike"> <choice> <ref name="ref"/> </choice> </define> <define name="model.ptrLike_alternation"> <choice> <ref name="ref"/> </choice> </define> <define name="model.ptrLike_sequence"> <ref name="ref"/> </define> <define name="model.ptrLike_sequenceOptional"> <optional> <ref name="ref"/> </optional> </define> <define name="model.ptrLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="ref"/> </zeroOrMore> </define> <define name="model.ptrLike_sequenceRepeatable"> <oneOrMore> <ref name="ref"/> </oneOrMore> </define> <define name="model.lPart"> <notAllowed/> </define> <define name="model.lPart_alternation"> <notAllowed/> </define> <define name="model.lPart_sequence"> <empty/> </define> <define name="model.lPart_sequenceOptional"> <empty/> </define> <define name="model.lPart_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.lPart_sequenceRepeatable"> <notAllowed/> </define> <define name="model.global.meta"> <notAllowed/> </define> <define name="model.global.meta_alternation"> <notAllowed/> </define> <define name="model.global.meta_sequence"> <empty/> </define> <define name="model.global.meta_sequenceOptional"> <empty/> </define> <define name="model.global.meta_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.global.meta_sequenceRepeatable"> <notAllowed/> </define> <define name="model.milestoneLike"> <choice> <ref name="pb"/> <ref name="lb"/> <ref name="fw"/> </choice> </define> <define name="model.milestoneLike_alternation"> <choice> <ref name="pb"/> <ref name="lb"/> <ref name="fw"/> </choice> </define> <define name="model.milestoneLike_sequence"> <ref name="pb"/> <ref name="lb"/> <ref name="fw"/> </define> <define name="model.milestoneLike_sequenceOptional"> <optional> <ref name="pb"/> </optional> <optional> <ref name="lb"/> </optional> <optional> <ref name="fw"/> </optional> </define> <define name="model.milestoneLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="pb"/> </zeroOrMore> <zeroOrMore> <ref name="lb"/> </zeroOrMore> <zeroOrMore> <ref name="fw"/> </zeroOrMore> </define> <define name="model.milestoneLike_sequenceRepeatable"> <oneOrMore> <ref name="pb"/> </oneOrMore> <oneOrMore> <ref name="lb"/> </oneOrMore> <oneOrMore> <ref name="fw"/> </oneOrMore> </define> <define name="model.gLike"> <notAllowed/> </define> <define name="model.oddDecl"> <notAllowed/> </define> <define name="model.oddDecl_alternation"> <notAllowed/> </define> <define name="model.oddDecl_sequence"> <empty/> </define> <define name="model.oddDecl_sequenceOptional"> <empty/> </define> <define name="model.oddDecl_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.oddDecl_sequenceRepeatable"> <notAllowed/> </define> <define name="model.phrase.xml"> <notAllowed/> </define> <define name="model.phrase.xml_alternation"> <notAllowed/> </define> <define name="model.phrase.xml_sequence"> <empty/> </define> <define name="model.phrase.xml_sequenceOptional"> <empty/> </define> <define name="model.phrase.xml_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.phrase.xml_sequenceRepeatable"> <notAllowed/> </define> <define name="model.specDescLike"> <notAllowed/> </define> <define name="model.specDescLike_alternation"> <notAllowed/> </define> <define name="model.specDescLike_sequence"> <empty/> </define> <define name="model.specDescLike_sequenceOptional"> <empty/> </define> <define name="model.specDescLike_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.specDescLike_sequenceRepeatable"> <notAllowed/> </define> <define name="model.biblLike"> <choice> <ref name="bibl"/> <ref name="biblStruct"/> <ref name="listBibl"/> <ref name="msDesc"/> </choice> </define> <define name="model.biblLike_alternation"> <choice> <ref name="bibl"/> <ref name="biblStruct"/> <ref name="listBibl"/> <ref name="msDesc"/> </choice> </define> <define name="model.biblLike_sequence"> <ref name="bibl"/> <ref name="biblStruct"/> <ref name="listBibl"/> <ref name="msDesc"/> </define> <define name="model.biblLike_sequenceOptional"> <optional> <ref name="bibl"/> </optional> <optional> <ref name="biblStruct"/> </optional> <optional> <ref name="listBibl"/> </optional> <optional> <ref name="msDesc"/> </optional> </define> <define name="model.biblLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="bibl"/> </zeroOrMore> <zeroOrMore> <ref name="biblStruct"/> </zeroOrMore> <zeroOrMore> <ref name="listBibl"/> </zeroOrMore> <zeroOrMore> <ref name="msDesc"/> </zeroOrMore> </define> <define name="model.biblLike_sequenceRepeatable"> <oneOrMore> <ref name="bibl"/> </oneOrMore> <oneOrMore> <ref name="biblStruct"/> </oneOrMore> <oneOrMore> <ref name="listBibl"/> </oneOrMore> <oneOrMore> <ref name="msDesc"/> </oneOrMore> </define> <define name="model.headLike"> <choice> <ref name="head"/> </choice> </define> <define name="model.headLike_alternation"> <choice> <ref name="head"/> </choice> </define> <define name="model.headLike_sequence"> <ref name="head"/> </define> <define name="model.headLike_sequenceOptional"> <optional> <ref name="head"/> </optional> </define> <define name="model.headLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="head"/> </zeroOrMore> </define> <define name="model.headLike_sequenceRepeatable"> <oneOrMore> <ref name="head"/> </oneOrMore> </define> <define name="model.labelLike"> <choice> <ref name="desc"/> <ref name="label"/> </choice> </define> <define name="model.labelLike_alternation"> <choice> <ref name="desc"/> <ref name="label"/> </choice> </define> <define name="model.labelLike_sequence"> <ref name="desc"/> <ref name="label"/> </define> <define name="model.labelLike_sequenceOptional"> <optional> <ref name="desc"/> </optional> <optional> <ref name="label"/> </optional> </define> <define name="model.labelLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="desc"/> </zeroOrMore> <zeroOrMore> <ref name="label"/> </zeroOrMore> </define> <define name="model.labelLike_sequenceRepeatable"> <oneOrMore> <ref name="desc"/> </oneOrMore> <oneOrMore> <ref name="label"/> </oneOrMore> </define> <define name="model.listLike"> <choice> <ref name="list"/> </choice> </define> <define name="model.listLike_alternation"> <choice> <ref name="list"/> </choice> </define> <define name="model.listLike_sequence"> <ref name="list"/> </define> <define name="model.listLike_sequenceOptional"> <optional> <ref name="list"/> </optional> </define> <define name="model.listLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="list"/> </zeroOrMore> </define> <define name="model.listLike_sequenceRepeatable"> <oneOrMore> <ref name="list"/> </oneOrMore> </define> <define name="model.noteLike"> <choice> <ref name="note"/> </choice> </define> <define name="model.noteLike_alternation"> <choice> <ref name="note"/> </choice> </define> <define name="model.noteLike_sequence"> <ref name="note"/> </define> <define name="model.noteLike_sequenceOptional"> <optional> <ref name="note"/> </optional> </define> <define name="model.noteLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="note"/> </zeroOrMore> </define> <define name="model.noteLike_sequenceRepeatable"> <oneOrMore> <ref name="note"/> </oneOrMore> </define> <define name="model.lLike"> <choice> <ref name="l"/> </choice> </define> <define name="model.lLike_alternation"> <choice> <ref name="l"/> </choice> </define> <define name="model.lLike_sequence"> <ref name="l"/> </define> <define name="model.lLike_sequenceOptional"> <optional> <ref name="l"/> </optional> </define> <define name="model.lLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="l"/> </zeroOrMore> </define> <define name="model.lLike_sequenceRepeatable"> <oneOrMore> <ref name="l"/> </oneOrMore> </define> <define name="model.pLike"> <choice> <ref name="p"/> </choice> </define> <define name="model.pLike_alternation"> <choice> <ref name="p"/> </choice> </define> <define name="model.pLike_sequence"> <ref name="p"/> </define> <define name="model.pLike_sequenceOptional"> <optional> <ref name="p"/> </optional> </define> <define name="model.pLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="p"/> </zeroOrMore> </define> <define name="model.pLike_sequenceRepeatable"> <oneOrMore> <ref name="p"/> </oneOrMore> </define> <define name="model.stageLike"> <notAllowed/> </define> <define name="model.stageLike_alternation"> <notAllowed/> </define> <define name="model.stageLike_sequence"> <empty/> </define> <define name="model.stageLike_sequenceOptional"> <empty/> </define> <define name="model.stageLike_sequenceOptionalRepeatable"> <empty/> </define> <define name="model.stageLike_sequenceRepeatable"> <notAllowed/> </define> <define name="model.entryPart"> <notAllowed/> </define> <define name="model.global.edit"> <choice> <ref name="gap"/> </choice> </define> <define name="model.global.edit_alternation"> <choice> <ref name="gap"/> </choice> </define> <define name="model.global.edit_sequence"> <ref name="gap"/> </define> <define name="model.global.edit_sequenceOptional"> <optional> <ref name="gap"/> </optional> </define> <define name="model.global.edit_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="gap"/> </zeroOrMore> </define> <define name="model.global.edit_sequenceRepeatable"> <oneOrMore> <ref name="gap"/> </oneOrMore> </define> <define name="model.divPart"> <choice> <ref name="model.lLike"/> <ref name="model.pLike"/> <ref name="lg"/> </choice> </define> <define name="model.placeNamePart"> <choice> <ref name="placeName"/> <ref name="country"/> <ref name="region"/> <ref name="settlement"/> <ref name="district"/> <ref name="geogName"/> </choice> </define> <define name="model.placeNamePart_alternation"> <choice> <ref name="placeName"/> <ref name="country"/> <ref name="region"/> <ref name="settlement"/> <ref name="district"/> <ref name="geogName"/> </choice> </define> <define name="model.placeNamePart_sequence"> <ref name="placeName"/> <ref name="country"/> <ref name="region"/> <ref name="settlement"/> <ref name="district"/> <ref name="geogName"/> </define> <define name="model.placeNamePart_sequenceOptional"> <optional> <ref name="placeName"/> </optional> <optional> <ref name="country"/> </optional> <optional> <ref name="region"/> </optional> <optional> <ref name="settlement"/> </optional> <optional> <ref name="district"/> </optional> <optional> <ref name="geogName"/> </optional> </define> <define name="model.placeNamePart_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="placeName"/> </zeroOrMore> <zeroOrMore> <ref name="country"/> </zeroOrMore> <zeroOrMore> <ref name="region"/> </zeroOrMore> <zeroOrMore> <ref name="settlement"/> </zeroOrMore> <zeroOrMore> <ref name="district"/> </zeroOrMore> <zeroOrMore> <ref name="geogName"/> </zeroOrMore> </define> <define name="model.placeNamePart_sequenceRepeatable"> <oneOrMore> <ref name="placeName"/> </oneOrMore> <oneOrMore> <ref name="country"/> </oneOrMore> <oneOrMore> <ref name="region"/> </oneOrMore> <oneOrMore> <ref name="settlement"/> </oneOrMore> <oneOrMore> <ref name="district"/> </oneOrMore> <oneOrMore> <ref name="geogName"/> </oneOrMore> </define> <define name="model.placeStateLike"> <choice> <ref name="model.placeNamePart"/> </choice> </define> <define name="model.placeStateLike_alternation"> <choice> <ref name="model.placeNamePart_alternation"/> </choice> </define> <define name="model.placeStateLike_sequence"> <ref name="model.placeNamePart_sequence"/> </define> <define name="model.placeStateLike_sequenceOptional"> <optional> <ref name="model.placeNamePart_sequenceOptional"/> </optional> </define> <define name="model.placeStateLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.placeNamePart_sequenceOptionalRepeatable"/> </zeroOrMore> </define> <define name="model.placeStateLike_sequenceRepeatable"> <oneOrMore> <ref name="model.placeNamePart_sequenceRepeatable"/> </oneOrMore> </define> <define name="model.publicationStmtPart.agency"> <choice> <ref name="publisher"/> <ref name="distributor"/> <ref name="authority"/> </choice> </define> <define name="model.publicationStmtPart.detail"> <choice> <ref name="model.ptrLike"/> <ref name="address"/> <ref name="date"/> <ref name="pubPlace"/> <ref name="idno"/> <ref name="availability"/> </choice> </define> <define name="model.availabilityPart"> <choice> <ref name="licence"/> </choice> </define> <define name="model.certLike"> <notAllowed/> </define> <define name="model.descLike"> <choice> <ref name="desc"/> </choice> </define> <define name="model.quoteLike"> <choice> <ref name="quote"/> <ref name="cit"/> </choice> </define> <define name="model.quoteLike_alternation"> <choice> <ref name="quote"/> <ref name="cit"/> </choice> </define> <define name="model.quoteLike_sequence"> <ref name="quote"/> <ref name="cit"/> </define> <define name="model.quoteLike_sequenceOptional"> <optional> <ref name="quote"/> </optional> <optional> <ref name="cit"/> </optional> </define> <define name="model.quoteLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="quote"/> </zeroOrMore> <zeroOrMore> <ref name="cit"/> </zeroOrMore> </define> <define name="model.quoteLike_sequenceRepeatable"> <oneOrMore> <ref name="quote"/> </oneOrMore> <oneOrMore> <ref name="cit"/> </oneOrMore> </define> <define name="model.attributable"> <choice> <ref name="model.quoteLike"/> </choice> </define> <define name="model.attributable_alternation"> <choice> <ref name="model.quoteLike_alternation"/> </choice> </define> <define name="model.attributable_sequence"> <ref name="model.quoteLike_sequence"/> </define> <define name="model.attributable_sequenceOptional"> <optional> <ref name="model.quoteLike_sequenceOptional"/> </optional> </define> <define name="model.attributable_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.quoteLike_sequenceOptionalRepeatable"/> </zeroOrMore> </define> <define name="model.attributable_sequenceRepeatable"> <oneOrMore> <ref name="model.quoteLike_sequenceRepeatable"/> </oneOrMore> </define> <define name="model.respLike"> <choice> <ref name="author"/> <ref name="editor"/> <ref name="respStmt"/> <ref name="sponsor"/> <ref name="funder"/> <ref name="principal"/> </choice> </define> <define name="model.divWrapper"> <notAllowed/> </define> <define name="model.divTopPart"> <choice> <ref name="model.headLike"/> </choice> </define> <define name="model.divTop"> <choice> <ref name="model.divWrapper"/> <ref name="model.divTopPart"/> </choice> </define> <define name="model.divBottomPart"> <notAllowed/> </define> <define name="model.divBottom"> <choice> <ref name="model.divWrapper"/> <ref name="model.divBottomPart"/> </choice> </define> <define name="model.titlepagePart"> <choice> <ref name="graphic"/> </choice> </define> <define name="model.msQuoteLike"> <choice> <ref name="title"/> <ref name="colophon"/> <ref name="explicit"/> <ref name="finalRubric"/> <ref name="incipit"/> <ref name="rubric"/> </choice> </define> <define name="model.msItemPart"> <choice> <ref name="model.biblLike"/> <ref name="model.quoteLike"/> <ref name="model.respLike"/> <ref name="model.msQuoteLike"/> <ref name="textLang"/> <ref name="idno"/> <ref name="filiation"/> <ref name="msItem"/> <ref name="msItemStruct"/> <ref name="decoNote"/> </choice> </define> <define name="model.choicePart"> <choice> <ref name="sic"/> <ref name="corr"/> <ref name="reg"/> <ref name="orig"/> <ref name="unclear"/> <ref name="abbr"/> <ref name="expan"/> <ref name="seg"/> <ref name="ex"/> <ref name="am"/> <ref name="supplied"/> </choice> </define> <define name="model.imprintPart"> <choice> <ref name="publisher"/> <ref name="biblScope"/> <ref name="pubPlace"/> <ref name="distributor"/> </choice> </define> <define name="model.catDescPart"> <notAllowed/> </define> <define name="model.addressLike"> <choice> <ref name="email"/> <ref name="address"/> </choice> </define> <define name="model.addressLike_alternation"> <choice> <ref name="email"/> <ref name="address"/> </choice> </define> <define name="model.addressLike_sequence"> <ref name="email"/> <ref name="address"/> </define> <define name="model.addressLike_sequenceOptional"> <optional> <ref name="email"/> </optional> <optional> <ref name="address"/> </optional> </define> <define name="model.addressLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="email"/> </zeroOrMore> <zeroOrMore> <ref name="address"/> </zeroOrMore> </define> <define name="model.addressLike_sequenceRepeatable"> <oneOrMore> <ref name="email"/> </oneOrMore> <oneOrMore> <ref name="address"/> </oneOrMore> </define> <define name="model.nameLike"> <choice> <ref name="model.nameLike.agent"/> <ref name="model.offsetLike"/> <ref name="model.placeStateLike"/> <ref name="idno"/> <ref name="model.persNamePart"/> </choice> </define> <define name="model.nameLike_alternation"> <choice> <ref name="model.nameLike.agent_alternation"/> <ref name="model.offsetLike_alternation"/> <ref name="model.placeStateLike_alternation"/> <ref name="idno"/> <ref name="model.persNamePart_alternation"/> </choice> </define> <define name="model.nameLike_sequence"> <ref name="model.nameLike.agent_sequence"/> <ref name="model.offsetLike_sequence"/> <ref name="model.placeStateLike_sequence"/> <ref name="idno"/> <ref name="model.persNamePart_sequence"/> </define> <define name="model.nameLike_sequenceOptional"> <optional> <ref name="model.nameLike.agent_sequenceOptional"/> </optional> <optional> <ref name="model.offsetLike_sequenceOptional"/> </optional> <optional> <ref name="model.placeStateLike_sequenceOptional"/> </optional> <optional> <ref name="idno"/> </optional> <optional> <ref name="model.persNamePart_sequenceOptional"/> </optional> </define> <define name="model.nameLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.nameLike.agent_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.offsetLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.placeStateLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="idno"/> </zeroOrMore> <zeroOrMore> <ref name="model.persNamePart_sequenceOptionalRepeatable"/> </zeroOrMore> </define> <define name="model.nameLike_sequenceRepeatable"> <oneOrMore> <ref name="model.nameLike.agent_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.offsetLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.placeStateLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="idno"/> </oneOrMore> <oneOrMore> <ref name="model.persNamePart_sequenceRepeatable"/> </oneOrMore> </define> <define name="model.global"> <choice> <ref name="model.global.meta"/> <ref name="model.milestoneLike"/> <ref name="model.noteLike"/> <ref name="model.global.edit"/> <ref name="figure"/> </choice> </define> <define name="model.biblPart"> <choice> <ref name="model.respLike"/> <ref name="model.imprintPart"/> <ref name="series"/> <ref name="citedRange"/> <ref name="bibl"/> <ref name="relatedItem"/> <ref name="textLang"/> <ref name="edition"/> <ref name="extent"/> <ref name="availability"/> <ref name="msIdentifier"/> <ref name="explicit"/> <ref name="incipit"/> <ref name="decoNote"/> </choice> </define> <define name="model.addrPart"> <choice> <ref name="model.nameLike"/> <ref name="addrLine"/> <ref name="street"/> <ref name="postCode"/> </choice> </define> <define name="model.pPart.data"> <choice> <ref name="model.dateLike"/> <ref name="model.measureLike"/> <ref name="model.addressLike"/> <ref name="model.nameLike"/> </choice> </define> <define name="model.pPart.data_alternation"> <choice> <ref name="model.dateLike_alternation"/> <ref name="model.measureLike_alternation"/> <ref name="model.addressLike_alternation"/> <ref name="model.nameLike_alternation"/> </choice> </define> <define name="model.pPart.data_sequence"> <ref name="model.dateLike_sequence"/> <ref name="model.measureLike_sequence"/> <ref name="model.addressLike_sequence"/> <ref name="model.nameLike_sequence"/> </define> <define name="model.pPart.data_sequenceOptional"> <optional> <ref name="model.dateLike_sequenceOptional"/> </optional> <optional> <ref name="model.measureLike_sequenceOptional"/> </optional> <optional> <ref name="model.addressLike_sequenceOptional"/> </optional> <optional> <ref name="model.nameLike_sequenceOptional"/> </optional> </define> <define name="model.pPart.data_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.dateLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.measureLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.addressLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="model.nameLike_sequenceOptionalRepeatable"/> </zeroOrMore> </define> <define name="model.pPart.data_sequenceRepeatable"> <oneOrMore> <ref name="model.dateLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.measureLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.addressLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="model.nameLike_sequenceRepeatable"/> </oneOrMore> </define> <define name="model.inter"> <choice> <ref name="model.egLike"/> <ref name="model.oddDecl"/> <ref name="model.biblLike"/> <ref name="model.labelLike"/> <ref name="model.listLike"/> <ref name="model.stageLike"/> <ref name="model.attributable"/> </choice> </define> <define name="model.common"> <choice> <ref name="model.divPart"/> <ref name="model.inter"/> <ref name="q"/> <ref name="include"/> </choice> </define> <define name="model.phrase"> <choice> <ref name="model.segLike"/> <ref name="model.highlighted"/> <ref name="model.graphicLike"/> <ref name="model.pPart.msdesc"/> <ref name="model.pPart.edit"/> <ref name="model.ptrLike"/> <ref name="model.lPart"/> <ref name="model.phrase.xml"/> <ref name="model.specDescLike"/> <ref name="model.pPart.data"/> </choice> </define> <define name="model.paraPart"> <choice> <ref name="model.gLike"/> <ref name="model.lLike"/> <ref name="model.global"/> <ref name="model.inter"/> <ref name="model.phrase"/> <ref name="lg"/> </choice> </define> <define name="model.limitedPhrase"> <choice> <ref name="model.hiLike"/> <ref name="model.emphLike"/> <ref name="model.pPart.msdesc"/> <ref name="model.pPart.editorial"/> <ref name="model.ptrLike"/> <ref name="model.phrase.xml"/> <ref name="model.pPart.data"/> </choice> </define> <define name="model.divLike"> <choice> <ref name="div"/> </choice> </define> <define name="model.divGenLike"> <notAllowed/> </define> <define name="model.div1Like"> <notAllowed/> </define> <define name="model.teiHeaderPart"> <choice> <ref name="encodingDesc"/> <ref name="profileDesc"/> <ref name="include"/> </choice> </define> <define name="model.sourceDescPart"> <notAllowed/> </define> <define name="model.encodingDescPart"> <choice> <ref name="projectDesc"/> <ref name="classDecl"/> </choice> </define> <define name="model.profileDescPart"> <choice> <ref name="textClass"/> </choice> </define> <define name="model.resource"> <choice> <ref name="text"/> <ref name="facsimile"/> </choice> </define> <define name="att.personal.attributes"> <ref name="att.naming.attributes"/> <ref name="att.personal.attribute.full"/> <ref name="att.personal.attribute.sort"/> </define> <define name="att.personal.attribute.full"> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="full" a:defaultValue="yes"> <a:documentation>indicates whether the name component is given in full, as an abbreviation or simply as an initial.</a:documentation> <choice> <value>yes</value> <a:documentation>(yes) the name component is spelled out in full.</a:documentation> <value>abb</value> <a:documentation>(abbreviated) the name component is given in an abbreviated form.</a:documentation> <value>init</value> <a:documentation>(initial letter) the name component is indicated only by one initial.</a:documentation> </choice> </attribute> </optional> </define> <define name="att.personal.attribute.sort"> <optional> <attribute name="sort"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sort) specifies the sort order of the name component in relation to others within the name.</a:documentation> <data type="nonNegativeInteger"/> </attribute> </optional> </define> <define name="p"> <element name="p"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]</a:documentation> <ref name="macro.paraContent"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-p-abstractModel-structure-p-in-ab-or-p-constraint-report-10"> <rule context="tei:p"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText |parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure )"> Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. </sch:report> </rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-p-abstractModel-structure-p-in-l-or-lg-constraint-report-11"> <rule context="tei:p"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="(ancestor::tei:l or ancestor::tei:lg) and not( ancestor::tei:floatingText |parent::tei:figure |parent::tei:note )"> Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. </sch:report> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.fragmentable.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="foreign"> <element name="foreign"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="hi"> <element name="hi"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(highlighted) marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="quote"> <element name="quote"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quotation) contains a phrase or passage attributed by the narrator or author to some agency external to the text. [3.3.3. Quotation 4.3.1. Grouped Texts]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.msExcerpt.attributes"/> <ref name="att.notated.attributes"/> <empty/> </element> </define> <define name="q"> <element name="q"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(quoted) contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used. [3.3.3. Quotation]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.ascribed.directed.attributes"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(type) may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely. Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written (written); 4] soCalled (so called); 5] foreign (foreign); 6] distinct (distinct); 7] term; 8] emph (emph); 9] mentioned (mentioned)</a:documentation> <choice> <value>spoken</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(spoken) representation of speech</a:documentation> <value>thought</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(thought) representation of thought, e.g. internal monologue</a:documentation> <value>written</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(written) quotation from a written source</a:documentation> <value>soCalled</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(so called) authorial distance</a:documentation> <value>foreign</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foreign) </a:documentation> <value>distinct</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(distinct) 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">(emph) rhetorically emphasized</a:documentation> <value>mentioned</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(mentioned) refering to itself, not its normal referent</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="cit"> <element name="cit"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples]</a:documentation> <oneOrMore> <choice> <ref name="model.biblLike"/> <ref name="model.egLike"/> <ref name="model.entryPart"/> <ref name="model.global"/> <ref name="model.graphicLike"/> <ref name="model.ptrLike"/> <ref name="model.attributable"/> <ref name="q"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="desc"> <element name="desc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [22.4.1. Description of Components]</a:documentation> <ref name="macro.limitedContent"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-desc-deprecationInfo-only-in-deprecated-constraint-rule-16"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:desc[ @type eq 'deprecationInfo']"> <sch:assert test="../@validUntil">Information about a deprecation should only be present in a specification element that is being deprecated: that is, only an element that has a @validUntil attribute should have a child <desc type="deprecationInfo">.</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] deprecationInfo (deprecation information)</a:documentation> <choice> <value>deprecationInfo</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(deprecation information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="term"> <element name="term"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(term) contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.4.1. Terms and Glosses]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.pointing.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.sortable.attributes"/> <ref name="att.cReferencing.attributes"/> <empty/> </element> </define> <define name="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. [3.5.1. Apparent Errors]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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. [3.5.1. Apparent Errors]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="choice"> <element name="choice"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(choice) groups a number of alternative encodings for the same point in a text. [3.5. Simple Editorial Changes]</a:documentation> <oneOrMore> <choice> <ref name="model.choicePart"/> <ref name="choice"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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. [3.5.2. Regularization and Normalization 12. Critical Apparatus]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="orig"> <element name="orig"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.5.2. Regularization and Normalization 12. Critical Apparatus]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="gap"> <element name="gap"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(gap) indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible. [3.5.3. Additions, Deletions, and Omissions]</a:documentation> <zeroOrMore> <choice> <ref name="model.descLike"/> <ref name="model.certLike"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.timed.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.dimensions.attributes"/> <optional> <attribute name="reason"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(reason) gives the reason for omission Suggested values include: 1] cancelled (cancelled); 2] deleted (deleted); 3] editorial (editorial); 4] illegible (illegible); 5] inaudible (inaudible); 6] irrelevant (irrelevant); 7] sampling (sampling)</a:documentation> <list> <oneOrMore> <choice> <value>cancelled</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cancelled) </a:documentation> <value>deleted</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(deleted) </a:documentation> <value>editorial</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(editorial) for features omitted from transcription due to editorial policy</a:documentation> <value>illegible</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(illegible) </a:documentation> <value>inaudible</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(inaudible) </a:documentation> <value>irrelevant</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(irrelevant) </a:documentation> <value>sampling</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sampling) </a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </oneOrMore> </list> </attribute> </optional> <optional> <attribute name="agent"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(agent) in the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified. Sample values include: 1] rubbing (rubbing); 2] mildew (mildew); 3] smoke (smoke)</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="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 source text by an author, scribe, or a previous annotator or corrector. [3.5.3. Additions, Deletions, and Omissions]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.transcriptional.attributes"/> <ref name="att.placement.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="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 superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector. [3.5.3. Additions, Deletions, and Omissions]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.transcriptional.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="unclear"> <element name="unclear"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.dimensions.attributes"/> <optional> <attribute name="reason"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates why the material is hard to transcribe. Suggested values include: 1] illegible (illegible); 2] inaudible (inaudible); 3] faded (faded); 4] background_noise (background noise); 5] eccentric_ductus (eccentric ductus)</a:documentation> <list> <oneOrMore> <choice> <value>illegible</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(illegible) </a:documentation> <value>inaudible</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(inaudible) </a:documentation> <value>faded</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(faded) </a:documentation> <value>background_noise</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(background noise) </a:documentation> <value>eccentric_ductus</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(eccentric ductus) indicates illegibility due to an unusual, awkward, or incompetent execution of a glyph or glyphs </a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </oneOrMore> </list> </attribute> </optional> <optional> <attribute name="agent"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Where the difficulty in transcription arises from damage, categorizes the cause of the damage, if it can be identified. Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="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. [3.6.1. Referring Strings]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] person; 2] place; 3] org; 4] unknown; 5] other</a:documentation> <choice> <value>person</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The name is of a person</a:documentation> <value>place</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The name is of a place</a:documentation> <value>org</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The name is of an organisation</a:documentation> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The type of name is unknown</a:documentation> <value>other</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The name is of another type (you may also provide a custom value)</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="email"> <element name="email"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="address"> <element name="address"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(address) contains a postal address, for example of a publisher, an organization, or an individual. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]</a:documentation> <group> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> <oneOrMore> <group> <ref name="model.addrPart"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="street"> <element name="street"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.6.2. Addresses]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 sorting or delivery of mail. [3.6.2. Addresses]</a:documentation> <text/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="num"> <element name="num"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(number) contains a number, written in any form. [3.6.3. Numbers and Measures]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <ref name="att.ranging.attributes"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the type of numeric value. Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage</a:documentation> <choice> <value>cardinal</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">absolute number, e.g. 21, 21.5</a:documentation> <value>ordinal</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ordinal number, e.g. 21st</a:documentation> <value>fraction</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">fraction, e.g. one half or three-quarters</a:documentation> <value>percentage</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a percentage</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <optional> <attribute 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 name="measure"> <element name="measure"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(measure) contains a word or phrase referring to some quantity of an object or commodity, usually comprising a number, a unit, and a commodity name. [3.6.3. Numbers and Measures]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <ref name="att.measurement.attributes"/> <ref name="att.ranging.attributes"/> <optional> <attribute 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="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="date"> <element name="date"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.4. Dates]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.phrase"/> <ref name="model.global"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.dimensions.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="abbr"> <element name="abbr"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(abbreviation) contains an abbreviation of any sort. [3.6.5. Abbreviations and Their Expansions]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(type) allows the encoder to classify the abbreviation according to some convenient typology. Sample values include: 1] suspension (suspension); 2] contraction (contraction); 3] brevigraph; 4] superscription (superscription); 5] acronym (acronym); 6] title (title); 7] organization (organization); 8] geographic (geographic)</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="expan"> <element name="expan"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(expansion) contains the expansion of an abbreviation. [3.6.5. Abbreviations and Their Expansions]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <empty/> </element> </define> <define name="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. [3.7. Simple Links and Cross-References 16.1. Links]</a:documentation> <ref name="macro.paraContent"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-ref-refAtts-constraint-report-12"> <rule context="tei:ref"> <report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@target and @cRef">Only one of the attributes @target' and @cRef' may be supplied on <name/> </report> </rule> </pattern> <ref name="att.cReferencing.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.global.attributes"/> <ref name="att.internetMedia.attributes"/> <ref name="att.pointing.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="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. [3.8. Lists]</a:documentation> <group> <zeroOrMore> <choice> <ref name="model.divTop"/> <ref name="model.global"/> <zeroOrMore> <ref name="desc"/> </zeroOrMore> </choice> </zeroOrMore> <choice> <oneOrMore> <group> <ref name="item"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> <group> <oneOrMore> <group> <ref name="label"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> <ref name="item"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> </group> </choice> <zeroOrMore> <group> <ref name="model.divBottom"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </zeroOrMore> </group> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-list-gloss-list-must-have-labels-constraint-rule-17"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:list[@type='gloss']"> <sch:assert test="tei:label">The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.sortable.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(type) describes the nature of the items in the list. Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (instructions); 4] litany (litany); 5] syllogism (syllogism)</a:documentation> <choice> <value>gloss</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(gloss) each list item glosses some term or concept, which is given by a <code xmlns="http://www.w3.org/1999/xhtml"><label></code> element preceding the list item.</a:documentation> <value>index</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(index) each list item is an entry in an index such as the alphabetical topical index at the back of a print volume.</a:documentation> <value>instructions</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(instructions) each list item is a step in a sequence of instructions, as in a recipe.</a:documentation> <value>litany</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(litany) each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual.</a:documentation> <value>syllogism</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(syllogism) each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="item"> <element name="item"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(item) contains one component of a list. [3.8. Lists 2.6. The Revision Description]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.sortable.attributes"/> <empty/> </element> </define> <define name="label"> <element name="label"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(label) contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.8. Lists]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.placement.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="head"> <element name="head"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. Headings and Trailers]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="lg"/> <ref name="model.gLike"/> <ref name="model.phrase"/> <ref name="model.inter"/> <ref name="model.lLike"/> <ref name="model.global"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.placement.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="note"> <element name="note"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(note) contains a note or annotation. [3.9.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.12.2.8. Notes and Statement of Language 9.3.5.4. Notes within Entries]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.placement.attributes"/> <ref name="att.pointing.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.written.attributes"/> <ref name="att.anchoring.attributes"/> <empty/> </element> </define> <define name="graphic"> <element name="graphic"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(graphic) indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.10. Graphics and Other Non-textual Components 11.1. Digital Facsimiles]</a:documentation> <zeroOrMore> <ref name="model.descLike"/> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.media.attributes"/> <ref name="att.resourced.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="pb"> <element name="pb"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(page beginning) marks the beginning of a new page in a paginated document. [3.11.3. Milestone Elements]</a:documentation> <empty/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.edition.attributes"/> <ref name="att.spanning.attributes"/> <ref name="att.breaking.attributes"/> <empty/> </element> </define> <define name="lb"> <element name="lb"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line beginning) marks the beginning of a new (typographic) line in some edition or version of a text. [3.11.3. Milestone Elements 7.2.5. Speech Contents]</a:documentation> <empty/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.edition.attributes"/> <ref name="att.spanning.attributes"/> <ref name="att.breaking.attributes"/> <empty/> </element> </define> <define name="analytic"> <element name="analytic"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.12.2.1. Analytic, Monographic, and Series Levels]</a:documentation> <zeroOrMore> <choice> <ref name="author"/> <ref name="editor"/> <ref name="respStmt"/> <ref name="title"/> <ref name="model.ptrLike"/> <ref name="date"/> <ref name="textLang"/> <ref name="idno"/> <ref name="availability"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="monogr"> <element name="monogr"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.12.2.1. Analytic, Monographic, and Series Levels]</a:documentation> <group> <optional> <choice> <group> <choice> <ref name="author"/> <ref name="editor"/> <ref name="respStmt"/> </choice> <zeroOrMore> <choice> <ref name="author"/> <ref name="editor"/> <ref name="respStmt"/> </choice> </zeroOrMore> <oneOrMore> <ref name="title"/> </oneOrMore> <zeroOrMore> <choice> <ref name="model.ptrLike"/> <ref name="idno"/> <ref name="textLang"/> <ref name="editor"/> <ref name="respStmt"/> </choice> </zeroOrMore> </group> <group> <oneOrMore> <choice> <ref name="title"/> <ref name="model.ptrLike"/> <ref name="idno"/> </choice> </oneOrMore> <zeroOrMore> <choice> <ref name="textLang"/> <ref name="author"/> <ref name="editor"/> <ref name="respStmt"/> </choice> </zeroOrMore> </group> <group> <ref name="authority"/> <ref name="idno"/> </group> </choice> </optional> <zeroOrMore> <ref name="availability"/> </zeroOrMore> <zeroOrMore> <ref name="model.noteLike"/> </zeroOrMore> <zeroOrMore> <group> <ref name="edition"/> <zeroOrMore> <choice> <ref name="idno"/> <ref name="model.ptrLike"/> <ref name="editor"/> <ref name="sponsor"/> <ref name="funder"/> <ref name="respStmt"/> </choice> </zeroOrMore> </group> </zeroOrMore> <ref name="imprint"/> <zeroOrMore> <choice> <ref name="imprint"/> <ref name="extent"/> <ref name="biblScope"/> </choice> </zeroOrMore> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="series"> <element name="series"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series information) contains information about the series in which a book or other bibliographic item has appeared. [3.12.2.1. Analytic, Monographic, and Series Levels]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="title"/> <ref name="model.ptrLike"/> <ref name="editor"/> <ref name="respStmt"/> <ref name="biblScope"/> <ref name="idno"/> <ref name="textLang"/> <ref name="model.global"/> <ref name="availability"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="author"> <element name="author"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(author) in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-author-author.key.check-constraint-rule-18"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:msItem//tei:author[ancestor::tei:fileDesc[descendant::tei:idno[@type='catalogue']='Western']]"> <sch:assert test="@key[matches(., 'person_\d+')]">In the medieval catalogue, the author element, when a child of msItem, must have a key matching the pattern 'person_\d+'.</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="editor"> <element name="editor"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.12.2.2. Titles, Authors, and Editors]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="respStmt"> <element name="respStmt"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]</a:documentation> <group> <choice> <group> <oneOrMore> <ref name="resp"/> </oneOrMore> <oneOrMore> <ref name="model.nameLike.agent"/> </oneOrMore> </group> <group> <oneOrMore> <ref name="model.nameLike.agent"/> </oneOrMore> <oneOrMore> <ref name="resp"/> </oneOrMore> </group> </choice> <zeroOrMore> <ref name="note"/> </zeroOrMore> </group> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <empty/> </element> </define> <define name="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, or an organization's role in the production or distribution of a work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="title"> <element name="title"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(title) contains a title for any kind of work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <ref name="att.canonical.attributes"/> <ref name="att.datable.attributes"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the title according to some convenient typology. Suggested values include: 1] main; 2] sub; 3] alt; 4] short; 5] desc; 6] collection</a:documentation> <choice> <value>main</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The title is the main title</a:documentation> <value>sub</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The title is a subtitle or title of a part</a:documentation> <value>alt</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The title is an alternate title, translation, or alias</a:documentation> <value>short</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The title is an abbreviated form of the main title</a:documentation> <value>desc</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The title is a descriptive paraphrase of the work functioning as a title</a:documentation> <value>collection</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The title is of a collection</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <optional> <attribute name="level"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.</a:documentation> <choice> <value>a</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(analytic) the title applies to an analytic item, such as an article, poem, or other work 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) the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works</a:documentation> <value>j</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper</a:documentation> <value>s</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series) the title applies to a series of otherwise distinct publications such as a collection</a:documentation> <value>u</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)</a:documentation> </choice> </attribute> </optional> <empty/> </element> </define> <define name="imprint"> <element name="imprint"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups information relating to the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]</a:documentation> <group> <zeroOrMore> <empty/> </zeroOrMore> <oneOrMore> <group> <choice> <ref name="model.imprintPart"/> <ref name="model.dateLike"/> </choice> <zeroOrMore> <ref name="respStmt"/> </zeroOrMore> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="publisher"> <element name="publisher"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publisher) provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <empty/> </element> </define> <define name="biblScope"> <element name="biblScope"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.12.2.5. Scopes and Ranges in Bibliographic Citations]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.citing.attributes"/> <empty/> </element> </define> <define name="citedRange"> <element name="citedRange"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited range) defines the range of cited content, often represented by pages or other units [3.12.2.5. Scopes and Ranges in Bibliographic Citations]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.pointing.attributes"/> <ref name="att.citing.attributes"/> <empty/> </element> </define> <define name="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. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <empty/> </element> </define> <define name="bibl"> <element name="bibl"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.highlighted"/> <ref name="model.pPart.data"/> <ref name="model.pPart.edit"/> <ref name="model.segLike"/> <ref name="model.ptrLike"/> <ref name="model.biblPart"/> <ref name="model.global"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.declarable.attributes"/> <ref name="att.typed.attribute.subtype"/> <ref name="att.sortable.attributes"/> <ref name="att.docStatus.attributes"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] MS; 2] QUARTO; 3] SC; 4] OC; 5] bible; 6] commentary; 7] edition; 8] extract; 9] related; 10] text-relations; 11] translation</a:documentation> <choice> <value>MS</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to a manuscript</a:documentation> <value>QUARTO</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to the Bodleian Quarto Catalogues</a:documentation> <value>SC</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to the Bodleian Summary Catalogue</a:documentation> <value>OC</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to the Bodleian Old Catalogue</a:documentation> <value>bible</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to the bible</a:documentation> <value>commentary</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to a commentary</a:documentation> <value>edition</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to an edition</a:documentation> <value>extract</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to an extract</a:documentation> <value>related</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to a related item</a:documentation> <value>text-relations</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to a textually-related item</a:documentation> <value>translation</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The reference is to a translation</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="biblStruct"> <element name="biblStruct"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]</a:documentation> <group> <zeroOrMore> <ref name="analytic"/> </zeroOrMore> <oneOrMore> <group> <ref name="monogr"/> <zeroOrMore> <ref name="series"/> </zeroOrMore> </group> </oneOrMore> <zeroOrMore> <choice> <ref name="model.noteLike"/> <ref name="model.ptrLike"/> <ref name="relatedItem"/> <ref name="citedRange"/> </choice> </zeroOrMore> </group> <ref name="att.global.attributes"/> <ref name="att.declarable.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.sortable.attributes"/> <ref name="att.docStatus.attributes"/> <empty/> </element> </define> <define name="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. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]</a:documentation> <group> <zeroOrMore> <ref name="model.headLike"/> </zeroOrMore> <zeroOrMore> <ref name="desc"/> </zeroOrMore> <zeroOrMore> <choice> <ref name="model.milestoneLike"/> </choice> </zeroOrMore> <oneOrMore> <group> <oneOrMore> <ref name="model.biblLike"/> </oneOrMore> <zeroOrMore> <choice> <ref name="model.milestoneLike"/> </choice> </zeroOrMore> </group> </oneOrMore> </group> <ref name="att.global.attributes"/> <ref name="att.sortable.attributes"/> <ref name="att.declarable.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="relatedItem"> <element name="relatedItem"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. [3.12.2.7. Related Items]</a:documentation> <optional> <choice> <ref name="model.biblLike"/> <ref name="model.ptrLike"/> </choice> </optional> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-relatedItem-targetorcontent1-constraint-report-13"> <rule context="tei:relatedItem"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="@target and count( child::* ) > 0"> If the @target attribute on <sch:name/> is used, the relatedItem element must be empty</sch:report> <sch:assert xmlns:rng="http://relaxng.org/ns/structure/1.0" 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 or a child element to indicate the related bibliographic item</sch:assert> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <optional> <attribute name="target"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the related bibliographic element by means of an absolute or relative URI reference</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="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. [3.13.1. Core Tags for Verse 3.13. Passages of Verse or Drama 7.2.5. Speech Contents]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.phrase"/> <ref name="model.inter"/> <ref name="model.global"/> </choice> </zeroOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-l-abstractModel-structure-l-in-l-constraint-report-14"> <rule context="tei:l"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="ancestor::tei:l[not(.//tei:note//tei:l[. = current()])]"> Abstract model violation: Lines may not contain lines or lg elements. </sch:report> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.fragmentable.attributes"/> <empty/> </element> </define> <define name="lg"> <element name="lg"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(line group) contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. [3.13.1. Core Tags for Verse 3.13. Passages of Verse or Drama 7.2.5. Speech Contents]</a:documentation> <group> <zeroOrMore> <choice> <ref name="model.divTop"/> <ref name="model.global"/> </choice> </zeroOrMore> <choice> <ref name="model.lLike"/> <ref name="model.stageLike"/> <ref name="model.labelLike"/> <ref name="model.pPart.transcriptional"/> <ref name="lg"/> </choice> <zeroOrMore> <choice> <ref name="model.lLike"/> <ref name="model.stageLike"/> <ref name="model.labelLike"/> <ref name="model.pPart.transcriptional"/> <ref name="model.global"/> <ref name="lg"/> </choice> </zeroOrMore> <zeroOrMore> <group> <ref name="model.divBottom"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </zeroOrMore> </group> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-lg-atleast1oflggapl-constraint-assert-13"> <rule context="tei:lg"> <sch:assert xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) > 0">An lg element must contain at least one child l, lg, or gap element.</sch:assert> </rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-lg-abstractModel-structure-lg-in-l-constraint-report-15"> <rule context="tei:lg"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="ancestor::tei:l[not(.//tei:note//tei:lg[. = current()])]"> Abstract model violation: Lines may not contain line groups. </sch:report> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.divLike.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.declaring.attributes"/> <empty/> </element> </define> <define name="textLang"> <element name="textLang"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 10.6.6. Languages and Writing Systems]</a:documentation> <ref name="macro.specialPara"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-textLang-textLang.check-constraint-rule-19"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:msItem"> <sch:assert role="warn" test=" tei:textLang or ancestor::tei:msContents/tei:textLang or ancestor::tei:msItem/tei:textLang or ( tei:msItem and (every $i in tei:msItem satisfies $i/descendant-or-self::tei:textLang) ) "> The language of each item should be recorded in a textLang element, unless it has been described for the entire manuscript or part. Use 'und' for undetermined or 'zxx' if there is no linguistic content. </sch:assert> </sch:rule> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:textLang"> <sch:assert role="error" test="@mainLang and string-length(normalize-space(string())) gt 0"> The predominant language must be recorded in using a code in a mainLang attribute (and an otherLang attribute if there are other languages) and described as text within the textLang element. </sch:assert> </sch:rule> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:textLang/@mainLang | //tei:textLang/@otherLangs | //@xml:lang"> <sch:assert role="error" test="every $code in tokenize(., ' ') satisfies matches($code, '^[a-z]{2,3}(-|$)')"> Codes in <sch:value-of select="name(.)"/> attributes must conform to BCP 47 (https://tools.ietf.org/html/bcp47), starting with an ISO 639 code for the language, then optionally further codes for the script (ISO 15924), region, transliteration, etc. </sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <optional> <attribute 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 bibliographic work.</a:documentation> <choice> <data type="language"/> <choice> <value/> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> <optional> <attribute 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 bibliographic work.</a:documentation> <list> <zeroOrMore> <choice> <data type="language"/> <choice> <value/> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </zeroOrMore> </list> </attribute> </optional> <empty/> </element> </define> <define name="formula"> <element name="formula"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(formula) contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.graphicLike"/> <ref name="model.hiLike"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.notated.attributes"/> <empty/> </element> </define> <define name="figure"> <element name="figure"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]</a:documentation> <zeroOrMore> <choice> <ref name="model.headLike"/> <ref name="model.common"/> <ref name="figDesc"/> <ref name="model.graphicLike"/> <ref name="model.global"/> <ref name="model.divBottom"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.placement.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="figDesc"> <element name="figDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it. [14.4. Specific Elements for Graphic Images]</a:documentation> <ref name="macro.limitedContent"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="teiHeader"> <element name="teiHeader"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]</a:documentation> <group> <ref name="fileDesc"/> <zeroOrMore> <ref name="model.teiHeaderPart"/> </zeroOrMore> <optional> <ref name="revisionDesc"/> </optional> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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. [2.2. The File Description 2.1.1. The TEI Header and Its Components]</a:documentation> <group> <group> <ref name="titleStmt"/> <optional> <ref name="editionStmt"/> </optional> <optional> <ref name="extent"/> </optional> <ref name="publicationStmt"/> </group> <oneOrMore> <ref name="sourceDesc"/> </oneOrMore> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 content. [2.2.1. The Title Statement 2.2. The File Description]</a:documentation> <group> <oneOrMore> <ref name="title"/> </oneOrMore> <zeroOrMore> <ref name="model.respLike"/> </zeroOrMore> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="sponsor"> <element name="sponsor"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(sponsor) specifies the name of a sponsoring organization or institution. [2.2.1. The Title Statement]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="funder"> <element name="funder"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. [2.2.1. The Title Statement]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="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 creation of an electronic text. [2.2.1. The Title Statement]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="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. [2.2.2. The Edition Statement 2.2. The File Description]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <ref name="edition"/> <zeroOrMore> <ref name="model.respLike"/> </zeroOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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. [2.2.2. The Edition Statement]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="extent"> <element name="extent"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(extent) describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units. [2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 10.7.1. Object Description]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="publicationStmt"> <element name="publicationStmt"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]</a:documentation> <choice> <oneOrMore> <group> <ref name="model.publicationStmtPart.agency"/> <zeroOrMore> <ref name="model.publicationStmtPart.detail"/> </zeroOrMore> </group> </oneOrMore> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="distributor"> <element name="distributor"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(distributor) supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <empty/> </element> </define> <define name="authority"> <element name="authority"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <empty/> </element> </define> <define name="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, such as a bibliographic item, a person, a title, an organization, etc. in a standardized way. [13.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="idno"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.sortable.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">categorizes the identifier, for example as an ISBN, Social Security number, etc. Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] OCLC</a:documentation> <choice> <value>ISBN</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">International Standard Book Number: a 13- or (if assigned prior to 2007) 10-digit identifying number assigned by the publishing industry to a published book or similar item, registered with the <a xmlns="http://www.w3.org/1999/xhtml" href="https://www.isbn-international.org"> International ISBN Agency.</a> </a:documentation> <value>ISSN</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">International Standard Serial Number: an eight-digit number to uniquely identify a serial publication.</a:documentation> <value>DOI</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Digital Object Identifier: a unique string of letters and numbers assigned to an electronic document.</a:documentation> <value>URI</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Uniform Resource Identifier: a string of characters to uniquely identify a resource, following the syntax of <a xmlns="http://www.w3.org/1999/xhtml" href="https://datatracker.ietf.org/doc/html/rfc3986">RFC 3986</a>.</a:documentation> <value>VIAF</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A data number in the Virtual Internet Authority File assigned to link different names in catalogs around the world for the same entity.</a:documentation> <value>ESTC</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">English Short-Title Catalogue number: an identifying number assigned to a document in English printed in the British Isles or North America before 1801.</a:documentation> <value>OCLC</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">OCLC control number (record number) for the union catalog record in WorldCat, a union catalog for member libraries in the Online Computer Library Center global cooperative.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="availability"> <element name="availability"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(availability) supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation> <oneOrMore> <choice> <ref name="model.availabilityPart"/> <ref name="model.pLike"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> <ref name="att.declarable.attributes"/> <optional> <attribute name="status"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Specifies the availability of a manuscript. This attribute should not be used to specify the availability of manuscript metadata: use the <code xmlns="http://www.w3.org/1999/xhtml"><licence></code> element for that purpose.</a:documentation> <list> <oneOrMore> <choice> <value>free</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The item is available.</a:documentation> <value>restricted</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Access to the item is restricted for conservation or other reasons.</a:documentation> <value>exhibition</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The item is on exhibition at the owning library or another institution, and is likely to be temporarily unavailable.</a:documentation> <value>offsite</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The item is stored offsite, and will take at least twenty-four hours to produce.</a:documentation> <value>printcat</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The item is orderable through a catalogue of printed materials, typically because it is a fragment in a printed book or because it is part of a collection of mostly printed material.</a:documentation> <value>none</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The item cannot be ordered, typically either because it is a stub record or because it is not held by the library which is responsible for the catalogue.</a:documentation> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Availability of the item is unknown.</a:documentation> </choice> </oneOrMore> </list> </attribute> </optional> <empty/> </element> </define> <define name="licence"> <element name="licence"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.pointing.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="sourceDesc"> <element name="sourceDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(source description) describes the source(s) from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence. [2.2.7. The Source Description]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <oneOrMore> <choice> <ref name="model.biblLike"/> <ref name="model.sourceDescPart"/> <ref name="model.listLike"/> </choice> </oneOrMore> </choice> <ref name="att.global.attributes"/> <ref name="att.declarable.attributes"/> <empty/> </element> </define> <define name="encodingDesc"> <element name="encodingDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components]</a:documentation> <oneOrMore> <choice> <ref name="model.encodingDescPart"/> <ref name="model.pLike"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="projectDesc"> <element name="projectDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(project description) describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected. [2.3.1. The Project Description 2.3. The Encoding Description 15.3.2. Declarable Elements]</a:documentation> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <ref name="att.global.attributes"/> <ref name="att.declarable.attributes"/> <empty/> </element> </define> <define name="classDecl"> <element name="classDecl"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7. The Classification Declaration 2.3. The Encoding Description]</a:documentation> <oneOrMore> <ref name="taxonomy"/> </oneOrMore> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="taxonomy"> <element name="taxonomy"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(taxonomy) defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration]</a:documentation> <choice> <choice> <oneOrMore> <choice> <ref name="category"/> <ref name="taxonomy"/> </choice> </oneOrMore> <group> <oneOrMore> <choice> <ref name="model.descLike"/> </choice> </oneOrMore> <zeroOrMore> <choice> <ref name="category"/> <ref name="taxonomy"/> </choice> </zeroOrMore> </group> </choice> <group> <ref name="model.biblLike"/> <zeroOrMore> <choice> <ref name="category"/> <ref name="taxonomy"/> </choice> </zeroOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="category"> <element name="category"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category) contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. The Classification Declaration]</a:documentation> <group> <choice> <oneOrMore> <ref name="catDesc"/> </oneOrMore> <zeroOrMore> <choice> <ref name="model.descLike"/> </choice> </zeroOrMore> </choice> <zeroOrMore> <ref name="category"/> </zeroOrMore> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="catDesc"> <element name="catDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category description) describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal <code xmlns="http://www.w3.org/1999/xhtml"><textDesc></code>. [2.3.7. The Classification Declaration]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.limitedPhrase"/> <ref name="model.catDescPart"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <empty/> </element> </define> <define name="profileDesc"> <element name="profileDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components]</a:documentation> <zeroOrMore> <ref name="model.profileDescPart"/> </zeroOrMore> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.handFeatures.attribute.scribe"/> <ref name="att.handFeatures.attribute.scribeRef"/> <ref name="att.handFeatures.attribute.scriptRef"/> <ref name="att.handFeatures.attribute.medium"/> <ref name="att.handFeatures.attribute.scope"/> <optional> <attribute name="script"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the particular script or writing style used by this hand, for example secretary, copperplate, Chancery, Italian, etc. Suggested values include: 1] capitalsSquare; 2] capitalsRustic; 3] uncial; 4] halfUncial; 5] minusculeInsular; 6] minusculeVernacular; 7] minusculeCaroline; 8] minuscule; 9] protogothic; 10] textualisNorthern; 11] textualisSouthern; 12] semitextualis; 13] cursivaAntiquior; 14] cursiva; 15] hybrida; 16] gothicoAntiqua; 17] humanistica; 18] humanisticaTextualis; 19] humanisticaSemitextualis; 20] humanisticaCursiva</a:documentation> <list> <oneOrMore> <choice> <value>capitalsSquare</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is square capitals</a:documentation> <value>capitalsRustic</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is rustic capitals</a:documentation> <value>uncial</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is uncial</a:documentation> <value>halfUncial</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is half uncial</a:documentation> <value>minusculeInsular</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is insular minuscule</a:documentation> <value>minusculeVernacular</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is English vernacular minuscule ('Anglo-Saxon minuscule')</a:documentation> <value>minusculeCaroline</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is Caroline minuscule (English and continental variants of the script)</a:documentation> <value>minuscule</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is an unspecifiec minuscule (not Caroline, insular, or English vernacular)</a:documentation> <value>protogothic</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is protogothic (Romanesque, praegothica)</a:documentation> <value>textualisNorthern</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is Northern textualis</a:documentation> <value>textualisSouthern</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is Southern textualis</a:documentation> <value>semitextualis</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is semi textualis</a:documentation> <value>cursivaAntiquior</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is cursiva antiquior (anglicana, 'Ältere gotische Kursive')</a:documentation> <value>cursiva</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is cursiva (‘cancelleresca’, ‘bastarda’, ‘lettre batarde’, ‘secretary’, etc.)</a:documentation> <value>hybrida</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is cursiva (‘semihybrida’, ‘loopless bastarda’, ‘fractura’, ‘mercantesca’, etc.)</a:documentation> <value>gothicoAntiqua</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is gothico-antiqua (‘fere-humanistica’, ‘gothico-humanistica’)</a:documentation> <value>humanistica</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is humanistic (unspecified)</a:documentation> <value>humanisticaTextualis</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is humanistic textualis (unspecified)</a:documentation> <value>humanisticaSemitextualis</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is humanistic semitextualis</a:documentation> <value>humanisticaCursiva</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The script of the hand is humanistic cursive</a:documentation> <data type="Name"/> </choice> </oneOrMore> </list> </attribute> </optional> <optional> <attribute name="execution"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Specifies the execution of the script according to a widely-used schema, where applicable. The default value is assumed to be libraria. Note: This is a customization which is not currently part of the TEI P5 standard. Suggested values include: 1] formata; 2] libraria; 3] currens</a:documentation> <choice> <value>formata</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Execution is calligraphic.</a:documentation> <value>libraria</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">A normal level of execution.</a:documentation> <value>currens</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Execution is informal.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="textClass"> <element name="textClass"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. The Text Classification]</a:documentation> <zeroOrMore> <choice> <ref name="keywords"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.declarable.attributes"/> <empty/> </element> </define> <define name="keywords"> <element name="keywords"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(keywords) contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification]</a:documentation> <choice> <oneOrMore> <ref name="term"/> </oneOrMore> <ref name="list"/> </choice> <ref name="att.global.attributes"/> <optional> <attribute name="scheme"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a <code xmlns="http://www.w3.org/1999/xhtml"><taxonomy></code> element, or by some other resource.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="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. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components]</a:documentation> <choice> <ref name="list"/> <oneOrMore> <ref name="change"/> </oneOrMore> </choice> <ref name="att.global.attributes"/> <ref name="att.docStatus.attributes"/> <empty/> </element> </define> <define name="change"> <element name="change"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(change) documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.7. Identifying Changes and Revisions]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.ascribed.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.docStatus.attributes"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <optional> <attribute name="target"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(target) points to one or more elements that belong to this change.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> <empty/> </element> </define> <define name="scriptNote"> <element name="scriptNote"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a particular script distinguished within the description of a manuscript or similar resource. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.handFeatures.attributes"/> <empty/> </element> </define> <define name="att.global.linking.attributes"> <ref name="att.global.linking.attribute.corresp"/> <ref name="att.global.linking.attribute.synch"/> <ref name="att.global.linking.attribute.sameAs"/> <ref name="att.global.linking.attribute.copyOf"/> <ref name="att.global.linking.attribute.next"/> <ref name="att.global.linking.attribute.prev"/> <ref name="att.global.linking.attribute.exclude"/> <ref name="att.global.linking.attribute.select"/> </define> <define name="att.global.linking.attribute.corresp"> <optional> <attribute name="corresp"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(corresponds) points to elements that correspond to the current element in some way.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.global.linking.attribute.synch"> <optional> <attribute name="synch"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(synchronous) points to elements that are synchronous with the current element.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.global.linking.attribute.sameAs"> <optional> <attribute name="sameAs"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to an element that is the same as the current element.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.global.linking.attribute.copyOf"> <optional> <attribute name="copyOf"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to an element of which the current element is a copy.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.global.linking.attribute.next"> <optional> <attribute name="next"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to the next element of a virtual aggregate of which the current element is part.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.global.linking.attribute.prev"> <optional> <attribute name="prev"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(previous) points to the previous element of a virtual aggregate of which the current element is part.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.global.linking.attribute.exclude"> <optional> <attribute name="exclude"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to elements that are in exclusive alternation with the current element.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.global.linking.attribute.select"> <optional> <attribute name="select"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">selects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="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. [16.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.segLike.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.written.attributes"/> <ref name="att.notated.attributes"/> <empty/> </element> </define> <define name="att.msExcerpt.attributes"> <ref name="att.msExcerpt.attribute.defective"/> </define> <define name="att.msExcerpt.attribute.defective"> <optional> <attribute name="defective"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether the passage being quoted is defective, i.e. incomplete through loss or damage.</a:documentation> <choice> <data type="boolean"/> <choice> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <value>inapplicable</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> </define> <define name="att.msClass.attributes"> <ref name="att.msClass.attribute.class"/> </define> <define name="att.msClass.attribute.class"> <optional> <attribute name="class"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies the text types or classifications applicable to this item by pointing to other elements or resources defining the classification concerned. </a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="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 manuscript or other text-bearing object such as an early printed book. [10.1. Overview]</a:documentation> <group> <ref name="msIdentifier"/> <zeroOrMore> <ref name="model.headLike"/> </zeroOrMore> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="msContents"/> </optional> <optional> <ref name="physDesc"/> </optional> <optional> <ref name="history"/> </optional> <optional> <ref name="additional"/> </optional> <choice> <zeroOrMore> <ref name="msPart"/> </zeroOrMore> <zeroOrMore> <ref name="msFrag"/> </zeroOrMore> </choice> </group> </choice> </group> <ref name="att.global.attributes"/> <ref name="att.sortable.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.docStatus.attributes"/> <empty/> </element> </define> <define name="catchwords"> <element name="catchwords"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(catchwords) describes the system used to ensure correct ordering of the quires or similar making up a codex, incunable, or other object typically by means of annotations at the foot of the page. [10.3.7. Catchwords, Signatures, Secundo Folio]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-catchwords-catchword_in_msDesc-constraint-assert-17"> <rule context="tei:catchwords"> <sch:assert xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="ancestor::tei:msDesc or ancestor::tei:egXML">The <sch:name/> element should not be used outside of msDesc.</sch:assert> </rule> </pattern> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="dimensions"> <element name="dimensions"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(dimensions) contains a dimensional specification. [10.3.4. Dimensions]</a:documentation> <zeroOrMore> <choice> <ref name="dim"/> <ref name="model.dimLike"/> </choice> </zeroOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-dimensions-dimensions-unit.check-constraint-rule-22"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:dimensions"> <sch:assert role="error" test="@unit"> The unit of measurement must be specified in the unit attribute on the dimensions element </sch:assert> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-dimensions-duplicateDim-constraint-report-16"> <rule context="tei:dimensions"> <report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="count(tei:width)> 1"> The element <name/> may appear once only </report> <report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="count(tei:height)> 1"> The element <name/> may appear once only </report> <report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="count(tei:depth)> 1"> The element <name/> may appear once only </report> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.dimensions.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates which aspect of the object is being measured. Suggested values include: 1] binding; 2] folia; 3] leaf; 4] line-height; 5] ruled; 6] written; 7] other</a:documentation> <choice> <value>binding</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns the binding(s)</a:documentation> <value>folia</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns the folia as a whole</a:documentation> <value>leaf</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns the leaf</a:documentation> <value>line-height</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns the line-height</a:documentation> <value>ruled</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns the ruling</a:documentation> <value>written</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns the written area</a:documentation> <value>other</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The dimensions concerns other/unspecified aspects (you may also provide a custom value)</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="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 specification of some sort. [10.3.4. Dimensions]</a:documentation> <ref name="macro.xtext"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="height"> <element name="height"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(height) contains a measurement measured along the axis at a right angle to the bottom of the object. [10.3.4. Dimensions]</a:documentation> <ref name="macro.xtext"/> <ref name="att.global.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="depth"> <element name="depth"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(depth) contains a measurement from the front to the back of an object, perpendicular to the measurement given by the <code xmlns="http://www.w3.org/1999/xhtml"><width></code> element. [10.3.4. Dimensions]</a:documentation> <ref name="macro.xtext"/> <ref name="att.global.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="width"> <element name="width"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(width) contains a measurement of an object along the axis parallel to its bottom, e.g. perpendicular to the spine of a book or codex. [10.3.4. Dimensions]</a:documentation> <ref name="macro.xtext"/> <ref name="att.global.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="heraldry"> <element name="heraldry"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(heraldry) contains a heraldic formula or phrase, typically found as part of a blazon, coat of arms, etc. [10.3.8. Heraldry]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="locus"> <element name="locus"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(locus) defines a location within a manuscript, manuscript part, or other object typically as a (possibly discontinuous) sequence of folio references. [10.3.5. References to Locations within a Manuscript]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.hiLike"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.pointing.attributes"/> <ref name="att.typed.attributes"/> <optional> <attribute name="scheme"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(scheme) identifies the foliation scheme in terms of which the location is being specified by pointing to some <code xmlns="http://www.w3.org/1999/xhtml"><foliation></code> element defining it, or to some other equivalent resource.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> <optional> <attribute name="from"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(from) specifies the starting point of the location in a normalized form, typically a page number.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <optional> <attribute name="to"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(to) specifies the end-point of the location in a normalized form, typically as a page number.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="locusGrp"> <element name="locusGrp"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(locus group) groups a number of locations which together form a distinct but discontinuous item within a manuscript, manuscript part, or other object. [10.3.5. References to Locations within a Manuscript]</a:documentation> <oneOrMore> <ref name="locus"/> </oneOrMore> <ref name="att.global.attributes"/> <optional> <attribute name="scheme"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(scheme) identifies the foliation scheme in terms of which all the locations contained by the group are specified by pointing to some <code xmlns="http://www.w3.org/1999/xhtml"><foliation></code> element defining it, or to some other equivalent resource.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="material"> <element name="material"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(material) contains a word or phrase describing the material of which the object being described is composed. [10.3.2. Material and Object Type]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <ref name="att.typed.attributes"/> <optional> <attribute name="function"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the function or use of the material in relation to the object as a whole. Sample values include: 1] binding; 2] endband; 3] slipcase; 4] support; 5] tie</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <optional> <attribute name="target"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies one or more elements to which the metamark applies.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> <empty/> </element> </define> <define name="objectType"> <element name="objectType"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(object type) contains a word or phrase describing the type of object being referred to. [10.3.2. Material and Object Type]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.canonical.attributes"/> <empty/> </element> </define> <define name="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 identify the date of origin for a manuscript, manuscript part, or other object. [10.3.1. Origination]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.phrase"/> <ref name="model.global"/> </choice> </zeroOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-origDate-origDate.check-constraint-rule-23"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:origDate"> <sch:assert role="error" test="@calendar and (@when or @notBefore or @notAfter or @from or @to) and string-length(normalize-space(string())) gt 0"> The origDate element must have two or more attributes - calendar and at least one of when, notBefore, notAfter, from and/or to - and must contain some text describing the date. </sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.dimensions.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="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 place of origin for a manuscript, manuscript part, or other object. [10.3.1. Origination]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="secFol"> <element name="secFol"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(second folio) marks the word or words taken from a fixed point in a codex (typically the beginning of the second leaf) in order to provide a unique identifier for it. [10.3.7. Catchwords, Signatures, Secundo Folio]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-secFol-secFol_in_msDesc-constraint-assert-20"> <rule context="tei:secFol"> <sch:assert xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="ancestor::tei:msDesc or ancestor::tei:egXML">The <sch:name/> element should not be used outside of msDesc.</sch:assert> </rule> </pattern> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="signatures"> <element name="signatures"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(signatures) contains discussion of the leaf or quire signatures found within a codex or similar object. [10.3.7. Catchwords, Signatures, Secundo Folio]</a:documentation> <ref name="macro.specialPara"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-signatures-signatures_in_msDesc-constraint-assert-21"> <rule context="tei:signatures"> <sch:assert xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="ancestor::tei:msDesc or ancestor::tei:egXML">The <sch:name/> element should not be used outside of msDesc.</sch:assert> </rule> </pattern> <ref name="att.typed.attributes"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="stamp"> <element name="stamp"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(stamp) contains a word or phrase describing a stamp or similar device. [10.3.3. Watermarks and Stamps]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="watermark"> <element name="watermark"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(watermark) contains a word or phrase describing a watermark or similar device. [10.3.3. Watermarks and Stamps]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="msIdentifier"> <element name="msIdentifier"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript identifier) contains the information required to identify the manuscript or similar object being described. [10.4. The Manuscript Identifier]</a:documentation> <group> <group> <optional> <ref name="placeName"/> </optional> <optional> <ref name="country"/> </optional> <optional> <ref name="region"/> </optional> <optional> <ref name="settlement"/> </optional> <optional> <ref name="district"/> </optional> <optional> <ref name="geogName"/> </optional> <optional> <ref name="institution"/> </optional> <optional> <ref name="repository"/> </optional> <zeroOrMore> <ref name="collection"/> </zeroOrMore> <zeroOrMore> <ref name="idno"/> </zeroOrMore> </group> <zeroOrMore> <choice> <ref name="msName"/> <ref name="altIdentifier"/> </choice> </zeroOrMore> </group> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-msIdentifier-msId_minimal-constraint-report-19"> <rule context="tei:msIdentifier"> <report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="not(parent::tei:msPart) and (local-name(*[1])='idno' or local-name(*[1])='altIdentifier' or normalize-space(.)='')">An msIdentifier must contain either a repository or location.</report> </rule> </pattern> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="institution"> <element name="institution"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(institution) contains the name of an organization such as a university or library, with which a manuscript or other object is identified, generally its holding institution. [10.4. The Manuscript Identifier]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <empty/> </element> </define> <define name="repository"> <element name="repository"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(repository) contains the name of a repository within which manuscripts or other objects are stored, possibly forming part of an institution. [10.4. The Manuscript Identifier]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <empty/> </element> </define> <define name="collection"> <element name="collection"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(collection) contains the name of a collection of manuscripts or other objects, not necessarily located within a single repository. [10.4. The Manuscript Identifier]</a:documentation> <ref name="macro.phraseSeq.limited"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="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 a manuscript or other object, such as a former catalogue number. [10.4. The Manuscript Identifier]</a:documentation> <group> <optional> <ref name="placeName"/> </optional> <optional> <ref name="country"/> </optional> <optional> <ref name="region"/> </optional> <optional> <ref name="settlement"/> </optional> <optional> <ref name="district"/> </optional> <optional> <ref name="geogName"/> </optional> <optional> <ref name="institution"/> </optional> <optional> <ref name="repository"/> </optional> <optional> <ref name="collection"/> </optional> <ref name="idno"/> <optional> <ref name="note"/> </optional> </group> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="msName"> <element name="msName"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(alternative name) contains any form of unstructured alternative name used for a manuscript or other object, such as an ocellus nominum, or nickname. [10.4. The Manuscript Identifier]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="name"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="colophon"> <element name="colophon"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(colophon) contains the colophon of an item: that is, a statement providing information regarding the date, place, agency, or reason for production of the manuscript or other object. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.msExcerpt.attributes"/> <empty/> </element> </define> <define name="explicit"> <element name="explicit"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(explicit) contains the explicit of a item, that is, the closing words of the text proper, exclusive of any rubric or colophon which might follow it. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.msExcerpt.attributes"/> <empty/> </element> </define> <define name="filiation"> <element name="filiation"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(filiation) contains information concerning the manuscript or other object's filiation, i.e. its relationship to other surviving manuscripts or other objects of the same text or contents, its protographs, antigraphs and apographs. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="finalRubric"> <element name="finalRubric"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(final rubric) 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. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.msExcerpt.attributes"/> <empty/> </element> </define> <define name="incipit"> <element name="incipit"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains the incipit of a manuscript or similar object 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 incipits were, in former times, frequently used a means of reference to a work, in place of a title. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.msExcerpt.attributes"/> <empty/> </element> </define> <define name="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, manuscript part, or other object either as a series of paragraphs or as a series of structured manuscript items. [10.6. Intellectual Content]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <optional> <ref name="textLang"/> </optional> <zeroOrMore> <choice> <ref name="msItem"/> <ref name="msItemStruct"/> </choice> </zeroOrMore> </group> </choice> <ref name="att.global.attributes"/> <ref name="att.msExcerpt.attributes"/> <ref name="att.msClass.attributes"/> <empty/> </element> </define> <define name="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 content of a manuscript, manuscript part, or other object. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <group> <zeroOrMore> <choice> <ref name="locus"/> <ref name="locusGrp"/> </choice> </zeroOrMore> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <oneOrMore> <choice> <ref name="model.titlepagePart"/> <ref name="model.msItemPart"/> <ref name="model.global"/> </choice> </oneOrMore> </choice> </group> <ref name="att.global.attributes"/> <ref name="att.msExcerpt.attributes"/> <ref name="att.msClass.attributes"/> <empty/> </element> </define> <define name="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 individual work or item within the intellectual content of a manuscript, manuscript part, or other object. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <group> <optional> <choice> <ref name="locus"/> <ref name="locusGrp"/> </choice> </optional> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <zeroOrMore> <ref name="author"/> </zeroOrMore> <zeroOrMore> <ref name="respStmt"/> </zeroOrMore> <zeroOrMore> <ref name="title"/> </zeroOrMore> <optional> <ref name="rubric"/> </optional> <optional> <ref name="incipit"/> </optional> <zeroOrMore> <ref name="msItemStruct"/> </zeroOrMore> <optional> <ref name="explicit"/> </optional> <optional> <ref name="finalRubric"/> </optional> <zeroOrMore> <ref name="colophon"/> </zeroOrMore> <zeroOrMore> <ref name="decoNote"/> </zeroOrMore> <zeroOrMore> <ref name="listBibl"/> </zeroOrMore> <zeroOrMore> <choice> <ref name="bibl"/> <ref name="biblStruct"/> </choice> </zeroOrMore> <optional> <ref name="filiation"/> </optional> <zeroOrMore> <ref name="model.noteLike"/> </zeroOrMore> <optional> <ref name="textLang"/> </optional> </group> </choice> </group> <ref name="att.global.attributes"/> <ref name="att.msExcerpt.attributes"/> <ref name="att.msClass.attributes"/> <empty/> </element> </define> <define name="rubric"> <element name="rubric"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(rubric) contains the text of any rubric or heading attached to a particular manuscript item, that is, a string of words through which a manuscript or other object 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, typically in red ink, or by use of different size or type of script, or some other such visual device. [10.6.1. The msItem and msItemStruct Elements]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.msExcerpt.attributes"/> <empty/> </element> </define> <define name="summary"> <element name="summary"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains an overview of the available information concerning some aspect of an item or object (for example, its intellectual content, history, layout, typography etc.) as a complement or alternative to the more detailed information carried by more specific elements. [10.6. Intellectual Content]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 manuscript, manuscript part, or other object optionally subdivided using more specialized elements from the model.physDescPart class. [10.7. Physical Description]</a:documentation> <group> <zeroOrMore> <ref name="model.pLike"/> </zeroOrMore> <optional> <ref name="objectDesc"/> </optional> <optional> <ref name="handDesc"/> </optional> <optional> <ref name="typeDesc"/> </optional> <optional> <ref name="scriptDesc"/> </optional> <optional> <ref name="musicNotation"/> </optional> <optional> <ref name="decoDesc"/> </optional> <optional> <ref name="additions"/> </optional> <optional> <ref name="bindingDesc"/> </optional> <optional> <ref name="sealDesc"/> </optional> <optional> <ref name="accMat"/> </optional> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="objectDesc"> <element name="objectDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(object description) contains a description of the physical components making up the object which is being described. [10.7.1. Object Description]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="supportDesc"/> </optional> <optional> <ref name="layoutDesc"/> </optional> </group> </choice> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-objectDesc-textLang.check-constraint-rule-24"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:sourceDesc/tei:msDesc[not(tei:msPart)]" see="https://msdesc.github.io/consolidated-tei-schema/msdesc.html#objectdescBook"> <sch:assert role="warn" test="tei:physDesc/tei:objectDesc[@form]"> The physical form of the carrier should be recorded in the objectDesc element, with a form attribute. </sch:assert> </sch:rule> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:sourceDesc/tei:msDesc/tei:msPart"> <sch:assert role="warn" test=" tei:physDesc/tei:objectDesc[@form] or ancestor::tei:msDesc/tei:physDesc/tei:objectDesc[@form] "> The physical form of the carrier should be recorded in the objectDesc element, with a form attribute, unless it has been described for the entire manuscript. </sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <optional> <attribute name="form"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The original physical form of the carrier Suggested values include: 1] codex; 2] roll; 3] sheet; 4] faltbuch; 5] roll-codex; 6] other; 7] unknown</a:documentation> <choice> <value>codex</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Multiple gatherings of leaves, held within a binding of some kind, and used by turning the leaves</a:documentation> <value>roll</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a parchment membrane, or two or more such membranes, either sewn together edge-to-edge to form a continuous surface for writing, or laid together in a pile and sewn together at the head, and used by unrolling the membranes</a:documentation> <value>sheet</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a single sheet of parchment or paper, not intended to form part of a codex, either kept flat or folded (rather than rolled) for storage</a:documentation> <value>faltbuch</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a codex whose leaves are opened by unfolding rather than turning; an ‘almanac’; a 'bat book'</a:documentation> <value>roll-codex</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a roll folded and bound in codex form; an 'accordion book'</a:documentation> <value>other</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Some other unspecified format</a:documentation> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The format of the object is not known</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="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 or other object. [10.7.1. Object Description]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="support"/> </optional> <optional> <ref name="extent"/> </optional> <zeroOrMore> <ref name="foliation"/> </zeroOrMore> <optional> <ref name="collation"/> </optional> <optional> <ref name="condition"/> </optional> </group> </choice> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-supportDesc-textLang.check-constraint-rule-26"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:sourceDesc/tei:msDesc[not(tei:msPart)]" see="https://msdesc.github.io/consolidated-tei-schema/msdesc.html#supportdesc"> <sch:assert role="warn" test="tei:physDesc/tei:objectDesc/tei:supportDesc[@material]"> The material (parchment, paper, etc.) of a manuscript should be recorded in the supportDesc element, with a material attribute. </sch:assert> </sch:rule> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:sourceDesc/tei:msDesc/tei:msPart"> <sch:assert role="warn" test=" tei:physDesc/tei:objectDesc/tei:supportDesc[@material] or ancestor::tei:msDesc/tei:physDesc/tei:objectDesc/tei:supportDesc[@material] "> The material (parchment, paper, etc.) of each part should be recorded in the supportDesc element, with a material attribute, unless it has been described for the entire manuscript. </sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <optional> <attribute name="material"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The material composing the majority of the support Suggested values include: 1] perg; 2] chart; 3] papyrus; 4] palm; 5] mixed; 6] other; 7] unknown</a:documentation> <choice> <value>perg</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The object is composed of parchment or vellum</a:documentation> <value>chart</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The object is composed of any kind of paper. Give more details, if any, in a child <code xmlns="http://www.w3.org/1999/xhtml"><support></code> element.</a:documentation> <value>papyrus</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The object is composed of papyrus.</a:documentation> <value>palm</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The object is composed of palm leaves.</a:documentation> <value>mixed</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The object is composed of a combination of paper and parchment. The nature of the combination should be specified in the <code xmlns="http://www.w3.org/1999/xhtml"><support></code> element.</a:documentation> <value>other</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The object is composed of another material (e.g. wood).</a:documentation> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The material of which is object is composed is not known.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="support"> <element name="support"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(support) contains a description of the materials etc. which make up the physical support for the written part of a manuscript or other object. [10.7.1. Object Description]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="collation"> <element name="collation"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(collation) contains a description of how the leaves, bifolia, or similar objects are physically arranged. [10.7.1. Object Description]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <optional> <attribute name="mainStructures"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Specifies the typical quire structure(s) of the book, according to English notation (i.e. the number of folios in the original quire), e.g. 8, 6 8. Note: This is a customization which is not currently part of the TEI P5 standard.</a:documentation> <list> <oneOrMore> <data type="nonNegativeInteger"/> </oneOrMore> </list> </attribute> </optional> <empty/> </element> </define> <define name="foliation"> <element name="foliation"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(foliation) describes the numbering system or systems used to count the leaves or pages in a codex or similar object. [10.7.1.4. Foliation]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.datable.attributes"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="condition"> <element name="condition"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(condition) contains a description of the physical condition of the manuscript or object. [10.7.1.5. Condition]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 or other object. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <oneOrMore> <ref name="layout"/> </oneOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="layout"> <element name="layout"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(layout) describes how text is laid out on the page or surface of the object, including information about any ruling, pricking, or other evidence of page-preparation techniques. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.typed.attributes"/> <ref name="att.global.attributes"/> <optional> <attribute name="topLine"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Specifies the whether the writing is above top line, below top line, or mixed. Note: This is a customization which is not currently part of the TEI P5 standard.</a:documentation> <choice> <value>above</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The writing is above top line.</a:documentation> <value>below</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The writing is below top line.</a:documentation> <value>mixed</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The writing is variously above and below top line with no clear pattern.</a:documentation> </choice> </attribute> </optional> <optional> <attribute name="rulingMedium"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Specifies the medium used to carry out the ruling. Note: This is a customization which is not currently part of the TEI P5 standard. Suggested values include: 1] ink; 2] leadpoint; 3] hardpoint; 4] crayon; 5] mixed; 6] board</a:documentation> <choice> <value>ink</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The ruling is carried out using ink.</a:documentation> <value>leadpoint</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The ruling is carried out using leadpoint or plummet.</a:documentation> <value>hardpoint</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The ruling is carried out using hardpoint or drypoint.</a:documentation> <value>crayon</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The ruling is carried out using ‘crayon’.</a:documentation> <value>mixed</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The ruling is carried out using several methods.</a:documentation> <value>board</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The ruling is carried out using a board.</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <optional> <attribute name="columns"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(columns) specifies the number of columns per page</a:documentation> <list> <data type="nonNegativeInteger"/> <optional> <data type="nonNegativeInteger"/> </optional> </list> </attribute> </optional> <optional> <attribute name="streams"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(textual streams) indicates the number of streams per page, each of which contains an independent textual stream</a:documentation> <list> <data type="nonNegativeInteger"/> <optional> <data type="nonNegativeInteger"/> </optional> </list> </attribute> </optional> <optional> <attribute name="ruledLines"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(ruled lines) specifies the number of ruled lines per column</a:documentation> <list> <data type="nonNegativeInteger"/> <optional> <data type="nonNegativeInteger"/> </optional> </list> </attribute> </optional> <optional> <attribute name="writtenLines"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(written lines) specifies the number of written lines per column</a:documentation> <list> <data type="nonNegativeInteger"/> <optional> <data type="nonNegativeInteger"/> </optional> </list> </attribute> </optional> <empty/> </element> </define> <define name="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 hands used in a manuscript or other object. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <oneOrMore> <ref name="handNote"/> </oneOrMore> </group> </choice> <ref name="att.global.attributes"/> <optional> <attribute name="hands"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(hands) specifies the number of distinct hands identified within the manuscript</a:documentation> <data type="nonNegativeInteger"/> </attribute> </optional> <empty/> </element> </define> <define name="typeDesc"> <element name="typeDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(typeface description) contains a description of the typefaces or other aspects of the printing of an incunable or other printed source. [10.7.2.1. Writing]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <oneOrMore> <ref name="typeNote"/> </oneOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="typeNote"> <element name="typeNote"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(typographic note) describes a particular font or other significant typographic feature distinguished within the description of a printed resource. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.handFeatures.attributes"/> <empty/> </element> </define> <define name="scriptDesc"> <element name="scriptDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(script description) contains a description of the scripts used in a manuscript or other object. [10.7.2.1. Writing]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <oneOrMore> <ref name="scriptNote"/> </oneOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="musicNotation"> <element name="musicNotation"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(music notation) contains description of type of musical notation. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 or other object, either as in paragraphs, or as one or more <code xmlns="http://www.w3.org/1999/xhtml"><decoNote></code> elements. [10.7.3. Bindings, Seals, and Additional Material]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <oneOrMore> <ref name="decoNote"/> </oneOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 decorative component of a manuscript or other object, or a fairly homogenous class of such components. [10.7.3. Bindings, Seals, and Additional Material]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] border; 2] diagram; 3] illustration; 4] initial; 5] marginal; 6] micrography; 7] miniature; 8] drawing; 9] rubrication; 10] bas-de-page; 11] map; 12] headpiece; 13] canonTable; 14] carpetPage; 15] histInit; 16] decInit; 17] flourInit; 18] colInit; 19] plainInit; 20] chrysography; 21] lineFill; 22] cadel; 23] instructions; 24] unfilled; 25] none; 26] other</a:documentation> <choice> <value>border</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the border(s)</a:documentation> <value>diagram</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the diagram(s)</a:documentation> <value>illustration</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the illustration(s)</a:documentation> <value>initial</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the initial(s)</a:documentation> <value>marginal</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the marginal decoration</a:documentation> <value>micrography</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the micrography</a:documentation> <value>miniature</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns miniature(s) or coloured drawings</a:documentation> <value>drawing</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns (uncoloured) drawings or sketches</a:documentation> <value>rubrication</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns the rubrication or other highlighting</a:documentation> <value>bas-de-page</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns bas-de-page scenes </a:documentation> <value>map</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns a map or maps</a:documentation> <value>headpiece</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns a headpiece</a:documentation> <value>canonTable</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns canon table(s)</a:documentation> <value>carpetPage</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns so-called carpet page(s)</a:documentation> <value>histInit</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns historiated initials</a:documentation> <value>decInit</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns decorated (but not historiated) initials</a:documentation> <value>flourInit</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns pen-work flourishing of letters and/or borders</a:documentation> <value>colInit</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns coloured (but not decorated or flourished) initials</a:documentation> <value>plainInit</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns plain initials (in the ink of the text)</a:documentation> <value>chrysography</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns chrysography (writing in gold)</a:documentation> <value>lineFill</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns line fillers</a:documentation> <value>cadel</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns cadels</a:documentation> <value>instructions</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns intructions for decoration</a:documentation> <value>unfilled</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns space for decoration left unfilled</a:documentation> <value>none</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note records the absence of any decoration</a:documentation> <value>other</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The decoration note concerns other/unspecified aspects (you may also provide a custom value)</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </choice> </attribute> </optional> <empty/> </element> </define> <define name="additions"> <element name="additions"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(additions) contains a description of any significant additions found within a manuscript or other object, such as marginalia or other annotations. [10.7.2. Writing, Decoration, and Other Notations]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 or other object, either as a series of paragraphs or as a series of distinct <code xmlns="http://www.w3.org/1999/xhtml"><binding></code> elements, one for each binding of the manuscript. [10.7.3.1. Binding Descriptions]</a:documentation> <choice> <oneOrMore> <choice> <ref name="model.pLike"/> <ref name="decoNote"/> <ref name="condition"/> </choice> </oneOrMore> <oneOrMore> <ref name="binding"/> </oneOrMore> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="binding"> <element name="binding"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(binding) contains a description of one binding, i.e. type of covering, boards, etc. applied to a manuscript or other object. [10.7.3.1. Binding Descriptions]</a:documentation> <oneOrMore> <choice> <ref name="model.pLike"/> <ref name="condition"/> <ref name="decoNote"/> </choice> </oneOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-binding-binding.check-constraint-rule-28"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:binding"> <sch:assert role="warn" test="@when or @notBefore or @notAfter or @contemporary='true'"> The binding element should have dating attributes (when or notBefore/notAfter) or a contemporary attribute (with the value 'true'). </sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <optional> <attribute name="contemporary"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(contemporary) specifies whether or not the binding is contemporary with the majority of its contents</a:documentation> <choice> <data type="boolean"/> <choice> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <value>inapplicable</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> <empty/> </element> </define> <define name="sealDesc"> <element name="sealDesc"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(seal description) describes the seals or similar items related to the object described, either as a series of paragraphs or as a series of <code xmlns="http://www.w3.org/1999/xhtml"><seal></code> elements. [10.7.3.2. Seals]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <oneOrMore> <choice> <ref name="decoNote"/> <ref name="seal"/> <ref name="condition"/> </choice> </oneOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="seal"> <element name="seal"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(seal) contains a description of one seal or similar applied to the object described [10.7.3.2. Seals]</a:documentation> <oneOrMore> <choice> <ref name="model.pLike"/> <ref name="decoNote"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <optional> <attribute name="contemporary"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(contemporary) specifies whether or not the seal is contemporary with the item to which it is affixed</a:documentation> <choice> <data type="boolean"/> <choice> <value>unknown</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <value>inapplicable</value> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> </choice> </choice> </attribute> </optional> <empty/> </element> </define> <define name="accMat"> <element name="accMat"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(accompanying material) contains details of any significant additional material which may be closely associated with the manuscript or object being described, such as non-contemporaneous documents or fragments bound in with it at some earlier historical period. [10.7.3.3. Accompanying Material]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="history"> <element name="history"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(history) groups elements describing the full history of a manuscript, manuscript part, or other object. [10.8. History]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="summary"/> </optional> <optional> <ref name="origin"/> </optional> <zeroOrMore> <ref name="provenance"/> </zeroOrMore> <optional> <ref name="acquisition"/> </optional> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="origin"> <element name="origin"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(origin) contains any descriptive or other information concerning the origin of a manuscript, manuscript part, or other object. [10.8. History]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="provenance"> <element name="provenance"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(provenance) contains any descriptive or other information concerning a single identifiable episode during the history of a manuscript, manuscript part, or other object after its creation but before its acquisition. [10.8. History]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="acquisition"> <element name="acquisition"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(acquisition) contains any descriptive or other information concerning the process by which a manuscript or manuscript part or other object entered the holding institution. [10.8. History]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="additional"> <element name="additional"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(additional) groups additional information, combining bibliographic information about a manuscript or other object, or surrogate copies of it, with curatorial or administrative information. [10.9. Additional Information]</a:documentation> <group> <optional> <ref name="adminInfo"/> </optional> <optional> <ref name="surrogates"/> </optional> <optional> <ref name="listBibl"/> </optional> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="adminInfo"> <element name="adminInfo"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(administrative information) contains information about the present custody and availability of the manuscript or other object, and also about the record description itself. [10.9.1. Administrative Information]</a:documentation> <group> <optional> <ref name="recordHist"/> </optional> <optional> <ref name="availability"/> </optional> <optional> <ref name="custodialHist"/> </optional> <optional> <ref name="model.noteLike"/> </optional> </group> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="recordHist"> <element name="recordHist"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(recorded history) provides information about the source and revision status of the parent manuscript or object description itself. [10.9.1. Administrative Information]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <ref name="source"/> <zeroOrMore> <ref name="change"/> </zeroOrMore> </group> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="source"> <element name="source"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(source) describes the original source for the information contained with a manuscript or object description. [10.9.1.1. Record History]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="custodialHist"> <element name="custodialHist"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(custodial history) contains a description of a manuscript or other object's custodial history, either as running prose or as a series of dated custodial events. [10.9.1.2. Availability and Custodial History]</a:documentation> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <oneOrMore> <ref name="custEvent"/> </oneOrMore> </choice> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="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 or other object. [10.9.1.2. Availability and Custodial History]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="surrogates"> <element name="surrogates"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(surrogates) contains information about any representations of the manuscript or other object being described which may exist in the holding institution or elsewhere. [10.9. Additional Information]</a:documentation> <ref name="macro.specialPara"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-surrogates-facsimile.warn-constraint-rule-29"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:surrogates/tei:bibl"> <sch:report role="warn" test="contains(@type, 'fascimile')"> The type attribute of "<sch:value-of select="@type"/>" contains a typo (fascimile should be facsimile). </sch:report> </sch:rule> </pattern> <ref name="att.global.attributes"/> <empty/> </element> </define> <define name="msPart"> <element name="msPart"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript part) contains information about an originally distinct manuscript or part of a manuscript, which is now part of a composite manuscript. [10.10. Manuscript Parts]</a:documentation> <group> <ref name="msIdentifier"/> <zeroOrMore> <ref name="model.headLike"/> </zeroOrMore> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="msContents"/> </optional> <optional> <ref name="physDesc"/> </optional> <optional> <ref name="history"/> </optional> <optional> <ref name="additional"/> </optional> <zeroOrMore> <ref name="msPart"/> </zeroOrMore> </group> </choice> </group> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="msFrag"> <element name="msFrag"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(manuscript fragment) contains information about a fragment described in relation to a prior context, typically as a description of a virtual reconstruction of a manuscript or other object whose fragments were catalogued separately [10.11. Manuscript Fragments]</a:documentation> <group> <choice> <ref name="altIdentifier"/> <ref name="msIdentifier"/> </choice> <zeroOrMore> <ref name="model.headLike"/> </zeroOrMore> <choice> <oneOrMore> <ref name="model.pLike"/> </oneOrMore> <group> <optional> <ref name="msContents"/> </optional> <optional> <ref name="physDesc"/> </optional> <optional> <ref name="history"/> </optional> <optional> <ref name="additional"/> </optional> </group> </choice> </group> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="att.datable.custom.attributes"> <ref name="att.datable.custom.attribute.when-custom"/> <ref name="att.datable.custom.attribute.notBefore-custom"/> <ref name="att.datable.custom.attribute.notAfter-custom"/> <ref name="att.datable.custom.attribute.from-custom"/> <ref name="att.datable.custom.attribute.to-custom"/> <ref name="att.datable.custom.attribute.datingPoint"/> <ref name="att.datable.custom.attribute.datingMethod"/> </define> <define name="att.datable.custom.attribute.when-custom"> <optional> <attribute name="when-custom"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies the value of a date or time in some custom standard form.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datable.custom.attribute.notBefore-custom"> <optional> <attribute name="notBefore-custom"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the earliest possible date for the event in some custom standard form.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datable.custom.attribute.notAfter-custom"> <optional> <attribute name="notAfter-custom"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the latest possible date for the event in some custom standard form.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datable.custom.attribute.from-custom"> <optional> <attribute name="from-custom"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the starting point of the period in some custom standard form.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datable.custom.attribute.to-custom"> <optional> <attribute name="to-custom"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the ending point of the period in some custom standard form.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.datable.custom.attribute.datingPoint"> <optional> <attribute name="datingPoint"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.datable.custom.attribute.datingMethod"> <optional> <attribute name="datingMethod"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">supplies a pointer to a <code xmlns="http://www.w3.org/1999/xhtml"><calendar></code> element or other means of interpreting the values of the custom dating attributes.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="model.persNamePart"> <choice> <ref name="surname"/> <ref name="forename"/> <ref name="addName"/> </choice> </define> <define name="model.persNamePart_alternation"> <choice> <ref name="surname"/> <ref name="forename"/> <ref name="addName"/> </choice> </define> <define name="model.persNamePart_sequence"> <ref name="surname"/> <ref name="forename"/> <ref name="addName"/> </define> <define name="model.persNamePart_sequenceOptional"> <optional> <ref name="surname"/> </optional> <optional> <ref name="forename"/> </optional> <optional> <ref name="addName"/> </optional> </define> <define name="model.persNamePart_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="surname"/> </zeroOrMore> <zeroOrMore> <ref name="forename"/> </zeroOrMore> <zeroOrMore> <ref name="addName"/> </zeroOrMore> </define> <define name="model.persNamePart_sequenceRepeatable"> <oneOrMore> <ref name="surname"/> </oneOrMore> <oneOrMore> <ref name="forename"/> </oneOrMore> <oneOrMore> <ref name="addName"/> </oneOrMore> </define> <define name="att.datable.iso.attributes"> <ref name="att.datable.iso.attribute.when-iso"/> <ref name="att.datable.iso.attribute.notBefore-iso"/> <ref name="att.datable.iso.attribute.notAfter-iso"/> <ref name="att.datable.iso.attribute.from-iso"/> <ref name="att.datable.iso.attribute.to-iso"/> </define> <define name="att.datable.iso.attribute.when-iso"> <optional> <attribute 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 name="att.datable.iso.attribute.notBefore-iso"> <optional> <attribute 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 name="att.datable.iso.attribute.notAfter-iso"> <optional> <attribute 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 name="att.datable.iso.attribute.from-iso"> <optional> <attribute 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 name="att.datable.iso.attribute.to-iso"> <optional> <attribute 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 name="orgName"> <element name="orgName"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(organization name) contains an organizational name. [13.2.2. Organizational Names]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-orgName-orgName.key.check-constraint-rule-30"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:msDesc//tei:orgName[ancestor::tei:fileDesc[descendant::tei:idno[@type='catalogue']='Western']]"> <sch:assert test="@key[matches(., 'org_\d+')]">In the medieval catalogue, the orgName element, when a descendant of msDesc, must have a key matching the pattern 'org_\d+'.</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="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 one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. Personal Names]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-persName-persName.key.check-constraint-rule-31"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:msDesc//tei:persName[ancestor::tei:fileDesc[descendant::tei:idno[@type='catalogue']='Western']]"> <sch:assert test="@key[matches(., 'person_\d+')]">In the medieval catalogue, the persName element, when a descendant of msDesc, must have a key matching the pattern 'person_\d+'.</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="surname"> <element name="surname"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(surname) contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. Personal Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="forename"> <element name="forename"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(forename) contains a forename, given or baptismal name. [13.2.1. Personal Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="addName"> <element name="addName"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="placeName"> <element name="placeName"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(place name) contains an absolute or relative place name. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-placeName-placeName.key.check-constraint-rule-32"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:msDesc//tei:placeName[ancestor::tei:fileDesc[descendant::tei:idno[@type='catalogue']='Western']]"> <sch:assert test="@key[matches(., 'place_\d+')]">In the medieval catalogue, the placeName element, when a descendant of msDesc, must have a key matching the pattern 'place_\d+'.</sch:assert> </sch:rule> </pattern> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.global.attributes"/> <ref name="att.personal.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="country"> <element name="country"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(country) contains the name of a geo-political unit, such as a nation, country, colony, or commonwealth, larger than or administratively superior to a region and smaller than a bloc. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-country-country.key.check-constraint-rule-33"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:origin//tei:country[ancestor::tei:fileDesc[descendant::tei:idno[@type='catalogue']='Western']]"> <sch:assert test="@key[matches(., 'place_\d+')]">In the medieval catalogue, the country element, when a descendant of origin, must have a key matching the pattern 'place_\d+'.</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="region"> <element name="region"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(region) contains the name of an administrative unit such as a state, province, or county, larger than a settlement, but smaller than a country. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="settlement"> <element name="settlement"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(settlement) contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-settlement-settlement.key.check-constraint-rule-34"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="//tei:origin//tei:settlement[ancestor::tei:fileDesc[descendant::tei:idno[@type='catalogue']='Western']]"> <sch:assert test="@key[matches(., 'place_\d+')]">In the medieval catalogue, the settlement element, when a descendant of origin, must have a key matching the pattern 'place_\d+'.</sch:assert> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="district"> <element name="district"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(district) contains the name of any kind of subdivision of a settlement, such as a parish, ward, or other administrative or geographic unit. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.datable.attributes"/> <empty/> </element> </define> <define name="geogName"> <element name="geogName"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical name) identifies a name associated with some geographical feature such as Windrush Valley or Mount Sinai. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="geogFeat"> <element name="geogFeat"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical feature name) contains a common noun identifying some geographical feature contained within a geographic name, such as valley, mount, etc. [13.2.3. Place Names]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.datable.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.global.attributes"/> <ref name="att.naming.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="geo"> <element name="geo"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(geographical coordinates) contains any expression of a set of geographic coordinates, representing a point, line, or area on the surface of the earth in some notation. [13.3.4.1. Varieties of Location]</a:documentation> <text/> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <empty/> </element> </define> <define name="TEI"> <element name="TEI"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resource class. Multiple <code xmlns="http://www.w3.org/1999/xhtml"><TEI></code> elements may be combined within a <code xmlns="http://www.w3.org/1999/xhtml"><TEI></code> (or <code xmlns="http://www.w3.org/1999/xhtml"><teiCorpus></code>) element. [4. Default Text Structure 15.1. Varieties of Composite Text]</a:documentation> <group> <ref name="teiHeader"/> <choice> <group> <oneOrMore> <ref name="model.resource"/> </oneOrMore> <zeroOrMore> <ref name="TEI"/> </zeroOrMore> </group> <oneOrMore> <ref name="TEI"/> </oneOrMore> </choice> </group> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-TEI-TEI.xmlid.check-constraint-rule-35"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:TEI"> <sch:assert role="fatal" test="matches(@xml:id, '^manuscript_\d+$') or contains(base-uri(.), 'genizah-mss')"> The root TEI element must have an @xml:id beginning with "manuscript_" then a number (which must also be unique across the entire catalogue). </sch:assert> <sch:assert role="fatal" test="matches(@xml:id, '^volume_\d+$') or not(contains(base-uri(.), 'genizah-mss'))"> The root TEI element must have an @xml:id beginning with "volume_" then a number (which must also be unique across the entire catalogue). </sch:assert> </sch:rule> </pattern> <sch:ns xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="tei" uri="http://www.tei-c.org/ns/1.0"/> <sch:ns xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="xs" uri="http://www.w3.org/2001/XMLSchema"/> <sch:ns xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/> <sch:ns xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" prefix="rna" uri="http://relaxng.org/ns/compatibility/annotations/1.0"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <optional> <attribute name="version"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the version number of the TEI Guidelines against 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 name="text"> <element name="text"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text) contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4. Default Text Structure 15.1. Varieties of Composite Text]</a:documentation> <group> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> <choice> <ref name="body"/> </choice> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="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. [4. Default Text Structure]</a:documentation> <group> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> <optional> <group> <ref name="model.divTop"/> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.divTop"/> </choice> </zeroOrMore> </group> </optional> <optional> <group> <ref name="model.divGenLike"/> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.divGenLike"/> </choice> </zeroOrMore> </group> </optional> <choice> <oneOrMore> <group> <ref name="model.divLike"/> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.divGenLike"/> </choice> </zeroOrMore> </group> </oneOrMore> <oneOrMore> <group> <ref name="model.div1Like"/> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.divGenLike"/> </choice> </zeroOrMore> </group> </oneOrMore> <group> <oneOrMore> <group> <choice> <ref name="model.common"/> </choice> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> <optional> <choice> <oneOrMore> <group> <ref name="model.divLike"/> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.divGenLike"/> </choice> </zeroOrMore> </group> </oneOrMore> <oneOrMore> <group> <ref name="model.div1Like"/> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.divGenLike"/> </choice> </zeroOrMore> </group> </oneOrMore> </choice> </optional> </group> </choice> <zeroOrMore> <group> <ref name="model.divBottom"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </zeroOrMore> </group> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <empty/> </element> </define> <define name="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. [4.1. Divisions of the Body]</a:documentation> <group> <zeroOrMore> <choice> <ref name="model.divTop"/> <ref name="model.global"/> </choice> </zeroOrMore> <optional> <group> <choice> <oneOrMore> <group> <choice> <ref name="model.divLike"/> <ref name="model.divGenLike"/> </choice> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> <group> <oneOrMore> <group> <choice> <ref name="model.common"/> </choice> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </oneOrMore> <zeroOrMore> <group> <choice> <ref name="model.divLike"/> <ref name="model.divGenLike"/> </choice> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </zeroOrMore> </group> </choice> <zeroOrMore> <group> <ref name="model.divBottom"/> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </zeroOrMore> </group> </optional> </group> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-div-abstractModel-structure-div-in-l-or-lg-constraint-report-21"> <rule context="tei:div"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="(ancestor::tei:l or ancestor::tei:lg) and not(ancestor::tei:floatingText)"> Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report> </rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-div-abstractModel-structure-div-in-ab-or-p-constraint-report-22"> <rule context="tei:div"> <sch:report xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="(ancestor::tei:p or ancestor::tei:ab) and not(ancestor::tei:floatingText)"> Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.divLike.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.written.attributes"/> <empty/> </element> </define> <define name="att.global.facs.attributes"> <ref name="att.global.facs.attribute.facs"/> </define> <define name="att.global.facs.attribute.facs"> <optional> <attribute name="facs"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(facsimile) points to one or more images, portions of an image, or surfaces which correspond to the current element.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.global.change.attributes"> <ref name="att.global.change.attribute.change"/> </define> <define name="att.global.change.attribute.change"> <optional> <attribute name="change"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to one or more <code xmlns="http://www.w3.org/1999/xhtml"><change></code> elements documenting a state or revision campaign to which the element bearing this attribute and its children have been assigned by the encoder.</a:documentation> <list> <oneOrMore> <data type="anyURI"> <param name="pattern">\S+</param> </data> </oneOrMore> </list> </attribute> </optional> </define> <define name="att.coordinated.attributes"> <ref name="att.coordinated.attribute.start"/> <ref name="att.coordinated.attribute.ulx"/> <ref name="att.coordinated.attribute.uly"/> <ref name="att.coordinated.attribute.lrx"/> <ref name="att.coordinated.attribute.lry"/> <ref name="att.coordinated.attribute.points"/> </define> <define name="att.coordinated.attribute.start"> <optional> <attribute name="start"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface.</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> </define> <define name="att.coordinated.attribute.ulx"> <optional> <attribute name="ulx"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the x coordinate value for the upper left corner of a rectangular space.</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.coordinated.attribute.uly"> <optional> <attribute name="uly"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the y coordinate value for the upper left corner of a rectangular space.</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.coordinated.attribute.lrx"> <optional> <attribute name="lrx"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the x coordinate value for the lower right corner of a rectangular space.</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.coordinated.attribute.lry"> <optional> <attribute name="lry"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">gives the y coordinate value for the lower right corner of a rectangular space.</a:documentation> <choice> <data type="double"/> <data type="token"> <param name="pattern">(\-?[\d]+/\-?[\d]+)</param> </data> <data type="decimal"/> </choice> </attribute> </optional> </define> <define name="att.coordinated.attribute.points"> <optional> <attribute name="points"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area.</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 name="facsimile"> <element name="facsimile"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [11.1. Digital Facsimiles]</a:documentation> <group> <oneOrMore> <choice> <ref name="model.graphicLike"/> <ref name="surface"/> <ref name="surfaceGrp"/> </choice> </oneOrMore> </group> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-facsimile-no_facsimile_text_nodes-constraint-rule-36"> <sch:rule xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" context="tei:facsimile//tei:line | tei:facsimile//tei:zone"> <sch:report test="child::text()[ normalize-space(.) ne '']"> A facsimile element represents a text with images, thus transcribed text should not be present within it. </sch:report> </sch:rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <empty/> </element> </define> <define name="surface"> <element name="surface"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription]</a:documentation> <group> <zeroOrMore> <choice> <ref name="model.global"/> <ref name="model.labelLike"/> <ref name="model.graphicLike"/> </choice> </zeroOrMore> <zeroOrMore> <group> <choice> <ref name="zone"/> <ref name="surface"/> <ref name="surfaceGrp"/> </choice> <zeroOrMore> <ref name="model.global"/> </zeroOrMore> </group> </zeroOrMore> </group> <ref name="att.global.attributes"/> <ref name="att.coordinated.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.typed.attributes"/> <optional> <attribute name="attachment"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the method by which this surface is or was connected to the main surface Sample values include: 1] glued; 2] pinned; 3] sewn</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <optional> <attribute name="flipping"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates whether the surface is attached and folded in such a way as to provide two writing surfaces</a:documentation> <data type="boolean"/> </attribute> </optional> <empty/> </element> </define> <define name="surfaceGrp"> <element name="surfaceGrp"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(surface group) defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit. [11.1. Digital Facsimiles]</a:documentation> <oneOrMore> <choice> <ref name="model.global"/> <ref name="surface"/> <ref name="surfaceGrp"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> <ref name="att.declaring.attributes"/> <ref name="att.typed.attributes"/> <empty/> </element> </define> <define name="zone"> <element name="zone"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines any two-dimensional area within a <code xmlns="http://www.w3.org/1999/xhtml"><surface></code> element. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.graphicLike"/> <ref name="model.global"/> <ref name="surface"/> <ref name="model.linePart"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.coordinated.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.written.attributes"/> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="rotate" a:defaultValue="0"> <a:documentation>indicates the amount by which this zone has been rotated clockwise, with respect to the normal orientation of the parent <code xmlns="http://www.w3.org/1999/xhtml"><surface></code> element as implied by the dimensions given in the <code xmlns="http://www.w3.org/1999/xhtml"><msDesc></code> element or by the coordinates of the <code xmlns="http://www.w3.org/1999/xhtml"><surface></code> itself. The orientation is expressed in arc degrees.</a:documentation> <data type="nonNegativeInteger"/> </attribute> </optional> <empty/> </element> </define> <define name="damage"> <element name="damage"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(damage) contains an area of damage to the text witness. [11.3.3.1. Damage, Illegibility, and Supplied Text]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.damaged.attributes"/> <empty/> </element> </define> <define name="ex"> <element name="ex"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation. [11.3.1.2. Abbreviation and Expansion]</a:documentation> <ref name="macro.xtext"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="fw"> <element name="fw"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. [11.6. Headers, Footers, and Similar Matter]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> <ref name="att.placement.attributes"/> <ref name="att.written.attributes"/> <optional> <attribute name="type"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">classifies the material encoded according to some useful typology. Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNum (line number); 5] sig (signature); 6] catch (catchword)</a:documentation> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </attribute> </optional> <empty/> </element> </define> <define name="am"> <element name="am"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(abbreviation marker) contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation. [11.3.1.2. Abbreviation and Expansion]</a:documentation> <zeroOrMore> <choice> <text/> <ref name="model.gLike"/> <ref name="model.pPart.transcriptional"/> </choice> </zeroOrMore> <ref name="att.global.attributes"/> <ref name="att.typed.attributes"/> <ref name="att.editLike.attributes"/> <empty/> </element> </define> <define name="subst"> <element name="subst"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(substitution) groups one or more deletions (or surplus text) with one or more additions when the combination is to be regarded as a single intervention in the text. [11.3.1.5. Substitutions]</a:documentation> <oneOrMore> <choice> <ref name="add"/> <ref name="del"/> <ref name="model.milestoneLike"/> </choice> </oneOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="msdesc-subst-substContents1-constraint-assert-34"> <rule context="tei:subst"> <assert xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:sch="http://purl.oclc.org/dsdl/schematron" test="child::tei:add and (child::tei:del or child::tei:surplus)"> <name/> must have at least one child add and at least one child del or surplus</assert> </rule> </pattern> <ref name="att.global.attributes"/> <ref name="att.transcriptional.attributes"/> <ref name="att.dimensions.attributes"/> <empty/> </element> </define> <define name="supplied"> <element name="supplied"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(supplied) signifies text supplied by the transcriber or editor for any reason; for example because the original cannot be read due to physical damage, or because of an obvious omission by the author or scribe. [11.3.3.1. Damage, Illegibility, and Supplied Text]</a:documentation> <ref name="macro.paraContent"/> <ref name="att.global.attributes"/> <ref name="att.editLike.attributes"/> <ref name="att.dimensions.attributes"/> <optional> <attribute name="reason"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">one or more words indicating why the text has had to be supplied, e.g. overbinding, faded-ink, lost-folio, omitted-in-original.</a:documentation> <list> <oneOrMore> <data type="token"> <param name="pattern">[^\p{C}\p{Z}]+</param> </data> </oneOrMore> </list> </attribute> </optional> <empty/> </element> </define> <define name="include"> <element name="include" ns="http://www.w3.org/2001/XInclude"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The W3C XInclude element</a:documentation> <optional> <ref name="fallback"/> </optional> <optional> <attribute name="href"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">pointer to the resource being included</a:documentation> <data type="anyURI"> <param name="pattern">\S+</param> </data> </attribute> </optional> <optional> <attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" name="parse" a:defaultValue="xml"> <a:documentation/> <choice> <value>xml</value> <a:documentation/> <value>text</value> <a:documentation/> </choice> </attribute> </optional> <optional> <attribute name="xpointer"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <data type="string"/> </attribute> </optional> <optional> <attribute name="encoding"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <data type="string"/> </attribute> </optional> <optional> <attribute name="accept"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <data type="string"/> </attribute> </optional> <optional> <attribute name="accept-charset"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <data type="string"/> </attribute> </optional> <optional> <attribute name="accept-language"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> <data type="string"/> </attribute> </optional> <empty/> </element> </define> <define name="fallback"> <element name="fallback" ns="http://www.w3.org/2001/XInclude"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Wrapper for fallback elements if an XInclude fails</a:documentation> <choice> <text/> <ref name="anyElement-fallback"/> </choice> </element> </define> <start> <choice> <ref name="TEI"/> </choice> </start> </grammar>