diff --git a/schema/tei_bare.rnc b/schema/tei_bare.rnc
deleted file mode 100644
index da4c30e..0000000
--- a/schema/tei_bare.rnc
+++ /dev/null
@@ -1,884 +0,0 @@
-namespace rng = "http://relaxng.org/ns/structure/1.0"
-namespace sch = "http://purl.oclc.org/dsdl/schematron"
-default namespace tei = "http://www.tei-c.org/ns/1.0"
-namespace teix = "http://www.tei-c.org/ns/Examples"
-namespace xlink = "http://www.w3.org/1999/xlink"
-
-# Schema generated from ODD source 2018-07-23T09:23:11Z. .
-# TEI Edition: Version 3.4.0. Last updated on
-# 23rd July 2018, revision 1fa0b54
-# TEI Edition Location: http://www.tei-c.org/Vault/P5/Version 3.4.0/
-#
-
-# This template file is freely available and you are hereby authorised to copy, modify, and redistribute it in any way without further reference or permissions. When making such modifications, you are strongly recommended to change the present text to include an accurate statement of the licencing conditions applicable to your modified text.
-macro.paraContent =
- (text
- | model.gLike
- | model.phrase
- | model.inter
- | model.global
- | model.lLike)*
-macro.phraseSeq = (text | model.gLike | model.phrase | model.global)*
-macro.specialPara =
- (text
- | model.gLike
- | model.phrase
- | model.inter
- | model.divPart
- | model.global)*
-att.canonical.attributes =
- att.canonical.attribute.key, att.canonical.attribute.ref
-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 { xsd:string }?
-att.canonical.attribute.ref =
-
- ## (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
- attribute ref {
- list { xsd:anyURI+ }
- }?
-att.datable.w3c.attributes =
- att.datable.w3c.attribute.when,
- att.datable.w3c.attribute.notBefore,
- att.datable.w3c.attribute.notAfter,
- att.datable.w3c.attribute.from,
- att.datable.w3c.attribute.to
-att.datable.w3c.attribute.when =
-
- ## supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.
- attribute when {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-att.datable.w3c.attribute.notBefore =
-
- ## specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.
- attribute notBefore {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-att.datable.w3c.attribute.notAfter =
-
- ## specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.
- attribute notAfter {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-att.datable.w3c.attribute.from =
-
- ## indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.
- attribute from {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-att.datable.w3c.attribute.to =
-
- ## indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.
- attribute to {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-sch:pattern [
- id = "tei_bare-att.datable.w3c-att-datable-w3c-when-constraint-rule-1"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@when]"
- "\x{a}" ~
- " "
- sch:report [
- test = "@notBefore|@notAfter|@from|@to"
- role = "nonfatal"
- "The @when attribute cannot be used with any other att.datable.w3c attributes."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-sch:pattern [
- id = "tei_bare-att.datable.w3c-att-datable-w3c-from-constraint-rule-2"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@from]"
- "\x{a}" ~
- " "
- sch:report [
- test = "@notBefore"
- role = "nonfatal"
- "The @from and @notBefore attributes cannot be used together."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-sch:pattern [
- id = "tei_bare-att.datable.w3c-att-datable-w3c-to-constraint-rule-3"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@to]"
- "\x{a}" ~
- " "
- sch:report [
- test = "@notAfter"
- role = "nonfatal"
- "The @to and @notAfter attributes cannot be used together."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-att.datable.attributes =
- att.datable.w3c.attributes,
- att.datable.attribute.calendar,
- att.datable.attribute.period
-att.datable.attribute.calendar =
-
- ## indicates the system or calendar to which the date represented by the content of this element belongs.
- attribute calendar { xsd:anyURI }?
-sch:pattern [
- id = "tei_bare-att.datable-calendar-calendar-constraint-rule-4"
- "\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}" ~
- " "
-]
-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 { xsd:anyURI }?
-att.global.rendition.attributes =
- att.global.rendition.attribute.rendition
-att.global.rendition.attribute.rendition =
-
- ## points to a description of the rendering or presentation used for this element in the source text.
- attribute rendition {
- list { xsd:anyURI+ }
- }?
-att.global.attributes =
- att.global.rendition.attributes,
- att.global.attribute.xmlid,
- att.global.attribute.n,
- att.global.attribute.xmllang
-att.global.attribute.xmlid =
-
- ## (identifier) provides a unique identifier for the element bearing the attribute.
- attribute xml:id { xsd:ID }?
-att.global.attribute.n =
-
- ## (number) gives a number (or other label) for an element, which is not necessarily unique within the document.
- attribute n { xsd:string }?
-att.global.attribute.xmllang =
-
- ## (language) indicates the language of the element content using a tag generated according to BCP 47.
- attribute xml:lang {
- xsd:language
- | (
- ##
- "")
- }?
-att.naming.attributes =
- att.canonical.attributes,
- att.naming.attribute.role,
- att.naming.attribute.nymRef
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+
- }
- }?
-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 { xsd:anyURI+ }
- }?
-att.placement.attributes = att.placement.attribute.place
-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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" })+
- }
- }?
-att.typed.attributes =
- att.typed.attribute.type, att.typed.attribute.subtype
-att.typed.attribute.type =
-
- ## characterizes the element in some sense, using any convenient classification scheme or typology.
- attribute type {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.typed.attribute.subtype =
-
- ## provides a sub-categorization of the element, if needed
- attribute subtype {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-sch:pattern [
- id = "tei_bare-att.typed-subtypeTyped-constraint-rule-5"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@subtype]"
- "\x{a}" ~
- " "
- sch:assert [
- test = "@type"
- "The "
- sch:name [ ]
- " element should not be categorized in detail with @subtype unless also categorized in general with @type"
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-att.sortable.attributes = att.sortable.attribute.sortKey
-att.sortable.attribute.sortKey =
-
- ## supplies the sort key for this element in an index, list or group which contains it.
- attribute sortKey {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-model.nameLike.agent = notAllowed
-model.nameLike.agent_alternation = notAllowed
-model.nameLike.agent_sequence = empty
-model.nameLike.agent_sequenceOptional = empty
-model.nameLike.agent_sequenceOptionalRepeatable = empty
-model.nameLike.agent_sequenceRepeatable = notAllowed
-model.segLike = notAllowed
-model.hiLike = notAllowed
-model.hiLike_alternation = notAllowed
-model.hiLike_sequence = empty
-model.hiLike_sequenceOptional = empty
-model.hiLike_sequenceOptionalRepeatable = empty
-model.hiLike_sequenceRepeatable = notAllowed
-model.emphLike = title
-model.emphLike_alternation = title
-model.emphLike_sequence = title
-model.emphLike_sequenceOptional = title?
-model.emphLike_sequenceOptionalRepeatable = title*
-model.emphLike_sequenceRepeatable = title+
-model.highlighted = model.hiLike | model.emphLike
-model.dateLike = notAllowed
-model.dateLike_alternation = notAllowed
-model.dateLike_sequence = empty
-model.dateLike_sequenceOptional = empty
-model.dateLike_sequenceOptionalRepeatable = empty
-model.dateLike_sequenceRepeatable = notAllowed
-model.measureLike = notAllowed
-model.measureLike_alternation = notAllowed
-model.measureLike_sequence = empty
-model.measureLike_sequenceOptional = empty
-model.measureLike_sequenceOptionalRepeatable = empty
-model.measureLike_sequenceRepeatable = notAllowed
-model.egLike = notAllowed
-model.egLike_alternation = notAllowed
-model.egLike_sequence = empty
-model.egLike_sequenceOptional = empty
-model.egLike_sequenceOptionalRepeatable = empty
-model.egLike_sequenceRepeatable = notAllowed
-model.graphicLike = notAllowed
-model.offsetLike = notAllowed
-model.offsetLike_alternation = notAllowed
-model.offsetLike_sequence = empty
-model.offsetLike_sequenceOptional = empty
-model.offsetLike_sequenceOptionalRepeatable = empty
-model.offsetLike_sequenceRepeatable = notAllowed
-model.pPart.msdesc = notAllowed
-model.pPart.editorial = notAllowed
-model.pPart.editorial_alternation = notAllowed
-model.pPart.editorial_sequence = empty
-model.pPart.editorial_sequenceOptional = empty
-model.pPart.editorial_sequenceOptionalRepeatable = empty
-model.pPart.editorial_sequenceRepeatable = notAllowed
-model.pPart.transcriptional = notAllowed
-model.pPart.transcriptional_alternation = notAllowed
-model.pPart.transcriptional_sequence = empty
-model.pPart.transcriptional_sequenceOptional = empty
-model.pPart.transcriptional_sequenceOptionalRepeatable = empty
-model.pPart.transcriptional_sequenceRepeatable = notAllowed
-model.pPart.edit = model.pPart.editorial | model.pPart.transcriptional
-model.ptrLike = notAllowed
-model.lPart = notAllowed
-model.global.meta = notAllowed
-model.milestoneLike = notAllowed
-model.gLike = notAllowed
-model.oddDecl = notAllowed
-model.oddDecl_alternation = notAllowed
-model.oddDecl_sequence = empty
-model.oddDecl_sequenceOptional = empty
-model.oddDecl_sequenceOptionalRepeatable = empty
-model.oddDecl_sequenceRepeatable = notAllowed
-model.phrase.xml = notAllowed
-model.specDescLike = notAllowed
-model.biblLike = notAllowed
-model.biblLike_alternation = notAllowed
-model.biblLike_sequence = empty
-model.biblLike_sequenceOptional = empty
-model.biblLike_sequenceOptionalRepeatable = empty
-model.biblLike_sequenceRepeatable = notAllowed
-model.headLike = head
-model.headLike_alternation = head
-model.headLike_sequence = head
-model.headLike_sequenceOptional = head?
-model.headLike_sequenceOptionalRepeatable = head*
-model.headLike_sequenceRepeatable = head+
-model.labelLike = label
-model.labelLike_alternation = label
-model.labelLike_sequence = label
-model.labelLike_sequenceOptional = label?
-model.labelLike_sequenceOptionalRepeatable = label*
-model.labelLike_sequenceRepeatable = label+
-model.listLike = \list
-model.listLike_alternation = \list
-model.listLike_sequence = \list
-model.listLike_sequenceOptional = \list?
-model.listLike_sequenceOptionalRepeatable = \list*
-model.listLike_sequenceRepeatable = \list+
-model.noteLike = notAllowed
-model.lLike = notAllowed
-model.lLike_alternation = notAllowed
-model.lLike_sequence = empty
-model.lLike_sequenceOptional = empty
-model.lLike_sequenceOptionalRepeatable = empty
-model.lLike_sequenceRepeatable = notAllowed
-model.pLike = p
-model.pLike_alternation = p
-model.pLike_sequence = p
-model.pLike_sequenceOptional = p?
-model.pLike_sequenceOptionalRepeatable = p*
-model.pLike_sequenceRepeatable = p+
-model.stageLike = notAllowed
-model.stageLike_alternation = notAllowed
-model.stageLike_sequence = empty
-model.stageLike_sequenceOptional = empty
-model.stageLike_sequenceOptionalRepeatable = empty
-model.stageLike_sequenceRepeatable = notAllowed
-model.global.edit = notAllowed
-model.divPart = model.lLike | model.pLike
-model.placeNamePart = notAllowed
-model.placeNamePart_alternation = notAllowed
-model.placeNamePart_sequence = empty
-model.placeNamePart_sequenceOptional = empty
-model.placeNamePart_sequenceOptionalRepeatable = empty
-model.placeNamePart_sequenceRepeatable = notAllowed
-model.placeStateLike = model.placeNamePart
-model.placeStateLike_alternation = model.placeNamePart_alternation
-model.placeStateLike_sequence = model.placeNamePart_sequence
-model.placeStateLike_sequenceOptional =
- model.placeNamePart_sequenceOptional?
-model.placeStateLike_sequenceOptionalRepeatable =
- model.placeNamePart_sequenceOptionalRepeatable*
-model.placeStateLike_sequenceRepeatable =
- model.placeNamePart_sequenceRepeatable+
-model.publicationStmtPart.agency = notAllowed
-model.publicationStmtPart.detail = model.ptrLike
-model.quoteLike = notAllowed
-model.quoteLike_alternation = notAllowed
-model.quoteLike_sequence = empty
-model.quoteLike_sequenceOptional = empty
-model.quoteLike_sequenceOptionalRepeatable = empty
-model.quoteLike_sequenceRepeatable = notAllowed
-model.qLike = model.quoteLike
-model.qLike_alternation = model.quoteLike_alternation
-model.qLike_sequence = model.quoteLike_sequence
-model.qLike_sequenceOptional = model.quoteLike_sequenceOptional?
-model.qLike_sequenceOptionalRepeatable =
- model.quoteLike_sequenceOptionalRepeatable*
-model.qLike_sequenceRepeatable = model.quoteLike_sequenceRepeatable+
-model.respLike = author
-model.divWrapper = notAllowed
-model.divTopPart = model.headLike
-model.divTop = model.divWrapper | model.divTopPart
-model.frontPart.drama = notAllowed
-model.pLike.front = head
-model.divBottomPart = notAllowed
-model.divBottom = model.divWrapper | model.divBottomPart
-model.addressLike = notAllowed
-model.addressLike_alternation = notAllowed
-model.addressLike_sequence = empty
-model.addressLike_sequenceOptional = empty
-model.addressLike_sequenceOptionalRepeatable = empty
-model.addressLike_sequenceRepeatable = notAllowed
-model.nameLike =
- model.nameLike.agent | model.offsetLike | model.placeStateLike
-model.nameLike_alternation =
- model.nameLike.agent_alternation
- | model.offsetLike_alternation
- | model.placeStateLike_alternation
-model.nameLike_sequence =
- model.nameLike.agent_sequence,
- model.offsetLike_sequence,
- model.placeStateLike_sequence
-model.nameLike_sequenceOptional =
- model.nameLike.agent_sequenceOptional?,
- model.offsetLike_sequenceOptional?,
- model.placeStateLike_sequenceOptional?
-model.nameLike_sequenceOptionalRepeatable =
- model.nameLike.agent_sequenceOptionalRepeatable*,
- model.offsetLike_sequenceOptionalRepeatable*,
- model.placeStateLike_sequenceOptionalRepeatable*
-model.nameLike_sequenceRepeatable =
- model.nameLike.agent_sequenceRepeatable+,
- model.offsetLike_sequenceRepeatable+,
- model.placeStateLike_sequenceRepeatable+
-model.global =
- model.global.meta
- | model.milestoneLike
- | model.noteLike
- | model.global.edit
-model.frontPart = model.frontPart.drama
-model.pPart.data =
- model.dateLike
- | model.measureLike
- | model.addressLike
- | model.nameLike
-model.inter =
- model.egLike
- | model.oddDecl
- | model.biblLike
- | model.labelLike
- | model.listLike
- | model.stageLike
- | model.qLike
-model.common = model.divPart | model.inter
-model.phrase =
- model.segLike
- | model.highlighted
- | model.graphicLike
- | model.pPart.msdesc
- | model.pPart.edit
- | model.ptrLike
- | model.lPart
- | model.phrase.xml
- | model.specDescLike
- | model.pPart.data
-model.divLike = \div
-model.divGenLike = notAllowed
-model.div1Like = notAllowed
-model.teiHeaderPart = notAllowed
-model.sourceDescPart = notAllowed
-model.resourceLike = \text
-p =
-
- ## (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]
- element p {
- macro.paraContent
- >> sch:pattern [
- id = "tei_bare-p-abstractModel-structure-p-constraint-report-4"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:p"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "not(ancestor::tei:floatingText) and (ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure )"
- "\x{a}" ~
- " Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- >> sch:pattern [
- id = "tei_bare-p-abstractModel-structure-l-constraint-report-5"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:p"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "ancestor::tei:l[not(.//tei:note//tei:p[. = current()])]"
- "\x{a}" ~
- " Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- empty
- }
-\list =
-
- ## contains any sequence of items organized as a list. [3.7. Lists]
- element list {
- ((model.divTop | model.global)*,
- ((item, model.global*)+
- | (label, model.global*, item, model.global*)+),
- (model.divBottom, model.global*)*)
- >> sch:pattern [
- id =
- "tei_bare-list-gloss-list-must-have-labels-constraint-rule-6"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:list[@type='gloss']"
- "\x{a}" ~
- " "
- sch:assert [
- test = "tei:label"
- 'The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element'
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.sortable.attributes,
- 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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-item =
-
- ## contains one component of a list. [3.7. Lists 2.6. The Revision Description]
- element item {
- macro.specialPara,
- att.global.attributes,
- att.sortable.attributes,
- empty
- }
-label =
-
- ## contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. Lists]
- element label {
- macro.phraseSeq,
- att.global.attributes,
- att.typed.attributes,
- att.placement.attributes,
- empty
- }
-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. Headings and Trailers]
- element head {
- (text
- | model.gLike
- | model.phrase
- | model.inter
- | model.lLike
- | model.global)*,
- att.global.attributes,
- att.typed.attributes,
- att.placement.attributes,
- empty
- }
-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. Titles, Authors, and Editors 2.2.1. The Title Statement]
- element author {
- macro.phraseSeq, att.global.attributes, att.naming.attributes, empty
- }
-title =
-
- ## contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
- element title {
- macro.paraContent,
- att.global.attributes,
- att.canonical.attributes,
- att.typed.attribute.subtype,
- att.datable.attributes,
-
- ## 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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-teiHeader =
-
- ## (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]
- element teiHeader {
- (fileDesc, model.teiHeaderPart*), att.global.attributes, empty
- }
-fileDesc =
-
- ## (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]
- element fileDesc {
- ((titleStmt, publicationStmt), sourceDesc+),
- att.global.attributes,
- empty
- }
-titleStmt =
-
- ## (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]
- element titleStmt {
- (title+, model.respLike*), att.global.attributes, empty
- }
-publicationStmt =
-
- ## (publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]
- element publicationStmt {
- ((model.publicationStmtPart.agency,
- model.publicationStmtPart.detail*)+
- | model.pLike+),
- att.global.attributes,
- empty
- }
-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. The Source Description]
- element sourceDesc {
- (model.pLike+
- | (model.biblLike | model.sourceDescPart | model.listLike)+),
- att.global.attributes,
- empty
- }
-TEI =
-
- ## (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resourceLike class. Multiple TEI elements may be combined to form a teiCorpus element. [4. Default Text Structure 15.1. Varieties of Composite Text]
- element TEI {
- (teiHeader, model.resourceLike+)
- >> 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"
- ],
- att.global.attributes,
- att.typed.attributes,
- empty
- }
-\text =
-
- ## contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4. Default Text Structure 15.1. Varieties of Composite Text]
- element text {
- (model.global*,
- (front, model.global*)?,
- (body),
- model.global*,
- (back, model.global*)?),
- att.global.attributes,
- att.typed.attributes,
- empty
- }
-body =
-
- ## (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]
- element body {
- (model.global*,
- (model.divTop, (model.global | model.divTop)*)?,
- (model.divGenLike, (model.global | model.divGenLike)*)?,
- ((model.divLike, (model.global | model.divGenLike)*)+
- | (model.div1Like, (model.global | model.divGenLike)*)+
- | ((model.common, model.global*)+,
- ((model.divLike, (model.global | model.divGenLike)*)+
- | (model.div1Like, (model.global | model.divGenLike)*)+)?)),
- (model.divBottom, model.global*)*),
- att.global.attributes,
- empty
- }
-\div =
-
- ## (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]
- element div {
- ((model.divTop | model.global)*,
- ((((model.divLike | model.divGenLike), model.global*)+
- | ((model.common, model.global*)+,
- ((model.divLike | model.divGenLike), model.global*)*)),
- (model.divBottom, model.global*)*)?)
- >> sch:pattern [
- id =
- "tei_bare-div-abstractModel-structure-l-constraint-report-6"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:div"
- "\x{a}" ~
- " "
- sch:report [
- test = "ancestor::tei:l"
- "\x{a}" ~
- " Abstract model violation: Lines may not contain higher-level structural elements such as div.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- >> sch:pattern [
- id =
- "tei_bare-div-abstractModel-structure-p-constraint-report-7"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:div"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "ancestor::tei:p or ancestor::tei:ab and not(ancestor::tei:floatingText)"
- "\x{a}" ~
- " Abstract model violation: p and ab may not contain higher-level structural elements such as div.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.typed.attributes,
- empty
- }
-front =
-
- ## (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]
- element front {
- ((model.frontPart
- | model.pLike
- | model.pLike.front
- | model.global)*,
- (((model.div1Like,
- (model.div1Like | model.frontPart | model.global)*)
- | (model.divLike,
- (model.divLike | model.frontPart | model.global)*)),
- (model.divBottom, (model.divBottom | model.global)*)?)?),
- att.global.attributes,
- empty
- }
-back =
-
- ## (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
- element back {
- ((model.frontPart
- | model.pLike.front
- | model.pLike
- | model.listLike
- | model.global)*,
- ((model.div1Like,
- (model.frontPart | model.div1Like | model.global)*)
- | (model.divLike,
- (model.frontPart | model.divLike | model.global)*))?,
- (model.divBottomPart, (model.divBottomPart | model.global)*)?),
- att.global.attributes,
- empty
- }
-start = TEI
diff --git a/schema/tei_bare.rng b/schema/tei_bare.rng
deleted file mode 100644
index 1ed0115..0000000
--- a/schema/tei_bare.rng
+++ /dev/null
@@ -1,1851 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.
-
-
-
-
-
-
-
- (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The @when attribute cannot be used with any other att.datable.w3c attributes.
-
-
-
-
- The @from and @notBefore attributes cannot be used together.
-
-
-
-
- The @to and @notAfter attributes cannot be used together.
-
-
-
-
-
-
-
-
-
-
- indicates the system or calendar to which the date represented by the content of this element belongs.
-
-
-
-
-
-
-
-@calendar indicates the system or calendar to which the date represented by the content of this element
-belongs, but this element has no textual content.
-
-
-
-
-
- supplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred.
-
-
-
-
-
-
-
-
-
-
- points to a description of the rendering or presentation used for this element in the source text.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (identifier) provides a unique identifier for the element bearing the attribute.
-
-
-
-
-
-
-
- (number) gives a number (or other label) for an element, which is not necessarily unique within the document.
-
-
-
-
-
-
-
- (language) indicates the language of the element content using a tag generated according to BCP 47.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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.
-
-
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- (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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
- below
- below the line
- bottom
- at the foot of the page
- margin
- in the margin (left, right, or both)
- top
- at the top of the page
- opposite
- on the opposite, i.e. facing, page
- overleaf
- on the other side of the leaf
- above
- above the line
- end
- at the end of e.g. chapter or volume.
- inline
- within the body of the text.
- inspace
- in a predefined space, for example left by an earlier scribe.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- characterizes the element in some sense, using any convenient classification scheme or typology.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
- provides a sub-categorization of the element, if needed
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
- The element should not be categorized in detail with @subtype unless also categorized in general with @type
-
-
-
-
-
-
-
-
- supplies the sort key for this element in an index, list or group which contains it.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]
-
-
-
-
- Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.
-
-
-
-
-
-
- Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.
-
-
-
-
-
-
-
-
-
- contains any sequence of items organized as a list. [3.7. Lists]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element
-
-
-
-
-
-
-
- describes the nature of the items in the list.
-Suggested values include: 1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism
-
- gloss
- each list item glosses some term or concept, which is given by a label element preceding the list item.
- index
- each list item is an entry in an index such as the alphabetical topical index at the back of a print volume.
- instructions
- each list item is a step in a sequence of instructions, as in a recipe.
- litany
- each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual.
- syllogism
- each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- contains one component of a list. [3.7. Lists 2.6. The Revision Description]
-
-
-
-
-
-
-
-
- contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. Lists]
-
-
-
-
-
-
-
-
-
- (heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. Headings and Trailers]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]
-
-
-
-
-
-
-
-
- contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
-
-
-
-
-
-
-
- classifies the title according to some convenient typology.
-Sample values include: 1] main; 2] sub (subordinate) ; 3] alt (alternate) ; 4] short; 5] desc (descriptive)
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (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. The Source Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resourceLike class. Multiple TEI elements may be combined to form a teiCorpus element. [4. Default Text Structure 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4. Default Text Structure 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Abstract model violation: Lines may not contain higher-level structural elements such as div.
-
-
-
-
-
-
- Abstract model violation: p and ab may not contain higher-level structural elements such as div.
-
-
-
-
-
-
-
-
-
-
- (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/schema/tei_lite.rnc b/schema/tei_lite.rnc
deleted file mode 100644
index a7c9255..0000000
--- a/schema/tei_lite.rnc
+++ /dev/null
@@ -1,3368 +0,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 sch = "http://purl.oclc.org/dsdl/schematron"
-default namespace tei = "http://www.tei-c.org/ns/1.0"
-namespace teix = "http://www.tei-c.org/ns/Examples"
-namespace xlink = "http://www.w3.org/1999/xlink"
-
-# Schema generated from ODD source 2018-07-23T09:27:23Z. August 2012.
-# TEI Edition: Version 3.4.0. Last updated on
-# 23rd July 2018, revision 1fa0b54
-# TEI Edition Location: http://www.tei-c.org/Vault/P5/Version 3.4.0/
-#
-
-# This material is dual-licensed.
-# [http://creativecommons.org/licenses/by-sa/3.0/] Distributed under a Creative Commons Attribution-ShareAlike 3.0 Unported License [http://www.opensource.org/licenses/BSD-2-Clause] Copyright 2013 TEI Consortium. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright holder or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. TEI material can be licensed differently depending on the use you intend to make of it. Hence it is made available under both the CC+BY and BSD-2 licences. The CC+BY licence is generally appropriate for usages which treat TEI content as data or documentation. The BSD-2 licence is generally appropriate for usage of TEI content in a software environment. For further information or clarification, please contact the TEI Consortium.
-macro.paraContent =
- (text
- | model.gLike
- | model.phrase
- | model.inter
- | model.global
- | lg
- | model.lLike)*
-macro.limitedContent = (text | model.limitedPhrase | model.inter)*
-macro.phraseSeq = (text | model.gLike | model.phrase | model.global)*
-macro.phraseSeq.limited = (text | model.limitedPhrase | model.global)*
-macro.specialPara =
- (text
- | model.gLike
- | model.phrase
- | model.inter
- | model.divPart
- | model.global)*
-att.ascribed.attributes = att.ascribed.attribute.who
-att.ascribed.attribute.who =
-
- ## indicates the person, or group of people, to whom the element content is ascribed.
- attribute who {
- list { xsd:anyURI+ }
- }?
-att.ascribed.directed.attributes =
- att.ascribed.attributes, att.ascribed.directed.attribute.toWhom
-att.ascribed.directed.attribute.toWhom =
-
- ## indicates the person, or group of people, to whom a speech act or action is directed.
- attribute toWhom {
- list { xsd:anyURI+ }
- }?
-att.canonical.attributes =
- att.canonical.attribute.key, att.canonical.attribute.ref
-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 { xsd:string }?
-att.canonical.attribute.ref =
-
- ## (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
- attribute ref {
- list { xsd:anyURI+ }
- }?
-att.ranging.attributes =
- att.ranging.attribute.atLeast,
- att.ranging.attribute.atMost,
- att.ranging.attribute.min,
- att.ranging.attribute.max,
- att.ranging.attribute.confidence
-att.ranging.attribute.atLeast =
-
- ## gives a minimum estimated value for the approximate measurement.
- attribute atLeast {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?
-att.ranging.attribute.atMost =
-
- ## gives a maximum estimated value for the approximate measurement.
- attribute atMost {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?
-att.ranging.attribute.min =
-
- ## where the measurement summarizes more than one observation or a range, supplies the minimum value observed.
- attribute min {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?
-att.ranging.attribute.max =
-
- ## where the measurement summarizes more than one observation or a range, supplies the maximum value observed.
- attribute max {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?
-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 { xsd:double }?
-att.dimensions.attributes =
- att.ranging.attributes,
- att.dimensions.attribute.unit,
- att.dimensions.attribute.quantity,
- att.dimensions.attribute.extent,
- att.dimensions.attribute.precision,
- att.dimensions.attribute.scope
-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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.dimensions.attribute.quantity =
-
- ## specifies the length in the units specified
- attribute quantity {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?
-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 { xsd:string }?
-att.dimensions.attribute.precision =
-
- ## characterizes the precision of the values specified by the other attributes.
- attribute precision {
-
- ##
- "high"
- |
- ##
- "medium"
- |
- ##
- "low"
- |
- ##
- "unknown"
- }?
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.written.attributes = att.written.attribute.hand
-att.written.attribute.hand =
-
- ## points to a handNote element describing the hand considered responsible for the content of the element concerned.
- attribute hand { xsd:anyURI }?
-att.breaking.attributes = att.breaking.attribute.break
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.cReferencing.attributes = att.cReferencing.attribute.cRef
-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 { xsd:string }?
-att.datable.w3c.attributes = att.datable.w3c.attribute.when
-att.datable.w3c.attribute.when =
-
- ## supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.
- attribute when {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-sch:pattern [
- id = "tei_lite-att.datable.w3c-att-datable-w3c-when-constraint-rule-1"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@when]"
- "\x{a}" ~
- " "
- sch:report [
- test = "@notBefore|@notAfter|@from|@to"
- role = "nonfatal"
- "The @when attribute cannot be used with any other att.datable.w3c attributes."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-sch:pattern [
- id = "tei_lite-att.datable.w3c-att-datable-w3c-from-constraint-rule-2"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@from]"
- "\x{a}" ~
- " "
- sch:report [
- test = "@notBefore"
- role = "nonfatal"
- "The @from and @notBefore attributes cannot be used together."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-sch:pattern [
- id = "tei_lite-att.datable.w3c-att-datable-w3c-to-constraint-rule-3"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@to]"
- "\x{a}" ~
- " "
- sch:report [
- test = "@notAfter"
- role = "nonfatal"
- "The @to and @notAfter attributes cannot be used together."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-att.datable.attributes =
- att.datable.w3c.attributes, att.datable.attribute.period
-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 { xsd:anyURI }?
-att.datcat.attributes =
- att.datcat.attribute.datcat, att.datcat.attribute.valueDatcat
-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 { xsd:anyURI+ }
- }?
-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 { xsd:anyURI+ }
- }?
-att.declarable.attributes = att.declarable.attribute.default
-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"
- }?
-att.declaring.attributes = att.declaring.attribute.decls
-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 { xsd:anyURI+ }
- }?
-att.fragmentable.attributes = att.fragmentable.attribute.part
-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) 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"
- }?
-att.divLike.attributes =
- att.fragmentable.attributes,
- att.divLike.attribute.org,
- att.divLike.attribute.sample
-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"
- }?
-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"
- }?
-att.docStatus.attributes = att.docStatus.attribute.status
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.global.responsibility.attributes =
- att.global.responsibility.attribute.cert,
- att.global.responsibility.attribute.resp
-att.global.responsibility.attribute.cert =
-
- ## (certainty) signifies the degree of certainty associated with the intervention or interpretation.
- attribute cert {
- xsd:double
- | (
- ##
- "high"
- |
- ##
- "medium"
- |
- ##
- "low"
- |
- ##
- "unknown")
- }?
-att.global.responsibility.attribute.resp =
-
- ## (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.
- attribute resp {
- list { xsd:anyURI+ }
- }?
-att.editLike.attributes =
- att.editLike.attribute.evidence, att.editLike.attribute.instant
-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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" })+
- }
- }?
-att.editLike.attribute.instant =
-
- ## indicates whether this is an instant revision or not.
- [ a:defaultValue = "false" ]
- attribute instant {
- xsd:boolean
- | (
- ##
- "unknown"
- |
- ##
- "inapplicable")
- }?
-att.global.rendition.attributes = att.global.rendition.attribute.rend
-att.global.rendition.attribute.rend =
-
- ## (rendition) indicates how the element in question was rendered or presented in the source text.
- attribute rend {
- list {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+
- }
- }?
-att.global.source.attributes = att.global.source.attribute.source
-att.global.source.attribute.source =
-
- ## specifies the source from which some aspect of this element is drawn.
- attribute source {
- list { xsd:anyURI+ }
- }?
-att.global.attributes =
- att.global.rendition.attributes,
- att.global.linking.attributes,
- att.global.analytic.attributes,
- att.global.facs.attributes,
- att.global.responsibility.attributes,
- att.global.source.attributes,
- att.global.attribute.xmlid,
- att.global.attribute.n,
- att.global.attribute.xmllang,
- att.global.attribute.xmlspace
-att.global.attribute.xmlid =
-
- ## (identifier) provides a unique identifier for the element bearing the attribute.
- attribute xml:id { xsd:ID }?
-att.global.attribute.n =
-
- ## (number) gives a number (or other label) for an element, which is not necessarily unique within the document.
- attribute n { xsd:string }?
-att.global.attribute.xmllang =
-
- ## (language) indicates the language of the element content using a tag generated according to BCP 47.
- attribute xml:lang {
- xsd:language
- | (
- ##
- "")
- }?
-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"
- }?
-att.media.attributes =
- att.media.attribute.width,
- att.media.attribute.height,
- att.media.attribute.scale
-att.media.attribute.width =
-
- ## Where the media are displayed, indicates the display width
- attribute width {
- xsd:token {
- pattern =
- "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
- }
- }?
-att.media.attribute.height =
-
- ## Where the media are displayed, indicates the display height
- attribute height {
- xsd:token {
- pattern =
- "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
- }
- }?
-att.media.attribute.scale =
-
- ## Where the media are displayed, indicates a scale factor to be applied when generating the desired display size
- attribute scale {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?
-att.resourced.attributes = att.resourced.attribute.url
-att.resourced.attribute.url =
-
- ## (uniform resource locator) specifies the URL from which the media concerned may be obtained.
- attribute url { xsd:anyURI }
-att.interpLike.attributes =
- att.interpLike.attribute.type, att.interpLike.attribute.inst
-att.interpLike.attribute.type =
-
- ## indicates what kind of phenomenon is being noted in the passage.
- ## Sample values include: 1] image; 2] character; 3] theme; 4] allusion
- attribute type {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.interpLike.attribute.inst =
-
- ## (instances) points to instances of the analysis or interpretation represented by the current element.
- attribute inst {
- list { xsd:anyURI+ }
- }?
-att.naming.attributes =
- att.canonical.attributes,
- att.naming.attribute.role,
- att.naming.attribute.nymRef
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+
- }
- }?
-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 { xsd:anyURI+ }
- }?
-att.notated.attributes = att.notated.attribute.notation
-att.notated.attribute.notation =
-
- ## names the notation used for the content of the element.
- attribute notation {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.placement.attributes = att.placement.attribute.place
-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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" })+
- }
- }?
-att.typed.attributes =
- att.typed.attribute.type, att.typed.attribute.subtype
-att.typed.attribute.type =
-
- ## characterizes the element in some sense, using any convenient classification scheme or typology.
- attribute type {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.typed.attribute.subtype =
-
- ## provides a sub-categorization of the element, if needed
- attribute subtype {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-sch:pattern [
- id = "tei_lite-att.typed-subtypeTyped-constraint-rule-4"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[@subtype]"
- "\x{a}" ~
- " "
- sch:assert [
- test = "@type"
- "The "
- sch:name [ ]
- " element should not be categorized in detail with @subtype unless also categorized in general with @type"
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-att.pointing.attributes =
- att.pointing.attribute.targetLang,
- att.pointing.attribute.target,
- att.pointing.attribute.evaluate
-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 {
- xsd:language
- | (
- ##
- "")
- }?
-sch:pattern [
- id = "tei_lite-att.pointing-targetLang-targetLang-constraint-rule-5"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:*[not(self::tei:schemaSpec)][@targetLang]"
- "\x{a}" ~
- " "
- sch:assert [
- test = "@target"
- "@targetLang should only be used on "
- sch:name [ ]
- " if @target is specified."
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
-]
-att.pointing.attribute.target =
-
- ## specifies the destination of the reference by supplying one or more URI References
- attribute target {
- list { xsd:anyURI+ }
- }?
-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"
- }?
-att.segLike.attributes =
- att.datcat.attributes,
- att.fragmentable.attributes,
- att.segLike.attribute.function
-att.segLike.attribute.function =
-
- ## characterizes the function of the segment.
- attribute function {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.sortable.attributes = att.sortable.attribute.sortKey
-att.sortable.attribute.sortKey =
-
- ## supplies the sort key for this element in an index, list or group which contains it.
- attribute sortKey {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.edition.attributes =
- att.edition.attribute.ed, att.edition.attribute.edRef
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+
- }
- }?
-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 { xsd:anyURI+ }
- }?
-att.spanning.attributes = att.spanning.attribute.spanTo
-att.spanning.attribute.spanTo =
-
- ## indicates the end of a span initiated by the element bearing this attribute.
- attribute spanTo { xsd:anyURI }?
-sch:pattern [
- id = "tei_lite-att.spanning-spanTo-spanTo-2-constraint-rule-6"
- "\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}" ~
- " "
-]
-att.tableDecoration.attributes =
- att.tableDecoration.attribute.role,
- att.tableDecoration.attribute.rows,
- att.tableDecoration.attribute.cols
-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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.tableDecoration.attribute.rows =
-
- ## indicates the number of rows occupied by this cell or row.
- [ a:defaultValue = "1" ] attribute rows { xsd:nonNegativeInteger }?
-att.tableDecoration.attribute.cols =
-
- ## (columns) indicates the number of columns occupied by this cell or row.
- [ a:defaultValue = "1" ] attribute cols { xsd:nonNegativeInteger }?
-att.timed.attributes =
- att.timed.attribute.start, att.timed.attribute.end
-att.timed.attribute.start =
-
- ## indicates the location within a temporal alignment at which this element begins.
- attribute start { xsd:anyURI }?
-att.timed.attribute.end =
-
- ## indicates the location within a temporal alignment at which this element ends.
- attribute end { xsd:anyURI }?
-att.transcriptional.attributes =
- att.editLike.attributes,
- att.written.attributes,
- att.transcriptional.attribute.status,
- att.transcriptional.attribute.cause,
- att.transcriptional.attribute.seq
-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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.transcriptional.attribute.cause =
-
- ## documents the presumed cause for the intervention.
- attribute cause {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-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 { xsd:nonNegativeInteger }?
-att.translatable.attributes = att.translatable.attribute.versionDate
-att.translatable.attribute.versionDate =
-
- ## specifies the date on which the source text was extracted and sent to the translator
- attribute versionDate {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?
-att.citing.attributes =
- att.citing.attribute.unit,
- att.citing.attribute.from,
- att.citing.attribute.to
-att.citing.attribute.unit =
-
- ## identifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry.
- ## Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] part; 7] column; 8] entry
- 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"
- |
- ## the element identifies an entry number or label in a list of entries.
- "entry"
- | xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.citing.attribute.from =
-
- ## specifies the starting point of the range of units indicated by the unit attribute.
- attribute from {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-att.citing.attribute.to =
-
- ## specifies the end-point of the range of units indicated by the unit attribute.
- attribute to {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?
-model.nameLike.agent = name
-model.nameLike.agent_alternation = name
-model.nameLike.agent_sequence = name
-model.nameLike.agent_sequenceOptional = name?
-model.nameLike.agent_sequenceOptionalRepeatable = name*
-model.nameLike.agent_sequenceRepeatable = name+
-model.segLike = seg | s | w | pc
-model.hiLike = hi
-model.hiLike_alternation = hi
-model.hiLike_sequence = hi
-model.hiLike_sequenceOptional = hi?
-model.hiLike_sequenceOptionalRepeatable = hi*
-model.hiLike_sequenceRepeatable = hi+
-model.emphLike =
- foreign
- | emph
- | mentioned
- | soCalled
- | gloss
- | term
- | title
- | code
- | ident
-model.emphLike_alternation =
- foreign
- | emph
- | mentioned
- | soCalled
- | gloss
- | term
- | title
- | code
- | ident
-model.emphLike_sequence =
- foreign, emph, mentioned, soCalled, gloss, term, title, code, ident
-model.emphLike_sequenceOptional =
- foreign?,
- emph?,
- mentioned?,
- soCalled?,
- gloss?,
- term?,
- title?,
- code?,
- ident?
-model.emphLike_sequenceOptionalRepeatable =
- foreign*,
- emph*,
- mentioned*,
- soCalled*,
- gloss*,
- term*,
- title*,
- code*,
- ident*
-model.emphLike_sequenceRepeatable =
- foreign+,
- emph+,
- mentioned+,
- soCalled+,
- gloss+,
- term+,
- title+,
- code+,
- ident+
-model.highlighted = model.hiLike | model.emphLike
-model.dateLike = date | time
-model.dateLike_alternation = date | time
-model.dateLike_sequence = date, time
-model.dateLike_sequenceOptional = date?, time?
-model.dateLike_sequenceOptionalRepeatable = date*, time*
-model.dateLike_sequenceRepeatable = date+, time+
-model.measureLike = num
-model.measureLike_alternation = num
-model.measureLike_sequence = num
-model.measureLike_sequenceOptional = num?
-model.measureLike_sequenceOptionalRepeatable = num*
-model.measureLike_sequenceRepeatable = num+
-model.egLike = eg
-model.egLike_alternation = eg
-model.egLike_sequence = eg
-model.egLike_sequenceOptional = eg?
-model.egLike_sequenceOptionalRepeatable = eg*
-model.egLike_sequenceRepeatable = eg+
-model.graphicLike = graphic | formula
-model.offsetLike = notAllowed
-model.offsetLike_alternation = notAllowed
-model.offsetLike_sequence = empty
-model.offsetLike_sequenceOptional = empty
-model.offsetLike_sequenceOptionalRepeatable = empty
-model.offsetLike_sequenceRepeatable = notAllowed
-model.pPart.msdesc = notAllowed
-model.pPart.editorial = choice | abbr | expan
-model.pPart.editorial_alternation = choice | abbr | expan
-model.pPart.editorial_sequence = choice, abbr, expan
-model.pPart.editorial_sequenceOptional = choice?, abbr?, expan?
-model.pPart.editorial_sequenceOptionalRepeatable =
- choice*, abbr*, expan*
-model.pPart.editorial_sequenceRepeatable = choice+, abbr+, expan+
-model.pPart.transcriptional =
- sic | corr | reg | orig | add | del | unclear
-model.pPart.transcriptional_alternation =
- sic | corr | reg | orig | add | del | unclear
-model.pPart.transcriptional_sequence =
- sic, corr, reg, orig, add, del, unclear
-model.pPart.transcriptional_sequenceOptional =
- sic?, corr?, reg?, orig?, add?, del?, unclear?
-model.pPart.transcriptional_sequenceOptionalRepeatable =
- sic*, corr*, reg*, orig*, add*, del*, unclear*
-model.pPart.transcriptional_sequenceRepeatable =
- sic+, corr+, reg+, orig+, add+, del+, unclear+
-model.pPart.edit = model.pPart.editorial | model.pPart.transcriptional
-model.ptrLike = ptr | ref
-model.lPart = notAllowed
-model.global.meta = index | interp | interpGrp
-model.milestoneLike = milestone | pb | lb | anchor
-model.gLike = notAllowed
-model.oddDecl = notAllowed
-model.oddDecl_alternation = notAllowed
-model.oddDecl_sequence = empty
-model.oddDecl_sequenceOptional = empty
-model.oddDecl_sequenceOptionalRepeatable = empty
-model.oddDecl_sequenceRepeatable = notAllowed
-model.phrase.xml = att | gi | val
-model.specDescLike = notAllowed
-model.biblLike = bibl | listBibl
-model.biblLike_alternation = bibl | listBibl
-model.biblLike_sequence = bibl, listBibl
-model.biblLike_sequenceOptional = bibl?, listBibl?
-model.biblLike_sequenceOptionalRepeatable = bibl*, listBibl*
-model.biblLike_sequenceRepeatable = bibl+, listBibl+
-model.headLike = head
-model.headLike_alternation = head
-model.headLike_sequence = head
-model.headLike_sequenceOptional = head?
-model.headLike_sequenceOptionalRepeatable = head*
-model.headLike_sequenceRepeatable = head+
-model.labelLike = desc | label
-model.labelLike_alternation = desc | label
-model.labelLike_sequence = desc, label
-model.labelLike_sequenceOptional = desc?, label?
-model.labelLike_sequenceOptionalRepeatable = desc*, label*
-model.labelLike_sequenceRepeatable = desc+, label+
-model.listLike = \list | table
-model.listLike_alternation = \list | table
-model.listLike_sequence = \list, table
-model.listLike_sequenceOptional = \list?, table?
-model.listLike_sequenceOptionalRepeatable = \list*, table*
-model.listLike_sequenceRepeatable = \list+, table+
-model.noteLike = note
-model.lLike = l
-model.lLike_alternation = l
-model.lLike_sequence = l
-model.lLike_sequenceOptional = l?
-model.lLike_sequenceOptionalRepeatable = l*
-model.lLike_sequenceRepeatable = l+
-model.pLike = p
-model.pLike_alternation = p
-model.pLike_sequence = p
-model.pLike_sequenceOptional = p?
-model.pLike_sequenceOptionalRepeatable = p*
-model.pLike_sequenceRepeatable = p+
-model.stageLike = stage
-model.stageLike_alternation = stage
-model.stageLike_sequence = stage
-model.stageLike_sequenceOptional = stage?
-model.stageLike_sequenceOptionalRepeatable = stage*
-model.stageLike_sequenceRepeatable = stage+
-model.entryPart = notAllowed
-model.global.edit = gap
-model.divPart = model.lLike | model.pLike | lg | sp
-model.placeNamePart = notAllowed
-model.placeNamePart_alternation = notAllowed
-model.placeNamePart_sequence = empty
-model.placeNamePart_sequenceOptional = empty
-model.placeNamePart_sequenceOptionalRepeatable = empty
-model.placeNamePart_sequenceRepeatable = notAllowed
-model.placeStateLike = model.placeNamePart
-model.placeStateLike_alternation = model.placeNamePart_alternation
-model.placeStateLike_sequence = model.placeNamePart_sequence
-model.placeStateLike_sequenceOptional =
- model.placeNamePart_sequenceOptional?
-model.placeStateLike_sequenceOptionalRepeatable =
- model.placeNamePart_sequenceOptionalRepeatable*
-model.placeStateLike_sequenceRepeatable =
- model.placeNamePart_sequenceRepeatable+
-model.publicationStmtPart.agency = publisher | distributor | authority
-model.publicationStmtPart.detail =
- model.ptrLike | address | date | pubPlace | idno | availability
-model.availabilityPart = licence
-model.certLike = notAllowed
-model.descLike = desc
-model.glossLike = gloss
-model.quoteLike = cit
-model.quoteLike_alternation = cit
-model.quoteLike_sequence = cit
-model.quoteLike_sequenceOptional = cit?
-model.quoteLike_sequenceOptionalRepeatable = cit*
-model.quoteLike_sequenceRepeatable = cit+
-model.qLike = model.quoteLike | q
-model.qLike_alternation = model.quoteLike_alternation | q
-model.qLike_sequence = model.quoteLike_sequence, q
-model.qLike_sequenceOptional = model.quoteLike_sequenceOptional?, q?
-model.qLike_sequenceOptionalRepeatable =
- model.quoteLike_sequenceOptionalRepeatable*, q*
-model.qLike_sequenceRepeatable = model.quoteLike_sequenceRepeatable+, q+
-model.respLike =
- author | editor | respStmt | sponsor | funder | principal
-model.divWrapper =
- byline | dateline | argument | epigraph | salute | docAuthor | docDate
-model.divTopPart = model.headLike | opener | signed
-model.divTop = model.divWrapper | model.divTopPart
-model.frontPart.drama = notAllowed
-model.pLike.front =
- head
- | byline
- | argument
- | epigraph
- | docTitle
- | titlePart
- | docAuthor
- | docEdition
- | docImprint
- | docDate
-model.divBottomPart = trailer | closer | signed | postscript
-model.divBottom = model.divWrapper | model.divBottomPart
-model.titlepagePart =
- graphic
- | byline
- | argument
- | epigraph
- | docTitle
- | titlePart
- | docAuthor
- | imprimatur
- | docEdition
- | docImprint
- | docDate
-model.choicePart =
- sic | corr | reg | orig | unclear | abbr | expan | seg
-model.imprintPart = publisher | biblScope | pubPlace | distributor
-model.catDescPart = notAllowed
-model.addressLike = address
-model.addressLike_alternation = address
-model.addressLike_sequence = address
-model.addressLike_sequenceOptional = address?
-model.addressLike_sequenceOptionalRepeatable = address*
-model.addressLike_sequenceRepeatable = address+
-model.nameLike =
- model.nameLike.agent
- | model.offsetLike
- | model.placeStateLike
- | rs
- | idno
-model.nameLike_alternation =
- model.nameLike.agent_alternation
- | model.offsetLike_alternation
- | model.placeStateLike_alternation
- | rs
- | idno
-model.nameLike_sequence =
- model.nameLike.agent_sequence,
- model.offsetLike_sequence,
- model.placeStateLike_sequence,
- rs,
- idno
-model.nameLike_sequenceOptional =
- model.nameLike.agent_sequenceOptional?,
- model.offsetLike_sequenceOptional?,
- model.placeStateLike_sequenceOptional?,
- rs?,
- idno?
-model.nameLike_sequenceOptionalRepeatable =
- model.nameLike.agent_sequenceOptionalRepeatable*,
- model.offsetLike_sequenceOptionalRepeatable*,
- model.placeStateLike_sequenceOptionalRepeatable*,
- rs*,
- idno*
-model.nameLike_sequenceRepeatable =
- model.nameLike.agent_sequenceRepeatable+,
- model.offsetLike_sequenceRepeatable+,
- model.placeStateLike_sequenceRepeatable+,
- rs+,
- idno+
-model.global =
- model.global.meta
- | model.milestoneLike
- | model.noteLike
- | model.global.edit
- | figure
-model.biblPart =
- model.respLike
- | model.imprintPart
- | bibl
- | relatedItem
- | edition
- | extent
- | availability
-model.frontPart = model.frontPart.drama | listBibl | divGen | titlePage
-model.addrPart = model.nameLike | addrLine
-model.pPart.data =
- model.dateLike
- | model.measureLike
- | model.addressLike
- | model.nameLike
-model.inter =
- model.egLike
- | model.oddDecl
- | model.biblLike
- | model.labelLike
- | model.listLike
- | model.stageLike
- | model.qLike
-model.common = model.divPart | model.inter
-model.phrase =
- model.segLike
- | model.highlighted
- | model.graphicLike
- | model.pPart.msdesc
- | model.pPart.edit
- | model.ptrLike
- | model.lPart
- | model.phrase.xml
- | model.specDescLike
- | model.pPart.data
-model.limitedPhrase =
- model.hiLike
- | model.emphLike
- | model.pPart.msdesc
- | model.pPart.editorial
- | model.ptrLike
- | model.phrase.xml
- | model.pPart.data
-model.divLike = \div
-model.divGenLike = divGen
-model.div1Like = notAllowed
-model.teiHeaderPart = encodingDesc | profileDesc
-model.sourceDescPart = notAllowed
-model.encodingDescPart =
- projectDesc | samplingDecl | editorialDecl | refsDecl | classDecl
-model.profileDescPart = creation | langUsage | textClass
-model.resourceLike = \text
-att.personal.attributes =
- att.naming.attributes,
- att.personal.attribute.full,
- att.personal.attribute.sort
-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"
- }?
-att.personal.attribute.sort =
-
- ## specifies the sort order of the name component in relation to others within the name.
- attribute sort { xsd:nonNegativeInteger }?
-att.milestoneUnit.attributes = att.milestoneUnit.attribute.unit
-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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }
-p =
-
- ## (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]
- element p {
- macro.paraContent
- >> sch:pattern [
- id = "tei_lite-p-abstractModel-structure-p-constraint-report-4"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:p"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "not(ancestor::tei:floatingText) and (ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure )"
- "\x{a}" ~
- " Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- >> sch:pattern [
- id = "tei_lite-p-abstractModel-structure-l-constraint-report-5"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:p"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "ancestor::tei:l[not(.//tei:note//tei:p[. = current()])]"
- "\x{a}" ~
- " Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.declaring.attributes,
- att.fragmentable.attributes,
- att.written.attributes,
- empty
- }
-foreign =
-
- ## identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions]
- element foreign { macro.phraseSeq, att.global.attributes, empty }
-emph =
-
- ## (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]
- element emph { macro.paraContent, att.global.attributes, empty }
-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. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]
- element hi {
- macro.paraContent,
- att.global.attributes,
- att.written.attributes,
- empty
- }
-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. Quotation]
- element q {
- macro.specialPara,
- att.global.attributes,
- att.ascribed.directed.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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-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. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples]
- element cit {
- (model.qLike
- | model.egLike
- | model.biblLike
- | model.ptrLike
- | model.global
- | model.entryPart)+,
- att.global.attributes,
- att.typed.attributes,
- empty
- }
-mentioned =
-
- ## marks words or phrases mentioned, not used. [3.3.3. Quotation]
- element mentioned { macro.phraseSeq, att.global.attributes, empty }
-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. Quotation]
- element soCalled { macro.phraseSeq, att.global.attributes, empty }
-desc =
-
- ## (description) contains a brief description of the object documented by its parent element, typically a documentation element or an entity. [22.4.1. Description of Components]
- element desc {
- macro.limitedContent,
- att.global.attributes,
- att.translatable.attributes,
- att.typed.attributes,
- empty
- }
-gloss =
-
- ## identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.3.4. Terms, Glosses, Equivalents, and Descriptions 22.4.1. Description of Components]
- element gloss {
- macro.phraseSeq,
- att.global.attributes,
- att.declaring.attributes,
- att.translatable.attributes,
- att.typed.attributes,
- att.pointing.attributes,
- att.cReferencing.attributes,
- empty
- }
-term =
-
- ## contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. Terms, Glosses, Equivalents, and Descriptions]
- element term {
- macro.phraseSeq,
- att.global.attributes,
- att.declaring.attributes,
- att.pointing.attributes,
- att.typed.attributes,
- att.canonical.attributes,
- att.sortable.attributes,
- att.cReferencing.attributes,
- empty
- }
-sic =
-
- ## (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.4.1. Apparent Errors]
- element sic { macro.paraContent, att.global.attributes, empty }
-corr =
-
- ## (correction) contains the correct form of a passage apparently erroneous in the copy text. [3.4.1. Apparent Errors]
- element corr {
- macro.paraContent,
- att.global.attributes,
- att.editLike.attributes,
- att.typed.attributes,
- empty
- }
-choice =
-
- ## groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]
- element choice {
- (model.choicePart | choice)+, att.global.attributes, empty
- }
-reg =
-
- ## (regularization) contains a reading which has been regularized or normalized in some sense. [3.4.2. Regularization and
- ## Normalization 12. Critical Apparatus]
- element reg {
- macro.paraContent,
- att.global.attributes,
- att.editLike.attributes,
- att.typed.attributes,
- empty
- }
-orig =
-
- ## (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.4.2. Regularization and
- ## Normalization 12. Critical Apparatus]
- element orig { macro.paraContent, att.global.attributes, empty }
-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. Additions, Deletions, and Omissions]
- element gap {
- (model.descLike | model.certLike)*,
- att.global.attributes,
- att.timed.attributes,
- att.editLike.attributes,
- att.dimensions.attributes,
-
- ## gives the reason for omission
- ## Suggested values include: 1] cancelled; 2] deleted; 3] editorial; 4] illegible; 5] inaudible; 6] irrelevant; 7] sampling
- attribute reason {
- list {
- (
- ##
- "cancelled"
- |
- ##
- "deleted"
- |
- ## for features omitted from transcription due to editorial policy
- "editorial"
- |
- ##
- "illegible"
- |
- ##
- "inaudible"
- |
- ##
- "irrelevant"
- |
- ##
- "sampling"
- | xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" })+
- }
- }?,
-
- ## 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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-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. Additions, Deletions, and Omissions]
- element add {
- macro.paraContent,
- att.global.attributes,
- att.transcriptional.attributes,
- att.placement.attributes,
- att.typed.attributes,
- att.dimensions.attributes,
- empty
- }
-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. Additions, Deletions, and Omissions]
- element del {
- macro.paraContent,
- att.global.attributes,
- att.transcriptional.attributes,
- att.typed.attributes,
- att.dimensions.attributes,
- empty
- }
-unclear =
-
- ## contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.4.3. Additions, Deletions, and Omissions]
- element unclear {
- macro.paraContent,
- att.global.attributes,
- att.editLike.attributes,
- att.dimensions.attributes,
-
- ## indicates why the material is hard to transcribe.
- ## Suggested values include: 1] illegible; 2] inaudible; 3] faded; 4] background_noise; 5] eccentric_ductus
- attribute reason {
- list {
- (
- ##
- "illegible"
- |
- ##
- "inaudible"
- |
- ##
- "faded"
- |
- ##
- "background_noise"
- |
- ##
- "eccentric_ductus"
- | xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" })+
- }
- }?,
-
- ## 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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-name =
-
- ## (name, proper noun) contains a proper noun or noun phrase. [3.5.1. Referring Strings]
- element name {
- macro.phraseSeq,
- att.global.attributes,
- att.personal.attributes,
- att.datable.attributes,
- att.editLike.attributes,
- att.typed.attributes,
- empty
- }
-rs =
-
- ## (referencing string) contains a general purpose name or referring string. [13.2.1. Personal Names 3.5.1. Referring Strings]
- element rs {
- macro.phraseSeq,
- att.global.attributes,
- att.naming.attributes,
- att.typed.attributes,
- empty
- }
-address =
-
- ## contains a postal address, for example of a publisher, an organization, or an individual. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]
- element address {
- (model.global*, (model.addrPart, model.global*)+),
- att.global.attributes,
- empty
- }
-addrLine =
-
- ## (address line) contains one line of a postal address. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]
- element addrLine { macro.phraseSeq, att.global.attributes, empty }
-num =
-
- ## (number) contains a number, written in any form. [3.5.3. Numbers and
- ## Measures]
- element num {
- macro.phraseSeq,
- att.global.attributes,
- 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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
-
- ## supplies the value of the number in standard form.
- attribute value {
- xsd:double
- | xsd:token { pattern = "(\-?[\d]+/\-?[\d]+)" }
- | xsd:decimal
- }?,
- empty
- }
-date =
-
- ## contains a date in any format. [3.5.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.3.6. Dates and Times]
- element date {
- (text | model.gLike | model.phrase | model.global)*,
- att.global.attributes,
- att.datable.attributes,
- att.editLike.attributes,
- att.dimensions.attributes,
- att.typed.attributes,
- empty
- }
-time =
-
- ## contains a phrase defining a time of day in any format. [3.5.4. Dates and Times]
- element time {
- (text | model.gLike | model.phrase | model.global)*,
- att.global.attributes,
- att.datable.attributes,
- att.editLike.attributes,
- att.dimensions.attributes,
- att.typed.attributes,
- empty
- }
-abbr =
-
- ## (abbreviation) contains an abbreviation of any sort. [3.5.5. Abbreviations and Their Expansions]
- element abbr {
- macro.phraseSeq,
- att.global.attributes,
- att.typed.attribute.subtype,
-
- ## allows the encoder to classify the abbreviation according to some convenient typology.
- ## Sample values include: 1] suspension; 2] contraction; 3] brevigraph; 4] superscription; 5] acronym; 6] title; 7] organization; 8] geographic
- attribute type {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-expan =
-
- ## (expansion) contains the expansion of an abbreviation. [3.5.5. Abbreviations and Their Expansions]
- element expan {
- macro.phraseSeq,
- att.global.attributes,
- att.editLike.attributes,
- empty
- }
-ptr =
-
- ## (pointer) defines a pointer to another location. [3.6. Simple Links and Cross-References 16.1. Links]
- element ptr {
- empty
- >> sch:pattern [
- id = "tei_lite-ptr-ptrAtts-constraint-report-6"
- "\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}" ~
- " "
- ],
- att.global.attributes,
- att.pointing.attributes,
- att.typed.attributes,
- att.declaring.attributes,
- att.cReferencing.attributes,
- empty
- }
-ref =
-
- ## (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. Simple Links and Cross-References 16.1. Links]
- element ref {
- macro.paraContent
- >> sch:pattern [
- id = "tei_lite-ref-refAtts-constraint-report-7"
- "\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}" ~
- " "
- ],
- att.global.attributes,
- att.pointing.attributes,
- att.typed.attributes,
- att.declaring.attributes,
- att.cReferencing.attributes,
- empty
- }
-\list =
-
- ## contains any sequence of items organized as a list. [3.7. Lists]
- element list {
- ((model.divTop | model.global)*,
- ((item, model.global*)+
- | (label, model.global*, item, model.global*)+),
- (model.divBottom, model.global*)*)
- >> sch:pattern [
- id =
- "tei_lite-list-gloss-list-must-have-labels-constraint-rule-7"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:list[@type='gloss']"
- "\x{a}" ~
- " "
- sch:assert [
- test = "tei:label"
- 'The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element'
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.sortable.attributes,
- 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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-item =
-
- ## contains one component of a list. [3.7. Lists 2.6. The Revision Description]
- element item {
- macro.specialPara,
- att.global.attributes,
- att.sortable.attributes,
- empty
- }
-label =
-
- ## contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. Lists]
- element label {
- macro.phraseSeq,
- att.global.attributes,
- att.typed.attributes,
- att.placement.attributes,
- att.written.attributes,
- empty
- }
-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. Headings and Trailers]
- element head {
- (text
- | lg
- | model.gLike
- | model.phrase
- | model.inter
- | model.lLike
- | model.global)*,
- att.global.attributes,
- att.typed.attributes,
- att.placement.attributes,
- att.written.attributes,
- empty
- }
-note =
-
- ## contains a note or annotation. [3.8.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.11.2.8. Notes and Statement of Language 9.3.5.4. Notes within Entries]
- element note {
- macro.specialPara,
- att.global.attributes,
- att.placement.attributes,
- att.pointing.attributes,
- att.typed.attributes,
- att.written.attributes,
-
- ## indicates whether the copy text shows the exact place of reference for the note.
- [ a:defaultValue = "true" ] attribute anchored { xsd:boolean }?,
-
- ## 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 { xsd:anyURI+ }
- }?,
- empty
- }
-index =
-
- ## (index entry) marks a location to be indexed for whatever purpose. [3.8.2. Index Entries]
- element index {
- (term, index?)*,
- att.global.attributes,
- 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 { xsd:Name }?,
- empty
- }
-graphic =
-
- ## indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.9. Graphics and Other Non-textual Components 11.1. Digital Facsimiles]
- element graphic {
- model.descLike*,
- att.global.attributes,
- att.media.attributes,
- att.resourced.attributes,
- att.declaring.attributes,
- empty
- }
-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. Milestone
- ## Elements]
- element milestone {
- empty,
- att.global.attributes,
- att.milestoneUnit.attributes,
- att.typed.attributes,
- att.edition.attributes,
- att.spanning.attributes,
- att.breaking.attributes,
- empty
- }
-pb =
-
- ## (page beginning) marks the beginning of a new page in a paginated document. [3.10.3. Milestone
- ## Elements]
- element pb {
- empty,
- att.global.attributes,
- att.typed.attributes,
- att.edition.attributes,
- att.spanning.attributes,
- att.breaking.attributes,
- empty
- }
-lb =
-
- ## (line beginning) marks the beginning of a new (typographic) line in some edition or version of a text. [3.10.3. Milestone
- ## Elements 7.2.5. Speech Contents]
- element lb {
- empty,
- att.global.attributes,
- att.typed.attributes,
- att.edition.attributes,
- att.spanning.attributes,
- att.breaking.attributes,
- empty
- }
-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. Titles, Authors, and Editors 2.2.1. The Title Statement]
- element author {
- macro.phraseSeq, att.global.attributes, att.naming.attributes, empty
- }
-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. Titles, Authors, and Editors]
- element editor {
- macro.phraseSeq, att.global.attributes, att.naming.attributes, empty
- }
-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. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]
- element respStmt {
- (((resp+, model.nameLike.agent+) | (model.nameLike.agent+, resp+)),
- note*),
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-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. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]
- element resp {
- macro.phraseSeq.limited,
- att.global.attributes,
- att.canonical.attributes,
- att.datable.attributes,
- empty
- }
-title =
-
- ## contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
- element title {
- macro.paraContent,
- att.global.attributes,
- att.canonical.attributes,
- att.typed.attribute.subtype,
- att.datable.attributes,
-
- ## 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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
-
- ## 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
- }
-publisher =
-
- ## provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]
- element publisher {
- macro.phraseSeq,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-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. Scopes and Ranges in Bibliographic Citations]
- element biblScope {
- macro.phraseSeq, att.global.attributes, att.citing.attributes, empty
- }
-pubPlace =
-
- ## (publication place) contains the name of the place where a bibliographic item was published. [3.11.2.4. Imprint, Size of a Document, and Reprint Information]
- element pubPlace {
- macro.phraseSeq, att.global.attributes, att.naming.attributes, empty
- }
-bibl =
-
- ## (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]
- element bibl {
- (text
- | model.gLike
- | model.highlighted
- | model.pPart.data
- | model.pPart.edit
- | model.segLike
- | model.ptrLike
- | model.biblPart
- | model.global)*,
- att.global.attributes,
- att.declarable.attributes,
- att.typed.attributes,
- att.sortable.attributes,
- att.docStatus.attributes,
- empty
- }
-listBibl =
-
- ## (citation list) contains a list of bibliographic citations of any kind. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]
- element listBibl {
- (model.headLike*, (model.biblLike | model.milestoneLike)+, empty*),
- att.global.attributes,
- att.sortable.attributes,
- att.declarable.attributes,
- att.typed.attributes,
- empty
- }
-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. Related Items]
- element relatedItem {
- ((model.biblLike | model.ptrLike)?)
- >> sch:pattern [
- id =
- "tei_lite-relatedItem-targetorcontent1-constraint-report-8"
- "\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 =
- "tei_lite-relatedItem-targetorcontent1-constraint-assert-5"
- "\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}" ~
- " "
- ],
- att.global.attributes,
- att.typed.attributes,
-
- ## points to the related bibliographic element by means of an absolute or relative URI reference
- attribute target { xsd:anyURI }?,
- empty
- }
-l =
-
- ## (verse line) contains a single, possibly incomplete, line of verse. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents]
- element l {
- ((text | model.gLike | model.phrase | model.inter | model.global)*)
- >> sch:pattern [
- id = "tei_lite-l-abstractModel-structure-l-constraint-report-9"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:l"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "ancestor::tei:l[not(.//tei:note//tei:l[. = current()])]"
- "\x{a}" ~
- " Abstract model violation: Lines may not contain lines or lg elements.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.fragmentable.attributes,
- empty
- }
-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. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents]
- element lg {
- ((model.divTop | model.global)*,
- (model.lLike | model.stageLike | model.labelLike | lg),
- (model.lLike
- | model.stageLike
- | model.labelLike
- | model.global
- | lg)*,
- (model.divBottom, model.global*)*)
- >> sch:pattern [
- id = "tei_lite-lg-atleast1oflggapl-constraint-assert-6"
- "\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}" ~
- " "
- ]
- >> sch:pattern [
- id =
- "tei_lite-lg-abstractModel-structure-l-constraint-report-10"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:lg"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "ancestor::tei:l[not(.//tei:note//tei:lg[. = current()])]"
- "\x{a}" ~
- " Abstract model violation: Lines may not contain line groups.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.divLike.attributes,
- att.typed.attributes,
- att.declaring.attributes,
- empty
- }
-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. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.2. Speeches and Speakers]
- element sp {
- (model.global*,
- (speaker, model.global*)?,
- ((lg
- | model.lLike
- | model.pLike
- | model.listLike
- | model.stageLike
- | model.qLike),
- model.global*)+),
- att.global.attributes,
- att.ascribed.directed.attributes,
- empty
- }
-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. Core Tags for Drama]
- element speaker { macro.phraseSeq, att.global.attributes, empty }
-stage =
-
- ## (stage direction) contains any kind of stage direction within a dramatic text or fragment. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.4. Stage Directions]
- element stage {
- macro.specialPara,
- att.ascribed.directed.attributes,
- att.global.attributes,
- 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 {
- list {
- (
- ## 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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" })*
- }
- }?,
- empty
- }
-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. Default Text Structure 15.1. Varieties of Composite Text]
- element teiCorpus {
- (teiHeader,
- ((model.resourceLike+, (TEI | teiCorpus)*)
- | (TEI | teiCorpus)+)),
- att.global.attributes,
- att.typed.attributes,
-
- ## specifies the version number of the TEI Guidelines against which this document is valid.
- attribute version {
- xsd:token { pattern = "[\d]+(\.[\d]+){0,2}" }
- }?,
- empty
- }
-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. Index Entries]
- element divGen {
- model.headLike*,
- 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 {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-teiHeader =
-
- ## (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]
- element teiHeader {
- (fileDesc, model.teiHeaderPart*, revisionDesc?),
- att.global.attributes,
- empty
- }
-fileDesc =
-
- ## (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]
- element fileDesc {
- ((titleStmt,
- editionStmt?,
- extent?,
- publicationStmt,
- seriesStmt?,
- notesStmt?),
- sourceDesc+),
- att.global.attributes,
- empty
- }
-titleStmt =
-
- ## (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]
- element titleStmt {
- (title+, model.respLike*), att.global.attributes, empty
- }
-sponsor =
-
- ## specifies the name of a sponsoring organization or institution. [2.2.1. The Title Statement]
- element sponsor {
- macro.phraseSeq.limited,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-funder =
-
- ## (funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. [2.2.1. The Title Statement]
- element funder {
- macro.phraseSeq.limited,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-principal =
-
- ## (principal researcher) supplies the name of the principal researcher responsible for the creation of an electronic text. [2.2.1. The Title Statement]
- element principal {
- macro.phraseSeq.limited,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-editionStmt =
-
- ## (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description]
- element editionStmt {
- (model.pLike+ | (edition, model.respLike*)),
- att.global.attributes,
- empty
- }
-edition =
-
- ## describes the particularities of one edition of a text. [2.2.2. The Edition Statement]
- element edition { macro.phraseSeq, att.global.attributes, empty }
-extent =
-
- ## describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units. [2.2.3. Type and Extent of File 2.2. The File Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.7.1. Object Description]
- element extent { macro.phraseSeq, att.global.attributes, empty }
-publicationStmt =
-
- ## (publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]
- element publicationStmt {
- ((model.publicationStmtPart.agency,
- model.publicationStmtPart.detail*)+
- | model.pLike+),
- att.global.attributes,
- empty
- }
-distributor =
-
- ## supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. Publication, Distribution, Licensing, etc.]
- element distributor {
- macro.phraseSeq,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-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. Publication, Distribution, Licensing, etc.]
- element authority {
- macro.phraseSeq.limited,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-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. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.11.2.4. Imprint, Size of a Document, and Reprint Information]
- element idno {
- (text | model.gLike | idno)*,
- att.global.attributes,
- att.sortable.attributes,
- att.datable.attributes,
- att.typed.attribute.subtype,
-
- ## categorizes the identifier, for example as an ISBN, Social Security number, etc.
- ## Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] OCLC
- attribute type {
-
- ## International Standard Book Number: a 13- or (if assigned prior to 2007) 10-digit identifying number assigned by the publishing industry to a published book or similar item, registered with the International ISBN Agency.
- "ISBN"
- |
- ## International Standard Serial Number: an eight-digit number to uniquely identify a serial publication.
- "ISSN"
- |
- ## Digital Object Identifier: a unique string of letters and numbers assigned to an electronic document.
- "DOI"
- |
- ## Uniform Resource Identifier: a string of characters to uniquely identify a resource which usually contains indication of the means of accessing that resource, the name of its host, and its filepath.
- "URI"
- |
- ## A data number in the Virtual Internet Authority File assigned to link different names in catalogs around the world for the same entity.
- "VIAF"
- |
- ## English Short-Title Catalogue number: an identifying number assigned to a document in English printed in the British Isles or North America before 1801.
- "ESTC"
- |
- ## OCLC control number (record number) for the union catalog record in WorldCat, a union catalog for member libraries in the Online Computer Library Center global cooperative.
- "OCLC"
- | xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-availability =
-
- ## supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]
- element availability {
- (model.availabilityPart | model.pLike)+,
- att.global.attributes,
- att.declarable.attributes,
-
- ## supplies a code identifying the current availability of the text.
- attribute status {
-
- ## the text is freely available.
- "free"
- |
- ## the status of the text is unknown.
- "unknown"
- |
- ## the text is not freely available.
- "restricted"
- }?,
- empty
- }
-licence =
-
- ## contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.]
- element licence {
- macro.specialPara,
- att.global.attributes,
- att.pointing.attributes,
- att.datable.attributes,
- empty
- }
-seriesStmt =
-
- ## (series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. The Series Statement 2.2. The File Description]
- element seriesStmt {
- (model.pLike+
- | (title+, (editor | respStmt)*, (idno | biblScope)*)),
- att.global.attributes,
- empty
- }
-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. The Notes Statement 2.2. The File Description]
- element notesStmt {
- (model.noteLike | relatedItem)+, att.global.attributes, empty
- }
-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. The Source Description]
- element sourceDesc {
- (model.pLike+
- | (model.biblLike | model.sourceDescPart | model.listLike)+),
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-encodingDesc =
-
- ## (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components]
- element encodingDesc {
- (model.encodingDescPart | model.pLike)+,
- att.global.attributes,
- empty
- }
-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. The Project Description 2.3. The Encoding Description 15.3.2. Declarable Elements]
- element projectDesc {
- model.pLike+,
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-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. The Sampling Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements]
- element samplingDecl {
- model.pLike+,
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-editorialDecl =
-
- ## (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements]
- element editorialDecl {
- model.pLike+,
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-refsDecl =
-
- ## (references declaration) specifies how canonical references are constructed for this text. [2.3.6.3. Milestone Method 2.3. The Encoding Description 2.3.6. The Reference System Declaration]
- element refsDecl {
- (model.pLike+),
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-classDecl =
-
- ## (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7. The Classification Declaration 2.3. The Encoding Description]
- element classDecl { taxonomy+, att.global.attributes, empty }
-taxonomy =
-
- ## defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration]
- element taxonomy {
- (((category | taxonomy)+
- | ((model.glossLike | model.descLike)+, (category | taxonomy)*))
- | (model.biblLike, (category | taxonomy)*)),
- att.global.attributes,
- empty
- }
-category =
-
- ## contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. The Classification Declaration]
- element category {
- ((catDesc+ | (model.descLike | model.glossLike)*),
- category*),
- att.global.attributes,
- empty
- }
-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. The Classification Declaration]
- element catDesc {
- (text | model.limitedPhrase | model.catDescPart)*,
- att.global.attributes,
- empty
- }
-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. The Profile Description 2.1.1. The TEI Header and Its Components]
- element profileDesc {
- model.profileDescPart*, att.global.attributes, empty
- }
-creation =
-
- ## contains information about the creation of a text. [2.4.1. Creation 2.4. The Profile Description]
- element creation {
- (text | model.limitedPhrase)*,
- att.global.attributes,
- att.datable.attributes,
- empty
- }
-langUsage =
-
- ## (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. Language Usage 2.4. The Profile Description 15.3.2. Declarable Elements]
- element langUsage {
- (model.pLike+ | language+),
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-language =
-
- ## characterizes a single language or sublanguage used within a text. [2.4.2. Language Usage]
- element language {
- macro.phraseSeq.limited,
- 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 {
- xsd:language
- | (
- ##
- "")
- },
-
- ## specifies the approximate percentage (by volume) of the text which uses this language.
- attribute usage { xsd:nonNegativeInteger }?,
- empty
- }
-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. The Text Classification]
- element textClass {
- (classCode | catRef | keywords)*,
- att.global.attributes,
- att.declarable.attributes,
- empty
- }
-keywords =
-
- ## contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification]
- element keywords {
- (term+ | \list),
- att.global.attributes,
-
- ## identifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a taxonomy element, or by some other resource.
- attribute scheme { xsd:anyURI }?,
- empty
- }
-classCode =
-
- ## (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification]
- element classCode {
- macro.phraseSeq.limited,
- att.global.attributes,
-
- ## identifies the classification system in use, as defined by, e.g. a taxonomy element, or some other resource.
- attribute scheme { xsd:anyURI },
- empty
- }
-catRef =
-
- ## (category reference) specifies one or more defined categories within some taxonomy or text typology. [2.4.3. The Text Classification]
- element catRef {
- empty,
- att.global.attributes,
- 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 { xsd:anyURI }?,
- empty
- }
-revisionDesc =
-
- ## (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components]
- element revisionDesc {
- (\list | change+),
- att.global.attributes,
- att.docStatus.attributes,
- empty
- }
-change =
-
- ## documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.7. Identifying Changes and Revisions]
- element change {
- macro.specialPara,
- att.ascribed.attributes,
- att.datable.attributes,
- att.docStatus.attributes,
- att.global.attributes,
- att.typed.attributes,
-
- ## points to one or more elements that belong to this change.
- attribute target {
- list { xsd:anyURI+ }
- }?,
- empty
- }
-TEI =
-
- ## (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resourceLike class. Multiple TEI elements may be combined to form a teiCorpus element. [4. Default Text Structure 15.1. Varieties of Composite Text]
- element TEI {
- (teiHeader, model.resourceLike+)
- >> 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"
- ],
- att.global.attributes,
- att.typed.attributes,
- empty
- }
-\text =
-
- ## contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4. Default Text Structure 15.1. Varieties of Composite Text]
- element text {
- (model.global*,
- (front, model.global*)?,
- (body | group),
- model.global*,
- (back, model.global*)?),
- att.global.attributes,
- att.declaring.attributes,
- att.typed.attributes,
- att.written.attributes,
- empty
- }
-body =
-
- ## (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]
- element body {
- (model.global*,
- (model.divTop, (model.global | model.divTop)*)?,
- (model.divGenLike, (model.global | model.divGenLike)*)?,
- ((model.divLike, (model.global | model.divGenLike)*)+
- | (model.div1Like, (model.global | model.divGenLike)*)+
- | ((model.common, model.global*)+,
- ((model.divLike, (model.global | model.divGenLike)*)+
- | (model.div1Like, (model.global | model.divGenLike)*)+)?)),
- (model.divBottom, model.global*)*),
- att.global.attributes,
- att.declaring.attributes,
- empty
- }
-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. Default Text Structure 4.3.1. Grouped Texts 15.1. Varieties of Composite Text]
- element group {
- ((model.divTop | model.global)*,
- ((\text | group), (\text | group | model.global)*),
- model.divBottom*),
- att.global.attributes,
- att.declaring.attributes,
- att.typed.attributes,
- empty
- }
-\div =
-
- ## (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]
- element div {
- ((model.divTop | model.global)*,
- ((((model.divLike | model.divGenLike), model.global*)+
- | ((model.common, model.global*)+,
- ((model.divLike | model.divGenLike), model.global*)*)),
- (model.divBottom, model.global*)*)?)
- >> sch:pattern [
- id =
- "tei_lite-div-abstractModel-structure-l-constraint-report-11"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:div"
- "\x{a}" ~
- " "
- sch:report [
- test = "ancestor::tei:l"
- "\x{a}" ~
- " Abstract model violation: Lines may not contain higher-level structural elements such as div.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- >> sch:pattern [
- id =
- "tei_lite-div-abstractModel-structure-p-constraint-report-12"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:div"
- "\x{a}" ~
- " "
- sch:report [
- test =
- "ancestor::tei:p or ancestor::tei:ab and not(ancestor::tei:floatingText)"
- "\x{a}" ~
- " Abstract model violation: p and ab may not contain higher-level structural elements such as div.\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.divLike.attributes,
- att.typed.attributes,
- att.declaring.attributes,
- att.written.attributes,
- empty
- }
-trailer =
-
- ## contains a closing title or footer appearing at the end of a division of a text. [4.2.4. Content of Textual Divisions 4.2. Elements Common to All Divisions]
- element trailer {
- (text
- | lg
- | model.gLike
- | model.phrase
- | model.inter
- | model.lLike
- | model.global)*,
- att.global.attributes,
- att.typed.attributes,
- empty
- }
-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. Openers and Closers 4.5. Front Matter]
- element byline {
- (text | model.gLike | model.phrase | docAuthor | model.global)*,
- att.global.attributes,
- empty
- }
-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. Openers and Closers]
- element dateline {
- (text | model.gLike | model.phrase | model.global | docDate)*,
- att.global.attributes,
- empty
- }
-argument =
-
- ## contains a formal list or prose description of the topics addressed by a subdivision of a text. [4.2. Elements Common to All Divisions 4.6. Title Pages]
- element argument {
- ((model.global | model.headLike)*, (model.common, model.global*)+),
- att.global.attributes,
- empty
- }
-epigraph =
-
- ## contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page. [4.2.3. Arguments, Epigraphs, and Postscripts 4.2. Elements Common to All Divisions 4.6. Title Pages]
- element epigraph {
- (model.common | model.global)*, att.global.attributes, empty
- }
-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. Elements Common to All Divisions]
- element opener {
- (text
- | model.gLike
- | model.phrase
- | argument
- | byline
- | dateline
- | epigraph
- | salute
- | signed
- | model.global)*,
- att.global.attributes,
- att.written.attributes,
- empty
- }
-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. Openers and Closers 4.2. Elements Common to All Divisions]
- element closer {
- (text
- | model.gLike
- | signed
- | dateline
- | salute
- | model.phrase
- | model.global)*,
- att.global.attributes,
- att.written.attributes,
- empty
- }
-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. Openers and Closers]
- element salute {
- macro.paraContent,
- att.global.attributes,
- att.written.attributes,
- empty
- }
-signed =
-
- ## (signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. [4.2.2. Openers and Closers]
- element signed {
- macro.paraContent,
- att.global.attributes,
- att.written.attributes,
- empty
- }
-postscript =
-
- ## contains a postscript, e.g. to a letter. [4.2. Elements Common to All Divisions]
- element postscript {
- ((model.global | model.divTopPart)*,
- model.common,
- (model.global | model.common)*,
- (model.divBottomPart, model.global*)*),
- att.global.attributes,
- att.written.attributes,
- empty
- }
-titlePage =
-
- ## (title page) contains the title page of a text, appearing within the front or back matter. [4.6. Title Pages]
- element titlePage {
- (model.global*,
- model.titlepagePart,
- (model.titlepagePart | model.global)*),
- att.global.attributes,
-
- ## classifies the title page according to any convenient typology.
- attribute type {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-docTitle =
-
- ## (document title) contains the title of a document, including all its constituents, as given on a title page. [4.6. Title Pages]
- element docTitle {
- (model.global*, (titlePart, model.global*)+),
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-titlePart =
-
- ## contains a subsection or division of the title of a work, as indicated on a title page. [4.6. Title Pages]
- element titlePart {
- macro.paraContent,
- 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:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-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. Title Pages]
- element docAuthor {
- macro.phraseSeq,
- att.global.attributes,
- att.canonical.attributes,
- empty
- }
-imprimatur =
-
- ## contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso. [4.6. Title Pages]
- element imprimatur { macro.paraContent, att.global.attributes, empty }
-docEdition =
-
- ## (document edition) contains an edition statement as presented on a title page of a document. [4.6. Title Pages]
- element docEdition { macro.paraContent, att.global.attributes, empty }
-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. Title Pages]
- element docImprint {
- (text
- | model.gLike
- | model.phrase
- | pubPlace
- | docDate
- | publisher
- | model.global)*,
- att.global.attributes,
- empty
- }
-docDate =
-
- ## (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages]
- element docDate {
- macro.phraseSeq,
- att.global.attributes,
-
- ## gives the value of the date in standard form, i.e. YYYY-MM-DD.
- attribute when {
- xsd:date
- | xsd:gYear
- | xsd:gMonth
- | xsd:gDay
- | xsd:gYearMonth
- | xsd:gMonthDay
- | xsd:time
- | xsd:dateTime
- }?,
- empty
- }
-front =
-
- ## (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]
- element front {
- ((model.frontPart
- | model.pLike
- | model.pLike.front
- | model.global)*,
- (((model.div1Like,
- (model.div1Like | model.frontPart | model.global)*)
- | (model.divLike,
- (model.divLike | model.frontPart | model.global)*)),
- (model.divBottom, (model.divBottom | model.global)*)?)?),
- att.global.attributes,
- att.declaring.attributes,
- empty
- }
-back =
-
- ## (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
- element back {
- ((model.frontPart
- | model.pLike.front
- | model.pLike
- | model.listLike
- | model.global)*,
- ((model.div1Like,
- (model.frontPart | model.div1Like | model.global)*)
- | (model.divLike,
- (model.frontPart | model.divLike | model.global)*))?,
- (model.divBottomPart, (model.divBottomPart | model.global)*)?),
- att.global.attributes,
- att.declaring.attributes,
- empty
- }
-table =
-
- ## contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables]
- element table {
- ((model.headLike | model.global)*,
- ((row, model.global*)+ | (model.graphicLike, model.global*)+),
- (model.divBottom, model.global*)*),
- att.global.attributes,
- att.typed.attributes,
-
- ## indicates the number of rows in the table.
- attribute rows { xsd:nonNegativeInteger }?,
-
- ## (columns) indicates the number of columns in each row of the table.
- attribute cols { xsd:nonNegativeInteger }?,
- empty
- }
-row =
-
- ## contains one row of a table. [14.1.1. TEI Tables]
- element row {
- cell+, att.global.attributes, att.tableDecoration.attributes, empty
- }
-cell =
-
- ## contains one cell of a table. [14.1.1. TEI Tables]
- element cell {
- macro.specialPara,
- att.global.attributes,
- att.tableDecoration.attributes,
- empty
- }
-formula =
-
- ## contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions]
- element formula {
- (text | model.graphicLike | model.hiLike)*,
- att.global.attributes,
- att.notated.attributes,
- empty
- }
-figure =
-
- ## groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]
- element figure {
- (model.headLike
- | model.common
- | figDesc
- | model.graphicLike
- | model.global
- | model.divBottom)*,
- att.global.attributes,
- att.placement.attributes,
- att.typed.attributes,
- att.written.attributes,
- empty
- }
-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. Specific Elements for Graphic Images]
- element figDesc { macro.limitedContent, att.global.attributes, empty }
-att.global.linking.attributes =
- att.global.linking.attribute.corresp,
- att.global.linking.attribute.next,
- att.global.linking.attribute.prev
-att.global.linking.attribute.corresp =
-
- ## (corresponds) points to elements that correspond to the current element in some way.
- attribute corresp {
- list { xsd:anyURI+ }
- }?
-att.global.linking.attribute.next =
-
- ## points to the next element of a virtual aggregate of which the current element is part.
- attribute next { xsd:anyURI }?
-att.global.linking.attribute.prev =
-
- ## (previous) points to the previous element of a virtual aggregate of which the current element is part.
- attribute prev { xsd:anyURI }?
-anchor =
-
- ## (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. Synchronization and Overlap 16.5. Correspondence and Alignment]
- element anchor {
- empty, att.global.attributes, att.typed.attributes, empty
- }
-seg =
-
- ## (arbitrary segment) represents any segmentation of text below the chunk level. [16.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]
- element seg {
- macro.paraContent,
- att.global.attributes,
- att.segLike.attributes,
- att.typed.attributes,
- att.written.attributes,
- att.notated.attributes,
- empty
- }
-att.linguistic.attributes =
- att.linguistic.attribute.lemma,
- att.linguistic.attribute.lemmaRef,
- att.linguistic.attribute.pos,
- att.linguistic.attribute.msd,
- att.linguistic.attribute.join
-att.linguistic.attribute.lemma =
-
- ## provides a lemma (base form) for the word, typically uninflected and serving both as an identifier (e.g. in dictionary contexts, as a headword), and as a basis for potential inflections.
- attribute lemma { xsd:string }?
-att.linguistic.attribute.lemmaRef =
-
- ## provides a pointer to a definition of the lemma for the word, for example in an online lexicon.
- attribute lemmaRef { xsd:anyURI }?
-att.linguistic.attribute.pos =
-
- ## (part of speech) indicates the part of speech assigned to a token (i.e. information on whether it is a noun, adjective, or verb), usually according to some official reference vocabulary (e.g. for German: STTS, for English: CLAWS, for Polish: NKJP, etc.).
- attribute pos { xsd:string }?
-att.linguistic.attribute.msd =
-
- ## (morphosyntactic description) supplies morphosyntactic information for a token, usually according to some official reference vocabulary (e.g. for German: STTS-large tagset; for a feature description system designed as (pragmatically) universal, see Universal Features).
- attribute msd { xsd:string }?
-att.linguistic.attribute.join =
-
- ## when present, it provides information on whether the token in question is adjacent to another, and if so, on which side. The definition of this attribute is adapted from ISO MAF (Morpho-syntactic Annotation Framework), ISO 24611:2012.
- attribute join {
-
- ## (the token is not adjacent to another)
- "no"
- |
- ## (there is no whitespace on the left side of the token)
- "left"
- |
- ## (there is no whitespace on the right side of the token)
- "right"
- |
- ## (there is no whitespace on either side of the token)
- "both"
- |
- ## (the token overlaps with another; other devices (specifying the extent and the area of overlap) are needed to more precisely locate this token in the character stream)
- "overlap"
- }?
-att.global.analytic.attributes = att.global.analytic.attribute.ana
-att.global.analytic.attribute.ana =
-
- ## (analysis) indicates one or more elements containing interpretations of the element on which the ana attribute appears.
- attribute ana {
- list { xsd:anyURI+ }
- }?
-s =
-
- ## (s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation]
- element s {
- macro.phraseSeq
- >> sch:pattern [
- id = "tei_lite-s-noNestedS-constraint-report-13"
- "\x{a}" ~
- " "
- sch:rule [
- context = "tei:s"
- "\x{a}" ~
- " "
- sch:report [
- test = "tei:s"
- "You may not nest one s element within\x{a}" ~
- " another: use seg instead"
- ]
- "\x{a}" ~
- " "
- ]
- "\x{a}" ~
- " "
- ],
- att.global.attributes,
- att.segLike.attributes,
- att.typed.attributes,
- att.notated.attributes,
- empty
- }
-w =
-
- ## (word) represents a grammatical (not necessarily orthographic) word. [17.1. Linguistic Segment Categories 17.4.2. Lightweight Linguistic Annotation]
- element w {
- (text
- | model.gLike
- | seg
- | w
- | pc
- | model.global
- | model.lPart
- | model.hiLike
- | model.pPart.edit)*,
- att.global.attributes,
- att.segLike.attributes,
- att.typed.attributes,
- att.linguistic.attributes,
- att.notated.attributes,
- empty
- }
-pc =
-
- ## (punctuation character) contains a character or string of characters regarded as constituting a single punctuation mark. [17.1.2. Below the Word Level 17.4.2. Lightweight Linguistic Annotation]
- element pc {
- (text | model.gLike | model.pPart.edit)*,
- att.global.attributes,
- att.segLike.attributes,
- att.typed.attributes,
- att.linguistic.attributes,
-
- ## indicates the extent to which this punctuation mark conventionally separates words or phrases
- attribute force {
-
- ## the punctuation mark is a word separator
- "strong"
- |
- ## the punctuation mark is not a word separator
- "weak"
- |
- ## the punctuation mark may or may not be a word separator
- "inter"
- }?,
-
- ## provides a name for the kind of unit delimited by this punctuation mark.
- attribute unit {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
-
- ## indicates whether this punctuation mark precedes or follows the unit it delimits.
- attribute pre { xsd:boolean }?,
- empty
- }
-interp =
-
- ## (interpretation) summarizes a specific interpretative annotation which can be linked to a span of text. [17.3. Spans and Interpretations]
- element interp {
- (text | model.gLike | model.descLike | model.certLike)*,
- att.global.attributes,
- att.interpLike.attributes,
- empty
- }
-interpGrp =
-
- ## (interpretation group) collects together a set of related interpretations which share responsibility or type. [17.3. Spans and Interpretations]
- element interpGrp {
- (model.descLike*, interp+),
- att.global.attributes,
- att.interpLike.attributes,
- empty
- }
-att =
-
- ## (attribute) contains the name of an attribute appearing within running text. [22. Documentation Elements]
- element att {
- xsd:Name,
- att.global.attributes,
-
- ## supplies an identifier for the scheme in which this name is defined.
- ## Sample values include: 1] TEI (text encoding initiative) ; 2] DBK (docbook) ; 3] XX (unknown) ; 4] imaginary; 5] XHTML; 6] XML; 7] XI
- [ a:defaultValue = "TEI" ]
- attribute scheme {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-code =
-
- ## contains literal code from some formal language such as a programming language. [22.1.1. Phrase Level Terms]
- element code {
- text,
- att.global.attributes,
-
- ## (formal language) a name identifying the formal language in which the code is expressed
- attribute lang {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-eg =
-
- ## (example) contains any kind of illustrative example. [22.5. Element Specifications 22.5.3. Attribute List Specification]
- element eg { macro.phraseSeq, att.global.attributes, empty }
-gi =
-
- ## (element name) contains the name (generic identifier) of an element. [22. Documentation Elements 22.5. Element Specifications]
- element gi {
- xsd:Name,
- att.global.attributes,
-
- ## supplies the name of the scheme in which this name is defined.
- ## Sample values include: 1] TEI; 2] DBK (docbook) ; 3] XX (unknown) ; 4] Schematron; 5] HTML
- [ a:defaultValue = "TEI" ]
- attribute scheme {
- xsd:token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
- }?,
- empty
- }
-ident =
-
- ## (identifier) contains an identifier or name for an object of some kind in a formal language. ident is used for tokens such as variable names, class names, type names, function names etc. in formal programming languages. [22.1.1. Phrase Level Terms]
- element ident {
- text, att.global.attributes, att.typed.attributes, empty
- }
-val =
-
- ## (value) contains a single attribute value. [22. Documentation Elements 22.5.3. Attribute List Specification]
- element val { text, att.global.attributes, empty }
-att.global.facs.attributes = att.global.facs.attribute.facs
-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 { xsd:anyURI+ }
- }?
-start = TEI | teiCorpus
diff --git a/schema/tei_lite.rng b/schema/tei_lite.rng
deleted file mode 100644
index c0f1610..0000000
--- a/schema/tei_lite.rng
+++ /dev/null
@@ -1,5798 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the person, or group of people, to whom the element content is ascribed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the person, or group of people, to whom a speech act or action is directed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.
-
-
-
-
-
-
-
- (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- gives a minimum estimated value for the approximate measurement.
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
- gives a maximum estimated value for the approximate measurement.
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
- where the measurement summarizes more than one observation or a range, supplies the minimum value observed.
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
- where the measurement summarizes more than one observation or a range, supplies the maximum value observed.
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
- 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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- names the unit used for the measurement
-Suggested values include: 1] cm (centimetres) ; 2] mm (millimetres) ; 3] in (inches) ; 4] lines; 5] chars (characters)
-
- cm
- (centimetres)
- mm
- (millimetres)
- in
- (inches)
- lines
- lines of text
- chars
- (characters) characters of text
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- specifies the length in the units specified
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
- indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.
-
-
-
-
-
-
-
- characterizes the precision of the values specified by the other attributes.
-
- high
-
- medium
-
- low
-
- unknown
-
-
-
-
-
-
-
-
- where the measurement summarizes more than one observation, specifies the applicability of this measurement.
-Sample values include: 1] all; 2] most; 3] range
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
- points to a handNote element describing the hand considered responsible for the content of the element concerned.
-
-
-
-
-
-
-
-
-
-
- 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.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
- (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
-
-
-
-
-
-
-
-
-
-
- supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The @when attribute cannot be used with any other att.datable.w3c attributes.
-
-
-
-
- The @from and @notBefore attributes cannot be used together.
-
-
-
-
- The @to and @notAfter attributes cannot be used together.
-
-
-
-
-
-
-
-
-
- supplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred.
-
-
-
-
-
-
-
-
-
-
-
- contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat.
-
-
-
-
-
-
-
-
-
-
-
- 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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates whether or not this element is selected by default when its parent is selected.
-
- true
- This element is selected if its parent is selected
- false
- 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.
-
-
-
-
-
-
-
-
-
-
- identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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.
-
- Y
- (yes) the element is fragmented in some (unspecified) respect
- N
- (no) the element is not fragmented, or no claim is made as to its completeness
- I
- (initial) this is the initial part of a fragmented element
- M
- (medial) this is a medial part of a fragmented element
- F
- (final) this is the final part of a fragmented element
-
-
-
-
-
-
-
-
-
-
-
-
- (organization) specifies how the content of the division is organized.
-
- composite
- no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships.
- uniform
- the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence.
-
-
-
-
-
-
-
- indicates whether this division is a sample of the original source and if so, from which part.
-
- initial
- division lacks material present at end in source.
- medial
- division lacks material at start and end.
- final
- division lacks material at start.
- unknown
- position of sampled material within original unknown.
- complete
- division is not a sample.
-
-
-
-
-
-
-
-
-
-
- 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
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
- (certainty) signifies the degree of certainty associated with the intervention or interpretation.
-
-
-
- high
-
- medium
-
- low
-
- unknown
-
-
-
-
-
-
-
-
-
- (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
- internal
- there is internal evidence to support the intervention.
- external
- there is external evidence to support the intervention.
- conjecture
- the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
- indicates whether this is an instant revision or not.
-
-
-
- unknown
-
- inapplicable
-
-
-
-
-
-
-
-
-
-
-
-
- (rendition) indicates how the element in question was rendered or presented in the source text.
-
-
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
-
- specifies the source from which some aspect of this element is drawn.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (identifier) provides a unique identifier for the element bearing the attribute.
-
-
-
-
-
-
-
- (number) gives a number (or other label) for an element, which is not necessarily unique within the document.
-
-
-
-
-
-
-
- (language) indicates the language of the element content using a tag generated according to BCP 47.
-
-
-
-
-
-
-
-
-
-
-
-
-
- signals an intention about how white space should be managed by applications.
-
- default
- signals that the application's default white-space processing modes are acceptable
- preserve
- indicates the intent that applications preserve all white space
-
-
-
-
-
-
-
-
-
-
-
-
- Where the media are displayed, indicates the display width
-
- [\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)
-
-
-
-
-
-
-
- Where the media are displayed, indicates the display height
-
- [\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)
-
-
-
-
-
-
-
- Where the media are displayed, indicates a scale factor to be applied when generating the desired display size
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
-
-
- (uniform resource locator) specifies the URL from which the media concerned may be obtained.
-
-
-
-
-
-
-
-
-
-
- indicates what kind of phenomenon is being noted in the passage.
-Sample values include: 1] image; 2] character; 3] theme; 4] allusion
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
- (instances) points to instances of the analysis or interpretation represented by the current element.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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.
-
-
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- (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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- names the notation used for the content of the element.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
- below
- below the line
- bottom
- at the foot of the page
- margin
- in the margin (left, right, or both)
- top
- at the top of the page
- opposite
- on the opposite, i.e. facing, page
- overleaf
- on the other side of the leaf
- above
- above the line
- end
- at the end of e.g. chapter or volume.
- inline
- within the body of the text.
- inspace
- in a predefined space, for example left by an earlier scribe.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- characterizes the element in some sense, using any convenient classification scheme or typology.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
- provides a sub-categorization of the element, if needed
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
- The element should not be categorized in detail with @subtype unless also categorized in general with @type
-
-
-
-
-
-
-
-
-
-
- specifies the language of the content to be found at the destination referenced by target, using a language tag generated according to BCP 47.
-
-
-
-
-
-
-
-
-
-
-
-
- @targetLang should only be used on if @target is specified.
-
-
-
-
-
- specifies the destination of the reference by supplying one or more URI References
-
-
-
-
-
-
-
-
-
-
-
- specifies the intended meaning when the target of a pointer is itself a pointer.
-
- all
- 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.
- one
- 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.
- none
- no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target.
-
-
-
-
-
-
-
-
-
-
-
-
- characterizes the function of the segment.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
- supplies the sort key for this element in an index, list or group which contains it.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
- (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.
-
-
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- (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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the end of a span initiated by the element bearing this attribute.
-
-
-
-
-
-
-
-The element indicated by @spanTo () must follow the current element
-
-
-
-
-
-
-
-
-
-
-
- indicates the kind of information held in this cell or in each cell of this row.
-Suggested values include: 1] label; 2] data
-
- label
- labelling or descriptive information only.
- data
- data values.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- indicates the number of rows occupied by this cell or row.
-
-
-
-
-
-
-
- (columns) indicates the number of columns occupied by this cell or row.
-
-
-
-
-
-
-
-
-
-
-
- indicates the location within a temporal alignment at which this element begins.
-
-
-
-
-
-
-
- indicates the location within a temporal alignment at which this element ends.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
- documents the presumed cause for the intervention.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
- (sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.
-
-
-
-
-
-
-
-
-
-
- specifies the date on which the source text was extracted and sent to the translator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- identifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry.
-Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] part; 7] column; 8] entry
-
- volume
- the element contains a volume number.
- issue
- the element contains an issue number, or volume and issue numbers.
- page
- the element contains a page number or page range.
- line
- the element contains a line number or line range.
- chapter
- the element contains a chapter indication (number and/or title)
- part
- the element identifies a part of a book or collection.
- column
- the element identifies a column.
- entry
- the element identifies an entry number or label in a list of entries.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- specifies the starting point of the range of units indicated by the unit attribute.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
- specifies the end-point of the range of units indicated by the unit attribute.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates whether the name component is given in full, as an abbreviation or simply as an initial.
-
- yes
- the name component is spelled out in full.
- abb
- (abbreviated) the name component is given in an abbreviated form.
- init
- (initial letter) the name component is indicated only by one initial.
-
-
-
-
-
-
-
- specifies the sort order of the name component in relation to others within the name.
-
-
-
-
-
-
-
-
-
- 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
-
- page
- physical page breaks (synonymous with the pb element).
- column
- column breaks.
- line
- line breaks (synonymous with the lb element).
- book
- any units termed book, liber, etc.
- poem
- individual poems in a collection.
- canto
- cantos or other major sections of a poem.
- speaker
- changes of speaker or narrator.
- stanza
- stanzas within a poem, book, or canto.
- act
- acts within a play.
- scene
- scenes within a play or act.
- section
- sections of any kind.
- absent
- passages not present in the reference edition.
- unnumbered
- passages present in the text, but not to be included as part of the reference.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
- (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]
-
-
-
-
- Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.
-
-
-
-
-
-
- Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.
-
-
-
-
-
-
-
-
-
-
-
-
- identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions]
-
-
-
-
-
-
-
- (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]
-
-
-
-
-
-
-
- (highlighted) marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]
-
-
-
-
-
-
-
-
- (quoted) contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used. [3.3.3. Quotation]
-
-
-
-
-
- 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
-
- spoken
- representation of speech
- thought
- representation of thought, e.g. internal monologue
- written
- quotation from a written source
- soCalled
- authorial distance
- foreign
-
- distinct
- linguistically distinct
- term
- technical term
- emph
- rhetorically emphasized
- mentioned
- refering to itself, not its normal referent
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- (cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- marks words or phrases mentioned, not used. [3.3.3. Quotation]
-
-
-
-
-
-
-
- contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics. [3.3.3. Quotation]
-
-
-
-
-
-
-
- (description) contains a brief description of the object documented by its parent element, typically a documentation element or an entity. [22.4.1. Description of Components]
-
-
-
-
-
-
-
-
-
- identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.3.4. Terms, Glosses, Equivalents, and Descriptions 22.4.1. Description of Components]
-
-
-
-
-
-
-
-
-
-
-
-
- contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. Terms, Glosses, Equivalents, and Descriptions]
-
-
-
-
-
-
-
-
-
-
-
-
-
- (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.4.1. Apparent Errors]
-
-
-
-
-
-
-
- (correction) contains the correct form of a passage apparently erroneous in the copy text. [3.4.1. Apparent Errors]
-
-
-
-
-
-
-
-
-
- groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]
-
-
-
-
-
-
-
-
-
-
-
-
- (regularization) contains a reading which has been regularized or normalized in some sense. [3.4.2. Regularization and
-Normalization 12. Critical Apparatus]
-
-
-
-
-
-
-
-
-
- (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.4.2. Regularization and
-Normalization 12. Critical Apparatus]
-
-
-
-
-
-
-
- indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible. [3.4.3. Additions, Deletions, and Omissions]
-
-
-
-
-
-
-
-
-
-
-
-
- gives the reason for omission
-Suggested values include: 1] cancelled; 2] deleted; 3] editorial; 4] illegible; 5] inaudible; 6] irrelevant; 7] sampling
-
-
-
- cancelled
-
- deleted
-
- editorial
- for features omitted from transcription due to editorial policy
- illegible
-
- inaudible
-
- irrelevant
-
- sampling
-
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- 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
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.4.3. Additions, Deletions, and Omissions]
-
-
-
-
-
-
-
-
-
-
-
- (deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector. [3.4.3. Additions, Deletions, and Omissions]
-
-
-
-
-
-
-
-
-
-
- contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.4.3. Additions, Deletions, and Omissions]
-
-
-
-
-
-
- indicates why the material is hard to transcribe.
-Suggested values include: 1] illegible; 2] inaudible; 3] faded; 4] background_noise; 5] eccentric_ductus
-
-
-
- illegible
-
- inaudible
-
- faded
-
- background_noise
-
- eccentric_ductus
-
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- 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
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (name, proper noun) contains a proper noun or noun phrase. [3.5.1. Referring Strings]
-
-
-
-
-
-
-
-
-
-
-
- (referencing string) contains a general purpose name or referring string. [13.2.1. Personal Names 3.5.1. Referring Strings]
-
-
-
-
-
-
-
-
-
- contains a postal address, for example of a publisher, an organization, or an individual. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (address line) contains one line of a postal address. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]
-
-
-
-
-
-
-
- (number) contains a number, written in any form. [3.5.3. Numbers and
-Measures]
-
-
-
-
-
- indicates the type of numeric value.
-Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage
-
- cardinal
- absolute number, e.g. 21, 21.5
- ordinal
- ordinal number, e.g. 21st
- fraction
- fraction, e.g. one half or three-quarters
- percentage
- a percentage
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
- supplies the value of the number in standard form.
-
-
-
- (\-?[\d]+/\-?[\d]+)
-
-
-
-
-
-
-
-
-
-
- contains a date in any format. [3.5.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.3.6. Dates and Times]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a phrase defining a time of day in any format. [3.5.4. Dates and Times]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (abbreviation) contains an abbreviation of any sort. [3.5.5. Abbreviations and Their Expansions]
-
-
-
-
-
- allows the encoder to classify the abbreviation according to some convenient typology.
-Sample values include: 1] suspension; 2] contraction; 3] brevigraph; 4] superscription; 5] acronym; 6] title; 7] organization; 8] geographic
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (expansion) contains the expansion of an abbreviation. [3.5.5. Abbreviations and Their Expansions]
-
-
-
-
-
-
-
-
- (pointer) defines a pointer to another location. [3.6. Simple Links and Cross-References 16.1. Links]
-
-
-
- Only one of the
-attributes @target and @cRef may be supplied on .
-
-
-
-
-
-
-
-
-
-
-
-
- (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. Simple Links and Cross-References 16.1. Links]
-
-
-
- Only one of the
- attributes @target' and @cRef' may be supplied on
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains any sequence of items organized as a list. [3.7. Lists]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element
-
-
-
-
-
-
-
- describes the nature of the items in the list.
-Suggested values include: 1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism
-
- gloss
- each list item glosses some term or concept, which is given by a label element preceding the list item.
- index
- each list item is an entry in an index such as the alphabetical topical index at the back of a print volume.
- instructions
- each list item is a step in a sequence of instructions, as in a recipe.
- litany
- each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual.
- syllogism
- each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- contains one component of a list. [3.7. Lists 2.6. The Revision Description]
-
-
-
-
-
-
-
-
- contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.7. Lists]
-
-
-
-
-
-
-
-
-
-
- (heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. Headings and Trailers]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a note or annotation. [3.8.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.11.2.8. Notes and Statement of Language 9.3.5.4. Notes within Entries]
-
-
-
-
-
-
-
-
- indicates whether the copy text shows the exact place of reference for the note.
-
-
-
-
-
- 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.
-
-
-
-
-
-
-
-
-
-
-
-
- (index entry) marks a location to be indexed for whatever purpose. [3.8.2. Index Entries]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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.
-
-
-
-
-
-
-
-
- indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.9. Graphics and Other Non-textual Components 11.1. Digital Facsimiles]
-
-
-
-
-
-
-
-
-
-
-
-
- marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element. [3.10.3. Milestone
-Elements]
-
-
-
-
-
-
-
-
-
-
-
-
- (page beginning) marks the beginning of a new page in a paginated document. [3.10.3. Milestone
-Elements]
-
-
-
-
-
-
-
-
-
-
-
- (line beginning) marks the beginning of a new (typographic) line in some edition or version of a text. [3.10.3. Milestone
-Elements 7.2.5. Speech Contents]
-
-
-
-
-
-
-
-
-
-
-
- in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]
-
-
-
-
-
-
-
-
- contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.11.2.2. Titles, Authors, and Editors]
-
-
-
-
-
-
-
-
- (statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (responsibility) contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]
-
-
-
-
-
-
-
-
-
- contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
-
-
-
-
-
-
-
- classifies the title according to some convenient typology.
-Sample values include: 1] main; 2] sub (subordinate) ; 3] alt (alternate) ; 4] short; 5] desc (descriptive)
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
- indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.
-
- a
- (analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.
- m
- (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
- j
- (journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper
- s
- (series) the title applies to a series of otherwise distinct publications such as a collection
- u
- (unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)
-
-
-
-
-
-
-
-
- provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]
-
-
-
-
-
-
-
-
- (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.11.2.5. Scopes and Ranges in Bibliographic Citations]
-
-
-
-
-
-
-
-
- (publication place) contains the name of the place where a bibliographic item was published. [3.11.2.4. Imprint, Size of a Document, and Reprint Information]
-
-
-
-
-
-
-
-
- (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (citation list) contains a list of bibliographic citations of any kind. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it. [3.11.2.7. Related Items]
-
-
-
-
-
-
-
-
-
-If the @target attribute on is used, the
-relatedItem element must be empty
-
-
-
-
- A relatedItem element should have either a 'target' attribute
- or a child element to indicate the related bibliographic item
-
-
-
-
-
-
- points to the related bibliographic element by means of an absolute or relative URI reference
-
-
-
-
-
-
-
-
- (verse line) contains a single, possibly incomplete, line of verse. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents]
-
-
-
-
-
-
-
-
-
-
-
-
- Abstract model violation: Lines may not contain lines or lg elements.
-
-
-
-
-
-
-
-
-
-
- (line group) contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- An lg element
- must contain at least one child l, lg or gap element.
-
-
-
-
-
- Abstract model violation: Lines may not contain line groups.
-
-
-
-
-
-
-
-
-
-
-
-
- (speech) contains an individual speech in a performance text, or a passage presented as such in a prose or verse text. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.2. Speeches and Speakers]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. [3.12.2. Core Tags for Drama]
-
-
-
-
-
-
-
- (stage direction) contains any kind of stage direction within a dramatic text or fragment. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.4. Stage Directions]
-
-
-
-
-
-
- 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
-
-
-
- setting
- describes a setting.
- entrance
- describes an entrance.
- exit
- describes an exit.
- business
- describes stage business.
- novelistic
- is a narrative, motivating stage direction.
- delivery
- describes how a character speaks.
- modifier
- gives some detail about a character.
- location
- describes a location.
- mixed
- more than one of the above
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
-
-
- 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. Default Text Structure 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- specifies the version number of the TEI Guidelines against which this document is valid.
-
- [\d]+(\.[\d]+){0,2}
-
-
-
-
-
-
-
-
- (automatically generated text division) indicates the location at which a textual division generated automatically by a text-processing application is to appear. [3.8.2. Index Entries]
-
-
-
-
-
-
- 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
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- specifies the name of a sponsoring organization or institution. [2.2.1. The Title Statement]
-
-
-
-
-
-
-
-
- (funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. [2.2.1. The Title Statement]
-
-
-
-
-
-
-
-
- (principal researcher) supplies the name of the principal researcher responsible for the creation of an electronic text. [2.2.1. The Title Statement]
-
-
-
-
-
-
-
-
- (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- describes the particularities of one edition of a text. [2.2.2. The Edition Statement]
-
-
-
-
-
-
-
- describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units. [2.2.3. Type and Extent of File 2.2. The File Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.7.1. Object Description]
-
-
-
-
-
-
-
- (publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. Publication, Distribution, Licensing, etc.]
-
-
-
-
-
-
-
-
- (release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. Publication, Distribution, Licensing, etc.]
-
-
-
-
-
-
-
-
- (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. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.11.2.4. Imprint, Size of a Document, and Reprint Information]
-
-
-
-
-
-
-
-
-
-
-
-
-
- categorizes the identifier, for example as an ISBN, Social Security number, etc.
-Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] OCLC
-
- ISBN
- International Standard Book Number: a 13- or (if assigned prior to 2007) 10-digit identifying number assigned by the publishing industry to a published book or similar item, registered with the International ISBN Agency.
- ISSN
- International Standard Serial Number: an eight-digit number to uniquely identify a serial publication.
- DOI
- Digital Object Identifier: a unique string of letters and numbers assigned to an electronic document.
- URI
- Uniform Resource Identifier: a string of characters to uniquely identify a resource which usually contains indication of the means of accessing that resource, the name of its host, and its filepath.
- VIAF
- A data number in the Virtual Internet Authority File assigned to link different names in catalogs around the world for the same entity.
- ESTC
- English Short-Title Catalogue number: an identifying number assigned to a document in English printed in the British Isles or North America before 1801.
- OCLC
- OCLC control number (record number) for the union catalog record in WorldCat, a union catalog for member libraries in the Online Computer Library Center global cooperative.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]
-
-
-
-
-
-
-
-
-
-
- supplies a code identifying the current availability of the text.
-
- free
- the text is freely available.
- unknown
- the status of the text is unknown.
- restricted
- the text is not freely available.
-
-
-
-
-
-
-
-
- contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.]
-
-
-
-
-
-
-
-
-
- (series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. The Series Statement 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. [2.2.6. The Notes Statement 2.2. The File Description]
-
-
-
-
-
-
-
-
-
-
-
-
- (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. The Source Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components]
-
-
-
-
-
-
-
-
-
-
-
-
- (project description) describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected. [2.3.1. The Project Description 2.3. The Encoding Description 15.3.2. Declarable Elements]
-
-
-
-
-
-
-
-
-
-
- (sampling declaration) contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection. [2.3.2. The Sampling Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements]
-
-
-
-
-
-
-
-
-
-
- (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements]
-
-
-
-
-
-
-
-
-
-
- (references declaration) specifies how canonical references are constructed for this text. [2.3.6.3. Milestone Method 2.3. The Encoding Description 2.3.6. The Reference System Declaration]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7. The Classification Declaration 2.3. The Encoding Description]
-
-
-
-
-
-
-
-
-
- defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. The Classification Declaration]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (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. The Classification Declaration]
-
-
-
-
-
-
-
-
-
-
-
-
-
- (text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components]
-
-
-
-
-
-
-
-
-
- contains information about the creation of a text. [2.4.1. Creation 2.4. The Profile Description]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. Language Usage 2.4. The Profile Description 15.3.2. Declarable Elements]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- characterizes a single language or sublanguage used within a text. [2.4.2. Language Usage]
-
-
-
- (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.
-
-
-
-
-
-
-
-
-
-
- specifies the approximate percentage (by volume) of the text which uses this language.
-
-
-
-
-
-
-
-
- (text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. The Text Classification]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification]
-
-
-
-
-
-
-
-
-
-
-
- identifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a taxonomy element, or by some other resource.
-
-
-
-
-
-
-
-
- (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification]
-
-
-
- identifies the classification system in use, as defined by, e.g. a taxonomy element, or some other resource.
-
-
-
-
-
-
-
- (category reference) specifies one or more defined categories within some taxonomy or text typology. [2.4.3. The Text Classification]
-
-
-
-
-
- identifies the classification scheme within which the set of categories concerned is defined, for example by a taxonomy element, or by some other resource.
-
-
-
-
-
-
-
-
- (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.7. Identifying Changes and Revisions]
-
-
-
-
-
-
-
-
- points to one or more elements that belong to this change.
-
-
-
-
-
-
-
-
-
-
-
-
- (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resourceLike class. Multiple TEI elements may be combined to form a teiCorpus element. [4. Default Text Structure 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4. Default Text Structure 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc. [4. Default Text Structure 4.3.1. Grouped Texts 15.1. Varieties of Composite Text]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Abstract model violation: Lines may not contain higher-level structural elements such as div.
-
-
-
-
-
-
- Abstract model violation: p and ab may not contain higher-level structural elements such as div.
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a closing title or footer appearing at the end of a division of a text. [4.2.4. Content of Textual Divisions 4.2. Elements Common to All Divisions]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. [4.2.2. Openers and Closers 4.5. Front Matter]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer. [4.2.2. Openers and Closers]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a formal list or prose description of the topics addressed by a subdivision of a text. [4.2. Elements Common to All Divisions 4.6. Title Pages]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page. [4.2.3. Arguments, Epigraphs, and Postscripts 4.2. Elements Common to All Divisions 4.6. Title Pages]
-
-
-
-
-
-
-
-
-
-
-
-
- groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter. [4.2. Elements Common to All Divisions]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. [4.2.2. Openers and Closers 4.2. Elements Common to All Divisions]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (salutation) contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other division of a text, or the salutation in the closing of a letter, preface, etc. [4.2.2. Openers and Closers]
-
-
-
-
-
-
-
-
- (signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. [4.2.2. Openers and Closers]
-
-
-
-
-
-
-
-
- contains a postscript, e.g. to a letter. [4.2. Elements Common to All Divisions]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (title page) contains the title page of a text, appearing within the front or back matter. [4.6. Title Pages]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- classifies the title page according to any convenient typology.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (document title) contains the title of a document, including all its constituents, as given on a title page. [4.6. Title Pages]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains a subsection or division of the title of a work, as indicated on a title page. [4.6. Title Pages]
-
-
-
-
- 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)
-
- main
- main title of the work
- sub
- (subordinate) subtitle of the work
- alt
- (alternate) alternative title of the work
- short
- abbreviated form of title
- desc
- (descriptive) descriptive paraphrase of the work
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
-
- (document author) contains the name of the author of the document, as given on the title page (often but not always contained in a byline). [4.6. Title Pages]
-
-
-
-
-
-
-
-
- contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso. [4.6. Title Pages]
-
-
-
-
-
-
-
- (document edition) contains an edition statement as presented on a title page of a document. [4.6. Title Pages]
-
-
-
-
-
-
-
- (document imprint) contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page. [4.6. Title Pages]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages]
-
-
-
-
- gives the value of the date in standard form, i.e. YYYY-MM-DD.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the number of rows in the table.
-
-
-
-
-
- (columns) indicates the number of columns in each row of the table.
-
-
-
-
-
-
-
-
- contains one row of a table. [14.1.1. TEI Tables]
-
-
-
-
-
-
-
-
-
-
- contains one cell of a table. [14.1.1. TEI Tables]
-
-
-
-
-
-
-
-
- contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it. [14.4. Specific Elements for Graphic Images]
-
-
-
-
-
-
-
-
-
-
-
-
-
- (corresponds) points to elements that correspond to the current element in some way.
-
-
-
-
-
-
-
-
-
-
-
- points to the next element of a virtual aggregate of which the current element is part.
-
-
-
-
-
-
-
- (previous) points to the previous element of a virtual aggregate of which the current element is part.
-
-
-
-
-
-
- (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. Synchronization and Overlap 16.5. Correspondence and Alignment]
-
-
-
-
-
-
-
-
- (arbitrary segment) represents any segmentation of text below the chunk level. [16.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- provides a lemma (base form) for the word, typically uninflected and serving both as an identifier (e.g. in dictionary contexts, as a headword), and as a basis for potential inflections.
-
-
-
-
-
-
-
- provides a pointer to a definition of the lemma for the word, for example in an online lexicon.
-
-
-
-
-
-
-
- (part of speech) indicates the part of speech assigned to a token (i.e. information on whether it is a noun, adjective, or verb), usually according to some official reference vocabulary (e.g. for German: STTS, for English: CLAWS, for Polish: NKJP, etc.).
-
-
-
-
-
-
-
- (morphosyntactic description) supplies morphosyntactic information for a token, usually according to some official reference vocabulary (e.g. for German: STTS-large tagset; for a feature description system designed as (pragmatically) universal, see Universal Features).
-
-
-
-
-
-
-
- when present, it provides information on whether the token in question is adjacent to another, and if so, on which side. The definition of this attribute is adapted from ISO MAF (Morpho-syntactic Annotation Framework), ISO 24611:2012.
-
- no
- (the token is not adjacent to another)
- left
- (there is no whitespace on the left side of the token)
- right
- (there is no whitespace on the right side of the token)
- both
- (there is no whitespace on either side of the token)
- overlap
- (the token overlaps with another; other devices (specifying the extent and the area of overlap) are needed to more precisely locate this token in the character stream)
-
-
-
-
-
-
-
-
-
-
- (analysis) indicates one or more elements containing interpretations of the element on which the ana attribute appears.
-
-
-
-
-
-
-
-
-
-
- (s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation]
-
-
-
- You may not nest one s element within
- another: use seg instead
-
-
-
-
-
-
-
-
-
-
-
- (word) represents a grammatical (not necessarily orthographic) word. [17.1. Linguistic Segment Categories 17.4.2. Lightweight Linguistic Annotation]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (punctuation character) contains a character or string of characters regarded as constituting a single punctuation mark. [17.1.2. Below the Word Level 17.4.2. Lightweight Linguistic Annotation]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- indicates the extent to which this punctuation mark conventionally separates words or phrases
-
- strong
- the punctuation mark is a word separator
- weak
- the punctuation mark is not a word separator
- inter
- the punctuation mark may or may not be a word separator
-
-
-
-
-
- provides a name for the kind of unit delimited by this punctuation mark.
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
- indicates whether this punctuation mark precedes or follows the unit it delimits.
-
-
-
-
-
-
-
-
- (interpretation) summarizes a specific interpretative annotation which can be linked to a span of text. [17.3. Spans and Interpretations]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (interpretation group) collects together a set of related interpretations which share responsibility or type. [17.3. Spans and Interpretations]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (attribute) contains the name of an attribute appearing within running text. [22. Documentation Elements]
-
-
-
-
- supplies an identifier for the scheme in which this name is defined.
-Sample values include: 1] TEI (text encoding initiative) ; 2] DBK (docbook) ; 3] XX (unknown) ; 4] imaginary; 5] XHTML; 6] XML; 7] XI
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- contains literal code from some formal language such as a programming language. [22.1.1. Phrase Level Terms]
-
-
-
-
- (formal language) a name identifying the formal language in which the code is expressed
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (example) contains any kind of illustrative example. [22.5. Element Specifications 22.5.3. Attribute List Specification]
-
-
-
-
-
-
-
- (element name) contains the name (generic identifier) of an element. [22. Documentation Elements 22.5. Element Specifications]
-
-
-
-
- supplies the name of the scheme in which this name is defined.
-Sample values include: 1] TEI; 2] DBK (docbook) ; 3] XX (unknown) ; 4] Schematron; 5] HTML
-
- (\p{L}|\p{N}|\p{P}|\p{S})+
-
-
-
-
-
-
-
-
- (identifier) contains an identifier or name for an object of some kind in a formal language. ident is used for tokens such as variable names, class names, type names, function names etc. in formal programming languages. [22.1.1. Phrase Level Terms]
-
-
-
-
-
-
-
-
- (value) contains a single attribute value. [22. Documentation Elements 22.5.3. Attribute List Specification]
-
-
-
-
-
-
-
-
-
-
-
- (facsimile) points to all or part of an image which corresponds with the content of the element.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-