default namespace = "http://www.tei-c.org/ns/1.0" namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" namespace ns1 = "http://www.isocat.org/ns/dcr" namespace rng = "http://relaxng.org/ns/structure/1.0" namespace s = "http://www.ascc.net/xml/schematron" namespace sch = "http://purl.oclc.org/dsdl/schematron" namespace xlink = "http://www.w3.org/1999/xlink" # Schema generated from ODD source 2014-10-08T05:22:15Z. # Edition: Version 2.7.0. Last updated on # 16th September 2014, revision 13036 # Edition Location: http://www.tei-c.org/Vault/P5/Version 2.7.0/ # # Copyright David C. Hanson. tei_macro.paraContent = (text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.global | tei_lg)* tei_macro.limitedContent = (text | tei_model.limitedPhrase | tei_model.inter)* tei_macro.phraseSeq = (text | tei_model.gLike | tei_model.phrase | tei_model.global)* tei_macro.phraseSeq.limited = (text | tei_model.limitedPhrase | tei_model.global)* tei_macro.specialPara = (text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.divPart | tei_model.global)* tei_macro.xtext = (text | tei_model.gLike)* tei_data.certainty = "high" | "medium" | "low" | "unknown" tei_data.probability = xsd:double { minInclusive = "0" maxInclusive = "1" } tei_data.numeric = xsd:double | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" } | xsd:decimal tei_data.interval = xsd:float { minExclusive = "0" } | "regular" | "irregular" | "unknown" tei_data.count = xsd:nonNegativeInteger tei_data.temporal.w3c = xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime tei_data.truthValue = xsd:boolean tei_data.xTruthValue = xsd:boolean | "unknown" | "inapplicable" tei_data.language = xsd:language | "" tei_data.namespace = xsd:anyURI tei_data.outputMeasurement = xsd:token { pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)" } tei_data.pattern = xsd:token tei_data.point = xsd:token { pattern = "(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)" } tei_data.pointer = xsd:anyURI tei_data.version = xsd:token { pattern = "[\d]+(\.[\d]+){0,2}" } tei_data.versionNumber = xsd:token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" } tei_data.replacement = text tei_data.word = xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } tei_data.sex = tei_data.word tei_data.text = xsd:string tei_data.name = xsd:Name tei_data.enumerated = tei_data.name tei_data.temporal.iso = xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime | xsd:token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } tei_att.ascribed.attributes = tei_att.ascribed.attribute.who tei_att.ascribed.attribute.who = ## indicates the person, or group of people, to whom the element content is ascribed. attribute who { list { tei_data.pointer+ } }? tei_att.canonical.attributes = tei_att.canonical.attribute.key, tei_att.canonical.attribute.ref tei_att.canonical.attribute.key = ## provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind. attribute key { tei_data.text }? tei_att.canonical.attribute.ref = ## (reference) provides an explicit means of locating a full definition for the entity being named by means of one or more URIs. attribute ref { list { tei_data.pointer+ } }? tei_att.ranging.attributes = tei_att.ranging.attribute.atLeast, tei_att.ranging.attribute.atMost, tei_att.ranging.attribute.min, tei_att.ranging.attribute.max, tei_att.ranging.attribute.confidence tei_att.ranging.attribute.atLeast = ## gives a minimum estimated value for the approximate measurement. attribute atLeast { tei_data.numeric }? tei_att.ranging.attribute.atMost = ## gives a maximum estimated value for the approximate measurement. attribute atMost { tei_data.numeric }? tei_att.ranging.attribute.min = ## where the measurement summarizes more than one observation or a range, supplies the minimum value observed. attribute min { tei_data.numeric }? tei_att.ranging.attribute.max = ## where the measurement summarizes more than one observation or a range, supplies the maximum value observed. attribute max { tei_data.numeric }? tei_att.ranging.attribute.confidence = ## specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. attribute confidence { tei_data.probability }? tei_att.dimensions.attributes = tei_att.ranging.attributes, tei_att.dimensions.attribute.unit, tei_att.dimensions.attribute.quantity, tei_att.dimensions.attribute.extent, tei_att.dimensions.attribute.precision, tei_att.dimensions.attribute.scope tei_att.dimensions.attribute.unit = ## names the unit used for the measurement ## Suggested values include: 1] cm(centimetres) ; 2] mm(millimetres) ; 3] in(inches) ; 4] lines; 5] chars(characters) attribute unit { ## (centimetres) "cm" | ## (millimetres) "mm" | ## (inches) "in" | ## lines of text "lines" | ## (characters) characters of text "chars" | xsd:Name }? tei_att.dimensions.attribute.quantity = ## specifies the length in the units specified attribute quantity { tei_data.numeric }? tei_att.dimensions.attribute.extent = ## indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words. attribute extent { tei_data.text }? tei_att.dimensions.attribute.precision = ## characterizes the precision of the values specified by the other attributes. attribute precision { tei_data.certainty }? tei_att.dimensions.attribute.scope = ## where the measurement summarizes more than one observation, specifies the applicability of this measurement. ## Sample values include: 1] all; 2] most; 3] range attribute scope { tei_data.enumerated }? tei_att.damaged.attributes = tei_att.dimensions.attributes, tei_att.damaged.attribute.hand, tei_att.damaged.attribute.agent, tei_att.damaged.attribute.degree, tei_att.damaged.attribute.group tei_att.damaged.attribute.hand = ## in the case of damage (deliberate defacement, inking out, etc.) assignable to a distinct hand, signifies the hand responsible for the damage by pointing to one of the hand identifiers declared in the document header (see section ). attribute hand { tei_data.pointer }? tei_att.damaged.attribute.agent = ## categorizes the cause of the damage, if it can be identified. ## Sample values include: 1] rubbing; 2] mildew; 3] smoke attribute agent { tei_data.enumerated }? tei_att.damaged.attribute.degree = ## 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 damage element with the degree attribute should only be used where the text may be read with some confidence; text supplied from other sources should be tagged as supplied. attribute degree { tei_data.probability | tei_data.certainty }? tei_att.damaged.attribute.group = ## assigns an arbitrary number to each stretch of damage regarded as forming part of the same physical phenomenon. attribute group { tei_data.count }? tei_att.breaking.attributes = tei_att.breaking.attribute.break tei_att.breaking.attribute.break = ## 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. attribute break { tei_data.enumerated }? tei_att.cReferencing.attributes = tei_att.cReferencing.attribute.cRef tei_att.cReferencing.attribute.cRef = ## (canonical reference) specifies the destination of the pointer by supplying a canonical reference expressed using the scheme defined in a refsDecl element in the TEI header attribute cRef { tei_data.text }? tei_att.datable.w3c.attributes = tei_att.datable.w3c.attribute.when, tei_att.datable.w3c.attribute.notBefore, tei_att.datable.w3c.attribute.notAfter, tei_att.datable.w3c.attribute.from, tei_att.datable.w3c.attribute.to tei_att.datable.w3c.attribute.when = ## supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd. attribute when { tei_data.temporal.w3c }? tei_att.datable.w3c.attribute.notBefore = ## specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd. attribute notBefore { tei_data.temporal.w3c }? tei_att.datable.w3c.attribute.notAfter = ## specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd. attribute notAfter { tei_data.temporal.w3c }? tei_att.datable.w3c.attribute.from = ## indicates the starting point of the period in standard form, e.g. yyyy-mm-dd. attribute from { tei_data.temporal.w3c }? tei_att.datable.w3c.attribute.to = ## indicates the ending point of the period in standard form, e.g. yyyy-mm-dd. attribute to { tei_data.temporal.w3c }? tei_att.datable.attributes = tei_att.datable.w3c.attributes, tei_att.datable.iso.attributes, tei_att.datable.custom.attributes, tei_att.datable.attribute.calendar, tei_att.datable.attribute.period tei_att.datable.attribute.calendar = ## indicates the system or calendar to which the date represented by the content of this element belongs. attribute calendar { tei_data.pointer }? sch:pattern [ id = "ruskin-att.datable-calendar-calendar-constraint-1" "\x{a}" ~ " " sch:rule [ context = "tei:*[@calendar]" "\x{a}" ~ " " sch:assert [ test = "string-length(.) gt 0" "\x{a}" ~ "@calendar indicates the system or calendar to which the date represented by the content of this element\x{a}" ~ "belongs, but this " sch:name [ ] " element has no textual content." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] tei_att.datable.attribute.period = ## supplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred. attribute period { tei_data.pointer }? tei_att.datcat.attributes = tei_att.datcat.attribute.datcat, tei_att.datcat.attribute.valueDatcat tei_att.datcat.attribute.datcat = ## contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat. attribute ns1:datcat { list { tei_data.pointer+ } }? tei_att.datcat.attribute.valueDatcat = ## contains a PID (persistent identifier) that aligns the content of the given element or the value of the given attribute with the appropriate simple Data Category (or categories) in ISOcat. attribute ns1:valueDatcat { list { tei_data.pointer+ } }? tei_att.declarable.attributes = tei_att.declarable.attribute.default tei_att.declarable.attribute.default = ## indicates whether or not this element is selected by default when its parent is selected. [ a:defaultValue = "false" ] attribute default { ## This element is selected if its parent is selected "true" | ## 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. "false" }? tei_att.declaring.attributes = tei_att.declaring.attribute.decls tei_att.declaring.attribute.decls = ## identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content. attribute decls { list { tei_data.pointer+ } }? tei_att.fragmentable.attributes = tei_att.fragmentable.attribute.part tei_att.fragmentable.attribute.part = ## 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:defaultValue = "N" ] attribute part { ## (yes) the element is fragmented in some (unspecified) respect "Y" | ## (no) either the element is not fragmented, or no claim is made as to its completeness. "N" | ## (initial) this is the initial part of a fragmented element "I" | ## (medial) this is a medial part of a fragmented element "M" | ## (final) this is the final part of a fragmented element "F" }? tei_att.divLike.attributes = tei_att.metrical.attributes, tei_att.fragmentable.attributes, tei_att.divLike.attribute.org, tei_att.divLike.attribute.sample tei_att.divLike.attribute.org = ## (organization) specifies how the content of the division is organized. [ a:defaultValue = "uniform" ] attribute org { ## no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships. "composite" | ## the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence. "uniform" }? tei_att.divLike.attribute.sample = ## indicates whether this division is a sample of the original source and if so, from which part. [ a:defaultValue = "complete" ] attribute sample { ## division lacks material present at end in source. "initial" | ## division lacks material at start and end. "medial" | ## division lacks material at start. "final" | ## position of sampled material within original unknown. "unknown" | ## division is not a sample. "complete" }? tei_att.docStatus.attributes = tei_att.docStatus.attribute.status tei_att.docStatus.attribute.status = ## 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:defaultValue = "draft" ] attribute status { tei_data.enumerated }? tei_att.responsibility.attributes = tei_att.source.attributes, tei_att.responsibility.attribute.cert, tei_att.responsibility.attribute.resp tei_att.responsibility.attribute.cert = ## (certainty) signifies the degree of certainty associated with the intervention or interpretation. attribute cert { tei_data.certainty }? tei_att.responsibility.attribute.resp = ## (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber. attribute resp { list { tei_data.pointer+ } }? tei_att.editLike.attributes = tei_att.dimensions.attributes, tei_att.responsibility.attributes, tei_att.editLike.attribute.evidence, tei_att.editLike.attribute.instant tei_att.editLike.attribute.evidence = ## 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 attribute evidence { list { ( ## there is internal evidence to support the intervention. "internal" | ## there is external evidence to support the intervention. "external" | ## the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise. "conjecture" | xsd:Name)+ } }? tei_att.editLike.attribute.instant = ## indicates whether this is an instant revision or not. [ a:defaultValue = "false" ] attribute instant { tei_data.xTruthValue }? tei_att.global.attributes = tei_att.global.linking.attributes, tei_att.global.facs.attributes, tei_att.global.change.attributes, tei_att.global.attribute.xmlid, tei_att.global.attribute.n, tei_att.global.attribute.xmllang, tei_att.global.attribute.rend, tei_att.global.attribute.style, tei_att.global.attribute.rendition, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace tei_att.global.attribute.xmlid = ## (identifier) provides a unique identifier for the element bearing the attribute. attribute xml:id { xsd:ID }? tei_att.global.attribute.n = ## (number) gives a number (or other label) for an element, which is not necessarily unique within the document. attribute n { tei_data.text }? tei_att.global.attribute.xmllang = ## (language) indicates the language of the element content using a tag generated according to BCP 47. attribute xml:lang { tei_data.language }? tei_att.global.attribute.rend = ## (rendition) indicates how the element in question was rendered or presented in the source text. attribute rend { list { tei_data.word+ } }? tei_att.global.attribute.style = ## contains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text attribute style { tei_data.text }? tei_att.global.attribute.rendition = ## points to a description of the rendering or presentation used for this element in the source text. attribute rendition { list { tei_data.pointer+ } }? tei_att.global.attribute.xmlbase = ## provides a base URI reference with which applications can resolve relative URI references into absolute URI references. attribute xml:base { tei_data.pointer }? tei_att.global.attribute.xmlspace = ## signals an intention about how white space should be managed by applications. attribute xml:space { ## signals that the application's default white-space processing modes are acceptable "default" | ## indicates the intent that applications preserve all white space "preserve" }? tei_att.handFeatures.attributes = tei_att.handFeatures.attribute.scribe, tei_att.handFeatures.attribute.scribeRef, tei_att.handFeatures.attribute.script, tei_att.handFeatures.attribute.scriptRef, tei_att.handFeatures.attribute.medium, tei_att.handFeatures.attribute.scope tei_att.handFeatures.attribute.scribe = ## gives a name or other identifier for the scribe believed to be responsible for this hand. attribute scribe { tei_data.name }? tei_att.handFeatures.attribute.scribeRef = ## points to a full description of the scribe concerned, typically supplied by a person element elsewhere in the description. attribute scribeRef { list { tei_data.pointer+ } }? tei_att.handFeatures.attribute.script = ## characterizes the particular script or writing style used by this hand, for example secretary, copperplate, Chancery, Italian, etc. attribute script { list { tei_data.name+ } }? tei_att.handFeatures.attribute.scriptRef = ## points to a full description of the script or writing style used by this hand, typically supplied by a scriptNote element elsewhere in the description. attribute scriptRef { list { tei_data.pointer+ } }? tei_att.handFeatures.attribute.medium = ## describes the tint or type of ink, e.g. brown, or other writing medium, e.g. pencil attribute medium { list { tei_data.enumerated+ } }? tei_att.handFeatures.attribute.scope = ## specifies how widely this hand is used in the manuscript. attribute scope { ## only this hand is used throughout the manuscript "sole" | ## this hand is used through most of the manuscript "major" | ## this hand is used occasionally in the manuscript "minor" }? tei_att.internetMedia.attributes = tei_att.internetMedia.attribute.mimeType tei_att.internetMedia.attribute.mimeType = ## (MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type attribute mimeType { list { tei_data.word+ } }? tei_att.media.attributes = tei_att.internetMedia.attributes, tei_att.media.attribute.width, tei_att.media.attribute.height, tei_att.media.attribute.scale tei_att.media.attribute.width = ## Where the media are displayed, indicates the display width attribute width { tei_data.outputMeasurement }? tei_att.media.attribute.height = ## Where the media are displayed, indicates the display height attribute height { tei_data.outputMeasurement }? tei_att.media.attribute.scale = ## Where the media are displayed, indicates a scale factor to be applied when generating the desired display size attribute scale { tei_data.numeric }? tei_att.resourced.attributes = tei_att.resourced.attribute.url tei_att.resourced.attribute.url = ## (uniform resource locator) specifies the URL from which the media concerned may be obtained. attribute url { tei_data.pointer } tei_att.measurement.attributes = tei_att.measurement.attribute.unit, tei_att.measurement.attribute.quantity, tei_att.measurement.attribute.commodity tei_att.measurement.attribute.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) attribute unit { ## (metre) SI base unit of length "m" | ## (kilogram) SI base unit of mass "kg" | ## (second) SI base unit of time "s" | ## (hertz) SI unit of frequency "Hz" | ## (pascal) SI unit of pressure or stress "Pa" | ## (ohm) SI unit of electric resistance "Ω" | ## (litre) 1 dm³ "L" | ## (tonne) 10³ kg "t" | ## (hectare) 1 hm² "ha" | ## (ångström) 10⁻¹⁰ m "Å" | ## (millilitre) "mL" | ## (centimetre) "cm" | ## (decibel) see remarks, below "dB" | ## (kilobit) 10³ or 1000 bits "kbit" | ## (kibibit) 2¹⁰ or 1024 bits "Kibit" | ## (kilobyte) 10³ or 1000 bytes "kB" | ## (kibibyte) 2¹⁰ or 1024 bytes "KiB" | ## (megabyte) 10⁶ or 1 000 000 bytes "MB" | ## (mebibyte) 2²⁰ or 1 048 576 bytes "MiB" | xsd:Name }? tei_att.measurement.attribute.quantity = ## specifies the number of the specified units that comprise the measurement attribute quantity { tei_data.numeric }? tei_att.measurement.attribute.commodity = ## indicates the substance that is being measured attribute commodity { list { tei_data.word+ } }? tei_att.naming.attributes = tei_att.canonical.attributes, tei_att.naming.attribute.role, tei_att.naming.attribute.nymRef tei_att.naming.attribute.role = ## 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. attribute role { list { tei_data.enumerated+ } }? tei_att.naming.attribute.nymRef = ## (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. attribute nymRef { list { tei_data.pointer+ } }? tei_att.placement.attributes = tei_att.placement.attribute.place tei_att.placement.attribute.place = ## specifies where this item is placed ## Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6] overleaf; 7] above; 8] end; 9] inline; 10] inspace attribute place { list { ( ## below the line "below" | ## at the foot of the page "bottom" | ## in the margin (left, right, or both) "margin" | ## at the top of the page "top" | ## on the opposite, i.e. facing, page "opposite" | ## on the other side of the leaf "overleaf" | ## above the line "above" | ## at the end of e.g. chapter or volume. "end" | ## within the body of the text. "inline" | ## in a predefined space, for example left by an earlier scribe. "inspace" | xsd:Name)+ } }? tei_att.typed.attributes = tei_att.typed.attribute.type, tei_att.typed.attribute.subtype tei_att.typed.attribute.type = ## characterizes the element in some sense, using any convenient classification scheme or typology. attribute type { tei_data.enumerated }? tei_att.typed.attribute.subtype = ## provides a sub-categorization of the element, if needed attribute subtype { tei_data.enumerated }? sch:pattern [ id = "ruskin-att.typed-subtypeTyped-constraint-2" "\x{a}" ~ " " sch:rule [ context = "*[@subtype]" "\x{a}" ~ " " sch:assert [ test = "@type" "The " sch:name [ ] " element should not be categorized in detail with @subtype\x{a}" ~ " unless also categorized in general with @type" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] tei_att.pointing.attributes = tei_att.pointing.attribute.targetLang, tei_att.pointing.attribute.target, tei_att.pointing.attribute.evaluate tei_att.pointing.attribute.targetLang = ## specifies the language of the content to be found at the destination referenced by target, using a language tag generated according to BCP 47. attribute targetLang { tei_data.language }? sch:pattern [ id = "ruskin-att.pointing-targetLang-targetLang-constraint-3" "\x{a}" ~ " " sch:rule [ context = "tei:*[not(self::tei:schemaSpec)][@targetLang]" "\x{a}" ~ " " sch:assert [ test = "count(@target)" "@targetLang can only be used if @target is specified." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] tei_att.pointing.attribute.target = ## specifies the destination of the reference by supplying one or more URI References attribute target { list { tei_data.pointer+ } }? tei_att.pointing.attribute.evaluate = ## specifies the intended meaning when the target of a pointer is itself a pointer. attribute evaluate { ## 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. "all" | ## 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. "one" | ## no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target. "none" }? tei_att.pointing.group.attributes = tei_att.pointing.attributes, tei_att.typed.attributes, tei_att.pointing.group.attribute.domains, tei_att.pointing.group.attribute.targFunc tei_att.pointing.group.attribute.domains = ## optionally specifies the identifiers of the elements within which all elements indicated by the contents of this element lie. attribute domains { list { tei_data.pointer, tei_data.pointer, tei_data.pointer* } }? tei_att.pointing.group.attribute.targFunc = ## (target function) describes the function of each of the values of the target attribute of the enclosed link, join, or alt tags. attribute targFunc { list { tei_data.word, tei_data.word, tei_data.word* } }? tei_att.scoping.attributes = tei_att.scoping.attribute.target, tei_att.scoping.attribute.match tei_att.scoping.attribute.target = ## points at one or several elements or sets of elements by means of one or more data pointers, using the URI syntax. attribute target { list { tei_data.pointer+ } }? tei_att.scoping.attribute.match = ## supplies an arbitrary XPath expression using the syntax defined in which identifies a set of nodes, selected within the context identified by the target attribute if this is supplied, or within the context of the element bearing this attribute if it is not. attribute match { text }? tei_att.segLike.attributes = tei_att.metrical.attributes, tei_att.datcat.attributes, tei_att.fragmentable.attributes, tei_att.segLike.attribute.function tei_att.segLike.attribute.function = ## characterizes the function of the segment. attribute function { tei_data.enumerated }? tei_att.sortable.attributes = tei_att.sortable.attribute.sortKey tei_att.sortable.attribute.sortKey = ## supplies the sort key for this element in an index, list or group which contains it. attribute sortKey { tei_data.word }? tei_att.edition.attributes = tei_att.edition.attribute.ed, tei_att.edition.attribute.edRef tei_att.edition.attribute.ed = ## (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. attribute ed { list { tei_data.word+ } }? tei_att.edition.attribute.edRef = ## (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. attribute edRef { list { tei_data.pointer+ } }? tei_att.spanning.attributes = tei_att.spanning.attribute.spanTo tei_att.spanning.attribute.spanTo = ## indicates the end of a span initiated by the element bearing this attribute. attribute spanTo { tei_data.pointer }? sch:pattern [ id = "ruskin-att.spanning-spanTo-spanTo-2-constraint-4" "\x{a}" ~ " " sch:rule [ context = "tei:*[@spanTo]" "\x{a}" ~ " " sch:assert [ test = "id(substring(@spanTo,2)) and following::*[@xml:id=substring(current()/@spanTo,2)]" "\x{a}" ~ "The element indicated by @spanTo (" sch:value-of [ select = "@spanTo" ] ") must follow the current element " sch:name [ ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] tei_att.styleDef.attributes = tei_att.styleDef.attribute.scheme, tei_att.styleDef.attribute.schemeVersion tei_att.styleDef.attribute.scheme = ## identifies the language used to describe the rendition. attribute scheme { ## Cascading Stylesheet Language "css" | ## Extensible Stylesheet Language Formatting Objects "xslfo" | ## Informal free text description "free" | ## A user-defined rendition description language "other" }? tei_att.styleDef.attribute.schemeVersion = ## supplies a version number for the style language provided in scheme. attribute schemeVersion { tei_data.versionNumber }? sch:pattern [ id = "ruskin-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-5" "\x{a}" ~ " " sch:rule [ context = "tei:*[@schemeVersion]" "\x{a}" ~ " " sch:assert [ test = "@scheme and not(@scheme = 'free')" "\x{a}" ~ " @schemeVersion can only be used if @scheme is specified.\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] tei_att.tableDecoration.attributes = tei_att.tableDecoration.attribute.role, tei_att.tableDecoration.attribute.rows, tei_att.tableDecoration.attribute.cols tei_att.tableDecoration.attribute.role = ## indicates the kind of information held in this cell or in each cell of this row. ## Suggested values include: 1] label; 2] data [ a:defaultValue = "data" ] attribute role { ## labelling or descriptive information only. "label" | ## data values. "data" | xsd:Name }? tei_att.tableDecoration.attribute.rows = ## indicates the number of rows occupied by this cell or row. [ a:defaultValue = "1" ] attribute rows { tei_data.count }? tei_att.tableDecoration.attribute.cols = ## (columns) indicates the number of columns occupied by this cell or row. [ a:defaultValue = "1" ] attribute cols { tei_data.count }? tei_att.timed.attributes = tei_att.timed.attribute.start, tei_att.timed.attribute.end tei_att.timed.attribute.start = ## indicates the location within a temporal alignment at which this element begins. attribute start { tei_data.pointer }? tei_att.timed.attribute.end = ## indicates the location within a temporal alignment at which this element ends. attribute end { tei_data.pointer }? tei_att.transcriptional.attributes = tei_att.editLike.attributes, tei_att.transcriptional.attribute.hand, tei_att.transcriptional.attribute.status, tei_att.transcriptional.attribute.cause, tei_att.transcriptional.attribute.seq tei_att.transcriptional.attribute.hand = ## indicates the hand of the agent which made the intervention. attribute hand { tei_data.pointer }? tei_att.transcriptional.attribute.status = ## 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:defaultValue = "unremarkable" ] attribute status { tei_data.enumerated }? tei_att.transcriptional.attribute.cause = ## documents the presumed cause for the intervention. attribute cause { ## repeated for the purpose of fixation "fix" | ## repeated to clarify a previously illegible or badly written text or mark "unclear" }? tei_att.transcriptional.attribute.seq = ## (sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred. attribute seq { tei_data.count }? tei_att.translatable.attributes = tei_att.translatable.attribute.versionDate tei_att.translatable.attribute.versionDate = ## specifies the date on which the source text was extracted and sent to the translator attribute versionDate { tei_data.temporal.w3c }? tei_att.citing.attributes = tei_att.citing.attribute.unit, tei_att.citing.attribute.from, tei_att.citing.attribute.to tei_att.citing.attribute.unit = ## identifies the unit of information conveyed by the element, e.g. columns, pages, volume. ## Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] part; 7] column attribute unit { ## the element contains a volume number. "volume" | ## the element contains an issue number, or volume and issue numbers. "issue" | ## the element contains a page number or page range. "page" | ## the element contains a line number or line range. "line" | ## the element contains a chapter indication (number and/or title) "chapter" | ## the element identifies a part of a book or collection. "part" | ## the element identifies a column. "column" | xsd:Name }? tei_att.citing.attribute.from = ## specifies the starting point of the range of units indicated by the unit attribute. attribute from { tei_data.word }? tei_att.citing.attribute.to = ## specifies the end-point of the range of units indicated by the unit attribute. attribute to { tei_data.word }? tei_model.nameLike.agent = tei_name | tei_orgName | tei_persName tei_model.nameLike.agent_alternation = tei_name | tei_orgName | tei_persName tei_model.nameLike.agent_sequence = tei_name, tei_orgName, tei_persName tei_model.nameLike.agent_sequenceOptional = tei_name?, tei_orgName?, tei_persName? tei_model.nameLike.agent_sequenceOptionalRepeatable = tei_name*, tei_orgName*, tei_persName* tei_model.nameLike.agent_sequenceRepeatable = tei_name+, tei_orgName+, tei_persName+ tei_model.segLike = tei_seg tei_model.hiLike = tei_hi tei_model.hiLike_alternation = tei_hi tei_model.hiLike_sequence = tei_hi tei_model.hiLike_sequenceOptional = tei_hi? tei_model.hiLike_sequenceOptionalRepeatable = tei_hi* tei_model.hiLike_sequenceRepeatable = tei_hi+ tei_model.emphLike = tei_foreign | tei_emph | tei_distinct | tei_mentioned | tei_soCalled | tei_gloss | tei_term | tei_title tei_model.emphLike_alternation = tei_foreign | tei_emph | tei_distinct | tei_mentioned | tei_soCalled | tei_gloss | tei_term | tei_title tei_model.emphLike_sequence = tei_foreign, tei_emph, tei_distinct, tei_mentioned, tei_soCalled, tei_gloss, tei_term, tei_title tei_model.emphLike_sequenceOptional = tei_foreign?, tei_emph?, tei_distinct?, tei_mentioned?, tei_soCalled?, tei_gloss?, tei_term?, tei_title? tei_model.emphLike_sequenceOptionalRepeatable = tei_foreign*, tei_emph*, tei_distinct*, tei_mentioned*, tei_soCalled*, tei_gloss*, tei_term*, tei_title* tei_model.emphLike_sequenceRepeatable = tei_foreign+, tei_emph+, tei_distinct+, tei_mentioned+, tei_soCalled+, tei_gloss+, tei_term+, tei_title+ tei_model.highlighted = tei_model.hiLike | tei_model.emphLike tei_model.dateLike = tei_date | tei_time tei_model.dateLike_alternation = tei_date | tei_time tei_model.dateLike_sequence = tei_date, tei_time tei_model.dateLike_sequenceOptional = tei_date?, tei_time? tei_model.dateLike_sequenceOptionalRepeatable = tei_date*, tei_time* tei_model.dateLike_sequenceRepeatable = tei_date+, tei_time+ tei_model.dimLike = tei_height | tei_depth | tei_width tei_model.measureLike = tei_num | tei_measure | tei_measureGrp | tei_geo | tei_dim | tei_height | tei_depth | tei_width tei_model.measureLike_alternation = tei_num | tei_measure | tei_measureGrp | tei_geo | tei_dim | tei_height | tei_depth | tei_width tei_model.measureLike_sequence = tei_num, tei_measure, tei_measureGrp, tei_geo, tei_dim, tei_height, tei_depth, tei_width tei_model.measureLike_sequenceOptional = tei_num?, tei_measure?, tei_measureGrp?, tei_geo?, tei_dim?, tei_height?, tei_depth?, tei_width? tei_model.measureLike_sequenceOptionalRepeatable = tei_num*, tei_measure*, tei_measureGrp*, tei_geo*, tei_dim*, tei_height*, tei_depth*, tei_width* tei_model.measureLike_sequenceRepeatable = tei_num+, tei_measure+, tei_measureGrp+, tei_geo+, tei_dim+, tei_height+, tei_depth+, tei_width+ tei_model.egLike = notAllowed tei_model.egLike_alternation = notAllowed tei_model.egLike_sequence = empty tei_model.egLike_sequenceOptional = empty tei_model.egLike_sequenceOptionalRepeatable = empty tei_model.egLike_sequenceRepeatable = notAllowed tei_model.graphicLike = tei_media | tei_graphic | tei_binaryObject | tei_formula tei_model.offsetLike = tei_offset | tei_geogFeat tei_model.offsetLike_alternation = tei_offset | tei_geogFeat tei_model.offsetLike_sequence = tei_offset, tei_geogFeat tei_model.offsetLike_sequenceOptional = tei_offset?, tei_geogFeat? tei_model.offsetLike_sequenceOptionalRepeatable = tei_offset*, tei_geogFeat* tei_model.offsetLike_sequenceRepeatable = tei_offset+, tei_geogFeat+ tei_model.pPart.msdesc = tei_catchwords | tei_dimensions | tei_heraldry | tei_locus | tei_locusGrp | tei_material | tei_objectType | tei_origDate | tei_origPlace | tei_secFol | tei_signatures | tei_stamp | tei_watermark tei_model.pPart.editorial = tei_choice | tei_abbr | tei_expan | tei_ex | tei_am | tei_subst tei_model.pPart.editorial_alternation = tei_choice | tei_abbr | tei_expan | tei_ex | tei_am | tei_subst tei_model.pPart.editorial_sequence = tei_choice, tei_abbr, tei_expan, tei_ex, tei_am, tei_subst tei_model.pPart.editorial_sequenceOptional = tei_choice?, tei_abbr?, tei_expan?, tei_ex?, tei_am?, tei_subst? tei_model.pPart.editorial_sequenceOptionalRepeatable = tei_choice*, tei_abbr*, tei_expan*, tei_ex*, tei_am*, tei_subst* tei_model.pPart.editorial_sequenceRepeatable = tei_choice+, tei_abbr+, tei_expan+, tei_ex+, tei_am+, tei_subst+ tei_model.pPart.transcriptional = tei_sic | tei_corr | tei_reg | tei_orig | tei_add | tei_del | tei_unclear | tei_damage | tei_handShift | tei_restore | tei_supplied | tei_surplus | tei_mod | tei_redo | tei_retrace | tei_undo | tei_app tei_model.pPart.transcriptional_alternation = tei_sic | tei_corr | tei_reg | tei_orig | tei_add | tei_del | tei_unclear | tei_damage | tei_handShift | tei_restore | tei_supplied | tei_surplus | tei_mod | tei_redo | tei_retrace | tei_undo | tei_app tei_model.pPart.transcriptional_sequence = tei_sic, tei_corr, tei_reg, tei_orig, tei_add, tei_del, tei_unclear, tei_damage, tei_handShift, tei_restore, tei_supplied, tei_surplus, tei_mod, tei_redo, tei_retrace, tei_undo, tei_app tei_model.pPart.transcriptional_sequenceOptional = tei_sic?, tei_corr?, tei_reg?, tei_orig?, tei_add?, tei_del?, tei_unclear?, tei_damage?, tei_handShift?, tei_restore?, tei_supplied?, tei_surplus?, tei_mod?, tei_redo?, tei_retrace?, tei_undo?, tei_app? tei_model.pPart.transcriptional_sequenceOptionalRepeatable = tei_sic*, tei_corr*, tei_reg*, tei_orig*, tei_add*, tei_del*, tei_unclear*, tei_damage*, tei_handShift*, tei_restore*, tei_supplied*, tei_surplus*, tei_mod*, tei_redo*, tei_retrace*, tei_undo*, tei_app* tei_model.pPart.transcriptional_sequenceRepeatable = tei_sic+, tei_corr+, tei_reg+, tei_orig+, tei_add+, tei_del+, tei_unclear+, tei_damage+, tei_handShift+, tei_restore+, tei_supplied+, tei_surplus+, tei_mod+, tei_redo+, tei_retrace+, tei_undo+, tei_app+ tei_model.pPart.edit = tei_model.pPart.editorial | tei_model.pPart.transcriptional tei_model.linePart = tei_model.segLike | tei_model.hiLike | tei_model.pPart.transcriptional | tei_choice | tei_zone | tei_line tei_model.ptrLike = tei_ptr | tei_ref tei_model.lPart = tei_caesura | tei_rhyme tei_model.global.meta = tei_index | tei_link | tei_linkGrp | tei_timeline | tei_join | tei_joinGrp | tei_alt | tei_altGrp | tei_substJoin | tei_listTranspose | tei_precision | tei_certainty | tei_respons tei_model.milestoneLike = tei_milestone | tei_gb | tei_pb | tei_lb | tei_cb | tei_anchor | tei_fw tei_model.gLike = tei_g tei_model.biblLike = tei_bibl | tei_biblStruct | tei_listBibl | tei_biblFull | tei_msDesc tei_model.biblLike_alternation = tei_bibl | tei_biblStruct | tei_listBibl | tei_biblFull | tei_msDesc tei_model.biblLike_sequence = tei_bibl, tei_biblStruct, tei_listBibl, tei_biblFull, tei_msDesc tei_model.biblLike_sequenceOptional = tei_bibl?, tei_biblStruct?, tei_listBibl?, tei_biblFull?, tei_msDesc? tei_model.biblLike_sequenceOptionalRepeatable = tei_bibl*, tei_biblStruct*, tei_listBibl*, tei_biblFull*, tei_msDesc* tei_model.biblLike_sequenceRepeatable = tei_bibl+, tei_biblStruct+, tei_listBibl+, tei_biblFull+, tei_msDesc+ tei_model.headLike = tei_head tei_model.headLike_alternation = tei_head tei_model.headLike_sequence = tei_head tei_model.headLike_sequenceOptional = tei_head? tei_model.headLike_sequenceOptionalRepeatable = tei_head* tei_model.headLike_sequenceRepeatable = tei_head+ tei_model.labelLike = tei_desc | tei_label tei_model.labelLike_alternation = tei_desc | tei_label tei_model.labelLike_sequence = tei_desc, tei_label tei_model.labelLike_sequenceOptional = tei_desc?, tei_label? tei_model.labelLike_sequenceOptionalRepeatable = tei_desc*, tei_label* tei_model.labelLike_sequenceRepeatable = tei_desc+, tei_label+ tei_model.listLike = tei_list | tei_listOrg | tei_listEvent | tei_listPerson | tei_listPlace | tei_listNym | tei_table | tei_listApp | tei_listWit tei_model.listLike_alternation = tei_list | tei_listOrg | tei_listEvent | tei_listPerson | tei_listPlace | tei_listNym | tei_table | tei_listApp | tei_listWit tei_model.listLike_sequence = tei_list, tei_listOrg, tei_listEvent, tei_listPerson, tei_listPlace, tei_listNym, tei_table, tei_listApp, tei_listWit tei_model.listLike_sequenceOptional = tei_list?, tei_listOrg?, tei_listEvent?, tei_listPerson?, tei_listPlace?, tei_listNym?, tei_table?, tei_listApp?, tei_listWit? tei_model.listLike_sequenceOptionalRepeatable = tei_list*, tei_listOrg*, tei_listEvent*, tei_listPerson*, tei_listPlace*, tei_listNym*, tei_table*, tei_listApp*, tei_listWit* tei_model.listLike_sequenceRepeatable = tei_list+, tei_listOrg+, tei_listEvent+, tei_listPerson+, tei_listPlace+, tei_listNym+, tei_table+, tei_listApp+, tei_listWit+ tei_model.noteLike = tei_note | tei_witDetail tei_model.lLike = tei_l tei_model.lLike_alternation = tei_l tei_model.lLike_sequence = tei_l tei_model.lLike_sequenceOptional = tei_l? tei_model.lLike_sequenceOptionalRepeatable = tei_l* tei_model.lLike_sequenceRepeatable = tei_l+ tei_model.pLike = tei_p | tei_ab tei_model.pLike_alternation = tei_p | tei_ab tei_model.pLike_sequence = tei_p, tei_ab tei_model.pLike_sequenceOptional = tei_p?, tei_ab? tei_model.pLike_sequenceOptionalRepeatable = tei_p*, tei_ab* tei_model.pLike_sequenceRepeatable = tei_p+, tei_ab+ tei_model.stageLike = tei_stage | tei_move | tei_view | tei_camera | tei_sound | tei_caption | tei_tech tei_model.stageLike_alternation = tei_stage | tei_move | tei_view | tei_camera | tei_sound | tei_caption | tei_tech tei_model.stageLike_sequence = tei_stage, tei_move, tei_view, tei_camera, tei_sound, tei_caption, tei_tech tei_model.stageLike_sequenceOptional = tei_stage?, tei_move?, tei_view?, tei_camera?, tei_sound?, tei_caption?, tei_tech? tei_model.stageLike_sequenceOptionalRepeatable = tei_stage*, tei_move*, tei_view*, tei_camera*, tei_sound*, tei_caption*, tei_tech* tei_model.stageLike_sequenceRepeatable = tei_stage+, tei_move+, tei_view+, tei_camera+, tei_sound+, tei_caption+, tei_tech+ tei_model.entryPart = notAllowed tei_model.global.edit = tei_gap | tei_addSpan | tei_damageSpan | tei_delSpan | tei_space tei_model.divPart = tei_model.lLike | tei_model.pLike | tei_lg | tei_sp | tei_spGrp | tei_graph | tei_tree | tei_eTree | tei_forest | tei_listForest tei_model.persStateLike = tei_persName | tei_affiliation | tei_age | tei_education | tei_faith | tei_floruit | tei_langKnowledge | tei_nationality | tei_occupation | tei_residence | tei_sex | tei_socecStatus | tei_state | tei_trait tei_model.persEventLike = tei_birth | tei_death | tei_event | tei_listEvent tei_model.personLike = tei_org | tei_person | tei_personGrp tei_model.personPart = tei_model.biblLike | tei_model.persStateLike | tei_model.persEventLike | tei_idno tei_model.placeNamePart = tei_placeName | tei_bloc | tei_country | tei_region | tei_district | tei_settlement | tei_geogName tei_model.placeNamePart_alternation = tei_placeName | tei_bloc | tei_country | tei_region | tei_district | tei_settlement | tei_geogName tei_model.placeNamePart_sequence = tei_placeName, tei_bloc, tei_country, tei_region, tei_district, tei_settlement, tei_geogName tei_model.placeNamePart_sequenceOptional = tei_placeName?, tei_bloc?, tei_country?, tei_region?, tei_district?, tei_settlement?, tei_geogName? tei_model.placeNamePart_sequenceOptionalRepeatable = tei_placeName*, tei_bloc*, tei_country*, tei_region*, tei_district*, tei_settlement*, tei_geogName* tei_model.placeNamePart_sequenceRepeatable = tei_placeName+, tei_bloc+, tei_country+, tei_region+, tei_district+, tei_settlement+, tei_geogName+ tei_model.placeStateLike = tei_model.placeNamePart | tei_climate | tei_location | tei_population | tei_state | tei_terrain | tei_trait tei_model.placeStateLike_alternation = tei_model.placeNamePart_alternation | tei_climate | tei_location | tei_population | tei_state | tei_terrain | tei_trait tei_model.placeStateLike_sequence = tei_model.placeNamePart_sequence, tei_climate, tei_location, tei_population, tei_state, tei_terrain, tei_trait tei_model.placeStateLike_sequenceOptional = tei_model.placeNamePart_sequenceOptional?, tei_climate?, tei_location?, tei_population?, tei_state?, tei_terrain?, tei_trait? tei_model.placeStateLike_sequenceOptionalRepeatable = tei_model.placeNamePart_sequenceOptionalRepeatable*, tei_climate*, tei_location*, tei_population*, tei_state*, tei_terrain*, tei_trait* tei_model.placeStateLike_sequenceRepeatable = tei_model.placeNamePart_sequenceRepeatable+, tei_climate+, tei_location+, tei_population+, tei_state+, tei_terrain+, tei_trait+ tei_model.placeEventLike = tei_event tei_model.orgPart = tei_listOrg | tei_listPerson | tei_listPlace tei_model.publicationStmtPart.agency = tei_publisher | tei_distributor | tei_authority tei_model.publicationStmtPart.detail = tei_address | tei_date | tei_pubPlace | tei_idno | tei_availability tei_model.availabilityPart = tei_licence tei_model.certLike = tei_precision | tei_certainty | tei_respons tei_model.descLike = tei_desc tei_model.glossLike = tei_gloss tei_model.quoteLike = tei_quote | tei_cit tei_model.quoteLike_alternation = tei_quote | tei_cit tei_model.quoteLike_sequence = tei_quote, tei_cit tei_model.quoteLike_sequenceOptional = tei_quote?, tei_cit? tei_model.quoteLike_sequenceOptionalRepeatable = tei_quote*, tei_cit* tei_model.quoteLike_sequenceRepeatable = tei_quote+, tei_cit+ tei_model.qLike = tei_model.quoteLike | tei_said | tei_q | tei_floatingText tei_model.qLike_alternation = tei_model.quoteLike_alternation | tei_said | tei_q | tei_floatingText tei_model.qLike_sequence = tei_model.quoteLike_sequence, tei_said, tei_q, tei_floatingText tei_model.qLike_sequenceOptional = tei_model.quoteLike_sequenceOptional?, tei_said?, tei_q?, tei_floatingText? tei_model.qLike_sequenceOptionalRepeatable = tei_model.quoteLike_sequenceOptionalRepeatable*, tei_said*, tei_q*, tei_floatingText* tei_model.qLike_sequenceRepeatable = tei_model.quoteLike_sequenceRepeatable+, tei_said+, tei_q+, tei_floatingText+ tei_model.respLike = tei_author | tei_editor | tei_respStmt | tei_meeting | tei_sponsor | tei_funder | tei_principal tei_model.divWrapper = tei_meeting | tei_byline | tei_dateline | tei_argument | tei_epigraph | tei_salute | tei_docAuthor | tei_docDate tei_model.divTopPart = tei_model.headLike | tei_opener | tei_signed tei_model.divTop = tei_model.divWrapper | tei_model.divTopPart tei_model.frontPart.drama = tei_set | tei_prologue | tei_epilogue | tei_performance | tei_castList tei_model.pLike.front = tei_head | tei_byline | tei_argument | tei_epigraph | tei_docTitle | tei_titlePart | tei_docAuthor | tei_docEdition | tei_docImprint | tei_docDate tei_model.divBottomPart = tei_trailer | tei_closer | tei_signed | tei_postscript tei_model.divBottom = tei_model.divWrapper | tei_model.divBottomPart tei_model.titlepagePart = tei_graphic | tei_binaryObject | tei_byline | tei_argument | tei_epigraph | tei_docTitle | tei_titlePart | tei_docAuthor | tei_imprimatur | tei_docEdition | tei_docImprint | tei_docDate tei_model.msQuoteLike = tei_title | tei_colophon | tei_explicit | tei_finalRubric | tei_incipit | tei_rubric tei_model.msItemPart = tei_model.biblLike | tei_model.quoteLike | tei_model.respLike | tei_model.msQuoteLike | tei_textLang | tei_idno | tei_filiation | tei_msItem | tei_msItemStruct | tei_decoNote tei_model.choicePart = tei_sic | tei_corr | tei_reg | tei_orig | tei_unclear | tei_abbr | tei_expan | tei_seg | tei_ex | tei_am tei_model.imprintPart = tei_publisher | tei_biblScope | tei_pubPlace | tei_distributor tei_model.catDescPart = notAllowed tei_model.castItemPart = tei_role | tei_roleDesc | tei_actor tei_model.physDescPart_sequenceOptional = tei_objectDesc?, tei_handDesc?, tei_typeDesc?, tei_scriptDesc?, tei_musicNotation?, tei_decoDesc?, tei_additions?, tei_bindingDesc?, tei_sealDesc?, tei_accMat? tei_model.addressLike = tei_email | tei_address | tei_affiliation tei_model.addressLike_alternation = tei_email | tei_address | tei_affiliation tei_model.addressLike_sequence = tei_email, tei_address, tei_affiliation tei_model.addressLike_sequenceOptional = tei_email?, tei_address?, tei_affiliation? tei_model.addressLike_sequenceOptionalRepeatable = tei_email*, tei_address*, tei_affiliation* tei_model.addressLike_sequenceRepeatable = tei_email+, tei_address+, tei_affiliation+ tei_model.nameLike = tei_model.nameLike.agent | tei_model.offsetLike | tei_model.placeStateLike | tei_rs | tei_idno | tei_model.persNamePart tei_model.nameLike_alternation = tei_model.nameLike.agent_alternation | tei_model.offsetLike_alternation | tei_model.placeStateLike_alternation | tei_rs | tei_idno | tei_model.persNamePart_alternation tei_model.nameLike_sequence = tei_model.nameLike.agent_sequence, tei_model.offsetLike_sequence, tei_model.placeStateLike_sequence, tei_rs, tei_idno, tei_model.persNamePart_sequence tei_model.nameLike_sequenceOptional = tei_model.nameLike.agent_sequenceOptional?, tei_model.offsetLike_sequenceOptional?, tei_model.placeStateLike_sequenceOptional?, tei_rs?, tei_idno?, tei_model.persNamePart_sequenceOptional? tei_model.nameLike_sequenceOptionalRepeatable = tei_model.nameLike.agent_sequenceOptionalRepeatable*, tei_model.offsetLike_sequenceOptionalRepeatable*, tei_model.placeStateLike_sequenceOptionalRepeatable*, tei_rs*, tei_idno*, tei_model.persNamePart_sequenceOptionalRepeatable* tei_model.nameLike_sequenceRepeatable = tei_model.nameLike.agent_sequenceRepeatable+, tei_model.offsetLike_sequenceRepeatable+, tei_model.placeStateLike_sequenceRepeatable+, tei_rs+, tei_idno+, tei_model.persNamePart_sequenceRepeatable+ tei_model.global = tei_model.global.meta | tei_model.milestoneLike | tei_model.noteLike | tei_model.global.edit | tei_notatedMusic | tei_figure | tei_metamark tei_model.biblPart = tei_model.respLike | tei_model.imprintPart | tei_series | tei_citedRange | tei_bibl | tei_relatedItem | tei_textLang | tei_edition | tei_extent | tei_availability | tei_listRelation | tei_msIdentifier tei_model.frontPart = tei_model.frontPart.drama | tei_divGen | tei_titlePage tei_model.addrPart = tei_model.nameLike | tei_addrLine | tei_street | tei_postCode | tei_postBox tei_model.pPart.data = tei_model.dateLike | tei_model.measureLike | tei_model.addressLike | tei_model.nameLike tei_model.inter = tei_model.egLike | tei_model.biblLike | tei_model.labelLike | tei_model.listLike | tei_model.stageLike | tei_model.qLike | tei_castList tei_model.common = tei_model.divPart | tei_model.inter tei_model.phrase = tei_model.segLike | tei_model.highlighted | tei_model.graphicLike | tei_model.pPart.msdesc | tei_model.pPart.edit | tei_model.ptrLike | tei_model.lPart | tei_model.pPart.data tei_model.limitedPhrase = tei_model.hiLike | tei_model.emphLike | tei_model.pPart.msdesc | tei_model.pPart.editorial | tei_model.ptrLike | tei_model.pPart.data tei_model.divLike = tei_div tei_model.divGenLike = tei_divGen tei_model.div1Like = tei_div1 tei_model.div2Like = tei_div2 tei_model.div3Like = tei_div3 tei_model.div4Like = tei_div4 tei_model.div5Like = tei_div5 tei_model.div6Like = tei_div6 tei_model.div7Like = tei_div7 tei_model.applicationLike = tei_application tei_model.teiHeaderPart = tei_encodingDesc | tei_profileDesc tei_model.sourceDescPart = notAllowed tei_model.encodingDescPart = tei_projectDesc | tei_samplingDecl | tei_editorialDecl | tei_tagsDecl | tei_styleDefDecl | tei_refsDecl | tei_listPrefixDef | tei_classDecl | tei_geoDecl | tei_appInfo | tei_metDecl | tei_charDecl | tei_variantEncoding tei_model.editorialDeclPart = tei_correction | tei_normalization | tei_quotation | tei_hyphenation | tei_segmentation | tei_stdVals | tei_interpretation | tei_punctuation tei_model.profileDescPart = tei_abstract | tei_creation | tei_langUsage | tei_textClass | tei_calendarDesc | tei_handNotes | tei_listTranspose tei_att.source.attributes = tei_att.source.attribute.source tei_att.source.attribute.source = ## provides a pointer to the bibliographical source from which a quotation or citation is drawn. attribute source { list { tei_data.pointer+ } }? tei_model.resourceLike = tei_facsimile | tei_sourceDoc tei_att.personal.attributes = tei_att.naming.attributes, tei_att.personal.attribute.full, tei_att.personal.attribute.sort tei_att.personal.attribute.full = ## indicates whether the name component is given in full, as an abbreviation or simply as an initial. [ a:defaultValue = "yes" ] attribute full { ## the name component is spelled out in full. "yes" | ## (abbreviated) the name component is given in an abbreviated form. "abb" | ## (initial letter) the name component is indicated only by one initial. "init" }? tei_att.personal.attribute.sort = ## specifies the sort order of the name component in relation to others within the name. attribute sort { tei_data.count }? tei_model.placeLike = tei_place tei_att.milestoneUnit.attributes = tei_att.milestoneUnit.attribute.unit tei_att.milestoneUnit.attribute.unit = ## provides a conventional name for the kind of section changing at this milestone. ## Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] speaker; 8] stanza; 9] act; 10] scene; 11] section; 12] absent; 13] unnumbered attribute unit { ## physical page breaks (synonymous with the pb element). "page" | ## column breaks. "column" | ## line breaks (synonymous with the lb element). "line" | ## any units termed book, liber, etc. "book" | ## individual poems in a collection. "poem" | ## cantos or other major sections of a poem. "canto" | ## changes of speaker or narrator. "speaker" | ## stanzas within a poem, book, or canto. "stanza" | ## acts within a play. "act" | ## scenes within a play or act. "scene" | ## sections of any kind. "section" | ## passages not present in the reference edition. "absent" | ## passages present in the text, but not to be included as part of the reference. "unnumbered" | xsd:Name } tei_p = ## (paragraph) marks paragraphs in prose. [3.1. 7.2.5. ] element p { tei_macro.paraContent, tei_att.global.attributes, tei_att.declaring.attributes, tei_att.fragmentable.attributes, empty } tei_foreign = ## identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. ] element foreign { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_emph = ## (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. 3.3.2. ] element emph { tei_macro.paraContent, tei_att.global.attributes, empty } tei_hi = ## (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. 3.3.2. ] element hi { tei_macro.paraContent, tei_att.global.attributes, empty } tei_distinct = ## identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. [3.3.2.3. ] element distinct { tei_macro.phraseSeq, tei_att.global.attributes, ## specifies the sublanguage or register to which the word or phrase is being assigned attribute type { tei_data.enumerated }?, ## specifies how the phrase is distinct diachronically attribute time { tei_data.text }?, ## specifies how the phrase is distinct diatopically attribute space { tei_data.text }?, ## specifies how the phrase is distinct diastatically attribute social { tei_data.text }?, empty } tei_said = ## (speech or thought) indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters. [3.3.3. ] element said { tei_macro.specialPara, tei_att.global.attributes, tei_att.ascribed.attributes, ## may be used to indicate whether the quoted matter is regarded as having been vocalized or signed. [ a:defaultValue = "unknown" ] attribute aloud { tei_data.xTruthValue }?, ## may be used to indicate whether the quoted matter is regarded as direct or indirect speech. [ a:defaultValue = "true" ] attribute direct { tei_data.xTruthValue }?, empty } tei_quote = ## (quotation) contains a phrase or passage attributed by the narrator or author to some agency external to the text. [3.3.3. 4.3.1. ] element quote { tei_macro.specialPara, tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, tei_att.source.attributes, empty } tei_q = ## (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. ] element q { tei_macro.specialPara, tei_att.global.attributes, tei_att.ascribed.attributes, tei_att.source.attributes, ## may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely. ## Suggested values include: 1] spoken; 2] thought; 3] written; 4] soCalled; 5] foreign; 6] distinct; 7] term; 8] emph; 9] mentioned attribute type { ## representation of speech "spoken" | ## representation of thought, e.g. internal monologue "thought" | ## quotation from a written source "written" | ## authorial distance "soCalled" | ## "foreign" | ## linguistically distinct "distinct" | ## technical term "term" | ## rhetorically emphasized "emph" | ## refering to itself, not its normal referent "mentioned" | xsd:Name }?, empty } tei_cit = ## (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. 4.3.1. 9.3.5.1. ] element cit { (tei_model.qLike | tei_model.egLike | tei_model.biblLike | tei_model.ptrLike | tei_model.global | tei_model.entryPart)+, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_mentioned = ## marks words or phrases mentioned, not used. [3.3.3. ] element mentioned { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_soCalled = ## contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics. [3.3.3. ] element soCalled { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_desc = ## (description) contains a brief description of the object documented by its parent element, including its intended usage, purpose, or application where this is appropriate. [22.4.1. ] element desc { tei_macro.limitedContent, tei_att.global.attributes, tei_att.translatable.attributes, tei_att.typed.attributes, empty } tei_gloss = ## identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.3.4. 22.4.1. ] element gloss { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.declaring.attributes, tei_att.translatable.attributes, tei_att.typed.attributes, tei_att.pointing.attributes, tei_att.cReferencing.attributes, empty } tei_term = ## contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. ] element term { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.declaring.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, tei_att.canonical.attributes, tei_att.sortable.attributes, tei_att.cReferencing.attributes, empty } tei_sic = ## (Latin for thus or so ## ) contains text reproduced although apparently incorrect or inaccurate. [3.4.1. ] element sic { tei_macro.paraContent, tei_att.global.attributes, tei_att.responsibility.attributes, empty } tei_corr = ## (correction) contains the correct form of a passage apparently erroneous in the copy text. [3.4.1. ] element corr { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_choice = ## groups a number of alternative encodings for the same point in a text. [3.4. ] element choice { (tei_model.choicePart | tei_choice)*, tei_att.global.attributes, empty } tei_reg = ## (regularization) contains a reading which has been regularized or normalized in some sense. [3.4.2. 12. ] element reg { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_orig = ## (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.4.2. 12. ] element orig { tei_macro.paraContent, tei_att.global.attributes, tei_att.responsibility.attributes, empty } tei_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.4.3. ] element gap { (tei_model.descLike | tei_model.certLike)*, tei_att.global.attributes, tei_att.editLike.attributes, ## gives the reason for omission. Sample values include sampling, inaudible, irrelevant, cancelled. attribute reason { list { tei_data.word+ } }?, ## in the case of text omitted from the transcription because of deliberate deletion by an identifiable hand, indicates the hand which made the deletion. attribute hand { tei_data.pointer }?, ## in the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified. ## Sample values include: 1] rubbing; 2] mildew; 3] smoke attribute agent { tei_data.enumerated }?, empty } tei_add = ## (addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.4.3. ] element add { tei_macro.paraContent, tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.placement.attributes, tei_att.typed.attributes, empty } tei_del = ## (deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector. [3.4.3. ] element del { tei_macro.paraContent, tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, empty } tei_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. 3.4.3. ] element unclear { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, ## indicates why the material is hard to transcribe. attribute reason { list { tei_data.word+ } }?, ## Where the difficulty in transcription arises from action (partial deletion, etc.) assignable to an identifiable hand, signifies the hand responsible for the action. attribute hand { tei_data.pointer }?, ## 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 attribute agent { tei_data.enumerated }?, empty } tei_name = ## (name, proper noun) contains a proper noun or noun phrase. [3.5.1. ] element name { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.personal.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_rs = ## (referencing string) contains a general purpose name or referring string. [13.2.1. 3.5.1. ] element rs { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.responsibility.attributes, empty } tei_email = ## (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.5.2. ] element email { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_address = ## contains a postal address, for example of a publisher, an organization, or an individual. [3.5.2. 2.2.4. 3.11.2.4. ] element address { (tei_model.global*, (tei_model.addrPart, tei_model.global*)+), tei_att.global.attributes, empty } tei_addrLine = ## (address line) contains one line of a postal address. [3.5.2. 2.2.4. 3.11.2.4. ] element addrLine { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_street = ## contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.5.2. ] element street { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_postCode = ## (postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.5.2. ] element postCode { text, tei_att.global.attributes, empty } tei_postBox = ## (postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.5.2. ] element postBox { text, tei_att.global.attributes, empty } tei_num = ## (number) contains a number, written in any form. [3.5.3. ] element num { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.ranging.attributes, ## indicates the type of numeric value. ## Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage attribute type { ## absolute number, e.g. 21, 21.5 "cardinal" | ## ordinal number, e.g. 21st "ordinal" | ## fraction, e.g. one half or three-quarters "fraction" | ## a percentage "percentage" | xsd:Name }?, ## supplies the value of the number in standard form. attribute value { tei_data.numeric }?, empty } tei_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.5.3. ] element measure { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.measurement.attributes, ## specifies the type of measurement in any convenient typology. attribute type { tei_data.enumerated }?, empty } tei_measureGrp = ## (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. ] element measureGrp { (text | tei_model.gLike | tei_model.measureLike)*, tei_att.global.attributes, tei_att.measurement.attributes, tei_att.typed.attributes, empty } tei_date = ## contains a date in any format. [3.5.4. 2.2.4. 2.5. 3.11.2.4. 15.2.3. 13.3.6. ] element date { (text | tei_model.gLike | tei_model.phrase | tei_model.global)*, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_time = ## contains a phrase defining a time of day in any format. [3.5.4. ] element time { (text | tei_model.gLike | tei_model.phrase | tei_model.global)*, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_abbr = ## (abbreviation) contains an abbreviation of any sort. [3.5.5. ] element abbr { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.responsibility.attributes, tei_att.typed.attribute.subtype, ## allows the encoder to classify the abbreviation according to some convenient typology. attribute type { tei_data.enumerated }?, empty } tei_expan = ## (expansion) contains the expansion of an abbreviation. [3.5.5. ] element expan { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, empty } tei_ptr = ## (pointer) defines a pointer to another location. [3.6. 16.1. ] element ptr { empty >> sch:pattern [ id = "ruskin-ptr-ptrAtts-constraint-1" "\x{a}" ~ " " sch:rule [ context = "tei:ptr" "\x{a}" ~ " " sch:report [ test = "@target and @cRef" "Only one of the\x{a}" ~ "attributes @target and @cRef may be supplied on " sch:name [ ] "." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.pointing.attributes, tei_att.internetMedia.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.cReferencing.attributes, empty } tei_ref = ## (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. 16.1. ] element ref { tei_macro.paraContent >> sch:pattern [ id = "ruskin-ref-refAtts-constraint-2" "\x{a}" ~ " " sch:rule [ context = "tei:ref" "\x{a}" ~ " " sch:report [ test = "@target and @cRef" "Only one of the\x{a}" ~ " attributes @target' and @cRef' may be supplied on " sch:name [ ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.pointing.attributes, tei_att.internetMedia.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.cReferencing.attributes, empty } tei_list = ## contains any sequence of items organized as a list. [3.7. ] element list { ((tei_model.divTop | tei_model.global)*, ((tei_item, tei_model.global*)+ | (tei_headLabel?, tei_headItem?, (tei_label, tei_model.global*, tei_item, tei_model.global*)+)), (tei_model.divBottom, tei_model.global*)*), tei_att.global.attributes, tei_att.sortable.attributes, tei_att.typed.attribute.subtype, ## describes the nature of the items in the list. ## Suggested values include: 1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism attribute type { ## each list item glosses some term or concept, which is given by a label element preceding the list item. "gloss" | ## each list item is an entry in an index such as the alphabetical topical index at the back of a print volume. "index" | ## each list item is a step in a sequence of instructions, as in a recipe. "instructions" | ## each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual. "litany" | ## each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them. "syllogism" | xsd:Name }?, empty } tei_item = ## contains one component of a list. [3.7. 2.5. ] element item { tei_macro.specialPara, tei_att.global.attributes, tei_att.sortable.attributes, empty } tei_label = ## contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. ] element label { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, tei_att.placement.attributes, empty } tei_head = ## (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. ] element head { (text | tei_lg | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.lLike | tei_model.global)*, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_headLabel = ## (heading for list labels) contains the heading for the label or term column in a glossary list or similar structured list. [3.7. ] element headLabel { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_headItem = ## (heading for list items) contains the heading for the item or gloss column in a glossary list or similar structured list. [3.7. ] element headItem { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_note = ## contains a note or annotation. [3.8.1. 2.2.6. 3.11.2.8. 9.3.5.4. ] element note { tei_macro.specialPara, tei_att.global.attributes, tei_att.placement.attributes, tei_att.pointing.attributes, tei_att.responsibility.attributes, tei_att.typed.attributes, ## indicates whether the copy text shows the exact place of reference for the note. [ a:defaultValue = "true" ] attribute anchored { tei_data.truthValue }?, ## 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. attribute targetEnd { list { tei_data.pointer+ } }?, empty } tei_index = ## (index entry) marks a location to be indexed for whatever purpose. [3.8.2. ] element index { (tei_term, tei_index?)*, tei_att.global.attributes, tei_att.spanning.attributes, ## a single word which follows the rules defining a legal XML name (see ), supplying a name to specify which index (of several) the index entry belongs to. attribute indexName { tei_data.name }?, empty } tei_media = ## indicates the location of any form of external media such as an audio or video clip etc. [3.9. ] element media { tei_model.descLike*, tei_att.typed.attributes, tei_att.global.attributes, tei_att.media.attribute.width, tei_att.media.attribute.height, tei_att.media.attribute.scale, tei_att.resourced.attributes, tei_att.declaring.attributes, tei_att.timed.attributes, ## (MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type attribute mimeType { list { tei_data.word+ } }, empty } tei_graphic = ## indicates the location of an inline graphic, illustration, or figure. [3.9. ] element graphic { tei_model.descLike*, tei_att.global.attributes, tei_att.media.attributes, tei_att.resourced.attributes, tei_att.declaring.attributes, empty } tei_binaryObject = ## provides encoded binary data representing an inline graphic, audio, video or other object. [3.9. ] element binaryObject { text, tei_att.global.attributes, tei_att.media.attributes, tei_att.timed.attributes, tei_att.typed.attributes, ## The encoding used to encode the binary data. If not specified, this is assumed to be Base64. attribute encoding { list { tei_data.word+ } }?, empty } tei_milestone = ## marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element. [3.10.3. ] element milestone { empty, tei_att.global.attributes, tei_att.milestoneUnit.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } tei_gb = ## (gathering begins) marks the point in a transcribed codex at which a new gathering or quire begins. [3.10.3. ] element gb { empty, tei_att.global.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } tei_pb = ## (page break) marks the start of a new page in a paginated document. [3.10.3. ] element pb { empty, tei_att.global.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } tei_lb = ## (line break) marks the start of a new (typographic) line in some edition or version of a text. [3.10.3. 7.2.5. ] element lb { empty, tei_att.global.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } tei_cb = ## (column break) marks the beginning of a new column of a text on a multi-column page. [3.10.3. ] element cb { empty, tei_att.global.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } tei_analytic = ## (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.11.2.1. ] element analytic { (tei_author | tei_editor | tei_respStmt | tei_title | tei_model.ptrLike | tei_date | tei_textLang | tei_idno | tei_availability)*, tei_att.global.attributes, empty } tei_monogr = ## (monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.11.2.1. ] element monogr { ((((tei_author | tei_editor | tei_meeting | tei_respStmt), (tei_author | tei_editor | tei_meeting | tei_respStmt)*, tei_title+, (tei_model.ptrLike | tei_idno | tei_textLang | tei_editor | tei_respStmt)*) | ((tei_title | tei_model.ptrLike | tei_idno)+, (tei_textLang | tei_author | tei_editor | tei_meeting | tei_respStmt)*) | (tei_authority, tei_idno))?, tei_availability*, tei_model.noteLike*, (tei_edition, (tei_idno | tei_model.ptrLike | tei_editor | tei_sponsor | tei_funder | tei_respStmt)*)*, tei_imprint, (tei_imprint | tei_extent | tei_biblScope)*), tei_att.global.attributes, empty } tei_series = ## (series information) contains information about the series in which a book or other bibliographic item has appeared. [3.11.2.1. ] element series { (text | tei_model.gLike | tei_title | tei_model.ptrLike | tei_editor | tei_respStmt | tei_biblScope | tei_idno | tei_textLang | tei_model.global | tei_availability)*, tei_att.global.attributes, empty } tei_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.11.2.2. 2.2.1. ] element author { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, empty } tei_editor = ## contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.11.2.2. ] element editor { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, empty } tei_respStmt = ## (statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.11.2.2. 2.2.1. 2.2.2. 2.2.5. ] element respStmt { ((tei_resp+, tei_model.nameLike.agent+) | (tei_model.nameLike.agent+, tei_resp+)), tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_resp = ## (responsibility) contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work. [3.11.2.2. 2.2.1. 2.2.2. 2.2.5. ] element resp { tei_macro.phraseSeq.limited, tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, empty } tei_title = ## contains a title for any kind of work. [3.11.2.2. 2.2.1. 2.2.5. ] element title { tei_macro.paraContent, tei_att.global.attributes, tei_att.canonical.attributes, tei_att.typed.attribute.subtype, ## classifies the title according to some convenient typology. ## Sample values include: 1] main; 2] sub(subordinate) ; 3] alt(alternate) ; 4] short; 5] desc(descriptive) attribute type { tei_data.enumerated }?, ## indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material. attribute level { ## (analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item. "a" | ## (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 "m" | ## (journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper "j" | ## (series) the title applies to a series of otherwise distinct publications such as a collection "s" | ## (unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press) "u" }?, empty } tei_meeting = ## contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. [3.11.2.2. ] element meeting { tei_macro.limitedContent, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_imprint = ## groups information relating to the publication or distribution of a bibliographic item. [3.11.2.4. ] element imprint { ((tei_classCode | tei_catRef)*, ((tei_model.imprintPart | tei_model.dateLike), tei_respStmt*, tei_model.global*)+), tei_att.global.attributes, empty } tei_publisher = ## provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. 2.2.4. ] element publisher { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_biblScope = ## (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.11.2.5. ] element biblScope { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.citing.attributes, ## identifies the type of information conveyed by the element, e.g. columns, pages, volume. ## Suggested values include: 1] vol(volume) ; 2] issue; 3] pp(pages) ; 4] ll(lines) ; 5] chap(chapter) ; 6] part attribute type { ## (volume) the element contains a volume number. "vol" | ## the element contains an issue number, or volume and issue numbers. "issue" | ## (pages) the element contains a page number or page range. "pp" | ## (lines) the element contains a line number or line range. "ll" | ## (chapter) the element contains a chapter indication (number and/or title) "chap" | ## the element identifies a part of a book or collection. "part" | xsd:Name }?, empty } tei_citedRange = ## (cited range) defines the range of cited content, often represented by pages or other units [3.11.2.5. ] element citedRange { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.pointing.attributes, tei_att.citing.attributes, empty } tei_pubPlace = ## (publication place) contains the name of the place where a bibliographic item was published. [3.11.2.4. ] element pubPlace { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, empty } tei_bibl = ## (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.11.1. 2.2.7. 15.3.2. ] element bibl { (text | tei_model.gLike | tei_model.highlighted | tei_model.pPart.data | tei_model.pPart.edit | tei_model.segLike | tei_model.ptrLike | tei_model.biblPart | tei_model.global)*, tei_att.global.attributes, tei_att.declarable.attributes, tei_att.typed.attributes, tei_att.sortable.attributes, tei_att.docStatus.attributes, empty } tei_biblStruct = ## (structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.11.1. 2.2.7. 15.3.2. ] element biblStruct { (tei_analytic*, (tei_monogr, tei_series*)+, (tei_model.noteLike | tei_idno | tei_model.ptrLike | tei_relatedItem | tei_citedRange)*), tei_att.global.attributes, tei_att.declarable.attributes, tei_att.typed.attributes, tei_att.sortable.attributes, tei_att.docStatus.attributes, empty } tei_listBibl = ## (citation list) contains a list of bibliographic citations of any kind. [3.11.1. 2.2.7. 15.3.2. ] element listBibl { (tei_model.headLike*, (tei_model.biblLike | tei_model.milestoneLike)+, (tei_relation | tei_listRelation)*), tei_att.global.attributes, tei_att.sortable.attributes, tei_att.declarable.attributes, tei_att.typed.attributes, empty } tei_relatedItem = ## contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. [3.11.2.7. ] element relatedItem { ((tei_model.biblLike | tei_model.ptrLike)?) >> sch:pattern [ id = "ruskin-relatedItem-targetorcontent1-constraint-3" "\x{a}" ~ " " sch:rule [ context = "tei:relatedItem" "\x{a}" ~ " " sch:report [ test = "@target and count( child::* ) > 0" "\x{a}" ~ "If the @target attribute on " sch:name [ ] " is used, the\x{a}" ~ "relatedItem element must be empty" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-relatedItem-targetorcontent1-constraint-6" "\x{a}" ~ " " sch:rule [ context = "tei:relatedItem" "\x{a}" ~ " " sch:assert [ test = "@target or child::*" "A relatedItem element should have either a 'target' attribute\x{a}" ~ " or a child element to indicate the related bibliographic item" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.typed.attributes, ## points to the related bibliographic element by means of an absolute or relative URI reference attribute target { tei_data.pointer }?, empty } tei_l = ## (verse line) contains a single, possibly incomplete, line of verse. [3.12.1. 3.12. 7.2.5. ] element l { tei_macro.paraContent, tei_att.global.attributes, tei_att.metrical.attributes, tei_att.enjamb.attributes, tei_att.fragmentable.attributes, empty } tei_lg = ## (line group) contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. [3.12.1. 3.12. 7.2.5. ] element lg { ((tei_model.divTop | tei_model.global)*, (tei_model.lLike | tei_model.stageLike | tei_model.labelLike | tei_lg), (tei_model.lLike | tei_model.stageLike | tei_model.labelLike | tei_model.global | tei_lg)*, (tei_model.divBottom, tei_model.global*)*) >> sch:pattern [ id = "ruskin-lg-atleast1oflggapl-constraint-7" "\x{a}" ~ " " sch:rule [ context = "tei:lg" "\x{a}" ~ " " sch:assert [ test = "count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) > 0" "An lg element\x{a}" ~ " must contain at least one child l, lg or gap element." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_sp = ## (speech) contains an individual speech in a performance text, or a passage presented as such in a prose or verse text. [3.12.2. 3.12. 7.2.2. ] element sp { (tei_model.global*, (tei_speaker, tei_model.global*)?, ((tei_lg | tei_model.lLike | tei_model.pLike | tei_model.listLike | tei_model.stageLike | tei_model.qLike), tei_model.global*)+), tei_att.global.attributes, tei_att.ascribed.attributes, empty } tei_speaker = ## contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. [3.12.2. ] element speaker { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_stage = ## (stage direction) contains any kind of stage direction within a dramatic text or fragment. [3.12.2. 3.12. 7.2.4. ] element stage { tei_macro.specialPara, tei_att.ascribed.attributes, tei_att.global.attributes, tei_att.placement.attributes, ## indicates the kind of stage direction. ## Suggested values include: 1] setting; 2] entrance; 3] exit; 4] business; 5] novelistic; 6] delivery; 7] modifier; 8] location; 9] mixed attribute type { ## describes a setting. "setting" | ## describes an entrance. "entrance" | ## describes an exit. "exit" | ## describes stage business. "business" | ## is a narrative, motivating stage direction. "novelistic" | ## describes how a character speaks. "delivery" | ## gives some detail about a character. "modifier" | ## describes a location. "location" | ## more than one of the above "mixed" | xsd:Name }?, empty } tei_teiCorpus = ## contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more TEI elements, each containing a single text header and a text. [4. 15.1. ] element teiCorpus { (tei_teiHeader, ((tei_model.resourceLike+, (tei_TEI | tei_teiCorpus)*) | (tei_TEI | tei_teiCorpus)+)), tei_att.global.attributes, ## The version of the TEI scheme [ a:defaultValue = "5.0" ] attribute version { tei_data.version }?, empty } tei_divGen = ## (automatically generated text division) indicates the location at which a textual division generated automatically by a text-processing application is to appear. [3.8.2. ] element divGen { tei_model.headLike*, tei_att.global.attributes, ## specifies what type of generated text division (e.g. index, table of contents, etc.) is to appear. ## Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist attribute type { tei_data.enumerated }?, empty } tei_textLang = ## (text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.11.2.4. 10.6.6. ] element textLang { tei_macro.phraseSeq, tei_att.global.attributes, ## (main language) supplies a code which identifies the chief language used in the bibliographic work. attribute mainLang { tei_data.language }?, ## (other languages) one or more codes identifying any other languages used in the bibliographic work. attribute otherLangs { list { tei_data.language* } }?, empty } tei_att.patternReplacement.attributes = tei_att.patternReplacement.attribute.matchPattern, tei_att.patternReplacement.attribute.replacementPattern tei_att.patternReplacement.attribute.matchPattern = ## specifies a regular expression against which the values of other attributes can be matched. attribute matchPattern { tei_data.pattern } tei_att.patternReplacement.attribute.replacementPattern = ## specifies a replacement pattern, that is, the skeleton of a relative or absolute URI containing references to groups in the matchPattern which, once subpattern substitution has been performed, complete the URI. attribute replacementPattern { tei_data.replacement } tei_teiHeader = ## (TEI header) supplies the descriptive and declarative information making up an electronic title page for every TEI-conformant document. [2.1.1. 15.1. ] element teiHeader { (tei_fileDesc, tei_model.teiHeaderPart*, tei_revisionDesc?), tei_att.global.attributes, ## specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. ## Sample values include: 1] text; 2] corpus [ a:defaultValue = "text" ] attribute type { tei_data.enumerated }?, empty } tei_fileDesc = ## (file description) contains a full bibliographic description of an electronic file. [2.2. 2.1.1. ] element fileDesc { ((tei_titleStmt, tei_editionStmt?, tei_extent?, tei_publicationStmt, tei_seriesStmt?, tei_notesStmt?), tei_sourceDesc+), tei_att.global.attributes, empty } tei_titleStmt = ## (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. 2.2. ] element titleStmt { (tei_title+, tei_model.respLike*), tei_att.global.attributes, empty } tei_sponsor = ## specifies the name of a sponsoring organization or institution. [2.2.1. ] element sponsor { tei_macro.phraseSeq.limited, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_funder = ## (funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. [2.2.1. ] element funder { tei_macro.phraseSeq.limited, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_principal = ## (principal researcher) supplies the name of the principal researcher responsible for the creation of an electronic text. [2.2.1. ] element principal { tei_macro.phraseSeq.limited, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_editionStmt = ## (edition statement) groups information relating to one edition of a text. [2.2.2. 2.2. ] element editionStmt { (tei_model.pLike+ | (tei_edition, tei_model.respLike*)), tei_att.global.attributes, empty } tei_edition = ## describes the particularities of one edition of a text. [2.2.2. ] element edition { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_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. 2.2. 3.11.2.4. 10.7.1. ] element extent { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_publicationStmt = ## (publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. 2.2. ] element publicationStmt { ((tei_model.publicationStmtPart.agency, tei_model.publicationStmtPart.detail*)+ | tei_model.pLike+), tei_att.global.attributes, empty } tei_distributor = ## supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. ] element distributor { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_authority = ## (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. ] element authority { tei_macro.phraseSeq.limited, tei_att.global.attributes, empty } tei_idno = ## (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. [2.2.4. 2.2.5. 3.11.2.4. ] element idno { (text | tei_model.gLike | tei_idno)*, tei_att.global.attributes, tei_att.sortable.attributes, ## categorizes the identifier, for example as an ISBN, Social Security number, etc. attribute type { tei_data.enumerated }?, empty } tei_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. ] element availability { (tei_model.availabilityPart | tei_model.pLike)+, tei_att.global.attributes, tei_att.declarable.attributes, ## supplies a code identifying the current availability of the text. [ a:defaultValue = "unknown" ] attribute status { ## the text is freely available. "free" | ## the status of the text is unknown. "unknown" | ## the text is not freely available. "restricted" }?, empty } tei_licence = ## contains information about a licence or other legal agreement applicable to the text. [2.2.4. ] element licence { tei_macro.specialPara, tei_att.global.attributes, tei_att.pointing.attributes, tei_att.datable.attributes, empty } tei_seriesStmt = ## (series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. 2.2. ] element seriesStmt { (tei_model.pLike+ | (tei_title+, (tei_editor | tei_respStmt)*, (tei_idno | tei_biblScope)*)), tei_att.global.attributes, empty } tei_notesStmt = ## (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. [2.2.6. 2.2. ] element notesStmt { (tei_model.noteLike | tei_relatedItem)+, tei_att.global.attributes, empty } tei_sourceDesc = ## (source description) describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence. [2.2.7. ] element sourceDesc { (tei_model.pLike+ | (tei_model.biblLike | tei_model.sourceDescPart | tei_model.listLike)+), tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_biblFull = ## (fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.11.1. 2.2. 2.2.7. 15.3.2. ] element biblFull { ((tei_titleStmt, tei_editionStmt?, tei_extent?, tei_publicationStmt, tei_seriesStmt?, tei_notesStmt?), tei_sourceDesc*), tei_att.global.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, tei_att.docStatus.attributes, empty } tei_encodingDesc = ## (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. 2.1.1. ] element encodingDesc { (tei_model.encodingDescPart | tei_model.pLike)+, tei_att.global.attributes, empty } tei_projectDesc = ## (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. 2.3. 15.3.2. ] element projectDesc { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_samplingDecl = ## (sampling declaration) contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection. [2.3.2. 2.3. 15.3.2. ] element samplingDecl { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_editorialDecl = ## (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3. 2.3. 15.3.2. ] element editorialDecl { (tei_model.pLike | tei_model.editorialDeclPart)+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_correction = ## (correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3. 15.3.2. ] element correction { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, ## indicates the degree of correction applied to the text. [ a:defaultValue = "unknown" ] attribute status { ## the text has been thoroughly checked and proofread. "high" | ## the text has been checked at least once. "medium" | ## the text has not been checked. "low" | ## the correction status of the text is unknown. "unknown" }?, ## indicates the method adopted to indicate corrections within the text. [ a:defaultValue = "silent" ] attribute method { ## corrections have been made silently "silent" | ## corrections have been represented using markup "markup" }?, empty } tei_normalization = ## indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3. 15.3.2. ] element normalization { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, ## indicates a bibliographic description or other resource documenting the principles underlying the normalization carried out. attribute source { tei_data.pointer }?, ## indicates the method adopted to indicate normalizations within the text. [ a:defaultValue = "silent" ] attribute method { ## normalization made silently "silent" | ## normalization represented using markup "markup" }?, empty } tei_quotation = ## specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3. 15.3.2. ] element quotation { (tei_model.pLike*) >> sch:pattern [ id = "ruskin-quotation-quotationContents-constraint-4" "\x{a}" ~ " " sch:rule [ context = "tei:quotation" "\x{a}" ~ " " sch:report [ test = "not(@marks) and not (tei:p)" "\x{a}" ~ "On " sch:name [ ] ", either the @marks attribute should be used, or a paragraph of description provided" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.declarable.attributes, ## (quotation marks) indicates whether or not quotation marks have been retained as content within the text. attribute marks { ## no quotation marks have been retained "none" | ## some quotation marks have been retained "some" | ## all quotation marks have been retained "all" }?, empty } tei_hyphenation = ## summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. 15.3.2. ] element hyphenation { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, ## (end-of-line) indicates whether or not end-of-line hyphenation has been retained in a text. [ a:defaultValue = "some" ] attribute eol { ## all end-of-line hyphenation has been retained, even though the lineation of the original may not have been. "all" | ## end-of-line hyphenation has been retained in some cases. "some" | ## all soft end-of-line hyphenation has been removed: any remaining end-of-line hyphenation should be retained. "hard" | ## all end-of-line hyphenation has been removed: any remaining hyphenation occurred within the line. "none" }?, empty } tei_segmentation = ## describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc. [2.3.3. 15.3.2. ] element segmentation { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_stdVals = ## (standard values) specifies the format used when standardized date or number values are supplied. [2.3.3. 15.3.2. ] element stdVals { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_interpretation = ## describes the scope of any analytic or interpretive information added to the text in addition to the transcription. [2.3.3. ] element interpretation { tei_model.pLike+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_punctuation = ## specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3. 3.2. ] element punctuation { tei_model.pLike*, tei_att.declarable.attributes, tei_att.global.attributes, ## indicates whether or not punctation marks have been retained as content within the text. attribute marks { ## no punctuation marks have been retained "none" | ## some punctuation marks have been retained "some" | ## all punctuation marks have been retained "all" }?, ## indicates whether punctation marks have been captured inside or outside of an adjacent element. attribute placement { ## punctuation marks are captured inside adjacent elements "internal" | ## punctuation marks are captured outside adjacent elements "external" }?, empty } tei_tagsDecl = ## (tagging declaration) provides detailed information about the tagging applied to a document. [2.3.4. 2.3. ] element tagsDecl { (tei_rendition*, tei_namespace*), tei_att.global.attributes, empty } tei_tagUsage = ## supplies information about the usage of a specific element within a text. [2.3.4. ] element tagUsage { tei_macro.limitedContent, tei_att.global.attributes, ## (generic identifier) specifies the name (generic identifier) of the element indicated by the tag, within the namespace indicated by the parent namespace element. attribute gi { tei_data.name }, ## specifies the number of occurrences of this element within the text. attribute occurs { tei_data.count }?, ## (with unique identifier) specifies the number of occurrences of this element within the text which bear a distinct value for the global xml:id attribute. attribute withId { tei_data.count }?, ## specifies the identifier of a rendition element which defines how this element was rendered in the source text. attribute render { list { tei_data.pointer+ } }?, empty } tei_namespace = ## supplies the formal name of the namespace to which the elements documented by its children belong. [2.3.4. ] element namespace { tei_tagUsage+, tei_att.global.attributes, ## specifies the full formal name of the namespace concerned. attribute name { tei_data.namespace }, empty } tei_rendition = ## supplies information about the rendition or appearance of one or more elements in the source text. [2.3.4. ] element rendition { tei_macro.limitedContent, tei_att.global.attributes, tei_att.styleDef.attributes, ## where CSS is used, provides a way of defining pseudo-elements, that is, styling rules applicable to specific sub-portions of an element. ## Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after attribute scope { tei_data.enumerated }?, empty } tei_styleDefDecl = ## (style definition language declaration) specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied. [2.3.5. ] element styleDefDecl { tei_model.pLike*, tei_att.global.attributes, tei_att.declarable.attributes, tei_att.styleDef.attributes, empty } tei_refsDecl = ## (references declaration) specifies how canonical references are constructed for this text. [2.3.6.3. 2.3. 2.3.6. ] element refsDecl { (tei_model.pLike+ | tei_cRefPattern+ | tei_refState+), tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_cRefPattern = ## (canonical reference pattern) specifies an expression and replacement pattern for transforming a canonical reference into a URI. [2.3.6.3. 2.3.6. 2.3.6.2. ] element cRefPattern { tei_model.pLike*, tei_att.global.attributes, tei_att.patternReplacement.attributes, empty } tei_prefixDef = ## (prefixing scheme used in data.pointer values) defines a prefixing scheme used in data.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. ] element prefixDef { tei_model.pLike*, tei_att.global.attributes, tei_att.patternReplacement.attributes, ## supplies a name which functions as the prefix for an abbreviated pointing scheme such as a private URI scheme. The prefix constitutes the text preceding the first colon. attribute ident { tei_data.name }, empty } tei_listPrefixDef = ## (list of prefix definitions) contains a list of definitions of prefixing schemes used in data.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. ] element listPrefixDef { (tei_prefixDef | tei_listPrefixDef)+, tei_att.global.attributes, empty } tei_refState = ## (reference state) specifies one component of a canonical reference defined by the milestone method. [2.3.6.3. 2.3.6. ] element refState { empty, tei_att.global.attributes, tei_att.milestoneUnit.attributes, tei_att.edition.attributes, ## specifies the fixed length of the reference component. attribute length { tei_data.count }?, ## (delimiter) supplies a delimiting string following the reference component. attribute delim { tei_data.text }?, empty } tei_classDecl = ## (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7. 2.3. ] element classDecl { tei_taxonomy+, tei_att.global.attributes, empty } tei_taxonomy = ## defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. ] element taxonomy { ((tei_model.glossLike | tei_model.descLike)* | tei_category+ | (tei_model.biblLike, tei_category*)), tei_att.global.attributes, empty } tei_category = ## contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. ] element category { ((tei_catDesc+ | (tei_model.descLike | tei_model.glossLike)*), tei_category*), tei_att.global.attributes, empty } tei_catDesc = ## (category description) describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal textDesc. [2.3.7. ] element catDesc { (text | tei_model.limitedPhrase | tei_model.catDescPart)*, tei_att.global.attributes, empty } tei_geoDecl = ## (geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the geo element elsewhere within the document. [2.3.8. ] element geoDecl { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.declarable.attributes, ## supplies a commonly used code name for the datum employed. ## Suggested values include: 1] WGS84(World Geodetic System) ; 2] MGRS(Military Grid Reference System) ; 3] OSGB36(ordnance survey great britain) ; 4] ED50(European Datum coordinate system) [ a:defaultValue = "WGS84" ] attribute datum { ## (World Geodetic System) a pair of numbers to be interpreted as latitude followed by longitude according to the World Geodetic System. "WGS84" | ## (Military Grid Reference System) the values supplied are geospatial entity object codes, based on "MGRS" | ## (ordnance survey great britain) the value supplied is to be interpreted as a British National Grid Reference. "OSGB36" | ## (European Datum coordinate system) the value supplied is to be interpreted as latitude followed by longitude according to the European Datum coordinate system. "ED50" | xsd:Name }?, empty } tei_appInfo = ## (application information) records information about an application which has edited the TEI file. [2.3.10. ] element appInfo { tei_model.applicationLike+, tei_att.global.attributes, empty } tei_application = ## provides information about an application which has acted upon the document. [2.3.10. ] element application { (tei_model.labelLike+, (tei_model.ptrLike* | tei_model.pLike*)), tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, ## supplies an identifier for the application, independent of its version number or display name. attribute ident { tei_data.name }, ## supplies a version number for the application, independent of its identifier or display name. attribute version { tei_data.versionNumber }, empty } tei_profileDesc = ## (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. 2.1.1. ] element profileDesc { tei_model.profileDescPart*, tei_att.global.attributes, empty } tei_handNote = ## (note on hand) describes a particular style or hand distinguished within a manuscript. [10.7.2. ] element handNote { tei_macro.specialPara, tei_att.global.attributes, tei_att.handFeatures.attributes, empty } tei_abstract = ## contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. ] element abstract { (tei_model.pLike | tei_model.listLike)+, tei_att.global.attributes, tei_att.responsibility.attributes, empty } tei_creation = ## contains information about the creation of a text. [2.4.1. 2.4. ] element creation { (text | tei_model.limitedPhrase | tei_listChange)*, tei_att.global.attributes, tei_att.datable.attributes, empty } tei_langUsage = ## (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. 2.4. 15.3.2. ] element langUsage { tei_language+, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_language = ## characterizes a single language or sublanguage used within a text. [2.4.2. ] element language { tei_macro.phraseSeq.limited, tei_att.global.attributes, ## (identifier) Supplies a language code constructed as defined in BCP 47 which is used to identify the language documented by this element, and which is referenced by the global xml:lang attribute. attribute ident { tei_data.language }, ## specifies the approximate percentage (by volume) of the text which uses this language. attribute usage { xsd:nonNegativeInteger { maxInclusive = "100" } }?, empty } tei_textClass = ## (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. ] element textClass { (tei_classCode | tei_catRef | tei_keywords)*, tei_att.global.attributes, tei_att.declarable.attributes, empty } tei_keywords = ## contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. ] element keywords { (tei_term+ | tei_list), tei_att.global.attributes, ## identifies the controlled vocabulary within which the set of keywords concerned is defined identifies the classification scheme within which the set of categories concerned is defined, for example by a taxonomy element, or by some other resource. attribute scheme { tei_data.pointer }?, empty } tei_classCode = ## (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. ] element classCode { tei_macro.phraseSeq.limited, tei_att.global.attributes, ## identifies the classification system in use, as defined by for example by a taxonomy element, or some other resource.. attribute scheme { tei_data.pointer }, empty } tei_catRef = ## (category reference) specifies one or more defined categories within some taxonomy or text typology. [2.4.3. ] element catRef { empty, tei_att.global.attributes, tei_att.pointing.attributes, ## identifies the classification scheme within which the set of categories concerned is defined, for example by a taxonomy element, or by some other resource. attribute scheme { tei_data.pointer }?, empty } tei_calendarDesc = ## (calendar description) contains a description of the calendar system used in any dating expression found in the text. [2.4. 2.4.5. ] element calendarDesc { tei_calendar+, tei_att.global.attributes, empty } tei_calendar = ## describes a calendar or dating system used in a dating formula in the text. [2.4.5. ] element calendar { tei_model.pLike+, tei_att.global.attributes, tei_att.pointing.attributes, empty } tei_revisionDesc = ## (revision description) summarizes the revision history for a file. [2.5. 2.1.1. ] element revisionDesc { (tei_list | tei_listChange | tei_change+), tei_att.global.attributes, tei_att.docStatus.attributes, empty } tei_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.5. 2.4.1. 11.7. ] element change { tei_macro.specialPara, tei_att.ascribed.attributes, tei_att.datable.attributes, tei_att.docStatus.attributes, tei_att.global.attributes, tei_att.typed.attributes, ## points to one or more elements that belong to this change. attribute target { list { tei_data.pointer+ } }?, empty } tei_typeNote = ## describes a particular font or other significant typographic feature distinguished within the description of a printed resource. [10.7.2. ] element typeNote { tei_macro.specialPara, tei_att.global.attributes, tei_att.handFeatures.attributes, empty } tei_scriptNote = ## describes a particular script distinguished within the description of a manuscript or similar resource. [10.7.2. ] element scriptNote { tei_macro.specialPara, tei_att.global.attributes, tei_att.handFeatures.attributes, empty } tei_listChange = ## groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.5. 11.7. ] element listChange { (tei_listChange | tei_change)+, tei_att.global.attributes, tei_att.sortable.attributes, ## indicates whether the ordering of its child change elements is to be considered significant or not [ a:defaultValue = "true" ] attribute ordered { tei_data.truthValue }?, empty } tei_TEI = ## (TEI document) contains a single TEI-conformant document, comprising a TEI header and a text, either in isolation or as part of a teiCorpus element. [4. 15.1. ] element TEI { (tei_teiHeader, ((tei_model.resourceLike+, tei_text?) | tei_text)) >> sch:ns [ prefix = "tei" uri = "http://www.tei-c.org/ns/1.0" ] >> sch:ns [ prefix = "xs" uri = "http://www.w3.org/2001/XMLSchema" ] >> sch:ns [ prefix = "rng" uri = "http://relaxng.org/ns/structure/1.0" ], tei_att.global.attributes, ## specifies the major version number of the TEI Guidelines against which this document is valid. attribute version { tei_data.version }?, empty } tei_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. 15.1. ] element text { (tei_model.global*, (tei_front, tei_model.global*)?, (tei_body | tei_group), tei_model.global*, (tei_back, tei_model.global*)?), tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, empty } tei_body = ## (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. ] element body { (tei_model.global*, (tei_model.divTop, (tei_model.global | tei_model.divTop)*)?, (tei_model.divGenLike, (tei_model.global | tei_model.divGenLike)*)?, ((tei_model.divLike, (tei_model.global | tei_model.divGenLike)*)+ | (tei_model.div1Like, (tei_model.global | tei_model.divGenLike)*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.divLike, (tei_model.global | tei_model.divGenLike)*)+ | (tei_model.div1Like, (tei_model.global | tei_model.divGenLike)*)+)?)), (tei_model.divBottom, tei_model.global*)*), tei_att.global.attributes, tei_att.declaring.attributes, empty } tei_group = ## contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc. [4. 4.3.1. 15.1. ] element group { ((tei_model.divTop | tei_model.global)*, ((tei_text | tei_group), (tei_text | tei_group | tei_model.global)*), tei_model.divBottom*), tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, empty } tei_floatingText = ## contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes. [4.3.2. ] element floatingText { (tei_model.global*, (tei_front, tei_model.global*)?, (tei_body | tei_group), tei_model.global*, (tei_back, tei_model.global*)?), tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, empty } tei_div = ## (text division) contains a subdivision of the front, body, or back of a text. [4.1. ] element div { ((tei_model.divTop | tei_model.global)*, ((((tei_model.divLike | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.divLike | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div1 = ## (level-1 text division) contains a first-level subdivision of the front, body, or back of a text. [4.1.2. ] element div1 { ((tei_model.divTop | tei_model.global)*, ((((tei_model.div2Like | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.div2Like | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div2 = ## (level-2 text division) contains a second-level subdivision of the front, body, or back of a text. [4.1.2. ] element div2 { ((tei_model.divTop | tei_model.global)*, ((((tei_model.div3Like | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.div3Like | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div3 = ## (level-3 text division) contains a third-level subdivision of the front, body, or back of a text. [4.1.2. ] element div3 { ((tei_model.divTop | tei_model.global)*, ((((tei_model.div4Like | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.div4Like | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div4 = ## (level-4 text division) contains a fourth-level subdivision of the front, body, or back of a text. [4.1.2. ] element div4 { ((tei_model.divTop | tei_model.global)*, ((((tei_model.div5Like | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.div5Like | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div5 = ## (level-5 text division) contains a fifth-level subdivision of the front, body, or back of a text. [4.1.2. ] element div5 { ((tei_model.divTop | tei_model.global)*, ((((tei_model.div6Like | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.div6Like | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div6 = ## (level-6 text division) contains a sixth-level subdivision of the front, body, or back of a text. [4.1.2. ] element div6 { ((tei_model.divTop | tei_model.global)*, ((((tei_model.div7Like | tei_model.divGenLike), tei_model.global*)+ | ((tei_model.common, tei_model.global*)+, ((tei_model.div7Like | tei_model.divGenLike), tei_model.global*)*)), (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_div7 = ## (level-7 text division) contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph. [4.1.2. ] element div7 { ((tei_model.divTop | tei_model.global)*, ((tei_model.common, tei_model.global*)+, (tei_model.divBottom, tei_model.global*)*)?), tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_trailer = ## contains a closing title or footer appearing at the end of a division of a text. [4.2.4. 4.2. ] element trailer { (text | tei_lg | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.lLike | tei_model.global)*, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_byline = ## contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. [4.2.2. 4.5. ] element byline { (text | tei_model.gLike | tei_model.phrase | tei_docAuthor | tei_model.global)*, tei_att.global.attributes, empty } tei_dateline = ## contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer. [4.2.2. ] element dateline { (text | tei_model.gLike | tei_model.phrase | tei_model.global | tei_docDate)*, tei_att.global.attributes, empty } tei_argument = ## contains a formal list or prose description of the topics addressed by a subdivision of a text. [4.2. 4.6. ] element argument { ((tei_model.global | tei_model.headLike)*, (tei_model.common, tei_model.global*)+), tei_att.global.attributes, empty } tei_epigraph = ## contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page. [4.2.3. 4.2. 4.6. ] element epigraph { (tei_model.common | tei_model.global)*, tei_att.global.attributes, empty } tei_opener = ## groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter. [4.2. ] element opener { (text | tei_model.gLike | tei_model.phrase | tei_argument | tei_byline | tei_dateline | tei_epigraph | tei_salute | tei_signed | tei_model.global)*, tei_att.global.attributes, empty } tei_closer = ## groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. [4.2.2. 4.2. ] element closer { (text | tei_model.gLike | tei_signed | tei_dateline | tei_salute | tei_model.phrase | tei_model.global)*, tei_att.global.attributes, empty } tei_salute = ## (salutation) contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other division of a text, or the salutation in the closing of a letter, preface, etc. [4.2.2. ] element salute { tei_macro.paraContent, tei_att.global.attributes, empty } tei_signed = ## (signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. [4.2.2. ] element signed { tei_macro.paraContent, tei_att.global.attributes, empty } tei_postscript = ## contains a postscript, e.g. to a letter. [4.2. ] element postscript { ((tei_model.global | tei_model.divTopPart)*, tei_model.common, (tei_model.global | tei_model.common)*, (tei_model.divBottomPart, tei_model.global*)*), tei_att.global.attributes, empty } tei_titlePage = ## (title page) contains the title page of a text, appearing within the front or back matter. [4.6. ] element titlePage { (tei_model.global*, tei_model.titlepagePart, (tei_model.titlepagePart | tei_model.global)*), tei_att.global.attributes, ## classifies the title page according to any convenient typology. attribute type { tei_data.enumerated }?, empty } tei_docTitle = ## (document title) contains the title of a document, including all its constituents, as given on a title page. [4.6. ] element docTitle { (tei_model.global*, (tei_titlePart, tei_model.global*)+), tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_titlePart = ## contains a subsection or division of the title of a work, as indicated on a title page. [4.6. ] element titlePart { tei_macro.paraContent, tei_att.global.attributes, ## specifies the role of this subdivision of the title. ## Suggested values include: 1] main; 2] sub(subordinate) ; 3] alt(alternate) ; 4] short; 5] desc(descriptive) [ a:defaultValue = "main" ] attribute type { ## main title of the work "main" | ## (subordinate) subtitle of the work "sub" | ## (alternate) alternative title of the work "alt" | ## abbreviated form of title "short" | ## (descriptive) descriptive paraphrase of the work "desc" | xsd:Name }?, empty } tei_docAuthor = ## (document author) contains the name of the author of the document, as given on the title page (often but not always contained in a byline). [4.6. ] element docAuthor { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_imprimatur = ## contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso. [4.6. ] element imprimatur { tei_macro.paraContent, tei_att.global.attributes, empty } tei_docEdition = ## (document edition) contains an edition statement as presented on a title page of a document. [4.6. ] element docEdition { tei_macro.paraContent, tei_att.global.attributes, empty } tei_docImprint = ## (document imprint) contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page. [4.6. ] element docImprint { (text | tei_model.gLike | tei_model.phrase | tei_pubPlace | tei_docDate | tei_publisher | tei_model.global)*, tei_att.global.attributes, empty } tei_docDate = ## (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. ] element docDate { tei_macro.phraseSeq, tei_att.global.attributes, ## gives the value of the date in standard form, i.e. YYYY-MM-DD. attribute when { tei_data.temporal.w3c }?, empty } tei_front = ## (front matter) contains any prefatory matter (headers, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. 4. ] element front { ((tei_model.frontPart | tei_model.pLike | tei_model.pLike.front | tei_model.global)*, (((tei_model.div1Like, (tei_model.div1Like | tei_model.frontPart | tei_model.global)*) | (tei_model.divLike, (tei_model.divLike | tei_model.frontPart | tei_model.global)*)), (tei_model.divBottom, (tei_model.divBottom | tei_model.global)*)?)?), tei_att.global.attributes, tei_att.declaring.attributes, empty } tei_back = ## (back matter) contains any appendixes, etc. following the main part of a text. [4.7. 4. ] element back { ((tei_model.frontPart | tei_model.pLike.front | tei_model.pLike | tei_model.listLike | tei_model.global)*, ((tei_model.div1Like, (tei_model.frontPart | tei_model.div1Like | tei_model.global)*) | (tei_model.divLike, (tei_model.frontPart | tei_model.divLike | tei_model.global)*))?, (tei_model.divBottomPart, (tei_model.divBottomPart | tei_model.global)*)?), tei_att.global.attributes, tei_att.declaring.attributes, empty } tei_att.datable.custom.attributes = tei_att.datable.custom.attribute.when-custom, tei_att.datable.custom.attribute.notBefore-custom, tei_att.datable.custom.attribute.notAfter-custom, tei_att.datable.custom.attribute.from-custom, tei_att.datable.custom.attribute.to-custom, tei_att.datable.custom.attribute.datingPoint, tei_att.datable.custom.attribute.datingMethod tei_att.datable.custom.attribute.when-custom = ## supplies the value of a date or time in some standard form. attribute when-custom { list { tei_data.word+ } }? tei_att.datable.custom.attribute.notBefore-custom = ## specifies the earliest possible date for the event in some custom standard form. attribute notBefore-custom { list { tei_data.word+ } }? tei_att.datable.custom.attribute.notAfter-custom = ## specifies the latest possible date for the event in some custom standard form. attribute notAfter-custom { list { tei_data.word+ } }? tei_att.datable.custom.attribute.from-custom = ## indicates the starting point of the period in some standard form. attribute from-custom { list { tei_data.word+ } }? tei_att.datable.custom.attribute.to-custom = ## indicates the ending point of the period in some standard form. attribute to-custom { list { tei_data.word+ } }? tei_att.datable.custom.attribute.datingPoint = ## supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred attribute datingPoint { tei_data.pointer }? tei_att.datable.custom.attribute.datingMethod = ## supplies a pointer to a calendar element or other means of interpreting the values of the custom dating attributes. attribute datingMethod { tei_data.pointer }? tei_model.persNamePart = tei_surname | tei_forename | tei_genName | tei_nameLink | tei_addName | tei_roleName tei_model.persNamePart_alternation = tei_surname | tei_forename | tei_genName | tei_nameLink | tei_addName | tei_roleName tei_model.persNamePart_sequence = tei_surname, tei_forename, tei_genName, tei_nameLink, tei_addName, tei_roleName tei_model.persNamePart_sequenceOptional = tei_surname?, tei_forename?, tei_genName?, tei_nameLink?, tei_addName?, tei_roleName? tei_model.persNamePart_sequenceOptionalRepeatable = tei_surname*, tei_forename*, tei_genName*, tei_nameLink*, tei_addName*, tei_roleName* tei_model.persNamePart_sequenceRepeatable = tei_surname+, tei_forename+, tei_genName+, tei_nameLink+, tei_addName+, tei_roleName+ tei_att.datable.iso.attributes = tei_att.datable.iso.attribute.when-iso, tei_att.datable.iso.attribute.notBefore-iso, tei_att.datable.iso.attribute.notAfter-iso, tei_att.datable.iso.attribute.from-iso, tei_att.datable.iso.attribute.to-iso tei_att.datable.iso.attribute.when-iso = ## supplies the value of a date or time in a standard form. attribute when-iso { tei_data.temporal.iso }? tei_att.datable.iso.attribute.notBefore-iso = ## specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd. attribute notBefore-iso { tei_data.temporal.iso }? tei_att.datable.iso.attribute.notAfter-iso = ## specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd. attribute notAfter-iso { tei_data.temporal.iso }? tei_att.datable.iso.attribute.from-iso = ## indicates the starting point of the period in standard form. attribute from-iso { tei_data.temporal.iso }? tei_att.datable.iso.attribute.to-iso = ## indicates the ending point of the period in standard form. attribute to-iso { tei_data.temporal.iso }? tei_orgName = ## (organization name) contains an organizational name. [13.2.2. ] element orgName { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_persName = ## (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. ] element persName { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_surname = ## contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. ] element surname { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_forename = ## contains a forename, given or baptismal name. [13.2.1. ] element forename { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_genName = ## (generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons named. [13.2.1. ] element genName { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_nameLink = ## (name link) contains a connecting phrase or link used within a name but not regarded as part of it, such as van der or of. [13.2.1. ] element nameLink { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_addName = ## (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. ] element addName { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_roleName = ## contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank. [13.2.1. ] element roleName { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_placeName = ## contains an absolute or relative place name. [13.2.3. ] element placeName { tei_macro.phraseSeq, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, empty } tei_bloc = ## contains the name of a geo-political unit consisting of two or more nation states or countries. [13.2.3. ] element bloc { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, empty } tei_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. ] element country { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, empty } tei_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. ] element region { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, empty } tei_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. ] element district { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, empty } tei_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. ] element settlement { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, empty } tei_offset = ## marks that part of a relative temporal or spatial expression which indicates the direction of the offset between the two place names, dates, or times involved in the expression. [13.2.3. ] element offset { tei_macro.phraseSeq, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_geogName = ## (geographical name) identifies a name associated with some geographical feature such as Windrush Valley or Mount Sinai. [13.2.3. ] element geogName { tei_macro.phraseSeq, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_geogFeat = ## (geographical feature name) contains a common noun identifying some geographical feature contained within a geographic name, such as valley, mount, etc. [13.2.3. ] element geogFeat { tei_macro.phraseSeq, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_affiliation = ## contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. ] element affiliation { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_att.naming.attributes, empty } tei_age = ## specifies the age of a person. [13.3.2.1. ] element age { tei_macro.phraseSeq.limited, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, ## supplies a numeric code representing the age or age group attribute value { tei_data.count }?, empty } tei_birth = ## contains information about a person's birth, such as its date and place. [15.2.2. ] element birth { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_att.naming.attributes, empty } tei_climate = ## contains information about the physical climate of a place. [13.3.4.3. ] element climate { (tei_model.headLike*, (tei_model.pLike+ | tei_model.labelLike+), (tei_model.noteLike | tei_model.biblLike)*, tei_climate*), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_death = ## contains information about a person's death, such as its date and place. [15.2.2. ] element death { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_att.naming.attributes, empty } tei_education = ## contains a description of the educational experience of a person. [15.2.2. ] element education { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_att.naming.attributes, empty } tei_event = ## contains data relating to any kind of significant event associated with a person, place, or organization. [13.3.1. ] element event { (tei_model.headLike*, (tei_model.pLike+ | tei_model.labelLike+), (tei_model.noteLike | tei_model.biblLike | tei_linkGrp | tei_link)*, tei_event*), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_att.naming.attributes, tei_att.sortable.attributes, ## indicates the location of an event by pointing to a place element attribute where { tei_data.pointer }?, empty } tei_faith = ## specifies the faith, religion, or belief set of a person. [13.3.2.1. ] element faith { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_att.canonical.attributes, empty } tei_floruit = ## contains information about a person's period of activity. [13.3.2.1. ] element floruit { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, empty } tei_geo = ## (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. ] element geo { text, tei_att.global.attributes, tei_att.declaring.attributes, empty } tei_langKnowledge = ## (language knowledge) summarizes the state of a person's linguistic knowledge, either as prose or by a list of langKnown elements. [13.3.2.1. ] element langKnowledge { (tei_model.pLike | tei_langKnown+), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, ## supplies one or more valid language tags for the languages specified attribute tags { list { tei_data.language+ } }?, empty } tei_langKnown = ## (language known) summarizes the state of a person's linguistic competence, i.e., knowledge of a single language. [15.2.2. ] element langKnown { tei_macro.phraseSeq.limited, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, ## supplies a valid language tag for the language concerned. attribute tag { tei_data.language }, ## a code indicating the person's level of knowledge for this language attribute level { tei_data.word }?, empty } tei_listOrg = ## (list of organizations) contains a list of elements, each of which provides information about an identifiable organization. [13.2.2. ] element listOrg { (tei_model.headLike*, (tei_org | tei_listOrg)+, (tei_relation | tei_listRelation)*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, empty } tei_listEvent = ## (list of events) contains a list of descriptions, each of which provides information about an identifiable event. [13.3.1. ] element listEvent { (tei_model.headLike*, (tei_event | tei_listEvent)+, (tei_relation | tei_listRelation)*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, empty } tei_listPerson = ## (list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. [13.3.2. 15.2. 2.4. 15.3.2. ] element listPerson { (tei_model.headLike*, (tei_model.personLike | tei_listPerson)+, (tei_relation | tei_listRelation)*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, empty } tei_listPlace = ## (list of places) contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them. [2.2.7. 13.3.4. ] element listPlace { (tei_model.headLike*, (tei_model.placeLike | tei_listPlace)+, (tei_relation | tei_listRelation)*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, empty } tei_location = ## defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an address. [13.3.4. ] element location { (tei_model.labelLike | tei_model.placeNamePart | tei_model.offsetLike | tei_model.measureLike | tei_model.addressLike | tei_model.noteLike | tei_model.biblLike)*, tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, empty } tei_nationality = ## contains an informal description of a person's present or past nationality or citizenship. [15.2.2. ] element nationality { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, empty } tei_occupation = ## contains an informal description of a person's trade, profession or occupation. [15.2.2. ] element occupation { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, ## indicates the classification system or taxonomy in use, for example by supplying the identifier of a taxonomy element, or pointing to some other resource. attribute scheme { tei_data.pointer }?, ## identifies an occupation code defined within the classification system or taxonomy defined by the scheme attribute. attribute code { tei_data.pointer }?, empty } tei_org = ## (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.2.2. ] element org { (tei_model.headLike*, (tei_model.pLike* | (tei_model.labelLike | tei_model.nameLike | tei_model.placeLike | tei_model.orgPart)*), (tei_model.noteLike | tei_model.biblLike | tei_linkGrp | tei_link)*, tei_model.personLike*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, ## specifies a primary role or classification for the organization. attribute role { list { tei_data.word+ } }?, empty } tei_listRelation = ## provides information about relationships identified amongst people, places, and organizations, either informally as prose or as formally expressed relation links. [13.3.2.3. ] element listRelation { (tei_model.headLike*, (tei_model.pLike | (tei_relation | tei_listRelation)+)), tei_att.global.attributes, tei_att.typed.attributes, tei_att.sortable.attributes, empty } tei_person = ## provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [13.3.2. 15.2.2. ] element person { (tei_model.pLike+ | (tei_model.personPart | tei_model.global)*), tei_att.global.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, ## specifies a primary role or classification for the person. attribute role { list { tei_data.enumerated+ } }?, ## specifies the sex of the person. attribute sex { list { tei_data.sex+ } }?, ## specifies an age group for the person. attribute age { tei_data.enumerated }?, empty } tei_personGrp = ## (personal group) describes a group of individuals treated as a single person for analytic purposes. [15.2.2. ] element personGrp { (tei_model.pLike+ | (tei_model.personPart | tei_model.global)*), tei_att.global.attributes, tei_att.sortable.attributes, ## specifies the role of this group of participants in the interaction. attribute role { tei_data.enumerated }?, ## specifies the sex of the participant group. attribute sex { list { tei_data.sex+ } }?, ## specifies the age group of the participants. attribute age { tei_data.enumerated }?, ## describes informally the size or approximate size of the group for example by means of a number and an indication of accuracy e.g. approx 200. attribute size { list { tei_data.word+ } }?, empty } tei_place = ## contains data about a geographic location [13.3.4. ] element place { (tei_model.headLike*, (tei_model.pLike* | (tei_model.labelLike | tei_model.placeStateLike | tei_model.placeEventLike)*), (tei_model.noteLike | tei_model.biblLike | tei_idno | tei_linkGrp | tei_link)*, (tei_model.placeLike | tei_listPlace)*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, empty } tei_population = ## contains information about the population of a place. [13.3.4.3. ] element population { (tei_model.headLike*, ((tei_model.pLike+ | tei_model.labelLike+), (tei_model.noteLike | tei_model.biblLike)*)?, tei_population*), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_relation = ## (relationship) describes any kind of relationship or linkage amongst a specified group of places, events, persons, objects or other items. [13.3.2.3. ] element relation { (tei_desc?) >> sch:pattern [ id = "ruskin-relation-reforkeyorname-constraint-8" "\x{a}" ~ " " sch:rule [ context = "tei:relation" "\x{a}" ~ " " sch:assert [ test = "@ref or @key or @name" "One of the attributes 'name', 'ref' or 'key' must be supplied" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-relation-activemutual-constraint-5" "\x{a}" ~ " " sch:rule [ context = "tei:relation" "\x{a}" ~ " " sch:report [ test = "@active and @mutual" "Only one of the attributes\x{a}" ~ "@active and @mutual may be supplied" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-relation-activepassive-constraint-6" "\x{a}" ~ " " sch:rule [ context = "tei:relation" "\x{a}" ~ " " sch:report [ test = "@passive and not(@active)" "the attribute 'passive'\x{a}" ~ " may be supplied only if the attribute 'active' is\x{a}" ~ " supplied" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.canonical.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ## supplies a name for the kind of relationship of which this is an instance. attribute name { tei_data.enumerated }?, ( ## identifies the active participants in a non-mutual relationship, or all the participants in a mutual one. attribute active { list { tei_data.pointer+ } }? | ## supplies a list of participants amongst all of whom the relationship holds equally. attribute mutual { list { tei_data.pointer+ } }?), ## identifies the passive participants in a non-mutual relationship. attribute passive { list { tei_data.pointer+ } }?, empty } tei_residence = ## describes a person's present or past places of residence. [15.2.2. ] element residence { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, empty } tei_sex = ## specifies the sex of a person. [13.3.2.1. ] element sex { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, ## supplies a coded value for sex attribute value { list { tei_data.sex+ } }?, empty } tei_socecStatus = ## (socio-economic status) contains an informal description of a person's perceived social or economic status. [15.2.2. ] element socecStatus { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, ## identifies the classification system or taxonomy in use, for example by pointing to a locally-defined taxonomy element or by supplying a URI for an externally-defined system. attribute scheme { tei_data.pointer }?, ## identifies a status code defined within the classification system or taxonomy defined by the scheme attribute. attribute code { tei_data.pointer }?, empty } tei_state = ## contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. [13.3.1. 13.3.2.1. ] element state { (tei_state+ | (tei_model.headLike*, tei_model.pLike+, (tei_model.noteLike | tei_model.biblLike)*) | (tei_model.labelLike | tei_model.noteLike | tei_model.biblLike)*), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_att.naming.attributes, empty } tei_terrain = ## contains information about the physical terrain of a place. [13.3.4.3. ] element terrain { (tei_model.headLike*, (tei_model.pLike+ | tei_model.labelLike+), (tei_model.noteLike | tei_model.biblLike)*, tei_terrain*), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_trait = ## contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, independent of the volition or action of the holder and usually not at some specific time or for a specific date range. [13.3.1. 13.3.2.1. ] element trait { (tei_trait+ | (tei_model.headLike*, tei_model.pLike+, (tei_model.noteLike | tei_model.biblLike)*) | (tei_model.labelLike | tei_model.noteLike | tei_model.biblLike)*), tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_nym = ## (canonical name) contains the definition for a canonical name or name component of any kind. [13.3.5. ] element nym { (tei_model.entryPart*, tei_model.pLike*, tei_nym*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.sortable.attributes, ## points to constituent nyms attribute parts { list { tei_data.pointer+ } }?, empty } tei_listNym = ## (list of canonical names) contains a list of nyms, that is, standardized names for any thing. [13.3.5. ] element listNym { (tei_model.headLike*, (tei_nym | tei_listNym)+, (tei_relation | tei_listRelation)*), tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, empty } tei_att.global.linking.attributes = tei_att.global.linking.attribute.corresp, tei_att.global.linking.attribute.synch, tei_att.global.linking.attribute.sameAs, tei_att.global.linking.attribute.copyOf, tei_att.global.linking.attribute.next, tei_att.global.linking.attribute.prev, tei_att.global.linking.attribute.exclude, tei_att.global.linking.attribute.select tei_att.global.linking.attribute.corresp = ## (corresponds) points to elements that correspond to the current element in some way. attribute corresp { list { tei_data.pointer+ } }? tei_att.global.linking.attribute.synch = ## (synchronous) points to elements that are synchronous with the current element. attribute synch { list { tei_data.pointer+ } }? tei_att.global.linking.attribute.sameAs = ## points to an element that is the same as the current element. attribute sameAs { tei_data.pointer }? tei_att.global.linking.attribute.copyOf = ## points to an element of which the current element is a copy. attribute copyOf { tei_data.pointer }? tei_att.global.linking.attribute.next = ## points to the next element of a virtual aggregate of which the current element is part. attribute next { tei_data.pointer }? tei_att.global.linking.attribute.prev = ## (previous) points to the previous element of a virtual aggregate of which the current element is part. attribute prev { tei_data.pointer }? tei_att.global.linking.attribute.exclude = ## points to elements that are in exclusive alternation with the current element. attribute exclude { list { tei_data.pointer+ } }? tei_att.global.linking.attribute.select = ## 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. attribute select { list { tei_data.pointer+ } }? tei_link = ## defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [16.1. ] element link { empty >> sch:pattern [ id = "ruskin-link-linkTargets3-constraint-9" "\x{a}" ~ " " sch:rule [ context = "tei:link" "\x{a}" ~ " " sch:assert [ test = "contains(normalize-space(@target),' ')" "You must supply at least two values for @target or on " sch:name [ ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, empty } tei_linkGrp = ## (link group) defines a collection of associations or hypertextual links. [16.1. ] element linkGrp { (tei_link | tei_ptr)+, tei_att.global.attributes, tei_att.pointing.group.attributes, empty } tei_ab = ## (anonymous block) contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph. [16.3. ] element ab { tei_macro.paraContent, tei_att.global.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.fragmentable.attributes, empty } tei_anchor = ## (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. 16.4. ] element anchor { empty, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_seg = ## (arbitrary segment) represents any segmentation of text below the chunk level. [16.3. 6.2. 7.2.5. ] element seg { tei_macro.paraContent, tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_att.responsibility.attributes, empty } tei_when = ## indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [16.5.2. ] element when { empty, tei_att.global.attributes, ## supplies an absolute value for the time. attribute absolute { tei_data.temporal.w3c }?, ## specifies the unit of time in which the interval value is expressed, if this is not inherited from the parent timeline. ## Suggested values include: 1] d(days) ; 2] h(hours) ; 3] min(minutes) ; 4] s(seconds) ; 5] ms(milliseconds) attribute unit { ## (days) "d" | ## (hours) "h" | ## (minutes) "min" | ## (seconds) "s" | ## (milliseconds) "ms" | xsd:Name }?, ## specifies a time interval either as a number or as one of the keywords defined by the datatype data.interval attribute interval { tei_data.interval }?, ## identifies the reference point for determining the time of the current when element, which is obtained by adding the interval to the time of the reference point. attribute since { tei_data.pointer }?, empty } tei_timeline = ## provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text. [16.5.2. ] element timeline { tei_when+, tei_att.global.attributes, ## designates the origin of the timeline, i.e. the time at which it begins. attribute origin { tei_data.pointer }?, ## specifies the unit of time corresponding to the interval value of the timeline or of its constituent points in time. ## Suggested values include: 1] d(days) ; 2] h(hours) ; 3] min(minutes) ; 4] s(seconds) ; 5] ms(milliseconds) attribute unit { ## (days) "d" | ## (hours) "h" | ## (minutes) "min" | ## (seconds) "s" | ## (milliseconds) "ms" | xsd:Name }?, ## specifies a time interval either as a positive integral value or using one of a set of predefined codes. attribute interval { tei_data.interval }?, empty } tei_join = ## identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it. [16.7. ] element join { ((tei_model.descLike | tei_model.certLike)*) >> sch:pattern [ id = "ruskin-join-joinTargets3-constraint-10" "\x{a}" ~ " " sch:rule [ context = "tei:join" "\x{a}" ~ " " sch:assert [ test = "contains(@target,' ')" "\x{a}" ~ "You must supply at least two values for @target on " sch:name [ ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, ## specifies the name of an element which this aggregation may be understood to represent. attribute result { tei_data.name }?, ## indicates whether the targets to be joined include the entire element indicated (the entire subtree including its root), or just the children of the target (the branches of the subtree). [ a:defaultValue = "root" ] attribute scope { ## the rooted subtrees indicated by the target attribute are joined, each subtree become a child of the virtual element created by the join "root" | ## the children of the subtrees indicated by the target attribute become the children of the virtual element (i.e. the roots of the subtrees are discarded) "branches" }?, empty } tei_joinGrp = ## (join group) groups a collection of join elements and possibly pointers. [16.7. ] element joinGrp { (tei_model.glossLike*, (tei_join | tei_ptr)+), tei_att.global.attributes, tei_att.pointing.group.attributes, ## supplies the default value for the result on each join included within the group. attribute result { tei_data.name }?, empty } tei_alt = ## (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. ] element alt { empty, tei_att.global.attributes, tei_att.pointing.attribute.targetLang, tei_att.pointing.attribute.evaluate, tei_att.typed.attributes, ## specifies the destination of the reference by supplying one or more URI References attribute target { list { tei_data.pointer, tei_data.pointer, tei_data.pointer* } }?, ## states whether the alternations gathered in this collection are exclusive or inclusive. attribute mode { ## (exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs. "excl" | ## (inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur. "incl" }?, ## If mode is , each weight states the probability that the corresponding alternative occurs. If mode is incl each weight states the probability that the corresponding alternative occurs given that at least one of the other alternatives occurs. attribute weights { list { tei_data.probability, tei_data.probability, tei_data.probability* } }?, empty } tei_altGrp = ## (alternation group) groups a collection of alt elements and possibly pointers. [16.8. ] element altGrp { (tei_alt | tei_ptr)*, tei_att.global.attributes, tei_att.pointing.group.attributes, ## states whether the alternations gathered in this collection are exclusive or inclusive. [ a:defaultValue = "excl" ] attribute mode { ## (exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs. "excl" | ## (inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur. "incl" }?, empty } tei_table = ## contains text displayed in tabular form, in rows and columns. [14.1.1. ] element table { ((tei_model.headLike | tei_model.global)*, ((tei_row, tei_model.global*)+ | (tei_model.graphicLike, tei_model.global*)+), (tei_model.divBottom, tei_model.global*)*), tei_att.global.attributes, ## indicates the number of rows in the table. attribute rows { tei_data.count }?, ## (columns) indicates the number of columns in each row of the table. attribute cols { tei_data.count }?, empty } tei_row = ## contains one row of a table. [14.1.1. ] element row { tei_cell+, tei_att.global.attributes, tei_att.tableDecoration.attributes, empty } tei_cell = ## contains one cell of a table. [14.1.1. ] element cell { tei_macro.specialPara, tei_att.global.attributes, tei_att.tableDecoration.attributes, empty } tei_formula = ## contains a mathematical or other formula. [14.2. ] element formula { (text | tei_model.graphicLike | tei_model.hiLike)*, tei_att.global.attributes, ## names the notation used for the content of the element. attribute notation { tei_data.enumerated }?, empty } tei_notatedMusic = ## encodes the presence of music notation in a text [14.3. ] element notatedMusic { (tei_model.labelLike | tei_model.ptrLike | tei_graphic | tei_binaryObject)*, tei_att.global.attributes, tei_att.placement.attributes, tei_att.typed.attributes, empty } tei_figure = ## groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. ] element figure { (tei_model.headLike | tei_model.common | tei_figDesc | tei_model.graphicLike | tei_model.global | tei_model.divBottom)*, tei_att.global.attributes, tei_att.placement.attributes, tei_att.typed.attributes, empty } tei_figDesc = ## (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. ] element figDesc { tei_macro.limitedContent, tei_att.global.attributes, empty } tei_att.metrical.attributes = tei_att.metrical.attribute.met, tei_att.metrical.attribute.real, tei_att.metrical.attribute.rhyme tei_att.metrical.attribute.met = ## (metrical structure, conventional) contains a user-specified encoding for the conventional metrical structure of the element. attribute met { xsd:token }? tei_att.metrical.attribute.real = ## (metrical structure, realized) contains a user-specified encoding for the actual realization of the conventional metrical structure applicable to the element. attribute real { xsd:token }? tei_att.metrical.attribute.rhyme = ## (rhyme scheme) specifies the rhyme scheme applicable to a group of verse lines. attribute rhyme { xsd:token }? tei_att.enjamb.attributes = tei_att.enjamb.attribute.enjamb tei_att.enjamb.attribute.enjamb = ## (enjambement) indicates that the end of a verse line is marked by enjambement. ## Sample values include: 1] no; 2] yes; 3] weak; 4] strong attribute enjamb { tei_data.enumerated }? tei_metDecl = ## (metrical notation declaration) documents the notation employed to represent a metrical pattern when this is specified as the value of a met, real, or rhyme attribute on any structural element of a metrical text (e.g. lg, l, or seg). [6.5. 6.3. ] element metDecl { ((tei_model.pLike | tei_model.noteLike)+ | tei_metSym+), tei_att.global.attributes, tei_att.declarable.attributes, ## indicates whether the notation conveys the abstract metrical form, its actual prosodic realization, or the rhyme scheme, or some combination thereof. [ a:defaultValue = "met real" ] attribute type { list { ( ## (met attribute) declaration applies to the abstract metrical form recorded on the met attribute "met" | ## (real attribute) declaration applies to the actual realization of the conventional metrical structure recorded on the real attribute "real" | ## declaration applies to the rhyme scheme recorded on the rhyme attribute "rhyme"), ( ## (met attribute) declaration applies to the abstract metrical form recorded on the met attribute "met" | ## (real attribute) declaration applies to the actual realization of the conventional metrical structure recorded on the real attribute "real" | ## declaration applies to the rhyme scheme recorded on the rhyme attribute "rhyme")?, ( ## (met attribute) declaration applies to the abstract metrical form recorded on the met attribute "met" | ## (real attribute) declaration applies to the actual realization of the conventional metrical structure recorded on the real attribute "real" | ## declaration applies to the rhyme scheme recorded on the rhyme attribute "rhyme")? } }?, ## (regular expression pattern) specifies a regular expression defining any value that is legal for this notation. attribute pattern { tei_data.pattern }?, empty } tei_metSym = ## (metrical notation symbol) documents the intended significance of a particular character or character sequence within a metrical notation, either explicitly or in terms of other symbol elements in the same metDecl. [6.5. ] element metSym { tei_macro.phraseSeq.limited, tei_att.global.attributes, ## specifies the character or character sequence being documented. attribute value { list { tei_data.word+ } }, ## specifies whether the symbol is defined in terms of other symbols (terminal is set to false) or in prose (terminal is set to true). [ a:defaultValue = "true" ] attribute terminal { tei_data.truthValue }?, empty } tei_caesura = ## marks the point at which a metrical line may be divided. [6.2. ] element caesura { empty, tei_att.global.attributes, empty } tei_rhyme = ## marks the rhyming part of a metrical line. [6.4. ] element rhyme { tei_macro.paraContent, tei_att.global.attributes, tei_att.typed.attributes, ## provides a label (usually a single letter) to identify which part of a rhyme scheme this rhyming string instantiates. attribute label { tei_data.word }?, empty } tei_set = ## (setting) contains a description of the setting, time, locale, appearance, etc., of the action of a play, typically found in the front matter of a printed performance text (not a stage direction). [7.1. ] element set { ((tei_model.headLike | tei_model.global)*, (tei_model.common, tei_model.global*)*), tei_att.global.attributes, empty } tei_prologue = ## contains the prologue to a drama, typically spoken by an actor out of character, possibly in association with a particular performance or venue. [7.1.2. 7.1. ] element prologue { ((tei_model.divTop | tei_model.global)*, (tei_model.common, tei_model.global*)+, (tei_model.divBottom, tei_model.global*)*), tei_att.global.attributes, empty } tei_epilogue = ## contains the epilogue to a drama, typically spoken by an actor out of character, possibly in association with a particular performance or venue. [7.1.2. 7.1. ] element epilogue { ((tei_model.divTop | tei_model.global)*, (tei_model.common, tei_model.global*)+, (tei_model.divBottom, tei_model.global*)*), tei_att.global.attributes, empty } tei_performance = ## contains a section of front or back matter describing how a dramatic piece is to be performed in general or how it was performed on some specific occasion. [7.1.3. 7.1. ] element performance { ((tei_model.divTop | tei_model.global)*, (tei_model.common, tei_model.global*)+, (tei_model.divBottom, tei_model.global*)*), tei_att.global.attributes, empty } tei_castList = ## (cast list) contains a single cast list or dramatis personae. [7.1.4. 7.1. ] element castList { ((tei_model.divTop | tei_model.global)*, (tei_model.common, tei_model.global*)*, ((tei_castItem | tei_castGroup), tei_model.global*)+, (tei_model.common, tei_model.global*)*), tei_att.global.attributes, empty } tei_castGroup = ## (cast list grouping) groups one or more individual castItem elements within a cast list. [7.1.4. ] element castGroup { ((tei_model.global | tei_model.headLike)*, ((tei_castItem | tei_castGroup | tei_roleDesc), tei_model.global*)+, (tei_trailer, tei_model.global*)?), tei_att.global.attributes, empty } tei_castItem = ## (cast list item) contains a single entry within a cast list, describing either a single role or a list of non-speaking roles. [7.1.4. ] element castItem { (text | tei_model.gLike | tei_model.castItemPart | tei_model.phrase | tei_model.global)*, tei_att.global.attributes, ## characterizes the cast item. [ a:defaultValue = "role" ] attribute type { ## the item describes a single role. "role" | ## the item describes a list of non-speaking roles. "list" }?, empty } tei_role = ## contains the name of a dramatic role, as given in a cast list. [7.1.4. ] element role { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_roleDesc = ## (role description) describes a character's role in a drama. [7.1.4. ] element roleDesc { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_actor = ## contains the name of an actor appearing within a cast list. [7.1.4. ] element actor { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_spGrp = ## (speech group) contains a group of speeches or songs in a performance text presented in a source as constituting a single unit or number. [7.2.3. ] element spGrp { (tei_model.headLike*, (tei_model.global | tei_sp | tei_model.stageLike)+), tei_att.global.attributes, tei_att.typed.attributes, tei_att.ascribed.attributes, empty } tei_move = ## (movement) marks the actual entrance or exit of one or more characters on stage. [7.2.4. ] element move { empty, tei_att.global.attributes, tei_att.ascribed.attributes, ## characterizes the movement, for example as an entrance or exit. ## Suggested values include: 1] entrance; 2] exit; 3] onStage attribute type { ## character is entering the stage. "entrance" | ## character is exiting the stage. "exit" | ## character moves on stage "onStage" | xsd:Name }?, ## specifies the direction of a stage movement. ## Sample values include: 1] L(left) ; 2] R(right) ; 3] C(center) attribute where { list { tei_data.enumerated+ } }?, ## (performance) identifies the performance or performances in which this movement occurred as specified by pointing to one or more performance elements. attribute perf { list { tei_data.pointer+ } }?, empty } tei_view = ## describes the visual context of some part of a screen play in terms of what the spectator sees, generally independent of any dialogue. [7.3.1. 7.3. ] element view { tei_macro.specialPara, tei_att.global.attributes, empty } tei_camera = ## describes a particular camera angle or viewpoint in a screen play. [7.3.1. 7.3. ] element camera { tei_macro.paraContent, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_sound = ## describes a sound effect or musical sequence specified within a screen play or radio script. [7.3.1. 7.3. ] element sound { tei_macro.paraContent, tei_att.global.attributes, ## categorizes the sound in some respect, e.g. as music, special effect, etc. attribute type { tei_data.enumerated }?, ## indicates whether the sound overlaps the surrounding speeches or interrupts them. [ a:defaultValue = "unknown" ] attribute discrete { tei_data.xTruthValue }?, empty } tei_caption = ## contains the text of a caption or other text displayed as part of a film script or screenplay. [7.3.1. 7.3. ] element caption { tei_macro.paraContent, tei_att.global.attributes, empty } tei_tech = ## (technical stage direction) describes a special-purpose stage direction that is not meant for the actors. [7.3.1. ] element tech { tei_macro.paraContent, tei_att.global.attributes, ## categorizes the technical stage direction. attribute type { ## a lighting cue "light" | ## a sound cue "sound" | ## a prop cue "prop" | ## a blocking instruction "block" }?, ## (performance) points to one or more performance elements documenting the performance or performances to which this technical direction applies. attribute perf { list { tei_data.pointer+ } }?, empty } tei_g = ## (character or glyph) represents a glyph, or a non-standard character. [5. ] element g { text, tei_att.global.attributes, tei_att.typed.attributes, ## points to a description of the character or glyph intended. attribute ref { tei_data.pointer }?, empty } tei_char = ## (character) provides descriptive information about a character. [5.2. ] element char { (tei_charName?, tei_model.descLike*, tei_charProp*, tei_mapping*, tei_figure*, tei_model.graphicLike*, tei_model.noteLike*), tei_att.global.attributes, empty } tei_charName = ## (character name) contains the name of a character, expressed following Unicode conventions. [5.2. ] element charName { text, tei_att.global.attributes, empty } tei_charProp = ## (character property) provides a name and value for some property of the parent character or glyph. [5.2. ] element charProp { ((tei_unicodeName | tei_localName), tei_value), tei_att.global.attributes, tei_att.typed.attributes, empty } tei_charDecl = ## (character declarations) provides information about nonstandard characters and glyphs. [5.2. ] element charDecl { (tei_desc?, (tei_char | tei_glyph)+), tei_att.global.attributes, empty } tei_glyph = ## (character glyph) provides descriptive information about a character glyph. [5.2. ] element glyph { (tei_glyphName?, tei_model.descLike*, tei_charProp*, tei_mapping*, tei_figure*, tei_model.graphicLike*, tei_model.noteLike*), tei_att.global.attributes, empty } tei_glyphName = ## (character glyph name) contains the name of a glyph, expressed following Unicode conventions for character names. [5.2. ] element glyphName { text, tei_att.global.attributes, empty } tei_localName = ## (locally-defined property name) contains a locally defined name for some property. [5.2.1. ] element localName { text, tei_att.global.attributes, empty } tei_mapping = ## (character mapping) contains one or more characters which are related to the parent character or glyph in some respect, as specified by the type attribute. [5.2. ] element mapping { tei_macro.xtext, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_unicodeName = ## (unicode property name) contains the name of a registered Unicode normative or informative property. [5.2.1. ] element unicodeName { text, tei_att.global.attributes, ## specifies the version number of the Unicode Standard in which this property name is defined. attribute version { tei_data.version }?, empty } tei_value = ## contains a single value for some property, attribute, or other analysis. [5.2.1. ] element value { tei_macro.xtext, tei_att.global.attributes, empty } tei_att.global.facs.attributes = tei_att.global.facs.attribute.facs tei_att.global.facs.attribute.facs = ## (facsimile) points to all or part of an image which corresponds with the content of the element. attribute facs { list { tei_data.pointer+ } }? tei_att.global.change.attributes = tei_att.global.change.attribute.change tei_att.global.change.attribute.change = ## points to one or more change elements documenting a state or revision campaign to which the element bearing this attribute and its children have been assigned by the encoder. attribute change { list { tei_data.pointer+ } }? tei_att.coordinated.attributes = tei_att.coordinated.attribute.start, tei_att.coordinated.attribute.ulx, tei_att.coordinated.attribute.uly, tei_att.coordinated.attribute.lrx, tei_att.coordinated.attribute.lry, tei_att.coordinated.attribute.points tei_att.coordinated.attribute.start = ## indicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface. attribute start { tei_data.pointer }? tei_att.coordinated.attribute.ulx = ## gives the x coordinate value for the upper left corner of a rectangular space. attribute ulx { tei_data.numeric }? tei_att.coordinated.attribute.uly = ## gives the y coordinate value for the upper left corner of a rectangular space. attribute uly { tei_data.numeric }? tei_att.coordinated.attribute.lrx = ## gives the x coordinate value for the lower right corner of a rectangular space. attribute lrx { tei_data.numeric }? tei_att.coordinated.attribute.lry = ## gives the y coordinate value for the lower right corner of a rectangular space. attribute lry { tei_data.numeric }? tei_att.coordinated.attribute.points = ## identifies a two dimensional area within the bounding box specified by the other attributes 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. attribute points { list { tei_data.point, tei_data.point, tei_data.point, tei_data.point* } }? tei_facsimile = ## contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [11.1. ] element facsimile { (tei_front?, (tei_model.graphicLike | tei_surface | tei_surfaceGrp)+, tei_back?), tei_att.global.attributes, tei_att.declaring.attributes, empty } tei_sourceDoc = ## contains a transcription or other representation of a single source document potentially forming part of a dossier génétique or collection of sources. [11.1. 11.2.2. ] element sourceDoc { (tei_model.global | tei_model.graphicLike | tei_surface | tei_surfaceGrp)+, tei_att.global.attributes, tei_att.declaring.attributes, empty } tei_surface = ## 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. 11.2.2. ] element surface { ((tei_model.global | tei_model.labelLike | tei_model.graphicLike)*, ((tei_zone | tei_line | tei_surface | tei_surfaceGrp), tei_model.global*)*), tei_att.global.attributes, tei_att.coordinated.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, ## describes the method by which this surface is or was connected to the main surface ## Sample values include: 1] glued; 2] pinned; 3] sewn attribute attachment { tei_data.enumerated }?, ## indicates whether the surface is attached and folded in such a way as to provide two writing surfaces attribute flipping { tei_data.truthValue }?, empty } tei_surfaceGrp = ## 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. ] element surfaceGrp { (tei_model.global | tei_surface | tei_surfaceGrp)+, tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, empty } tei_zone = ## defines any two-dimensional area within a surface element. [11.1. 11.2.2. ] element zone { (text | tei_model.graphicLike | tei_model.global | tei_surface | tei_model.linePart)*, tei_att.global.attributes, tei_att.coordinated.attributes, tei_att.typed.attributes, ## indicates the amount by which this zone has been rotated clockwise, with respect to the normal orientation of the parent surface element as implied by the dimensions given in the msDesc element or by the coordinates of the surface itself. The orientation is expressed in arc degrees. [ a:defaultValue = "0" ] attribute rotate { tei_data.count }?, empty } tei_addSpan = ## (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also add). [11.3.1.4. ] element addSpan { empty >> sch:pattern [ id = "ruskin-addSpan-spanTo-constraint-11" "\x{a}" ~ " " sch:rule [ context = "tei:addSpan" "\x{a}" ~ " " sch:assert [ test = "@spanTo" "The @spanTo attribute of " sch:name [ ] " is required." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-addSpan-spanTo_fr-constraint-12" "\x{a}" ~ " " sch:rule [ context = "tei:addSpan" "\x{a}" ~ " " sch:assert [ test = "@spanTo" "L'attribut spanTo est requis." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.placement.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } tei_damage = ## contains an area of damage to the text witness. [11.3.3.1. ] element damage { tei_macro.paraContent, tei_att.global.attributes, tei_att.typed.attributes, tei_att.damaged.attributes, empty } tei_damageSpan = ## (damaged span of text) marks the beginning of a longer sequence of text which is damaged in some way but still legible. [11.3.3.1. ] element damageSpan { empty >> sch:pattern [ id = "ruskin-damageSpan-spanTo-constraint-13" "\x{a}" ~ " " sch:rule [ context = "tei:damageSpan" "\x{a}" ~ " " sch:assert [ test = "@spanTo" "\x{a}" ~ "The @spanTo attribute of " sch:name [ ] " is required." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-damageSpan-spanTo_fr-constraint-14" "\x{a}" ~ " " sch:rule [ context = "tei:damageSpan" "\x{a}" ~ " " sch:assert [ test = "@spanTo" "L'attribut spanTo est requis." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.damaged.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } tei_delSpan = ## (deleted span of text) marks the beginning of a longer sequence of text deleted, marked as deleted, or otherwise signaled as superfluous or spurious by an author, scribe, annotator, or corrector. [11.3.1.4. ] element delSpan { empty >> sch:pattern [ id = "ruskin-delSpan-spanTo-constraint-15" "\x{a}" ~ " " sch:rule [ context = "tei:delSpan" "\x{a}" ~ " " sch:assert [ test = "@spanTo" "The @spanTo attribute of " sch:name [ ] " is required." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-delSpan-spanTo_fr-constraint-16" "\x{a}" ~ " " sch:rule [ context = "tei:delSpan" "\x{a}" ~ " " sch:assert [ test = "@spanTo" "L'attribut spanTo est requis." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } tei_ex = ## (editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation. [11.3.1.2. ] element ex { tei_macro.xtext, tei_att.global.attributes, tei_att.editLike.attributes, empty } tei_fw = ## (forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. [11.6. ] element fw { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.placement.attributes, ## 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) attribute type { tei_data.enumerated }?, empty } tei_handNotes = ## contains one or more handNote elements documenting the different hands identified within the source texts. [11.3.2.1. ] element handNotes { tei_handNote+, tei_att.global.attributes, empty } tei_handShift = ## marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint. [11.3.2.1. ] element handShift { empty, tei_att.global.attributes, tei_att.handFeatures.attributes, tei_att.responsibility.attributes, ## indicates a handNote element describing the hand concerned. attribute new { tei_data.pointer }?, empty } tei_am = ## (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. ] element am { (text | tei_model.gLike | tei_model.pPart.transcriptional)*, tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, empty } tei_restore = ## indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction. [11.3.1.6. ] element restore { tei_macro.paraContent, tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, empty } tei_space = ## indicates the location of a significant space in the copy text. [11.5.1. ] element space { (tei_model.descLike | tei_model.certLike)*, tei_att.global.attributes, tei_att.dimensions.attributes, tei_att.responsibility.attribute.cert, tei_att.source.attribute.source, ## (responsible party) (responsible party) indicates the individual responsible for identifying and measuring the space attribute resp { list { tei_data.pointer+ } }?, ## (dimension) indicates whether the space is horizontal or vertical. attribute dim { ## the space is horizontal. "horizontal" | ## the space is vertical. "vertical" }?, empty } tei_subst = ## (substitution) groups one or more deletions with one or more additions when the combination is to be regarded as a single intervention in the text. [11.3.1.5. ] element subst { ((tei_add | tei_del | tei_model.milestoneLike)+) >> sch:pattern [ id = "ruskin-subst-substContents1-constraint-17" "\x{a}" ~ " " sch:rule [ context = "tei:subst" "\x{a}" ~ " " sch:assert [ test = "child::tei:add and child::tei:del" "\x{a}" ~ " " sch:name [ ] " must have at least one child add and at least one child del" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.transcriptional.attributes, empty } tei_substJoin = ## (substitution join) identifies a series of possibly fragmented additions, deletions or other revisions on a manuscript that combine to make up a single intervention in the text [11.3.1.5. ] element substJoin { (tei_model.descLike | tei_model.certLike)*, tei_att.global.attributes, tei_att.pointing.attributes, tei_att.transcriptional.attributes, empty } tei_supplied = ## signifies text supplied by the transcriber or editor for any reason, typically because the original cannot be read because of physical damage or loss to the original. [11.3.3.1. ] element supplied { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, ## one or more words indicating why the text has had to be supplied, e.g. overbinding, faded-ink, lost-folio, omitted-in-original. attribute reason { list { tei_data.word+ } }?, empty } tei_surplus = ## marks text present in the source which the editor believes to be superfluous or redundant. [11.3.3.1. ] element surplus { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, ## one or more words indicating why this text is believed to be superfluous, e.g. repeated, interpolated etc. attribute reason { list { tei_data.word+ } }?, empty } tei_line = ## contains the transcription of a topographic line in the source document [11.2.2. ] element line { (text | tei_model.global | tei_model.gLike | tei_model.linePart)*, tei_att.typed.attributes, tei_att.global.attributes, tei_att.coordinated.attributes, empty } tei_listTranspose = ## supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks. [11.3.4.5. ] element listTranspose { tei_transpose+, tei_att.global.attributes, empty } tei_metamark = ## contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document. [11.3.4.2. ] element metamark { tei_macro.specialPara, tei_att.spanning.attributes, tei_att.placement.attributes, tei_att.global.attributes, ## describes the function (for example status, insertion, deletion, transposition) of the mark. attribute function { tei_data.word }?, ## identifies one or more elements to which the function indicated by the metamark applies. attribute target { list { tei_data.pointer+ } }?, empty } tei_mod = ## represents any kind of modification identified within a single document. [11.3.4.1. ] element mod { tei_macro.paraContent, tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } tei_redo = ## indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [11.3.4.4. ] element redo { empty, tei_att.global.attributes, tei_att.spanning.attributes, tei_att.transcriptional.attributes, ## points to one or more elements representing the interventions which are being reasserted. attribute target { list { tei_data.pointer+ } }?, empty } tei_retrace = ## contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it. [11.3.4.3. ] element retrace { tei_macro.paraContent, tei_att.global.attributes, tei_att.spanning.attributes, tei_att.transcriptional.attributes, empty } tei_transpose = ## describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [11.3.4.5. ] element transpose { (tei_ptr, tei_ptr+), tei_att.global.attributes, empty } tei_undo = ## indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4. ] element undo { empty, tei_att.global.attributes, tei_att.spanning.attributes, tei_att.transcriptional.attributes, ## points to one or more elements representing the interventions which are to be reverted or undone. attribute target { list { tei_data.pointer+ } }?, empty } tei_precision = ## indicates the numerical accuracy or precision associated with some aspect of the text markup. [21.2. ] element precision { (tei_model.descLike | tei_model.certLike)*, tei_att.global.attributes, tei_att.scoping.attributes, tei_att.ranging.attributes, ## indicates the degree of precision to be assigned as a value between 0 (none) and 1 (optimally precise) attribute degree { tei_data.probability }?, ## characterizes the precision of the element or attribute pointed to by the precision element. attribute precision { tei_data.certainty }?, ## supplies a standard deviation associated with the value in question attribute stdDeviation { tei_data.numeric }?, empty } tei_certainty = ## indicates the degree of certainty associated with some aspect of the text markup. [21.1.2. ] element certainty { (tei_model.descLike | tei_model.certLike)*, tei_att.global.attributes, tei_att.scoping.attributes, ## (certainty) signifies the degree of certainty associated with the object pointed to by the certainty element. attribute cert { tei_data.certainty }?, ## indicates more exactly the aspect concerning which certainty is being expressed: specifically, whether the markup is correctly located, whether the correct element or attribute name has been used, or whether the content of the element or attribute is correct, etc. attribute locus { ## uncertainty concerns whether the name of the element or attribute used is correctly applied. "name" | ## uncertainty concerns whether the start of the element is correctly identified. "start" | ## uncertainty concerns whether the end of the element is correctly identified. "end" | ## uncertainty concerns both the start and the end of the element. "location" | ## uncertainty concerns the content (for an element) or the value (for an attribute) "value" }, ## provides an alternative value for the aspect of the markup in question—an alternative generic identifier, transcription, or attribute value, or the identifier of an anchor element (to indicate an alternative starting or ending location). If an assertedValue is given, the confidence level specified by degree applies to the alternative markup specified by assertedValue; if none is given, it applies to the markup in the text. attribute assertedValue { tei_data.pointer | tei_data.name | tei_data.word }?, ## indicates one or more element(s) characterizing the conditions which are assumed in the assignment of a degree of confidenceconditions assumed in the assignment of a degree of confidence. attribute given { list { tei_data.pointer+ } }?, ## indicates the degree of confidence assigned to the aspect of the markup named by the locus attribute. attribute degree { tei_data.probability }?, empty } tei_respons = ## (responsibility) identifies the individual(s) responsible for some aspect of the content or markup of particular element(s). [21.3. ] element respons { (tei_model.descLike | tei_model.certLike)*, tei_att.global.attributes, tei_att.scoping.attributes, tei_att.responsibility.attributes, ## indicates the specific aspect of the encoding (markup or content) for which responsibility is being assigned. attribute locus { list { ( ## responsibility is being assigned concerning the name of the element or attribute used. "name" | ## responsibility is being assigned concerning the start of the element concerned. "start" | ## responsibility is being assigned concerning the end of the element concerned. "end" | ## responsibility is being assigned concerning the location of the element concerned. "location" | ## responsibility is being assigned concerning the content (for an element) or the value (for an attribute) "value")+ } }, empty } tei_graph = ## encodes a graph, which is a collection of nodes, and arcs which connect the nodes. [19.1. ] element graph { ((tei_label, tei_model.global*)?, (((tei_node, tei_model.global*)+, (tei_arc, tei_model.global*)*) | ((tei_arc, tei_model.global*)+, (tei_node, tei_model.global*)+))), tei_att.global.attributes, ## describes the type of graph. ## Suggested values include: 1] undirected; 2] directed; 3] transitionNetwork; 4] transducer attribute type { ## undirected graph "undirected" | ## directed graph "directed" | ## a directed graph with distinguished initial and final nodes "transitionNetwork" | ## a transition network with up to two labels on each arc "transducer" | xsd:Name }?, ## states the order of the graph, i.e., the number of its nodes. attribute order { tei_data.count }?, ## states the size of the graph, i.e., the number of its arcs. attribute size { tei_data.count }?, empty } tei_node = ## encodes a node, a possibly labeled point in a graph. [19.1. ] element node { (tei_label, tei_label?)?, tei_att.global.attributes, ## provides the value of a node, which is a feature structure or other analytic element. attribute value { tei_data.pointer }?, ## provides a type for a node. ## Suggested values include: 1] initial; 2] final attribute type { ## initial node in a transition network "initial" | ## final node in a transition network "final" | xsd:Name }?, ## (adjacent to) gives the identifiers of the nodes which are adjacent to the current node. attribute adjTo { list { tei_data.pointer+ } }?, ## (adjacent from) gives the identifiers of the nodes which are adjacent from the current node. attribute adjFrom { list { tei_data.pointer+ } }?, ## (adjacent) gives the identifiers of the nodes which are both adjacent to and adjacent from the current node. attribute adj { list { tei_data.pointer+ } }?, ## gives the in degree of the node, the number of nodes which are adjacent from the given node. attribute inDegree { tei_data.count }?, ## gives the out degree of the node, the number of nodes which are adjacent to the given node. attribute outDegree { tei_data.count }?, ## gives the degree of the node, the number of arcs with which the node is incident. attribute degree { tei_data.count }?, empty } tei_arc = ## encodes an arc, the connection from one node to another in a graph. [19.1. ] element arc { (tei_label, tei_label?)?, tei_att.global.attributes, ## gives the identifier of the node which is adjacent from this arc. attribute from { tei_data.pointer }, ## gives the identifier of the node which is adjacent to this arc. attribute to { tei_data.pointer }, empty } tei_tree = ## encodes a tree, which is made up of a root, internal nodes, leaves, and arcs from root to leaves. [19.2. ] element tree { (tei_label?, ((tei_leaf | tei_iNode)*, tei_root, (tei_leaf | tei_iNode)*)), tei_att.global.attributes, ## gives the maximum number of children of the root and internal nodes of the tree. attribute arity { tei_data.count }?, ## (ordered) indicates whether or not the tree is ordered, or if it is partially ordered. [ a:defaultValue = "true" ] attribute ord { ## indicates that all of the branching nodes of the tree are ordered. "true" | ## indicates that some of the branching nodes of the tree are ordered and some are unordered. "partial" | ## indicates that all of the branching nodes of the tree are unordered. "false" }, ## gives the order of the tree, i.e., the number of its nodes. attribute order { tei_data.count }?, empty } tei_root = ## (root node) represents the root node of a tree. [19.2. ] element root { tei_label?, tei_att.global.attributes, ## identifies the root node of the network by pointing to a feature structure or other analytic element. attribute value { tei_data.pointer }?, ## identifies the elements which are the children of the root node. attribute children { list { tei_data.pointer+ } }, ## (ordered) indicates whether or not the root is ordered. attribute ord { tei_data.xTruthValue }?, ## gives the out degree of the root, the number of its children. attribute outDegree { tei_data.count }?, empty } tei_iNode = ## (intermediate (or internal) node) represents an intermediate (or internal) node of a tree. [19.2. ] element iNode { tei_label?, tei_att.global.attributes, ## indicates an intermediate node, which is a feature structure or other analytic element. attribute value { tei_data.pointer }?, ## provides a list of identifiers of the elements which are the children of the intermediate node. attribute children { list { tei_data.pointer+ } }, ## provides the identifier of the element which is the parent of this node. attribute parent { tei_data.pointer }?, ## (ordered) indicates whether or not the internal node is ordered. attribute ord { tei_data.xTruthValue }?, ## provides the identifier of an element which this node follows. attribute follow { tei_data.pointer }?, ## gives the out degree of an intermediate node, the number of its children. attribute outDegree { tei_data.count }?, empty } tei_leaf = ## encodes the leaves (terminal nodes) of a tree. [19.2. ] element leaf { tei_label?, tei_att.global.attributes, ## provides a pointer to a feature structure or other analytic element. attribute value { tei_data.pointer }?, ## provides the identifier of parent of a leaf. attribute parent { tei_data.pointer }?, ## provides an identifier of an element which this leaf follows. attribute follow { tei_data.pointer }?, empty } tei_eTree = ## (embedding tree) provides an alternative to tree element for representing ordered rooted tree structures. [19.3. ] element eTree { (tei_label?, (tei_eTree | tei_triangle | tei_eLeaf | tei_model.ptrLike)*), tei_att.global.attributes, tei_att.typed.attributes, ## provides the value of an embedding tree, which is a feature structure or other analytic element. attribute value { tei_data.pointer }?, empty } tei_triangle = ## (underspecified embedding tree, so called because of its ## characteristic shape when drawn) provides for an underspecified eTree, that is, an eTree with information left out. [19.3. ] element triangle { (tei_label?, (tei_eTree | tei_triangle | tei_eLeaf)*), tei_att.global.attributes, ## supplies a value for the triangle, in the form of the identifier of a feature structure or other analytic element. attribute value { tei_data.pointer }?, empty } tei_eLeaf = ## (leaf or terminal node of an embedding tree) provides explicitly for a leaf of an embedding tree, which may also be encoded with the eTree element. [19.3. ] element eLeaf { (tei_label?, tei_model.ptrLike?), tei_att.global.attributes, tei_att.typed.attributes, ## indicates the value of an embedding leaf, which is a feature structure or other analytic element. attribute value { tei_data.pointer }?, empty } tei_forest = ## provides for groups of rooted trees. [19.3. ] element forest { (tei_tree | tei_eTree | tei_triangle)+, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_listForest = ## provides for lists of forests. [19.3. ] element listForest { tei_forest+, tei_att.global.attributes, ## identifies the type of the forest group. attribute type { tei_data.enumerated }?, empty } tei_model.rdgLike = tei_rdg tei_model.rdgPart = tei_wit | tei_witStart | tei_witEnd | tei_lacunaStart | tei_lacunaEnd tei_att.rdgPart.attributes = tei_att.rdgPart.attribute.wit tei_att.rdgPart.attribute.wit = ## (witness or witnesses) contains a space-delimited list of one or more sigla indicating the witnesses to this reading beginning or ending at this point. attribute wit { list { tei_data.pointer+ } }? tei_att.witnessed.attributes = tei_att.witnessed.attribute.wit tei_att.witnessed.attribute.wit = ## (witness or witnesses) contains a space-delimited list of one or more pointers indicating the witnesses which attest to a given reading. attribute wit { list { tei_data.pointer+ } }? tei_att.textCritical.attributes = tei_att.responsibility.attributes, tei_att.textCritical.attribute.type, tei_att.textCritical.attribute.cause, tei_att.textCritical.attribute.varSeq, tei_att.textCritical.attribute.hand tei_att.textCritical.attribute.type = ## classifies the reading according to some useful typology. ## Sample values include: 1] substantive; 2] orthographic attribute type { tei_data.enumerated }? tei_att.textCritical.attribute.cause = ## classifies the cause for the variant reading, according to any appropriate typology of possible origins. ## Sample values include: 1] homeoteleuton; 2] homeoarchy; 3] paleographicConfusion; 4] haplography; 5] dittography; 6] falseEmendation attribute cause { tei_data.enumerated }? tei_att.textCritical.attribute.varSeq = ## (variant sequence) provides a number indicating the position of this reading in a sequence, when there is reason to presume a sequence to the variants. attribute varSeq { tei_data.count }? tei_att.textCritical.attribute.hand = ## indicates the hand responsible for a particular reading in the witness. attribute hand { tei_data.pointer }? tei_app = ## (apparatus entry) contains one entry in a critical apparatus, with an optional lemma and usually one or more readings or notes on the relevant passage. [12.1.1. ] element app { (tei_model.global*, (tei_lem, tei_model.global*, (tei_wit, tei_model.global*)?)?, ((tei_model.rdgLike, tei_model.global*, (tei_wit, tei_model.global*)?) | (tei_rdgGrp, tei_model.global*, (tei_wit, tei_model.global*)?))*), tei_att.global.attributes, ## classifies the variation contained in this element according to some convenient typology. attribute type { tei_data.enumerated }?, ## identifies the beginning of the lemma in the base text. attribute from { tei_data.pointer }?, ## identifies the endpoint of the lemma in the base text. attribute to { tei_data.pointer }?, ## (location) indicates the location of the variation, when the location-referenced method of apparatus markup is used. attribute loc { list { tei_data.word+ } }?, empty } tei_listApp = ## (list of apparatus entries) contains a list of apparatus entries. [12.2. ] element listApp { (tei_model.headLike*, (tei_app | tei_listApp)+), tei_att.global.attributes, tei_att.sortable.attributes, tei_att.declarable.attributes, tei_att.typed.attributes, empty } tei_lem = ## (lemma) contains the lemma, or base text, of a textual variation. [12.1. ] element lem { (text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.global | tei_model.rdgPart)*, tei_att.global.attributes, tei_att.textCritical.attributes, tei_att.witnessed.attributes, empty } tei_rdg = ## (reading) contains a single reading within a textual variation. [12.1. ] element rdg { (text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.global | tei_model.rdgPart)*, tei_att.global.attributes, tei_att.textCritical.attributes, tei_att.witnessed.attributes, empty } tei_rdgGrp = ## (reading group) within a textual variation, groups two or more readings perceived to have a genetic relationship or other affinity. [12.1. ] element rdgGrp { (((tei_rdgGrp, tei_wit?) | ((tei_lem, tei_wit?)?, (tei_model.rdgLike, tei_wit?))*)+) >> sch:pattern [ id = "ruskin-rdgGrp-only1lem-constraint-18" "\x{a}" ~ " " sch:rule [ context = "tei:rdgGrp" "\x{a}" ~ " " sch:assert [ test = "count(tei:lem) < 2" "Only one element may appear within a " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.textCritical.attributes, empty } tei_witDetail = ## (witness detail) gives further information about a particular witness, or witnesses, to a particular reading. [12.1. ] element witDetail { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.placement.attributes, tei_att.responsibility.attributes, tei_att.pointing.attributes, ## (witnesses) indicates the sigil or sigla identifying the witness or witnesses to which the detail refers. attribute wit { list { tei_data.pointer+ } }, ## describes the type of information given about the witness. attribute type { tei_data.enumerated }?, empty } tei_wit = ## contains a list of one or more sigla of witnesses attesting a given reading, in a textual variation. [12.1.4. ] element wit { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.rdgPart.attributes, empty } tei_listWit = ## (witness list) lists definitions for all the witnesses referred to by a critical apparatus, optionally grouped hierarchically. [12.1. ] element listWit { (tei_model.headLike?, (tei_witness | tei_listWit)+), tei_att.global.attributes, tei_att.sortable.attributes, empty } tei_witness = ## contains either a description of a single witness referred to within the critical apparatus, or a list of witnesses which is to be referred to by a single sigil. [12.1. ] element witness { tei_macro.limitedContent, tei_att.global.attributes, tei_att.sortable.attributes, empty } tei_witStart = ## (fragmented witness start) indicates the beginning, or resumption, of the text of a fragmentary witness. [12.1.5. ] element witStart { empty, tei_att.global.attributes, tei_att.rdgPart.attributes, empty } tei_witEnd = ## (fragmented witness end) indicates the end, or suspension, of the text of a fragmentary witness. [12.1.5. ] element witEnd { empty, tei_att.global.attributes, tei_att.rdgPart.attributes, empty } tei_lacunaStart = ## indicates the beginning of a lacuna in the text of a mostly complete textual witness. [12.1.5. ] element lacunaStart { empty, tei_att.global.attributes, tei_att.rdgPart.attributes, empty } tei_lacunaEnd = ## indicates the end of a lacuna in a mostly complete textual witness. [12.1.5. ] element lacunaEnd { empty, tei_att.global.attributes, tei_att.rdgPart.attributes, empty } tei_variantEncoding = ## declares the method used to encode text-critical variants. [12.1.1. ] element variantEncoding { empty, tei_att.global.attributes, ## indicates which method is used to encode the apparatus of variants. attribute method { ## apparatus uses line numbers or other canonical reference scheme referenced in a base text. "location-referenced" | ## apparatus indicates the precise locations of the beginning and ending of each lemma relative to a base text. "double-end-point" | ## alternate readings of a passage are given in parallel in the text; no notion of a base text is necessary. "parallel-segmentation" }, ## indicates whether the apparatus appears within the running text or external to it. attribute location { ## apparatus appears within the running text. "internal" | ## apparatus appears outside the base text. "external" } >> sch:pattern [ id = "ruskin-variantEncoding-location-variantEncodingLocation-constraint-6" "\x{a}" ~ " " sch:rule [ context = "tei:variantEncoding" "\x{a}" ~ " " sch:assert [ test = "(@location != 'external') or (@method != 'parallel-segmentation')" "\x{a}" ~ ' The @location value "external" is inconsistent with the\x{a}' ~ " parallel-segmentation method of apparatus markup." ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], empty } tei_att.msExcerpt.attributes = tei_att.msExcerpt.attribute.defective tei_att.msExcerpt.attribute.defective = ## indicates whether the passage being quoted is defective, i.e. incomplete through loss or damage. [ a:defaultValue = "false" ] attribute defective { tei_data.xTruthValue }? tei_msDesc = ## (manuscript description) contains a description of a single identifiable manuscript or other text-bearing object. [10.1. ] element msDesc { (tei_msIdentifier, tei_model.headLike*, (tei_model.pLike+ | (tei_msContents?, tei_physDesc?, tei_history?, tei_additional?, tei_msPart*))), tei_att.global.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, empty } tei_catchwords = ## describes the system used to ensure correct ordering of the quires making up a codex or incunable, typically by means of annotations at the foot of the page. [10.3.7. ] element catchwords { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_dimensions = ## contains a dimensional specification. [10.3.4. ] element dimensions { ((tei_dim | tei_model.dimLike)*) >> sch:pattern [ id = "ruskin-dimensions-duplicateDim-constraint-7" "\x{a}" ~ " " sch:rule [ context = "tei:dimensions" "\x{a}" ~ " " sch:report [ test = "count(tei:width)> 1" "\x{a}" ~ "The element " sch:name [ ] " may appear once only\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-dimensions-duplicateDim-constraint-8" "\x{a}" ~ " " sch:rule [ context = "tei:dimensions" "\x{a}" ~ " " sch:report [ test = "count(tei:height)> 1" "\x{a}" ~ "The element " sch:name [ ] " may appear once only\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ] >> sch:pattern [ id = "ruskin-dimensions-duplicateDim-constraint-9" "\x{a}" ~ " " sch:rule [ context = "tei:dimensions" "\x{a}" ~ " " sch:report [ test = "count(tei:depth)> 1" "\x{a}" ~ "The element " sch:name [ ] " may appear once only\x{a}" ~ " " ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, tei_att.dimensions.attributes, ## indicates which aspect of the object is being measured. ## Sample values include: 1] leaves; 2] ruled; 3] pricked; 4] written; 5] miniatures; 6] binding; 7] box attribute type { tei_data.enumerated }?, empty } tei_dim = ## contains any single measurement forming part of a dimensional specification of some sort. [10.3.4. ] element dim { tei_macro.xtext, tei_att.global.attributes, tei_att.typed.attributes, tei_att.dimensions.attributes, empty } tei_height = ## contains a measurement measured along the axis at right angles to the bottom of the written surface, i.e. parallel to the spine for a codex or book. [10.3.4. ] element height { tei_macro.xtext, tei_att.global.attributes, tei_att.dimensions.attributes, empty } tei_depth = ## contains a measurement measured across the spine of a book or codex, or (for other text-bearing objects) perpendicular to the measurement given by the width element. [10.3.4. ] element depth { tei_macro.xtext, tei_att.global.attributes, tei_att.dimensions.attributes, empty } tei_width = ## contains a measurement measured along the axis parallel to the bottom of the written surface, i.e. perpendicular to the spine of a book or codex. [10.3.4. ] element width { tei_macro.xtext, tei_att.global.attributes, tei_att.dimensions.attributes, empty } tei_heraldry = ## contains a heraldic formula or phrase, typically found as part of a blazon, coat of arms, etc. [10.3.8. ] element heraldry { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_locus = ## defines a location within a manuscript or manuscript part, usually as a (possibly discontinuous) sequence of folio references. [10.3.5. ] element locus { tei_macro.xtext, tei_att.global.attributes, tei_att.pointing.attributes, ## identifies the foliation scheme in terms of which the location is being specified by pointing to some foliation element defining it, or to some other equivalent resource. attribute scheme { tei_data.pointer }?, ## specifies the starting point of the location in a normalized form, typically a page number. attribute from { tei_data.word }?, ## specifies the end-point of the location in a normalized form, typically as a page number. attribute to { tei_data.word }?, empty } tei_locusGrp = ## groups a number of locations which together form a distinct but discontinuous item within a manuscript or manuscript part, according to a specific foliation. [10.3.5. ] element locusGrp { tei_locus+, tei_att.global.attributes, ## identifies the foliation scheme in terms of which all the locations contained by the group are specified by pointing to some foliation element defining it, or to some other equivalent resource. attribute scheme { tei_data.pointer }?, empty } tei_material = ## contains a word or phrase describing the material of which the object being described is composed. [10.3.2. ] element material { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_objectType = ## contains a word or phrase describing the type of object being referred to. [10.3.2. ] element objectType { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.canonical.attributes, empty } tei_origDate = ## (origin date) contains any form of date, used to identify the date of origin for a manuscript or manuscript part. [10.3.1. ] element origDate { (text | tei_model.gLike | tei_model.phrase | tei_model.global)*, tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_origPlace = ## (origin place) contains any form of place name, used to identify the place of origin for a manuscript or manuscript part. [10.3.1. ] element origPlace { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, empty } tei_secFol = ## (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. ] element secFol { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_signatures = ## contains discussion of the leaf or quire signatures found within a codex. [10.3.7. ] element signatures { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_stamp = ## contains a word or phrase describing a stamp or similar device. [10.3.3. ] element stamp { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, empty } tei_watermark = ## contains a word or phrase describing a watermark or similar device. [10.3.3. ] element watermark { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_msIdentifier = ## (manuscript identifier) contains the information required to identify the manuscript being described. [10.4. ] element msIdentifier { ((tei_model.placeNamePart_sequenceOptional, tei_institution?, tei_repository?, tei_collection*, tei_idno?), (tei_msName | tei_altIdentifier)*) >> sch:pattern [ id = "ruskin-msIdentifier-msId_minimal-constraint-10" "\x{a}" ~ " " sch:rule [ context = "tei:msIdentifier" "\x{a}" ~ " " sch:report [ 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 of some type, or a manuscript name" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, empty } tei_institution = ## contains the name of an organization such as a university or library, with which a manuscript is identified, generally its holding institution. [10.4. ] element institution { tei_macro.xtext, tei_att.global.attributes, tei_att.naming.attributes, empty } tei_repository = ## contains the name of a repository within which manuscripts are stored, possibly forming part of an institution. [10.4. ] element repository { tei_macro.xtext, tei_att.global.attributes, tei_att.naming.attributes, empty } tei_collection = ## contains the name of a collection of manuscripts, not necessarily located within a single repository. [10.4. ] element collection { tei_macro.xtext, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, empty } tei_altIdentifier = ## (alternative identifier) contains an alternative or former structured identifier used for a manuscript, such as a former catalogue number. [10.4. ] element altIdentifier { (tei_model.placeNamePart_sequenceOptional, tei_institution?, tei_repository?, tei_collection?, tei_idno, tei_note?), tei_att.global.attributes, tei_att.typed.attributes, empty } tei_msName = ## (alternative name) contains any form of unstructured alternative name used for a manuscript, such as an ocellus nominum, or nickname. [10.4. ] element msName { tei_macro.xtext, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_colophon = ## contains the colophon of a manuscript item: that is, a statement providing information regarding the date, place, agency, or reason for production of the manuscript. [10.6.1. ] element colophon { tei_macro.phraseSeq, tei_att.global.attributes, empty } tei_explicit = ## contains the explicit of a manuscript item, that is, the closing words of the text proper, exclusive of any rubric or colophon which might follow it. [10.6.1. ] element explicit { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, empty } tei_filiation = ## contains information concerning the manuscript's filiation, i.e. its relationship to other surviving manuscripts of the same text, its protographs, antigraphs and apographs. [10.6.1. ] element filiation { tei_macro.specialPara, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_finalRubric = ## 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. ] element finalRubric { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_incipit = ## contains the incipit of a manuscript item, that is the opening words of the text proper, exclusive of any rubric which might precede it, of sufficient length to identify the work uniquely; such incipits were, in former times, frequently used a means of reference to a work, in place of a title. [10.6.1. ] element incipit { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, empty } tei_msContents = ## (manuscript contents) describes the intellectual content of a manuscript or manuscript part, either as a series of paragraphs or as a series of structured manuscript items. [10.6. ] element msContents { (tei_model.pLike+ | (tei_summary?, tei_textLang?, tei_titlePage?, (tei_msItem | tei_msItemStruct)*)), tei_att.global.attributes, tei_att.msExcerpt.attributes, ## identifies the text types or classifications applicable to this object by pointing to other elements or resources defining the classification concerned. attribute class { list { tei_data.pointer+ } }?, empty } tei_msItem = ## (manuscript item) describes an individual work or item within the intellectual content of a manuscript or manuscript part. [10.6.1. ] element msItem { ((tei_locus | tei_locusGrp)*, (tei_model.pLike+ | (tei_model.titlepagePart | tei_model.msItemPart | tei_model.global)+)), tei_att.global.attributes, tei_att.msExcerpt.attributes, ## identifies the text types or classifications applicable to this item by pointing to other elements or resources defining the classification concerned. attribute class { list { tei_data.pointer+ } }?, empty } tei_msItemStruct = ## (structured manuscript item) contains a structured description for an individual work or item within the intellectual content of a manuscript or manuscript part. [10.6.1. ] element msItemStruct { ((tei_locus | tei_locusGrp)?, (tei_model.pLike+ | (tei_author*, tei_respStmt*, tei_title*, tei_rubric?, tei_incipit?, tei_msItemStruct*, tei_explicit?, tei_finalRubric?, tei_colophon*, tei_decoNote*, tei_listBibl*, (tei_bibl | tei_biblStruct)*, tei_model.noteLike*, tei_textLang?))), tei_att.global.attributes, tei_att.msExcerpt.attributes, ## identifies the text types or classifications applicable to this item by pointing to other elements or resources defining the classification concerned. attribute class { list { tei_data.pointer+ } }?, empty } tei_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 signals the beginning of a text division, often with an assertion as to its author and title, which is in some way set off from the text itself, usually in red ink, or by use of different size or type of script, or some other such visual device. [10.6.1. ] element rubric { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_summary = ## contains an overview of the available information concerning some aspect of an item (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. ] element summary { tei_macro.specialPara, tei_att.global.attributes, empty } tei_physDesc = ## (physical description) contains a full physical description of a manuscript or manuscript part, optionally subdivided using more specialized elements from the model.physDescPart class. [10.7. ] element physDesc { (tei_model.pLike*, tei_model.physDescPart_sequenceOptional), tei_att.global.attributes, empty } tei_objectDesc = ## contains a description of the physical components making up the object which is being described. [10.7.1. ] element objectDesc { (tei_model.pLike+ | (tei_supportDesc?, tei_layoutDesc?)), tei_att.global.attributes, ## a short project-specific name identifying the physical form of the carrier, for example as a codex, roll, fragment, partial leaf, cutting etc. attribute form { tei_data.enumerated }?, empty } tei_supportDesc = ## (support description) groups elements describing the physical support for the written part of a manuscript. [10.7.1. ] element supportDesc { (tei_model.pLike+ | (tei_support?, tei_extent?, tei_foliation*, tei_collation?, tei_condition?)), tei_att.global.attributes, ## a short project-defined name for the material composing the majority of the support ## Suggested values include: 1] paper; 2] parch(parchment) ; 3] mixed attribute material { ## "paper" | ## (parchment) "parch" | ## "mixed" | xsd:Name }?, empty } tei_support = ## contains a description of the materials etc. which make up the physical support for the written part of a manuscript. [10.7.1. ] element support { tei_macro.specialPara, tei_att.global.attributes, empty } tei_collation = ## contains a description of how the leaves or bifolia are physically arranged. [10.7.1. ] element collation { tei_macro.specialPara, tei_att.global.attributes, empty } tei_foliation = ## describes the numbering system or systems used to count the leaves or pages in a codex. [10.7.1.4. ] element foliation { tei_macro.specialPara, tei_att.global.attributes, empty } tei_condition = ## contains a description of the physical condition of the manuscript. [10.7.1.5. ] element condition { tei_macro.specialPara, tei_att.global.attributes, empty } tei_layoutDesc = ## (layout description) collects the set of layout descriptions applicable to a manuscript. [10.7.2. ] element layoutDesc { (tei_model.pLike+ | (tei_summary?, tei_layout+)), tei_att.global.attributes, empty } tei_layout = ## describes how text is laid out on the page, including information about any ruling, pricking, or other evidence of page-preparation techniques. [10.7.2. ] element layout { tei_macro.specialPara, tei_att.global.attributes, ## specifies the number of columns per page attribute columns { list { tei_data.count, tei_data.count? } }?, ## specifies the number of ruled lines per column attribute ruledLines { list { tei_data.count, tei_data.count? } }?, ## specifies the number of written lines per column attribute writtenLines { list { tei_data.count, tei_data.count? } }?, empty } tei_handDesc = ## (description of hands) contains a description of all the different kinds of writing used in a manuscript. [10.7.2. ] element handDesc { (tei_model.pLike+ | (tei_summary?, tei_handNote+)), tei_att.global.attributes, ## specifies the number of distinct hands identified within the manuscript attribute hands { tei_data.count }?, empty } tei_typeDesc = ## contains a description of the typefaces or other aspects of the printing of an incunable or other printed source. [10.7.2.1. ] element typeDesc { (tei_model.pLike+ | (tei_summary?, tei_typeNote+)), tei_att.global.attributes, empty } tei_scriptDesc = ## contains a description of the scripts used in a manuscript or similar source. [10.7.2.1. ] element scriptDesc { (tei_model.pLike+ | (tei_summary?, tei_scriptNote+)), tei_att.global.attributes, empty } tei_musicNotation = ## contains description of type of musical notation. [10.7.2. ] element musicNotation { tei_macro.specialPara, tei_att.global.attributes, empty } tei_decoDesc = ## (decoration description) contains a description of the decoration of a manuscript, either as a sequence of paragraphs, or as a sequence of topically organized decoNote elements. [10.7.3. ] element decoDesc { (tei_model.pLike+ | (tei_summary?, tei_decoNote+)), tei_att.global.attributes, empty } tei_decoNote = ## (note on decoration) contains a note describing either a decorative component of a manuscript, or a fairly homogenous class of such components. [10.7.3. ] element decoNote { tei_macro.specialPara, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_additions = ## contains a description of any significant additions found within a manuscript, such as marginalia or other annotations. [10.7.2. ] element additions { tei_macro.specialPara, tei_att.global.attributes, empty } tei_bindingDesc = ## (binding description) describes the present and former bindings of a manuscript, either as a series of paragraphs or as a series of distinct binding elements, one for each binding of the manuscript. [10.7.3.1. ] element bindingDesc { ((tei_model.pLike | tei_decoNote | tei_condition)+ | tei_binding+), tei_att.global.attributes, empty } tei_binding = ## contains a description of one binding, i.e. type of covering, boards, etc. applied to a manuscript. [10.7.3.1. ] element binding { (tei_model.pLike | tei_condition | tei_decoNote)+, tei_att.global.attributes, tei_att.datable.attributes, ## specifies whether or not the binding is contemporary with the majority of its contents attribute contemporary { tei_data.xTruthValue }?, empty } tei_sealDesc = ## (seal description) describes the seals or other external items attached to a manuscript, either as a series of paragraphs or as a series of distinct seal elements, possibly with additional decoNotes. [10.7.3.2. ] element sealDesc { (tei_model.pLike+ | (tei_summary?, (tei_decoNote | tei_seal | tei_condition)+)), tei_att.global.attributes, empty } tei_seal = ## contains a description of one seal or similar attachment applied to a manuscript. [10.7.3.2. ] element seal { (tei_model.pLike | tei_decoNote)+, tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, ## specifies whether or not the seal is contemporary with the item to which it is affixed attribute contemporary { tei_data.xTruthValue }?, empty } tei_accMat = ## (accompanying material) contains details of any significant additional material which may be closely associated with the manuscript being described, such as non-contemporaneous documents or fragments bound in with the manuscript at some earlier historical period. [10.7.3.3. ] element accMat { tei_macro.specialPara, tei_att.global.attributes, tei_att.typed.attributes, empty } tei_history = ## groups elements describing the full history of a manuscript or manuscript part. [10.8. ] element history { (tei_model.pLike+ | (tei_summary?, tei_origin?, tei_provenance*, tei_acquisition?)), tei_att.global.attributes, empty } tei_origin = ## contains any descriptive or other information concerning the origin of a manuscript or manuscript part. [10.8. ] element origin { tei_macro.specialPara, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, empty } tei_provenance = ## contains any descriptive or other information concerning a single identifiable episode during the history of a manuscript or manuscript part, after its creation but before its acquisition. [10.8. ] element provenance { tei_macro.specialPara, tei_att.global.attributes, tei_att.datable.attributes, tei_att.typed.attributes, tei_att.responsibility.attributes, empty } tei_acquisition = ## contains any descriptive or other information concerning the process by which a manuscript or manuscript part entered the holding institution. [10.8. ] element acquisition { tei_macro.specialPara, tei_att.global.attributes, tei_att.datable.attributes, empty } tei_additional = ## groups additional information, combining bibliographic information about a manuscript, or surrogate copies of it with curatorial or administrative information. [10.9. ] element additional { (tei_adminInfo?, tei_surrogates?, tei_listBibl?), tei_att.global.attributes, empty } tei_adminInfo = ## (administrative information) contains information about the present custody and availability of the manuscript, and also about the record description itself. [10.9.1. ] element adminInfo { (tei_recordHist?, tei_availability?, tei_custodialHist?, tei_model.noteLike?), tei_att.global.attributes, empty } tei_recordHist = ## (recorded history) provides information about the source and revision status of the parent manuscript description itself. [10.9.1. ] element recordHist { (tei_model.pLike+ | (tei_source, tei_change*)), tei_att.global.attributes, empty } tei_source = ## describes the original source for the information contained with a manuscript description. [10.9.1.1. ] element source { tei_macro.specialPara, tei_att.global.attributes, empty } tei_custodialHist = ## (custodial history) contains a description of a manuscript's custodial history, either as running prose or as a series of dated custodial events. [10.9.1.2. ] element custodialHist { (tei_model.pLike+ | tei_custEvent+), tei_att.global.attributes, empty } tei_custEvent = ## (custodial event) describes a single event during the custodial history of a manuscript. [10.9.1.2. ] element custEvent { tei_macro.specialPara, tei_att.global.attributes, tei_att.datable.attributes, tei_att.typed.attributes, empty } tei_surrogates = ## contains information about any representations of the manuscript being described which may exist in the holding institution or elsewhere. [10.9. ] element surrogates { tei_macro.specialPara, tei_att.global.attributes, empty } tei_msPart = ## (manuscript part) contains information about an originally distinct manuscript or part of a manuscript, now forming part of a composite manuscript. [10.10. ] element msPart { ((tei_altIdentifier | tei_msIdentifier), tei_model.headLike*, (tei_model.pLike+ | (tei_msContents?, tei_physDesc?, tei_history?, tei_additional?, tei_msPart*))) >> sch:pattern [ id = "ruskin-msPart-deprecate-altIdentifier-child-constraint-11" "\x{a}" ~ " " sch:rule [ context = "tei:msPart" "\x{a}" ~ " " sch:report [ role = "nonfatal" test = "child::tei:altIdentifier" "WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09" ] "\x{a}" ~ " " ] "\x{a}" ~ " " ], tei_att.global.attributes, empty } start = tei_TEI | tei_teiCorpus