This is the level 4 portion of the Best Practices for TEI in Libraries. This document is not intended to stand alone, but rather to be considered in concert with the entire TEI in Libraries recommendations.
Note that this is intended to be a ‘TEI conformant’ customization, per P5 section 23.3.
To create text that can stand alone as electronic text, identifies hierarchy and typography, specifies function of textual and structural elements, and describes the nature of the content and not merely its appearance. This level is not meant to encode or identify all structural, semantic, or bibliographic features of the text.
Greater description of function and content allows for:
Level 4 texts contain elements and attributes that describe content, not just appearance, of the text. Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers, and the encoding of content allows these texts to work effectively with screen readers and other applications that rely on the structure of a text, not just its appearance.
Finally, functionally accurate encoding in Level 4 texts allows them to be searched or displayed in sophisticated ways. For example, a searcher could limit his or her search in a dramatic text to stage directions or in a verse text to only first lines. In a political tract published by subscription, a search could be confined to names that appear in lists, thus limiting a search to names of people who subscribed to a particular volume. This ability to limit searches becomes more significant as textbases become larger, and thus is of great importance to the library community as it attempts to build into the initial design and implementation of textbases the features needed to enhance interoperability.
Text is generated by keyboarding (likely outsourced double keyboarding from page images using TEI Tite) or possibly by correcting OCR text using software that identifies spelling mistakes and consults a log from the OCR software to find regions of uncertainty in the OCR text. If converting from TEI Tite, minimal additional markup should be added, as discussed in Appendix A of TEI Tite.
Use all elements specified in Levels 1, 2, and 3 except <ab>, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.
| <titlePage> and appropriate child elements | Recommended. |
| <group> | Recommended to encode a collection of independent texts that are regarded as a single group for processing or other purposes. |
| <div> or <div1>, <div2>, <div3>, etc. | Recommended for encoding a hierarchy of textual divisions. Use as many levels of hierarchy as needed to represent the source document. |
| <floatingText> | Recommended when a floating text is identified. |
| <list> and <item> | Recommended to indicate ordered and unordered list structures. |
| <table>, <row>, and <cell> | Recommended to indicate table structures. |
| <hi> | Recommended to indicate change in rendition when a more specific element is not being used; rend attribute is optional. |
| <opener>, <dateline>, <salute> <closer>, <signed>, <postscript> | Recommended to indicate specific parts of letters. |
| <castList>, <castItem>, <sp>, <speaker>, and <stage> | Recommended to encode different structures in performance texts (i.e. drama). |
| <sp> and <speaker> | Recommended to encode oral history interviews. |
| <epigraph> | Recommended for encoding epigraphs found as front matter |
| <quote rend="___"> | Recommended for encoding blockquotes that appear outside the flow of a paragraph. In the rend attribute, give a CSS declaration-block (such as padding-left: 0.5in;) |
| <argument> | Recommended to encode a list of topics sometimes found at the start of a chapter or other textual division. |
| <trailer> | Recommended to encode a closing title or footer at the end of a division. |
| <quote>, <said>, <mentioned>, or <soCalled> | Optional. |
| <emph>, <distinct>, <foreign>, <gloss>, or <term> | Optional. |
| <title type="_"> | Optional within the <text> (not the <teiHeader>), especially when text is typographically distinct. Optionally use the type attribute with a value as given in the full TEI guidelines except for main titles. (The main value should be used, when appropriate, for <title>s within a TEI header, but is not needed for <title>s elsewhere in a document.) |
| <ptr> and <ref> | In addition to using to point to notes (as in Level 3), optionally use for identifying cross-references within the text. |
| <sic>, <corr>, or <choice> | Optionally use to encode errors or typos. |
| <add>, <del>, <gap>, and <unclear> | Optionally use to encode material that is added, marked for deletion, or is illegible, invisible, or inaudible. |
| <persName>, <placeName>, <geogName>, <orgName>, and <name type="___"> | Optionally use to encode personal, place, organizational, and other names used in a text. The <persName> element is also used to indicate a personal name inside a <person> element (see below). |
| <bibl> | May contain bibliographic elements like <author>, <biblScope>, <citedRange>, <distributor>, <edition> <editor>, <idno>, <pubPlace>, <publisher>, <relatedItem>, <respStmt>, <series>, and <title> in addition to text. |
| <listName>, <listPlace>, and <listOrg> | Optionally use in support of personal, place, and organizational names normalization and to capture additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names. |
| <listPerson> | Optionally used in support of transcriptions of oral interviews. |
| <person> | Optionally used in support of transcriptions of oral interviews. The use of the role attribute is strongly recommended, particularly to differentiate interviewer(s) from interviewee(s). |
| <birth> | Optionally used inside a <person> to indicate the date or place of birth of the person being documented. |
| <bibl> | Contains a single bibliographic entry. Use of the <author> or <editor> element is recommended. Other valid elements that the TEI allows to appear in <bibl> may also be used to encode a bibliographic citation, such as <title>, <publisher> and, <biblScope>. It is recommended that the <date> always appear with a when attribute in order to provide a canonical form of the date. |
There are many optinoal but not recommended elements at Level 4. While content for many of these elements can be identified within running prose based on changes in typography or use of quotation marks in the source document, they are not always so easily idenitified, or they may occur so often that identification of each instance is impractical. Use only those optional elements that are appropriate for your users' needs and your encoding budget.
Encode each section of front and back matter as their own textual division. Beyond what is described in the P5 Guidelines, note the following:
Names should be encoded using <persName>, <placeName>, <geogName>, and <orgName> elements. For names of entities other than persons, places, and organizations, use <name> with a type attribute containing an appropriate value, such as event for the name of an event.
For all of these elements, use the ref attribute (see discussion above) to provide a reference to a <person>, <place>, <org>, <event>, or other element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. An external TEI file may contain an entry for each name, grouped accordingly under <listPerson>, <listPlace>, <listOrg>, or <listEvent> which is uniquely identified with an xml:id attribute. The value of the ref attribute in the main TEI document (the transcription of the source document) references the value of the xml:id attribute in the external file. (In the examples below, the external file is named context.xml for ‘contextual information’ and is in the same directory as the source file, but it may be named anything and placed anywhere that can be referenced by a URI.)
When referencing external files or databases by tag URI, it is strongly recommended to provide an explanation in a <p> element in the <editorialDecl> section of the TEI header. When referencing a controlled vocabulary by relative URI, be sure to specify the controlled vocabulary in the <classDecl> section of the TEI header.
If the embedded text is more than a short quotation, use <floatingText> even if the instance is still only an excerpt of the embedded text.
Within the front matter (<front>) of a performance text, cast lists must be encoded as <castList>s, with each item in that list encoded as a <castItem>. If desired, each <castItem> may be uniquely identified with an xml:id attribute.
Within the body of performative texts:
Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the <teiHeader> as a list of <author> elements (typically each with a single <persName>) within <fileDesc> / <titleStmt>.
In either method, use an xml:id on the <persName> element to uniquely identify the individual participant:
Use <lg> and <l> as in Level 3. In addition, use the rend attribute to indicate lines that are indented.
Like <pb> elements, these should always be placed within the lowest-level text division unless otherwise documented in the <editorialDecl>.
| <p> | |
| Module | derived-module-lib4 |
| Contained by | header: hyphenation |
| May contain | Empty element |
| Content model |
<content>
<valList type="closed">
<valItem ident="All hyphens in source document encoded as U+2010."/>
<valItem ident="All hyphens in source document encoded as U+002D."/>
<valItem ident="Hyphens in source document encoded as U+2010. Line-ending hyphens
differentiated with @break of immediately following <lb> element."/>
<valItem ident="Hyphens in source document encoded as U+002D. Line-ending hyphens
differentiated with @break of immediately following <lb> element."/>
<valItem ident="Hyphens in source document encoded as U+2010 inside a <pc>. Line-ending
hyphens differentiated with @force of the <pc> and @break of immediately
following <lb> element."/>
<valItem ident="Hyphens in source document encoded as U+202D inside a <pc>. Line-ending
hyphens differentiated with @force of the <pc> and @break of immediately
following <lb> element."/>
</valList>
</content>
Legal values are:
|
| Schema Declaration |
element p
{
"All hyphens in source document encoded as U+2010."
| "All hyphens in source document encoded as U+002D."
| "Hyphens in source document encoded as U+2010. Line-ending hyphens differentiated with @break of immediately following <lb> element."
| "Hyphens in source document encoded as U+002D. Line-ending hyphens differentiated with @break of immediately following <lb> element."
| "Hyphens in source document encoded as U+2010 inside a <pc>. Line-ending hyphens differentiated with @force of the <pc> and @break of immediately following <lb> element."
| "Hyphens in source document encoded as U+202D inside a <pc>. Line-ending hyphens differentiated with @force of the <pc> and @break of immediately following <lb> element."
}Legal values are:
|
| lib.teins | |
| Module | derived-module-lib4 |
| Used by | Element:
|
| Content model |
<content>
<valList type="closed">
<valItem ident="http://www.tei-c.org/ns/1.0"/>
</valList>
</content>
|
| Declaration | lib4_lib.teins = "http://www.tei-c.org/ns/1.0" |
| <TEI> (TEI document) contains a single TEI-in-Libraries level 4 document, comprising a TEI header and a text, the latter represented as either a transcription (in <text>) or a transcription and page images (in <facsimile>), either in isolation or as part of a <teiCorpus> element. [4. Default Text Structure 15.1. Varieties of Composite Text] | |||||||||
| Module | textstructure — Level 4: Basic Content Analysis | ||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type)
| ||||||||
| Contained by | — | ||||||||
| May contain | |||||||||
| Note | This element is required. The TEI namespace should be specified on this element, e.g. <TEI xmlns="http://www.tei-c.org/ns/1.0">. | ||||||||
| Example | Note that for technical reasons the namespace is not shown in this example, but it should always be supplied on the root <TEI> element, e.g.: <TEI xmlns="http://www.tei-c.org/ns/1.0">. <TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader xml:lang="en">
<fileDesc>
<titleStmt>
<title>A Short Level 4 Document</title>
</titleStmt>
<publicationStmt>
<p>Only published as an example.</p>
</publicationStmt>
<sourceDesc>
<biblStruct>
<monogr>
<title>The Princess Bride</title>
<title type="sub">S. Morgenstern’s Classic Tale of True Love and High Adventure</title>
<imprint>
<publisher>Harcourt Brace Jovanovich</publisher>
<date when="1973"/>
</imprint>
</monogr>
<idno type="isbn-10">0-345-41826-3</idno>
</biblStruct>
</sourceDesc>
</fileDesc>
<encodingDesc>
<schemaRef key="BPTL-L4-v3.1.0a"/>
<tagsDecl>
<namespace name="http://www.tei-c.org/ns/1.0">
<tagUsage gi="div">Unnumbered divs used.</tagUsage>
</namespace>
</tagsDecl>
</encodingDesc>
</teiHeader>
<text>
<body>
<div type="chapter" n="1" xml:id="Ch1">
<head>The Bride</head>
<p>The year that <persName>Buttercup</persName> was born, the most beautiful woman
<lb/>in the world …</p>
<!-- rest of chapter 1 -->
</div>
<div type="chapter" n="2" xml:id="Ch2">
<head>The Groom</head>
<note resp="author">
<p>This is my first major excision. <ref target="#Ch1">Chapter One, The Bride</ref>, is almost
<lb/>in its entirety about the bride. …</p>
</note>
<!-- rest of chapter 2 -->
</div>
<!-- rest of the book -->
</body>
</text>
</TEI> | ||||||||
| Schematron |
<s:rule context="tei:TEI | tei:teiHeader | tei:teiHeader//*">
<s:report test="@rend or @rendition or @xml:space">The @rend, @rendition, and @xml:space
attributes are not permitted on the root TEI element
or within the teiHeader element</s:report>
</s:rule> | ||||||||
| Schematron |
<s:ns prefix="tei"
uri="http://www.tei-c.org/ns/1.0"/>
<s:ns prefix="xs"
uri="http://www.w3.org/2001/XMLSchema"/> | ||||||||
| Schematron |
<s:ns prefix="rng"
uri="http://relaxng.org/ns/structure/1.0"/> | ||||||||
| Content model |
<content>
<elementRef key="teiHeader"/>
<classRef key="model.resourceLike"
minOccurs="0" maxOccurs="unbounded"/>
<elementRef key="text"/>
</content>
| ||||||||
| Schema Declaration |
element TEI
{
lib4_att.global.attributes,
lib4_att.typed.attributes,
attribute version { text }?,
lib4_teiHeader,
model.resourceLike*,
lib4_text
} | ||||||||
| att.breaking provides an attribute to indicate whether or not the element concerned is considered to mark the end of an orthographic token in the same way as whitespace. [3.10.3. Milestone Elements] | |||||||||||
| Module | tei — Level 4: Basic Content Analysis | ||||||||||
| Members | cb lb pb | ||||||||||
| Attributes | Attributes
| ||||||||||
| att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes] | |||||||||||||||||||||||||||||||||||||
| Module | tei — Level 4: Basic Content Analysis | ||||||||||||||||||||||||||||||||||||
| Members | TEI ab add addrLine address analytic appInfo application argument att author availability back bibl biblScope biblStruct birth body castItem castList cb cell change choice citedRange classCode classDecl closer corr correction date dateline del desc distinct distributor div div1 div2 div3 div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle edition editionStmt editor editorialDecl email emph encodingDesc epigraph extent facsimile figDesc figure fileDesc floatingText foreign front gap geogName gi gloss graphic group head hi hyphenation idno imprint item keywords l label langUsage language lb lg list listBibl listPerson media mentioned monogr name namespace normalization note notesStmt opener orgName p pb persName person placeName postBox postCode postscript profileDesc projectDesc ptr pubPlace publicationStmt publisher punctuation quotation quote ref relatedItem resp respStmt revisionDesc row said salute samplingDecl schemaRef series seriesStmt sic signed soCalled sourceDesc sp speaker stage street surface table tag tagUsage tagsDecl term text textClass textLang title titlePage titlePart titleStmt trailer unclear val zone | ||||||||||||||||||||||||||||||||||||
| Attributes | Attributes att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source)
| ||||||||||||||||||||||||||||||||||||
| att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1.1. Words and Above 3.5.1. Referring Strings 3.6. Simple Links and Cross-References 3.5.5. Abbreviations and Their Expansions 3.12.1. Core Tags for Verse 7.2.5. Speech Contents 4.1.1. Un-numbered Divisions 4.1.2. Numbered Divisions 4.2.1. Headings and Trailers 4.4. Virtual Divisions 13.3.2.3. Personal Relationships 11.3.1.1. Core Elements for Transcriptional Work 16.1.1. Pointers and Links 16.3. Blocks, Segments, and Anchors 12.2. Linking the Apparatus to the Text 22.5.2. RELAX NG Content Models 8.3. Elements Unique to Spoken Texts 23.3.1.4. Modification of Attribute and Attribute Value Lists] | |||||||||||
| Module | tei — Level 4: Basic Content Analysis | ||||||||||
| Members | TEI ab add application bibl biblStruct cb change corr date del desc figure floatingText geogName gloss group head label lb lg listBibl listPerson media name note orgName pb persName placeName ptr quote ref relatedItem schemaRef surface table term text trailer zone | ||||||||||
| Attributes | Attributes
| ||||||||||
| Schematron |
<sch:rule context="tei:*[@subtype]">
<sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype unless also categorized in general with @type</sch:assert>
</sch:rule> | ||||||||||
| Note | When appropriate, values from an established typology should be used. Alternatively a typology may be defined in the associated TEI header. If values are to be taken from a project-specific list, this should be defined using the <valList> element in the project-specific schema description, as described in 23.3.1.4. Modification of Attribute and Attribute Value Lists . | ||||||||||
| <author> in a bibliographic reference, contains the name (typically encoded as <persName> or <orgName>) of the 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] | |
| Module | core — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | header: editionStmt titleStmt |
| May contain | |
| Note | Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use a generally recognized name authority file to supply the content for this element. The attribute ref may also be used to reference canonical information about the author(s) intended from any appropriate authority, such as a library catalogue or online resource. In the case of a broadcast, use this element for the name of the company or network responsible for making the broadcast. Where an author is unknown or unspecified, this element may contain text such as unknown or anonymous. |
| Example | <author>
<orgName>British Broadcasting Corporation</orgName>
</author> |
| Example | <author>
<persName ref="persons.xml#mdalmau.cny">Michelle Dalmau</persName>
</author> |
| Example | <author>anonymous</author> |
| Example | <author>unknown</author> |
| Content model |
<content>
<macroRef key="macro.phraseSeq"/>
</content>
|
| Schema Declaration |
element author { lib4_att.global.attributes, lib4_macro.phraseSeq } |
| <back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | textstructure: floatingText text transcr: facsimile |
| May contain | |
| Note | Because cultural conventions differ as to which elements are grouped as back matter and which as front matter, the content models for the <back> and <front> elements are identical. |
| Example | <back>
<div1 type="appendix">
<head>The Golden Dream or, the Ingenuous Confession</head>
<p>To shew the Depravity of human Nature </p>
</div1>
<div1 type="epistle">
<head>A letter from the Printer, which he desires may be inserted</head>
<p>Sir.
I have done with your Copy, so you may return it to the Vatican, if you please</p>
</div1>
<div1 type="advert">
<head>The Books usually read by the Scholars of
Mrs Two-Shoes are these and are sold at Mr
Newbery's at the Bible and Sun in St Paul's
Church-yard.</head>
<p> The Christmas Box, Price 1d.
The History of Giles Gingerbread, 1d.
A Curious Collection of Travels, selected from the Writers of all Nations,
10 Vol, Pr. bound 1l.
</p>
</div1>
<div1 type="advert">
<head>By the KING's Royal Patent,
Are sold by J. NEWBERY, at the
Bible and Sun in St. Paul's Church-Yard.</head>
<p> Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &c.
2s. 6d
Dr. Hooper's Female Pills, 1s.
</p>
</div1>
</back> |
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.divLike"
minOccurs="1" maxOccurs="unbounded"/>
<classRef key="model.div1Like"
minOccurs="1" maxOccurs="unbounded"/>
</alternate>
</content>
|
| Schema Declaration |
element back
{
lib4_att.global.attributes,
( lib4_model.divLike+ | lib4_model.div1Like+ )
} |
| <body> (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | textstructure: floatingText text |
| May contain | |
| Note | At level 4, the content of <body> may contain only <div> or <div1> elements. |
| Example | <body>
<head>LA FOREST
NVPTIALE,</head>
<p>Où e∫t repre∫entee vne varieté bigarree,
non mois e∫merveillable que plai∫an‐
te, de diuers mariages, ∫elon qu’ils ∫ont
ob∫erueZ & pratiqueZ par plu∫ieurs
peuples & nations e∫tranges. Auec
la maniere de policier, regir, gouuer‐
ner & admini∫trer leur famille.</p>
<div type="chapter">
<head>Les Romains. CHAPITRE I.</head>
<p>Encores que ie ne
veuille me formali‐
∫er contre le droict
Romain, neãtmoins
puis que le forma‐
litez, qui e∫toient an‐
ciennement gardees au nopces
Romaines, ∫ont maintenant mi∫es
hors d’v∫ages & pratique, ie ne ∫e‐
A
<pb/>
ray point de difficulté d’emprunter
des anciens autheurs ce qui appar‐
<!-- ... -->
</p>
</div>
</body> |
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.divLike"
minOccurs="1" maxOccurs="unbounded"/>
<classRef key="model.div1Like"
minOccurs="1" maxOccurs="unbounded"/>
</alternate>
</content>
|
| Schema Declaration |
element body
{
lib4_att.global.attributes,
( lib4_model.divLike+ | lib4_model.div1Like+ )
} |
| <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] | |||||||||||||||||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||||||||||||||||
| Attributes | Attributes att.docStatus (@status) att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type) att.datable (@calendar, @period) att.datable.w3c (when, @notBefore, @notAfter, @from, @to) att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)
| ||||||||||||||||||||||
| Contained by | header: revisionDesc | ||||||||||||||||||||||
| May contain | core: add address bibl biblStruct cb choice corr date del desc distinct email emph foreign gap gloss graphic hi l label lb lg list listBibl media mentioned name note p pb ptr quote ref said sic soCalled sp stage term title unclear drama: castList header: idno linking: ab namesdates: geogName listPerson orgName persName placeName textstructure: floatingText character data | ||||||||||||||||||||||
| Note | The who attribute may be used to point to any other element, but will typically specify a <respStmt> or <person> element elsewhere in the header, identifying the person responsible for the change and their role in making it. It is recommended that changes be recorded with the most recent first. The status attribute may be used to indicate the status of a document following the change documented. | ||||||||||||||||||||||
| Example | <titleStmt>
<title> ... </title>
<editor xml:id="LDB">Lou Burnard</editor>
<respStmt xml:id="BZ">
<resp>copy editing</resp>
<name>Brett Zamir</name>
</respStmt>
</titleStmt>
<!-- ... -->
<revisionDesc status="published">
<change who="#BZ" when="2008-02-02"
status="public">Finished chapter 23</change>
<change who="#BZ" when="2008-01-02"
status="draft">Finished chapter 2</change>
<change n="P2.2" when="1991-12-21"
who="#LDB">Added examples to section 3</change>
<change when="1991-11-11" who="#MSM">Deleted chapter 10</change>
</revisionDesc> | ||||||||||||||||||||||
| Example | <profileDesc>
<creation>
<listChange>
<change xml:id="DRAFT1">First draft in pencil</change>
<change xml:id="DRAFT2"
notBefore="1880-12-09">First revision, mostly
using green ink</change>
<change xml:id="DRAFT3"
notBefore="1881-02-13">Final corrections as
supplied to printer.</change>
</listChange>
</creation>
</profileDesc> | ||||||||||||||||||||||
| Content model |
<content>
<macroRef key="macro.specialPara"/>
</content>
| ||||||||||||||||||||||
| Schema Declaration |
element change
{
lib4_att.datable.attribute.calendar,
lib4_att.datable.attribute.period,
lib4_att.datable.w3c.attribute.notBefore,
lib4_att.datable.w3c.attribute.notAfter,
lib4_att.datable.w3c.attribute.from,
lib4_att.datable.w3c.attribute.to,
lib4_att.datable.custom.attribute.when-custom,
lib4_att.datable.custom.attribute.notBefore-custom,
lib4_att.datable.custom.attribute.notAfter-custom,
lib4_att.datable.custom.attribute.from-custom,
lib4_att.datable.custom.attribute.to-custom,
lib4_att.datable.custom.attribute.datingPoint,
lib4_att.datable.custom.attribute.datingMethod,
lib4_att.docStatus.attributes,
lib4_att.global.attributes,
lib4_att.typed.attributes,
attribute who { list { + } },
attribute when { text },
attribute target { list { + } }?,
lib4_macro.specialPara
} | ||||||||||||||||||||||
| <div> (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.written (@hand) |
| Member of | |
| Contained by | |
| May contain | |
| Note | At level 4, <div> may only contain <head>, <p>, <pb>, <note>, and more <div> elements. |
| Example | <body>
<div type="part">
<head>Fallacies of Authority</head>
<p>The subject of which is Authority in various shapes, and the object, to repress all
exercise of the reasoning faculty.</p>
<div n="1" type="chapter">
<head>The Nature of Authority</head>
<p>With reference to any proposed measures having for their object the greatest
happiness of the greatest number [...]</p>
<div n="1.1" type="section">
<head>Analysis of Authority</head>
<p>What on any given occasion is the legitimate weight or influence to be attached to
authority [...] </p>
</div>
<div n="1.2" type="section">
<head>Appeal to Authority, in What Cases Fallacious.</head>
<p>Reference to authority is open to the charge of fallacy when [...] </p>
</div>
</div>
</div>
</body> |
| Schematron |
<s:report test="not(@type)">Use of the
<att>type</att> attribute of <gi>div</gi> is
recommended</s:report> |
| Schematron |
<s:report test="ancestor::tei:l"> Abstract model violation: Lines may not contain higher-level structural elements such as div.
</s:report> |
| Schematron |
<s:report test="ancestor::tei:p or ancestor::tei:ab and not(ancestor::tei:floatingText)"> Abstract model violation: p and ab may not contain higher-level structural elements such as div.
</s:report> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<alternate minOccurs="0" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.divLike"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divLike"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
</sequence>
</content>
|
| Schema Declaration |
element div
{
lib4_att.global.attributes,
lib4_att.written.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
( lib4_model.divLike, lib4_model.global* )+
| (
( lib4_model.common, lib4_model.global* )+,
( lib4_model.divLike, lib4_model.global* )*
)
)?
)
} |
| <div1> (level-1 text division) contains a first-level subdivision of the front, body, or back of a text. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | |
| May contain | |
| Note | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
| Example | <div1 xml:id="levi" n="I" type="part">
<head>Part I: Of Man </head>
<div2 xml:id="levi1" n="1" type="chapter">
<head>Chap. I. Of Sense </head>
<p>Concerning the Thoughts of man... </p>
</div2>
</div1>
<div1 xml:id="levii" n="II" type="part">
<head>Part II: Of Common-Wealth</head>
</div1> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.div2Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="1">
<classRef key="model.div2Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div1
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
(
(
( lib4_model.div2Like | lib4_model.divGenLike ),
lib4_model.global*
)+
| (
( lib4_model.common, lib4_model.global* )+,
(
( lib4_model.div2Like | lib4_model.divGenLike ),
lib4_model.global*
)*
)
),
lib4_model.global**
)?
)
} |
| <div2> (level-2 text division) contains a second-level subdivision of the front, body, or back of a text. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | textstructure: div1 |
| May contain | |
| Note | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
| Example | <div1 n="2" type="part">
<head>The Second Partition:
The Cure of Melancholy</head>
<div2 n="2.1" type="section">
<div3 n="2.1.1" type="member">
<div4 n="2.1.1.1" type="subsection">
<head>Unlawful Cures rejected.</head>
<p>Inveterate melancholy, howsoever it may seem to
be a continuate, inexorable disease, hard to be
cured, accompanying them to their graves most part
(as <ref target="#a">Montanus</ref> observes), yet many
times it may be helped...
</p>
</div4>
</div3>
</div2>
<div2 n="2.2" type="section">
<div3 n="2.2.1" type="member">
<head>Sect. II. Memb. I</head>
<p/>
</div3>
</div2>
<div2 n="2.3" type="section">
<div3 n="2.3.1" type="member">
<head>Sect. III. Memb. I</head>
<p/>
</div3>
</div2>
</div1> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.div3Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="1">
<classRef key="model.div3Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div2
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
(
(
( lib4_model.div3Like | lib4_model.divGenLike ),
lib4_model.global*
)+
| (
( lib4_model.common, lib4_model.global* )+,
(
( lib4_model.div3Like | lib4_model.divGenLike ),
lib4_model.global*
)*
)
),
lib4_model.global**
)?
)
} |
| <div3> (level-3 text division) contains a third-level subdivision of the front, body, or back of a text. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | textstructure: div2 |
| May contain | |
| Note | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
| Example | <div2 n="2.2" type="section">
<div3 n="2.2.1" type="member">
<head>Sect. II. Memb. I</head>
<p/>
</div3>
<div3 n="2.2.2" type="member">
<head>Memb. II Retention and Evacuation rectified.</head>
<p/>
</div3>
<div3 n="2.2.3" type="member">
<head>Memb. III Ayr rectified. With a digression of the Ayr.</head>
<p/>
</div3>
</div2> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.div4Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="1">
<classRef key="model.div4Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div3
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
(
(
( lib4_model.div4Like | lib4_model.divGenLike ),
lib4_model.global*
)+
| (
( lib4_model.common, lib4_model.global* )+,
(
( lib4_model.div4Like | lib4_model.divGenLike ),
lib4_model.global*
)*
)
),
lib4_model.global**
)?
)
} |
| <div4> (level-4 text division) contains a fourth-level subdivision of the front, body, or back of a text. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | textstructure: div3 |
| May contain | |
| Note | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
| Example | <div3 n="2.2.1" type="member">
<head>Sect. II. Memb. I</head>
<div4 n="2.2.1.1" type="subsection">
<head>Subsect I. — Dyet rectified in substance.</head>
<p>Diet, <term xml:lang="grc">diaitotiku</term>, <term xml:lang="la">victus</term> or
living </p>
</div4>
<div4 n="2.2.2.1" type="subsection">
<head>Subsect II. — Dyet rectified in quantity.</head>
<p>Man alone, saith Cardan, eates and drinks without appetite, and useth all his pleasures
without necessity </p>
</div4>
</div3> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.div5Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="1">
<classRef key="model.div5Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div4
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
(
(
( lib4_model.div5Like | lib4_model.divGenLike ),
lib4_model.global*
)+
| (
( lib4_model.common, lib4_model.global* )+,
(
( lib4_model.div5Like | lib4_model.divGenLike ),
lib4_model.global*
)*
)
),
lib4_model.global**
)?
)
} |
| <div5> (level-5 text division) contains a fifth-level subdivision of the front, body, or back of a text. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | textstructure: div4 |
| May contain | |
| Note | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
| Example | <div2 type="chapter">
<head>Recipes</head>
<head>Chapter VI.</head>
<div3>
<head>Fruit and vegetable soups</head>
<p>...</p>
<div4>
<head>Stocks for all kinds of soups</head>
<div5 type="recipe">
<head>Rich strong stock</head>
<!-- ... -->
</div5>
<div5 type="recipe">
<head>Medium Stock</head>
<!-- ... -->
</div5>
</div4>
<div4 type="recipe">
<head>Apple soup</head>
<div5>
<head>Ingredients</head>
<list>
<item>2 lbs. of good boiling apples,</item>
<item>3/4 teaspoonful of white pepper,</item>
<item>6 cloves,</item>
<item>cayenne or ginger to taste,</item>
<item>3 quarts of medium stock</item>
</list>
</div5>
<div5>
<head>Mode</head>
<p>Peel and quarter the apples taking out their cores; put them into
the stock, stew them gently till tender, Rub the whole through a
strainer, add the seasoning. give it one boil up, and serve.</p>
</div5>
<div5>
<head>Time</head>
<p>1 hour.</p>
</div5>
<div5>
<head>Average cost</head>
<p>per quart, 1s.</p>
</div5>
<div5>
<head>Seasonable</head>
<p>from September to December.</p>
</div5>
<div5>
<head>Sufficient</head>
<p> for 10 persons</p>
</div5>
<div5>
<head>The apple</head>
<p>This useful fruit is mentioned in Holy Writ; and Homer describes it
as valuable in his time... As a food, the apple cannot be considered
to rank high, as more than the half of it consists of water, and
the rest of its properties are not the most nourishing. It is
however a useful adjunct to other kinds of food, and, when cooked, is
esteemed as slightly laxative.</p>
</div5>
</div4>
<div4 type="recipe">
<head>Artichoke (Jerusalem) soup</head>
<p>...</p>
</div4>
<!-- other recipes here -->
</div3>
</div2> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.div6Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="1">
<classRef key="model.div6Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div5
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
(
(
( lib4_model.div6Like | lib4_model.divGenLike ),
lib4_model.global*
)+
| (
( lib4_model.common, lib4_model.global* )+,
(
( lib4_model.div6Like | lib4_model.divGenLike ),
lib4_model.global*
)*
)
),
lib4_model.global**
)?
)
} |
| <div6> (level-6 text division) contains a sixth-level subdivision of the front, body, or back of a text. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | textstructure: div5 |
| May contain | |
| Note | any sequence of low-level structural elements, possibly grouped into lower subdivisions. |
| Example | <div2 type="chapter">
<head>Recipes</head>
<head>Chapter VI.</head>
<div3>
<head>Fruit and vegetable soups</head>
<p>...</p>
<div4>
<head>Stocks for all kinds of soups</head>
<div5 type="recipe">
<head>Rich strong stock</head>
<div6>
<head>Ingredients</head>
<list>
<item>4 lbs of shin of beef,</item>
<item>4 lbs of knuckle of veal,</item>
<!-- ... -->
<item>4 quarts of water</item>
</list>
</div6>
<div6>
<head>Mode</head>
<p>Line a delicately clean stewpan... Strain through a very
fine hair sieve, or tammy, and it will be fit for use</p>
</div6>
<div6>
<head>Time</head>
<p>5 hours.</p>
</div6>
<div6>
<head>Average cost</head>
<p>1s 3d. per quart</p>
</div6>
</div5>
<div5 type="recipe">
<head>Medium Stock</head>
<!-- ... -->
</div5>
</div4>
<!-- ... -->
</div3>
</div2> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.div7Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="1">
<classRef key="model.div7Like"/>
<classRef key="model.divGenLike"/>
</alternate>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</alternate>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div6
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
(
(
(
( lib4_model.div7Like | lib4_model.divGenLike ),
lib4_model.global*
)+
| (
( lib4_model.common, lib4_model.global* )+,
(
( lib4_model.div7Like | lib4_model.divGenLike ),
lib4_model.global*
)*
)
),
lib4_model.global**
)?
)
} |
| <div7> (level-7 text division) contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph. [4.1.2. Numbered Divisions] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | textstructure: div6 |
| May contain | |
| Note | any sequence of low-level structural elements, e.g., paragraphs (<p>), lists (<list>), or examples (<eg> or <egXML>). |
| Example | <div2 type="chapter">
<head>Recipes</head>
<head>Chapter VI.</head>
<div3>
<head>Fruit and vegetable soups</head>
<p>...</p>
<div4>
<head>Stocks for all kinds of soups</head>
<div5 type="recipe">
<head>Asparagus soup</head>
<div6 type="altRecipe">
<head>I.</head>
<div7>
<head>Ingredients</head>
<list>
<item> ...</item>
</list>
</div7>
<div7>
<head>Mode</head>
<p>Put the beef, cut into pieces and rolled in flour, into a
stewpan...</p>
</div7>
<!-- ... -->
</div6>
<div6 type="altRecipe">
<head>II.</head>
<div7>
<head>Ingredients</head>
<list>
<item> ...</item>
</list>
</div7>
<div7>
<head>Mode</head>
<p>Boil the peas, and rub them through a sieve; add the gravy...</p>
</div7>
</div6>
</div5>
</div4>
</div3>
</div2> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.divTop"/>
<classRef key="model.global"/>
</alternate>
<sequence minOccurs="0" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.common"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</sequence>
</sequence>
</content>
|
| Schema Declaration |
element div7
{
lib4_att.global.attributes,
(
( lib4_model.divTop | lib4_model.global )*,
( ( lib4_model.common, lib4_model.global* )+, lib4_model.global** )?
)
} |
| <editor> contains the name (typically encoded as <persName> or <orgName>) of an individual, institution, or organization acting as editor. [3.11.2.2. Titles, Authors, and Editors] | |
| Module | core — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Member of | |
| Contained by | header: editionStmt seriesStmt titleStmt |
| May contain | |
| Note | A consistent format should be adopted. Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use generally recognized authority lists for the exact form of personal names. |
| Example | <editor>
<persName ref="names.xml#khawkins.tvt">Kevin Hawkins</persName>
</editor> |
| Content model |
<content>
<macroRef key="macro.phraseSeq"/>
</content>
|
| Schema Declaration |
element editor { lib4_att.global.attributes, lib4_macro.phraseSeq } |
| <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] | |
| Module | header — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | header: encodingDesc |
| May contain | |
| Example | <editorialDecl>
<p>Metadata in the TEI header comes from an AACR2-conformant
record, translated to TEI via the <name type="software">Thutmose I</name> program.</p>
<p>Content originally generated by <name type="software">c-n-rite</name> OCR software, then the
needed TEI encoding put in place with <name type="software">cnr2tei.xslt</name>.</p>
<correction method="markup" status="low"/>
<normalization method="silent">
<p>Spacing between words and the following
punctuation mark has been removed. Spacing
between words has generally been regularized to
one space.</p>
</normalization>
<normalization method="markup">
<p>Distances expressed in imperial units in the
source have been normalized to the metric system
using the attributes of the <gi>measure</gi>
element.</p>
</normalization>
<hyphenation eol="all">
<p>All hyphens in source document encoded as U+2010.</p>
</hyphenation>
</editorialDecl> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="correction"
minOccurs="0" maxOccurs="1"/>
<elementRef key="hyphenation"
minOccurs="0" maxOccurs="1"/>
<elementRef key="normalization"
minOccurs="0" maxOccurs="1"/>
<elementRef key="punctuation"
minOccurs="0" maxOccurs="1"/>
<elementRef key="quotation" minOccurs="0"
maxOccurs="1"/>
<classRef key="model.pLike" minOccurs="0"
maxOccurs="6"/>
</sequence>
</content>
|
| Schema Declaration |
element editorialDecl
{
lib4_att.global.attributes,
(
lib4_correction?,
lib4_hyphenation?,
lib4_normalization?,
lib4_punctuation?,
lib4_quotation?,
(
lib4_model.pLike?,
(
lib4_model.pLike,
(
lib4_model.pLike,
(
lib4_model.pLike,
(
lib4_model.pLike,
( lib4_model.pLike, lib4_model.pLike? )?
)?
)?
)?
)?
)
)
} |
| <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] | |
| Module | header — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | header: teiHeader |
| May contain | |
| Example | <encodingDesc>
<p>Basic encoding, capturing lexical information only. All
hyphenation, punctuation, and variant spellings normalized. No
formatting or layout information preserved.</p>
</encodingDesc> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="projectDesc"
minOccurs="0" maxOccurs="1"/>
<elementRef key="schemaRef" minOccurs="0"
maxOccurs="unbounded"/>
<elementRef key="editorialDecl"
minOccurs="1" maxOccurs="1"/>
<elementRef key="tagsDecl" minOccurs="1"
maxOccurs="1"/>
<elementRef key="classDecl" minOccurs="0"
maxOccurs="1"/>
<elementRef key="appInfo" minOccurs="0"
maxOccurs="1"/>
</sequence>
</content>
|
| Schema Declaration |
element encodingDesc
{
lib4_att.global.attributes,
(
lib4_projectDesc?,
lib4_schemaRef*,
lib4_editorialDecl,
lib4_tagsDecl,
lib4_classDecl?,
lib4_appInfo?
)
} |
| <floatingText> contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes. [4.3.2. Floating Texts] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type) |
| Member of | |
| Contained by | |
| May contain | |
| Note | A floating text has the same content as any other <text> and may thus be interrupted by another floating text, or contain a <group> of tesselated texts. |
| Example | <body>
<div type="scene">
<sp>
<p>Hush, the players begin...</p>
</sp>
<floatingText type="pwp">
<body>
<div type="act">
<sp>
<l>In Athens our tale takes place [...]</l>
</sp>
<!-- ... rest of nested act here -->
</div>
</body>
</floatingText>
<sp>
<p>Now that the play is finished ...</p>
</sp>
</div>
</body> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="front" minOccurs="0"/>
<alternate minOccurs="1" maxOccurs="1">
<elementRef key="body"/>
<elementRef key="group"/>
</alternate>
<elementRef key="back" minOccurs="0"/>
</sequence>
</content>
|
| Schema Declaration |
element floatingText
{
lib4_att.global.attributes,
lib4_att.typed.attributes,
( lib4_front?, ( lib4_body | lib4_group ), lib4_back? )
} |
| <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] | |
| Module | textstructure — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | textstructure: floatingText text transcr: facsimile |
| May contain | |
| Note | Because cultural conventions differ as to which elements are grouped as front matter and which as back matter, the content models for the <front> and <back> elements are identical. |
| Example | <front>
<div type="dedication">
<p>To our three selves</p>
</div>
<div type="preface">
<head>Author's Note</head>
<p>All the characters in this book are purely
imaginary, and if the author has used names that
may suggest a reference to living persons she has
done so inadvertently. ...</p>
</div>
</front> |
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.divLike"
minOccurs="1" maxOccurs="unbounded"/>
<classRef key="model.div1Like"
minOccurs="1" maxOccurs="unbounded"/>
</alternate>
</content>
|
| Schema Declaration |
element front
{
lib4_att.global.attributes,
( lib4_model.divLike+ | lib4_model.div1Like+ )
} |
| <head> (heading) contains the heading of a division (for example the title of a section), line group, list, figure, table, argument, or group. [4.2.1. Headings and Trailers] | |
| Module | core — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type) att.written (@hand) |
| Member of | |
| Contained by | |
| May contain | core: add address bibl biblStruct cb choice corr date del desc distinct email emph foreign gap gloss graphic hi l label lb lg list listBibl media mentioned name note pb ptr quote ref said sic soCalled stage term title unclear drama: castList header: idno namesdates: geogName listPerson orgName persName placeName textstructure: floatingText character data |
| Note | The <head> element is used for headings at all levels; software which treats (e.g.) chapter headings, section headings, and list titles differently must determine the proper processing of a <head> element based on its structural position. A <head> occurring as the first element of a textual division (i.e., <div>, <divN>, or <lg>) is the title of that chapter or section. |
| Example | The most common use for the <head> element is to mark the headings of sections. In older writings, the headings or incipits may be rather longer than usual in modern works. If a section has an explicit ending as well as a heading, it should be marked as a <trailer>, as in this example: <div1 n="I" type="book">
<head>In the name of Christ here begins the first book of the ecclesiastical history of
Georgius Florentinus, known as Gregory, Bishop of Tours.</head>
<div2 type="section">
<head>In the name of Christ here begins Book I of the history.</head>
<p>Proposing as I do ...</p>
<p>From the Passion of our Lord until the death of Saint Martin four hundred and twelve
years passed.</p>
<trailer>Here ends the first Book, which covers five thousand, five hundred and ninety-six
years from the beginning of the world down to the death of Saint Martin.</trailer>
</div2>
</div1> |
| Example | The <head> element is also used to mark headings of other units, such as lists: With a few exceptions, connectives are equally
useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted">
<head>Connectives</head>
<item>above</item>
<item>accordingly</item>
<item>across from</item>
<item>adjacent to</item>
<item>again</item>
<item>
<!-- ... -->
</item>
</list> |
| Content model |
<content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<textNode/>
<elementRef key="lg"/>
<classRef key="model.gLike"/>
<classRef key="model.phrase"/>
<classRef key="model.inter"/>
<classRef key="model.lLike"/>
<classRef key="model.global"/>
</alternate>
</content>
|
| Schema Declaration |
element head
{
lib4_att.global.attributes,
lib4_att.typed.attributes,
lib4_att.written.attributes,
(
text
| lib4_lg
| lib4_model.gLike
| lib4_model.phrase
| lib4_model.inter
| lib4_model.lLike
| lib4_model.global
)*
} |
| <hyphenation> summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] | |||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||
| Contained by | header: editorialDecl | ||||||||
| May contain | |||||||||
| Example | <hyphenation eol="some">
<p>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation> | ||||||||
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="hyphenation-para"
minOccurs="1" maxOccurs="1"/>
<elementRef key="p" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="p" minOccurs="1"
maxOccurs="unbounded"/>
</sequence>
</alternate>
</content>
| ||||||||
| Schema Declaration |
element hyphenation
{
lib4_att.global.attributes,
attribute eol { "all" | "some" | "hard" | "none" }?,
( ( lib4_hyphenation-para, lib4_p* ) | ( lib4_p+ ) )
} | ||||||||
| <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] | |||||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
| ||||||||||
| Member of | |||||||||||
| Contained by | core: add addrLine address analytic author bibl biblScope citedRange corr date del desc distinct editor email emph foreign gloss head hi item l label mentioned monogr name note p pubPlace publisher quote ref resp said series sic soCalled speaker stage street term textLang title unclear drama: castItem header: change classCode distributor edition extent idno language publicationStmt rendition seriesStmt linking: ab | ||||||||||
| May contain | header: idno character data | ||||||||||
| Note | <idno> should be used for labels which identify an object or concept in a formal cataloguing system such as a database or an RDF store, or in a distributed system such as the World Wide Web. Some suggested values for type on <idno> are | ||||||||||
| Example | <idno type="ISBN">978-1-906964-22-1</idno>
<idno type="ISSN">0143-3385</idno>
<idno type="DOI">10.1000/123</idno>
<idno type="URI">http://www.worldcat.org/oclc/185922478</idno>
<idno type="URI">http://authority.nzetc.org/463/</idno>
<idno type="LT">Thomason Tract E.537(17)</idno>
<idno type="Wing">C695</idno>
<idno type="oldCat">
<g ref="#sym"/>345
</idno> In the last case, the identifier includes a non-Unicode character which is defined elsewhere by means of a <glyph> or <char> element referenced here as #sym. | ||||||||||
| Content model |
<content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<textNode/>
<classRef key="model.gLike"/>
<elementRef key="idno"/>
</alternate>
</content>
| ||||||||||
| Schema Declaration |
element idno
{
lib4_att.global.attributes,
lib4_att.sortable.attributes,
lib4_att.datable.attributes,
attribute type
{
"ISBN"
| "ISSN"
| "DOI"
| "URI"
| "VIAF"
| "ESTC"
| "OCLC"
| "LC_call_number"
| "LCCN"
}?,
( text | lib4_model.gLike | lib4_idno )*
} | ||||||||||
| <namespace> supplies the formal name of the namespace to which the elements documented by its children belong. [2.3.4. The Tagging Declaration] | |||||||
| Module | header — Level 4: Basic Content Analysis | ||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||
| Contained by | header: tagsDecl | ||||||
| May contain | header: tagUsage | ||||||
| Example | <namespace name="http://www.tei-c.org/ns/1.0">
<tagUsage gi="hi" occurs="28" withId="2"> Used only to mark English words
italicized in the copy text </tagUsage>
</namespace> | ||||||
| Content model |
<content>
<elementRef key="tagUsage"/>
</content>
| ||||||
| Schema Declaration |
element namespace
{
lib4_att.global.attributes,
attribute name { text },
lib4_tagUsage
} | ||||||
| <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] | |||||||||||
| Module | core — Level 4: Basic Content Analysis | ||||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.typed (@type) att.written (@hand) att.pointing (target, @targetLang, @evaluate)
| ||||||||||
| Member of | |||||||||||
| Contained by | core: add addrLine address author bibl biblScope biblStruct citedRange corr date del distinct editor email emph foreign gloss head hi imprint item l label lg list mentioned monogr name note p pubPlace publisher quote ref resp said series sic soCalled sp speaker stage street term textLang title unclear linking: ab | ||||||||||
| May contain | core: add address bibl biblStruct cb choice corr date del desc distinct email emph foreign gap gloss graphic hi l label lb lg list listBibl media mentioned name note p pb ptr quote ref said sic soCalled sp stage term title unclear drama: castList header: idno linking: ab namesdates: geogName listPerson orgName persName placeName textstructure: floatingText character data | ||||||||||
| Example | In the following example, the translator has supplied a footnote containing an explanation of the term translated as "painterly": And yet it is not only
in the great line of Italian renaissance art, but even in the
painterly <note place="bottom" type="gloss"
resp="#MDMH">
<term xml:lang="de">Malerisch</term>. This word has, in the German, two
distinct meanings, one objective, a quality residing in the object,
the other subjective, a mode of apprehension and creation. To avoid
confusion, they have been distinguished in English as
<mentioned>picturesque</mentioned> and
<mentioned>painterly</mentioned> respectively.
</note> style of the
Dutch genre painters of the seventeenth century that drapery has this
psychological significance. For this example to be valid, the code MDMH must be defined elsewhere, for example by means of a responsibility statement in the associated TEI header:<respStmt xml:id="MDMH">
<resp>translation from German to English</resp>
<name>Hottinger, Marie Donald Mackie</name>
</respStmt> | ||||||||||
| Example | The global n attribute may be used to supply the symbol or number used to mark the note's point of attachment in the source text, as in the following example: Mevorakh b. Saadya's mother, the matriarch of the
family during the second half of the eleventh century, <note n="126" anchored="true"> The
alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to
Judah's children; cf. above, nn. 111 and 54. </note> is well known from Geniza documents
published by Jacob Mann. However, if notes are numbered in sequence and their numbering can be reconstructed automatically by processing software, it may well be considered unnecessary to record the note numbers. | ||||||||||
| Content model |
<content>
<macroRef key="macro.specialPara"/>
</content>
| ||||||||||
| Schema Declaration |
element note
{
lib4_att.global.attributes,
lib4_att.placement.attributes,
lib4_att.pointing.attribute.targetLang,
lib4_att.pointing.attribute.evaluate,
lib4_att.typed.attributes,
lib4_att.written.attributes,
attribute anchored { text }?,
lib4_macro.specialPara
} | ||||||||||
| <orgName> (organization name) contains an organizational name. [13.2.2. Organizational Names] | |
| Module | namesdates — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) att.typed (@type) |
| Member of | |
| Contained by | |
| May contain | |
| Example | About a year back, a question of considerable interest was agitated in the <orgName key="PAS1" type="voluntary">
<placeName key="PEN">Pennsyla.</placeName> Abolition Society
</orgName> [...] |
| Content model |
<content>
<macroRef key="macro.phraseSeq"/>
</content>
|
| Schema Declaration |
element orgName
{
lib4_att.global.attributes,
lib4_att.personal.attributes,
lib4_att.typed.attributes,
lib4_macro.phraseSeq
} |
| <persName> (personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. Personal Names] | |
| Module | namesdates — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) att.typed (@type) |
| Member of | |
| Contained by | |
| May contain | |
| Example | <persName>
<forename>Edward</forename>
<forename>George</forename>
<surname type="linked">Bulwer-Lytton</surname>, <roleName>Baron Lytton of
<placeName>Knebworth</placeName>
</roleName>
</persName> |
| Content model |
<content>
<macroRef key="macro.phraseSeq"/>
</content>
|
| Schema Declaration |
element persName
{
lib4_att.global.attributes,
lib4_att.personal.attributes,
lib4_att.typed.attributes,
lib4_macro.phraseSeq
} |
| <person> provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [13.3.2. The Person Element 15.2.2. The Participant Description] | |||||||||||||||||||||||||
| Module | namesdates — Level 4: Basic Content Analysis | ||||||||||||||||||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey)
| ||||||||||||||||||||||||
| Member of | |||||||||||||||||||||||||
| Contained by | namesdates: listPerson | ||||||||||||||||||||||||
| May contain | |||||||||||||||||||||||||
| Note | May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class. | ||||||||||||||||||||||||
| Example | <person sex="F" age="adult">
<p>Female respondent, well-educated, born in Shropshire UK, 12 Jan 1950, of unknown occupation. Speaks French fluently. Socio-Economic
status B2.</p>
</person> | ||||||||||||||||||||||||
| Example | <person sex="intersex" role="god"
age="immortal">
<persName>Hermaphroditos</persName>
<persName xml:lang="grc">Ἑρμαφρόδιτος</persName>
</person> | ||||||||||||||||||||||||
| Example | <person xml:id="Ovi01" sex="1" role="poet">
<persName xml:lang="en">Ovid</persName>
<persName xml:lang="la">Publius Ovidius Naso</persName>
<birth when="-0044-03-20"> 20 March 43 BC <placeName>
<settlement type="city">Sulmona</settlement>
<country key="IT">Italy</country>
</placeName>
</birth>
<death notBefore="0017" notAfter="0018">17 or 18 AD <placeName>
<settlement type="city">Tomis (Constanta)</settlement>
<country key="RO">Romania</country>
</placeName>
</death>
</person> | ||||||||||||||||||||||||
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<classRef key="model.pLike" minOccurs="1"
maxOccurs="unbounded"/>
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.personPart"/>
<classRef key="model.global"/>
</alternate>
</alternate>
</content>
| ||||||||||||||||||||||||
| Schema Declaration |
element person
{
lib4_att.global.attributes,
lib4_att.sortable.attributes,
attribute role { list { + } }?,
attribute sex { list { + } }?,
attribute age { text }?,
( lib4_model.pLike+ | ( lib4_model.personPart | lib4_model.global )* )
} | ||||||||||||||||||||||||
| <ptr> (pointer) defines a pointer to another location. [3.6. Simple Links and Cross-References 16.1. Links] | |
| Module | core — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.internetMedia (@mimeType) att.typed (@type) |
| Member of | |
| Contained by | core: add addrLine analytic author bibl biblScope biblStruct citedRange corr date del desc distinct editor email emph foreign gloss head hi item l label mentioned monogr name note p pubPlace publisher quote ref relatedItem resp said series sic soCalled speaker stage street term textLang title unclear drama: castItem linking: ab |
| May contain | Empty element |
| Example | <ptr target="#p143 #p144"/>
<ptr target="http://www.tei-c.org"/>
<ptr cRef="1.3.4"/> |
| Schematron |
<s:report test="@target and @cRef">Only one of the
attributes @target and @cRef may be supplied on <s:name/>.</s:report> |
| Content model |
<content/>
|
| Schema Declaration |
element ptr
{
lib4_att.global.attributes,
lib4_att.pointing.attributes,
lib4_att.internetMedia.attributes,
lib4_att.typed.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] | |
| Module | header — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | header: fileDesc |
| May contain | |
| Note | For normally published items, the specialized children elements (e.g. <publisher>) should be used. Paragraphs are permitted as an alternative for unusual cases like unpublished works. |
| Example | <publicationStmt>
<publisher>C. Muquardt </publisher>
<pubPlace>Bruxelles & Leipzig</pubPlace>
<date when="1846"/>
</publicationStmt> |
| Example | <publicationStmt>
<publisher>Chadwyck Healey</publisher>
<pubPlace>Cambridge</pubPlace>
<availability>
<p>Available under licence only</p>
</availability>
<date when="1992">1992</date>
</publicationStmt> |
| Schematron |
<s:report test="child::tei:p">Use of
specialized child elements of the
publication statement (rather than
paragraphs) is recommended whenever
possible</s:report> |
| Schematron |
<s:rule context="tei:publicationStmt/tei:date">
<s:assert test="@when">Dates inside the
publication statement should have @when
(and should not have content)</s:assert>
<s:report test="string-length( normalize-space(.) ) > 0">Dates
inside the publication statement should
not have content (and should have
@when)</s:report>
</s:rule> |
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<sequence minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.publicationStmtPart.agency"/>
<classRef key="model.publicationStmtPart.detail"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<classRef key="model.pLike" minOccurs="1"
maxOccurs="unbounded"/>
</alternate>
</content>
|
| Schema Declaration |
element publicationStmt
{
lib4_att.global.attributes,
(
(
lib4_model.publicationStmtPart.agency,
lib4_model.publicationStmtPart.detail*
)+
| lib4_model.pLike+
)
} |
| <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] | |
| Module | core — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.internetMedia (@mimeType) att.typed (@type) |
| Member of | |
| Contained by | core: add addrLine analytic author bibl biblScope biblStruct citedRange corr date del desc distinct editor email emph foreign gloss head hi item l label mentioned monogr name note p pubPlace publisher quote ref relatedItem resp said series sic soCalled speaker stage street term textLang title unclear drama: castItem linking: ab |
| May contain | core: add address bibl biblStruct cb choice corr date del desc distinct email emph foreign gap gloss graphic hi l label lb lg list listBibl media mentioned name note pb ptr quote ref said sic soCalled stage term title unclear drama: castList header: idno namesdates: geogName listPerson orgName persName placeName textstructure: floatingText character data |
| Note | The target and cRef attributes are mutually exclusive. |
| Example | See especially <ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">the second
sentence</ref> |
| Example | See also <ref target="#locution">s.v. <term>locution</term>
</ref>. |
| Schematron |
<s:report test="@target and @cRef">Only one of the
attributes @target' and @cRef' may be supplied on <s:name/>
</s:report> |
| Content model |
<content>
<macroRef key="macro.paraContent"/>
</content>
|
| Schema Declaration |
element ref
{
lib4_att.global.attributes,
lib4_att.pointing.attributes,
lib4_att.internetMedia.attributes,
lib4_att.typed.attributes,
lib4_macro.paraContent
} |
| <rendition> supplies information about the rendition or appearance of one or more elements in the source text. [2.3.4. The Tagging Declaration] | |||||||||||||||||||||||||||||||||||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||||||||||||||||||||||||||||||||||
| Attributes | Attributesatt.global (xml:id, @n, @xml:lang, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source) att.styleDef (scheme, @schemeVersion)
| ||||||||||||||||||||||||||||||||||||||||
| Contained by | header: tagsDecl | ||||||||||||||||||||||||||||||||||||||||
| May contain | core: address bibl biblStruct choice date desc distinct email emph foreign gloss hi label list listBibl mentioned name ptr quote ref said soCalled stage term title drama: castList figures: table header: idno namesdates: geogName listPerson orgName persName placeName textstructure: floatingText character data | ||||||||||||||||||||||||||||||||||||||||
| Example | <tagsDecl>
<rendition xml:id="r-center" scheme="css">text-align: center;</rendition>
<rendition xml:id="r-small" scheme="css">font-size: small;</rendition>
<rendition xml:id="r-large" scheme="css">font-size: large;</rendition>
<rendition xml:id="initcaps"
scope="first-letter" scheme="css">font-size: xx-large</rendition>
</tagsDecl> | ||||||||||||||||||||||||||||||||||||||||
| Content model |
<content>
<macroRef key="macro.limitedContent"/>
</content>
| ||||||||||||||||||||||||||||||||||||||||
| Schema Declaration |
element rendition
{
lib4_att.global.attribute.n,
lib4_att.global.attribute.xmllang,
lib4_att.global.attribute.xmlspace,
lib4_att.global.rendition.attribute.rend,
lib4_att.global.rendition.attribute.style,
lib4_att.global.rendition.attribute.rendition,
lib4_att.global.linking.attribute.corresp,
lib4_att.global.linking.attribute.synch,
lib4_att.global.linking.attribute.sameAs,
lib4_att.global.linking.attribute.copyOf,
lib4_att.global.linking.attribute.next,
lib4_att.global.linking.attribute.prev,
lib4_att.global.linking.attribute.exclude,
lib4_att.global.linking.attribute.select,
lib4_att.global.facs.attribute.facs,
lib4_att.global.change.attribute.change,
lib4_att.global.responsibility.attribute.cert,
lib4_att.global.responsibility.attribute.resp,
lib4_att.global.source.attribute.source,
lib4_att.styleDef.attribute.schemeVersion,
attribute xml:id { text },
attribute scheme { "css" },
attribute scope { text }?,
attribute selector { text }?,
lib4_macro.limitedContent
} | ||||||||||||||||||||||||||||||||||||||||
| <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] | |
| Module | core — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
| Member of | |
| Contained by | header: editionStmt seriesStmt titleStmt |
| May contain | |
| Example | <respStmt>
<resp>transcribed from original ms</resp>
<persName>Claus Huitfeldt</persName>
</respStmt> |
| Example | <respStmt>
<resp>converted to XML encoding</resp>
<name>Alan Morrison</name>
</respStmt> |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef minOccurs="1" maxOccurs="1"
key="resp"/>
<classRef minOccurs="1"
maxOccurs="unbounded" key="model.nameLike.agent"/>
</sequence>
</content>
|
| Schema Declaration |
element respStmt
{
lib4_att.global.attributes,
lib4_att.canonical.attributes,
( lib4_resp, lib4_model.nameLike.agent+ )
} |
| <schemaRef> (schema reference) describes or points to a related customization or schema file [2.3.9. The Schema Specification] | |||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type) att.resourced (@url)
| ||||||||
| Contained by | header: encodingDesc | ||||||||
| May contain | core: desc | ||||||||
| Example | <schemaRef type="interchangeODD"
url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.odd"/>
<schemaRef type="interchangeRNG"
url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.rng"/>
<schemaRef type="projectODD"
url="file:///schema/project.odd"/> | ||||||||
| Content model |
<content>
<classRef key="model.descLike"
minOccurs="0"/>
</content>
| ||||||||
| Schema Declaration |
element schemaRef
{
lib4_att.global.attributes,
lib4_att.typed.attributes,
lib4_att.resourced.attributes,
attribute key
{
"BPTL-L1-v3.4.1a"
| "BPTL-L2-v3.4.1a"
| "BPTL-L3-v3.4.1a"
| "BPTL-L4-v3.4.1a"
| "BPTL-L5-v3.4.1a"
}?,
lib4_model.descLike?
} | ||||||||
| <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] | |
| Module | header — Level 4: Basic Content Analysis |
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
| Contained by | header: fileDesc |
| May contain | core: biblStruct |
| Example | <sourceDesc>
<bibl>
<title level="a">The Interesting story of the Children in the Wood</title>. In
<author>Victor E Neuberg</author>, <title>The Penny Histories</title>.
<publisher>OUP</publisher>
<date>1968</date>. </bibl>
</sourceDesc> |
| Example | <sourceDesc>
<p>Born digital: no previous source exists.</p>
</sourceDesc> |
| Content model |
<content>
<elementRef key="biblStruct"/>
</content>
|
| Schema Declaration |
element sourceDesc { lib4_att.global.attributes, lib4_biblStruct } |
| <tagUsage> documents the usage of a specific element within a specified document. [2.3.4. The Tagging Declaration] | |||||||||||||||||||||||||||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||||||||||||||||||||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||||||||||||||||||||||||||
| Contained by | header: namespace | ||||||||||||||||||||||||||||||||
| May contain | Empty element | ||||||||||||||||||||||||||||||||
| Example | <tagsDecl partial="true">
<rendition xml:id="it" scheme="css"
selector="foreign hi"> font-style: italic; </rendition>
<!-- ... -->
<namespace name="http://www.tei-c.org/ns/1.0">
<tagUsage gi="hi" occurs="28" withId="2"> Used to mark English words italicized in the copy text.</tagUsage>
<tagUsage gi="foreign">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
</namespace>
</tagsDecl> | ||||||||||||||||||||||||||||||||
| Example | <tagsDecl>
<!-- deprecated usage -->
<rendition xml:id="dit">Render using a slant or italic variant on the current font</rendition>
<!-- ... -->
<namespace name="http://www.tei-c.org/ns/1.0">
<tagUsage gi="hi" occurs="28" withId="2"
render="#dit"> Used to mark English words
italicized in the copy text.</tagUsage>
<tagUsage gi="foreign" render="#dit">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
</namespace>
</tagsDecl> | ||||||||||||||||||||||||||||||||
| Content model |
<content>
<valList type="closed">
<valItem ident="Unnumbered divs used."/>
<valItem ident="Numbered divs used."/>
</valList>
</content>
Legal values are:
| ||||||||||||||||||||||||||||||||
| Schema Declaration |
element tagUsage
{
lib4_att.global.attributes,
attribute gi { "div" | "div1" }
>>
tei:constraintSpec
[
scheme = "isoschematron"
ident = "numbered-vs-unnumbered"
" "
" A single TEI in Libraries document should not mix numbered and unnumbered divisions."
" "
" "
""" The use of divisions (i.e., whether numbered or unnumbered divisions are used) should be documented in a <tagUsage> element by "Unnumbered divs used." or "Numbered divs used." The <tagUsage> element must be the child of a <namespace name="http://www.tei-c.org/ns/1.0"> element."""
" "
" "
""" A document that uses un-numbered divisions should specify so by using <tagUsage gi="div">Unnumbered divs used.</tagUsage>; a document that uses numbered divisions should specify so by using <tagUsage gi="div1">Numbered divs used.</tagUsage>."""
],
attribute occurs { text }?,
attribute withId { text }?,
attribute render { list { + } }?,
( "Unnumbered divs used." | "Numbered divs used." )
}Legal values are:
| ||||||||||||||||||||||||||||||||
| <tagsDecl> (tagging declaration) provides detailed information about the tagging applied to a document. [2.3.4. The Tagging Declaration 2.3. The Encoding Description] | |||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||
| Contained by | header: encodingDesc | ||||||||
| May contain | |||||||||
| Example | <tagsDecl partial="true">
<rendition xml:id="rend-it" scheme="css"
selector="emph hi name title">font-style: italic;</rendition>
<namespace name="http://www.tei-c.org/ns/1.0">
<tagUsage gi="hi" occurs="467"/>
<tagUsage gi="title" occurs="45"/>
</namespace>
<namespace name="http://docbook.org/ns/docbook">
<tagUsage gi="para" occurs="10"/>
</namespace>
</tagsDecl> If the partial attribute were not specified here, the implication would be that the document in question contains only <hi>, <title>, and <para> elements. | ||||||||
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="rendition" minOccurs="0"
maxOccurs="unbounded"/>
<elementRef key="namespace"/>
</sequence>
</content>
| ||||||||
| Schema Declaration |
element tagsDecl
{
lib4_att.global.attributes,
attribute partial { text }?,
( lib4_rendition*, lib4_namespace )
} | ||||||||
| <taxonomy> defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration] | |||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||
| Attributes | Attributesatt.global (xml:id, @n, @xml:lang, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source)
| ||||||||
| Contained by | |||||||||
| May contain | |||||||||
| Note | Nested taxonomies are common in many fields, so the <taxonomy> element can be nested. | ||||||||
| Example | <taxonomy xml:id="tax.b">
<bibl>Brown Corpus</bibl>
<category xml:id="tax.b.a">
<catDesc>Press Reportage</catDesc>
<category xml:id="tax.b.a1">
<catDesc>Daily</catDesc>
</category>
<category xml:id="tax.b.a2">
<catDesc>Sunday</catDesc>
</category>
<category xml:id="tax.b.a3">
<catDesc>National</catDesc>
</category>
<category xml:id="tax.b.a4">
<catDesc>Provincial</catDesc>
</category>
<category xml:id="tax.b.a5">
<catDesc>Political</catDesc>
</category>
<category xml:id="tax.b.a6">
<catDesc>Sports</catDesc>
</category>
</category>
<category xml:id="tax.b.d">
<catDesc>Religion</catDesc>
<category xml:id="tax.b.d1">
<catDesc>Books</catDesc>
</category>
<category xml:id="tax.b.d2">
<catDesc>Periodicals and tracts</catDesc>
</category>
</category>
</taxonomy> | ||||||||
| Example | <taxonomy>
<category xml:id="literature">
<catDesc>Literature</catDesc>
<category xml:id="poetry">
<catDesc>Poetry</catDesc>
<category xml:id="sonnet">
<catDesc>Sonnet</catDesc>
<category xml:id="shakesSonnet">
<catDesc>Shakespearean Sonnet</catDesc>
</category>
<category xml:id="petraSonnet">
<catDesc>Petrarchan Sonnet</catDesc>
</category>
</category>
<category xml:id="haiku">
<catDesc>Haiku</catDesc>
</category>
</category>
<category xml:id="drama">
<catDesc>Drama</catDesc>
</category>
</category>
<category xml:id="meter">
<catDesc>Metrical Categories</catDesc>
<category xml:id="feet">
<catDesc>Metrical Feet</catDesc>
<category xml:id="iambic">
<catDesc>Iambic</catDesc>
</category>
<category xml:id="trochaic">
<catDesc>trochaic</catDesc>
</category>
</category>
<category xml:id="feetNumber">
<catDesc>Number of feet</catDesc>
<category xml:id="pentameter">
<catDesc>>Pentameter</catDesc>
</category>
<category xml:id="tetrameter">
<catDesc>>Tetrameter</catDesc>
</category>
</category>
</category>
</taxonomy>
<!-- elsewhere in document -->
<lg ana="#shakesSonnet #iambic #pentameter">
<l>Shall I compare thee to a summer's day</l>
<!-- ... -->
</lg> | ||||||||
| Content model |
<content>
<alternate minOccurs="1" maxOccurs="1">
<alternate minOccurs="1" maxOccurs="1">
<alternate minOccurs="1"
maxOccurs="unbounded">
<elementRef key="category"/>
<elementRef key="taxonomy"/>
</alternate>
<sequence minOccurs="1" maxOccurs="1">
<alternate minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.glossLike"/>
<classRef key="model.descLike"/>
</alternate>
<alternate minOccurs="0"
maxOccurs="unbounded">
<elementRef key="category"/>
<elementRef key="taxonomy"/>
</alternate>
</sequence>
</alternate>
<sequence minOccurs="1" maxOccurs="1">
<classRef key="model.biblLike"/>
<alternate minOccurs="0"
maxOccurs="unbounded">
<elementRef key="category"/>
<elementRef key="taxonomy"/>
</alternate>
</sequence>
</alternate>
</content>
| ||||||||
| Schema Declaration |
element taxonomy
{
lib4_att.global.attribute.n,
lib4_att.global.attribute.xmllang,
lib4_att.global.attribute.xmlspace,
lib4_att.global.rendition.attribute.rend,
lib4_att.global.rendition.attribute.style,
lib4_att.global.rendition.attribute.rendition,
lib4_att.global.linking.attribute.corresp,
lib4_att.global.linking.attribute.synch,
lib4_att.global.linking.attribute.sameAs,
lib4_att.global.linking.attribute.copyOf,
lib4_att.global.linking.attribute.next,
lib4_att.global.linking.attribute.prev,
lib4_att.global.linking.attribute.exclude,
lib4_att.global.linking.attribute.select,
lib4_att.global.facs.attribute.facs,
lib4_att.global.change.attribute.change,
lib4_att.global.responsibility.attribute.cert,
lib4_att.global.responsibility.attribute.resp,
lib4_att.global.source.attribute.source,
attribute xml:id { text },
(
(
( category | lib4_taxonomy )+
| (
( lib4_model.glossLike | lib4_model.descLike )+,
( category | lib4_taxonomy )*
)
)
| ( lib4_model.biblLike, ( category | lib4_taxonomy )* )
)
} | ||||||||
| <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] | |||||||||
| Module | header — Level 4: Basic Content Analysis | ||||||||
| Attributes | Attributesatt.global (xml:lang, @xml:id, @n, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source)
| ||||||||
| Contained by | textstructure: TEI | ||||||||
| May contain | header: encodingDesc fileDesc profileDesc revisionDesc | ||||||||
| Note | One of the few elements unconditionally required in any TEI document. | ||||||||
| Example | <teiHeader>
<fileDesc>
<titleStmt>
<title>Shakespeare: the first folio (1623) in electronic form</title>
<author>Shakespeare, William (1564–1616)</author>
<respStmt>
<resp>Originally prepared by</resp>
<name>Trevor Howard-Hill</name>
</respStmt>
<respStmt>
<resp>Revised and edited by</resp>
<name>Christine Avern-Carr</name>
</respStmt>
</titleStmt>
<publicationStmt>
<distributor>Oxford Text Archive</distributor>
<address>
<addrLine>13 Banbury Road, Oxford OX2 6NN, UK</addrLine>
</address>
<idno type="OTA">119</idno>
<availability>
<p>Freely available on a non-commercial basis.</p>
</availability>
<date when="1968">1968</date>
</publicationStmt>
<sourceDesc>
<bibl>The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile,
1968)</bibl>
</sourceDesc>
</fileDesc>
<encodingDesc>
<projectDesc>
<p>Originally prepared for use in the production of a series of old-spelling
concordances in 1968, this text was extensively checked and revised for use during the
editing of the new Oxford Shakespeare (Wells and Taylor, 1989).</p>
</projectDesc>
<editorialDecl>
<correction>
<p>Turned letters are silently corrected.</p>
</correction>
<normalization>
<p>Original spelling and typography is retained, except that long s and ligatured
forms are not encoded.</p>
</normalization>
</editorialDecl>
<refsDecl xml:id="ASLREF">
<cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)"
replacementPattern="#xpath(//div1[@n='$1']/div2/[@n='$2']//lb[@n='$3'])">
<p>A reference is created by assembling the following, in the reverse order as that
listed here: <list>
<item>the <att>n</att> value of the preceding <gi>lb</gi>
</item>
<item>a period</item>
<item>the <att>n</att> value of the ancestor <gi>div2</gi>
</item>
<item>a space</item>
<item>the <att>n</att> value of the parent <gi>div1</gi>
</item>
</list>
</p>
</cRefPattern>
</refsDecl>
</encodingDesc>
<revisionDesc>
<list>
<item>
<date when="1989-04-12">12 Apr 89</date> Last checked by CAC</item>
<item>
<date when="1989-03-01">1 Mar 89</date> LB made new file</item>
</list>
</revisionDesc>
</teiHeader> | ||||||||
| Schematron |
<s:report test=".//tei:ab">Use <gi>p</gi> instead of <gi>ab</gi> in the TEI header. (There are <s:value-of select="count(.//tei:ab)"/>
<gi>ab</gi> elements in this header.)</s:report> | ||||||||
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="fileDesc" minOccurs="1"
maxOccurs="1"/>
<elementRef key="encodingDesc"
minOccurs="1" maxOccurs="1"/>
<elementRef key="profileDesc"
minOccurs="0" maxOccurs="1"/>
<elementRef key="revisionDesc"
minOccurs="0" maxOccurs="1"/>
</sequence>
</content>
| ||||||||
| Schema Declaration |
element teiHeader
{
lib4_att.global.attribute.xmlid,
lib4_att.global.attribute.n,
lib4_att.global.attribute.xmlspace,
lib4_att.global.rendition.attribute.rend,
lib4_att.global.rendition.attribute.style,
lib4_att.global.rendition.attribute.rendition,
lib4_att.global.linking.attribute.corresp,
lib4_att.global.linking.attribute.synch,
lib4_att.global.linking.attribute.sameAs,
lib4_att.global.linking.attribute.copyOf,
lib4_att.global.linking.attribute.next,
lib4_att.global.linking.attribute.prev,
lib4_att.global.linking.attribute.exclude,
lib4_att.global.linking.attribute.select,
lib4_att.global.facs.attribute.facs,
lib4_att.global.change.attribute.change,
lib4_att.global.responsibility.attribute.cert,
lib4_att.global.responsibility.attribute.resp,
lib4_att.global.source.attribute.source,
attribute xml:lang { text },
( lib4_fileDesc, lib4_encodingDesc, lib4_profileDesc?, lib4_revisionDesc? )
} | ||||||||
| <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] | |||||||||||||||||||||
| Module | core — Level 4: Basic Content Analysis | ||||||||||||||||||||
| Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
| ||||||||||||||||||||
| Member of | |||||||||||||||||||||
| Contained by | core: add addrLine analytic author bibl biblScope citedRange corr date del desc distinct editor email emph foreign gloss head hi item l label mentioned monogr name note p pubPlace publisher quote ref resp said series sic soCalled speaker stage street term textLang title unclear drama: castItem linking: ab | ||||||||||||||||||||
| May contain | core: add address bibl biblStruct cb choice corr date del desc distinct email emph foreign gap gloss graphic hi l label lb lg list listBibl media mentioned name note pb ptr quote ref said sic soCalled stage term title unclear drama: castList header: idno namesdates: geogName listPerson orgName persName placeName textstructure: floatingText character data | ||||||||||||||||||||
| Note | The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the title. | ||||||||||||||||||||
| Example | <title>Information Technology and the Research Process: Proceedings of
a conference held at Cranfield Institute of Technology, UK,
18–21 July 1989</title> | ||||||||||||||||||||
| Example | <title>Hardy's Tess of the D'Urbervilles: a machine readable
edition</title> | ||||||||||||||||||||
| Example | <title type="full">
<title type="main">Synthèse</title>
<title type="sub">an international journal for
epistemology, methodology and history of
science</title>
</title> | ||||||||||||||||||||
| Content model |
<content>
<macroRef key="macro.paraContent"/>
</content>
| ||||||||||||||||||||
| Schema Declaration |
element title
{
lib4_att.global.attributes,
lib4_att.canonical.attributes,
lib4_att.datable.attributes,
attribute type
{
"main"
| "sub"
| "alt"
| "short"
| "desc"
| "translated"
| "marc245a"
| "marc245b"
| "marc245c"
| "uniform"
}?
>>
tei:constraintSpec
[
scheme = "isoschematron"
ident = "titleType"
" "
"Inside the title statment the @type of a <title> should be specified"
" "
" "
"Inside a structured bibliographic citation of a mongraphic-level item, @type of a <title> should be specified"
" "
" "
"Inside the analytic portion of a structured bibliographic citation, @type of a <title> should be specified"
" "
" "
"Inside a bibliographic citation of a related item, the @type of a <title> should be specified"
],
attribute level { "a" | "m" | "j" | "s" | "u" }?
>>
tei:constraintSpec
[
scheme = "isoschematron"
ident = "titleLevel"
" "
"The @level attribute should not be specified on a <title> within the <titleStmt>."
" "
" "
"""When a child of <seriesStmt>, the level of a title should be specified as 's'."""
" "
" "
"""When inside the series-level portion of a structured bibliographic citation, the level of a title should be specified as 's'."""
" "
" "
"""When a child of <analytic>, the level of a title should be specified as 'a'."""
" "
" "
"""When a child of <monogr>, the level of a title should not be specified as 'a'."""
],
lib4_macro.paraContent
} | ||||||||||||||||||||
| ab: (anonymous block) contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph. [16.3. Blocks, Segments, and Anchors] |
| 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] |
| 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] |
| 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] |
| analytic: (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.11.2.1. Analytic, Monographic, and Series Levels] |
| appInfo: (application information) records information about an application which has edited the TEI file. [2.3.10. The Application Information Element] |
| application: provides information about an application which has acted upon the document. [2.3.10. The Application Information Element] |
| 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] |
| att: (attribute) contains the name of an attribute appearing within running text. [22. Documentation Elements] |
| att.ascribed: provides attributes for elements representing speech or action that can be ascribed to a specific individual. [3.3.3. Quotation 8.3. Elements Unique to Spoken Texts] |
| att.cReferencing: provides an attribute which may be used to supply a canonical reference as a means of identifying the target of a pointer. |
| att.canonical: provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced. |
| att.citing: provides attributes for specifying the specific part of a bibliographic item being cited. [1.3.1. Attribute Classes] |
| att.datable: provides attributes for normalization of elements that contain dates, times, or datable events. [3.5.4. Dates and Times 13.3.6. Dates and Times] |
| att.datable.custom: provides attributes for normalization of elements that contain datable events to a custom dating system (i.e. other than the Gregorian used by W3 and ISO). [13.3.6. Dates and Times] |
| att.datable.w3c: provides attributes for normalization of elements that contain datable events conforming to the W3C XML Schema Part 2: Datatypes Second Edition. [3.5.4. Dates and Times 13.3.6. Dates and Times] |
| att.docStatus: provides attributes for use on metadata elements describing the status of a document. |
| att.edition: provides attributes identifying the source edition from which some encoded feature derives. |
| att.fragmentable: provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy. |
| att.global.change: supplies the change attribute, allowing its member elements to specify one or more states or revision campaigns with which they are associated. |
| att.global.facs: provides an attribute used to express correspondence between an element containing transcribed text and all or part of an image representing that text. [11.1. Digital Facsimiles] |
| att.global.linking: provides a set of attributes for hypertextual linking. [16. Linking, Segmentation, and Alignment] |
| att.global.rendition: provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Indicators] |
| att.global.responsibility: provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it. [1.3.1.1.4. Sources, certainty, and responsibility 3.4. Simple Editorial Changes 11.3.2.2. Hand, Responsibility, and Certainty Attributes 17.3. Spans and Interpretations 13.1.1. Linking Names and Their Referents] |
| att.global.source: provides an attribute used by elements to point to an external source. [1.3.1.1.4. Sources, certainty, and responsibility 3.3.3. Quotation 8.3.4. Writing] |
| att.internetMedia: provides attributes for specifying the type of a computer resource using a standard taxonomy. |
| att.media: provides attributes for specifying display and related properties of external media. |
| att.personal: (attributes for components of names usually, but not necessarily, personal names) common attributes for those elements which form part of a name usually, but not necessarily, a personal name. [13.2.1. Personal Names] |
| att.placement: provides attributes for describing where on the source page or object a textual element appears. [3.4.3. Additions, Deletions, and Omissions 11.3.1.4. Additions and Deletions] |
| att.pointing: provides a set of attributes used by all elements which point to other elements by means of one or more URI references. [1.3.1.1.2. Language Indicators 3.6. Simple Links and Cross-References] |
| att.resourced: provides attributes by which a resource (such as an externally held media file) may be located. |
| att.sortable: provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content. [9.1. Dictionary Body and Overall Structure] |
| att.spanning: provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it. [11.3.1.4. Additions and Deletions 1.3.1. Attribute Classes] |
| att.styleDef: provides attributes to specify the name of a formal definition language used to provide formatting or rendition information. |
| att.tableDecoration: provides attributes used to decorate rows or cells of a table. [14. Tables, Formulæ, Graphics and Notated Music] |
| att.timed: provides attributes common to those elements which have a duration in time, expressed either absolutely or by reference to an alignment map. [8.3.5. Temporal Information] |
| att.transcriptional: provides attributes specific to elements encoding authorial or scribal intervention in a text when transcribing manuscript or similar sources. [11.3.1.4. Additions and Deletions] |
| att.translatable: provides attributes used to indicate the status of a translatable portion of an ODD document. |
| att.written: provides an attribute to indicate the hand in which the textual content of an element was written in the source being transcribed. [1.3.1. Attribute Classes] |
| 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.] |
| 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] |
| 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] |
| biblStruct: (structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] |
| birth: contains information about a person's birth, such as its date and place. [15.2.2. The Participant Description] |
| castItem: (cast list item) contains a single entry within a cast list, describing either a single role or a list of non-speaking roles. [7.1.4. Cast Lists] |
| castList: (cast list) contains a single cast list or dramatis personae. [7.1.4. Cast Lists 7.1. Front and Back Matter ] |
| cb: (column break) marks the beginning of a new column of a text on a multi-column page. [3.10.3. Milestone Elements] |
| cell: contains one cell of a table. [14.1.1. TEI Tables] |
| choice: groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes] |
| citedRange: (cited range) defines the range of cited content, often represented by pages or other units [3.11.2.5. Scopes and Ranges in Bibliographic Citations] |
| classCode: (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification] |
| 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] |
| 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] |
| corr: (correction) contains the correct form of a passage apparently erroneous in the copy text. [3.4.1. Apparent Errors] |
| correction: (correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] |
| 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] |
| 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] |
| 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] |
| 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] |
| distinct: identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. [3.3.2.3. Other Linguistically Distinct Material] |
| distributor: supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. Publication, Distribution, Licensing, etc.] |
| 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] |
| docDate: (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages] |
| docEdition: (document edition) contains an edition statement as presented on a title page of a document. [4.6. Title Pages] |
| 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] |
| docTitle: (document title) contains the title of a document, including all its constituents, as given on a title page. [4.6. Title Pages] |
| edition: describes the particularities of one edition of a text. [2.2.2. The Edition Statement] |
| editionStmt: (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description] |
| email: (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.5.2. Addresses] |
| 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] |
| 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] |
| 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] |
| facsimile: contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [11.1. Digital Facsimiles] |
| 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] |
| figure: groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images] |
| 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] |
| 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] |
| 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] |
| geogName: (geographical name) identifies a name associated with some geographical feature such as Windrush Valley or Mount Sinai. [13.2.3. Place Names] |
| gi: (element name) contains the name (generic identifier) of an element. [22. Documentation Elements 22.5. Element Specifications] |
| 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] |
| 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] |
| 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] |
| 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] |
| imprint: groups information relating to the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information] |
| item: contains one component of a list. [3.7. Lists 2.6. The Revision Description] |
| keywords: contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification] |
| 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] |
| 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] |
| 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] |
| language: characterizes a single language or sublanguage used within a text. [2.4.2. Language Usage] |
| lb: (line break) marks the start of a new (typographic) line in some edition or version of a text. [3.10.3. Milestone Elements 7.2.5. Speech Contents] |
| 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] |
| list: contains any sequence of items organized as a list. [3.7. Lists] |
| 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] |
| listPerson: (list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. [13.3.2. The Person Element 15.2. Contextual Information 2.4. The Profile Description 15.3.2. Declarable Elements] |
| macro.limitedContent: (paragraph content) defines the content of prose elements that are not used for transcription of extant materials. [1.3. The TEI Class System] |
| macro.paraContent: (paragraph content) defines the content of paragraphs and similar elements. [1.3. The TEI Class System] |
| macro.phraseSeq: (phrase sequence) defines a sequence of character data and phrase-level elements. [1.4.1. Standard Content Models] |
| macro.phraseSeq.limited: (limited phrase sequence) defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents. [1.4.1. Standard Content Models] |
| macro.specialPara: ('special' paragraph content) defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements. [1.3. The TEI Class System] |
| media: indicates the location of any form of external media such as an audio or video clip etc. [3.9. Graphics and Other Non-textual Components] |
| mentioned: marks words or phrases mentioned, not used. [3.3.3. Quotation] |
| model.addrPart: groups elements such as names or postal codes which may appear as part of a postal address. [3.5.2. Addresses] |
| model.addressLike: groups elements used to represent a postal or email address. [1. The TEI Infrastructure] |
| model.applicationLike: groups elements used to record application-specific information about a document in its header. |
| model.availabilityPart: groups elements such as licences and paragraphs of text which may appear as part of an availability statement [2.2.4. Publication, Distribution, Licensing, etc.] |
| model.biblLike: groups elements containing a bibliographic description. [3.11. Bibliographic Citations and References] |
| model.biblPart: groups elements which represent components of a bibliographic description. [3.11. Bibliographic Citations and References] |
| model.castItemPart: groups component elements of an entry in a cast list, such as dramatic role or actor's name. |
| model.certLike: groups elements which are used to indicate uncertainty or precision of other elements. |
| model.choicePart: groups elements (other than <choice> itself) which can be used within a <choice> alternation. [3.4. Simple Editorial Changes] |
| model.common: groups common chunk- and inter-level elements. [1.3. The TEI Class System] |
| model.dateLike: groups elements containing temporal expressions. [3.5.4. Dates and Times 13.3.6. Dates and Times] |
| model.descLike: groups elements which contain a description of their function. |
| model.div1Like: groups top-level structural divisions. |
| model.div2Like: groups second-level structural divisions. |
| model.div3Like: groups third-level structural divisions. |
| model.div4Like: groups fourth-level structural divisions. |
| model.div5Like: groups fifth-level structural divisions. |
| model.div6Like: groups sixth-level structural divisions. |
| model.div7Like: groups seventh-level structural divisions. |
| model.divGenLike: groups elements used to represent a structural division which is generated rather than explicitly present in the source. |
| model.divLike: groups elements used to represent un-numbered generic structural divisions. |
| model.divPart: groups paragraph-level elements appearing directly within divisions. [1.3. The TEI Class System] |
| model.divTop: groups elements appearing at the beginning of a text division. [4.2. Elements Common to All Divisions] |
| model.divTopPart: groups elements which can occur only at the beginning of a text division. [4.6. Title Pages] |
| model.egLike: groups elements containing examples or illustrations. [22.1.1. Phrase Level Terms] |
| model.emphLike: groups phrase-level elements which are typographically distinct and to which a specific function can be attributed. [3.3. Highlighting and Quotation] |
| model.eventLike: groups elements which describe events. |
| model.gLike: groups elements used to represent individual non-Unicode characters or glyphs. |
| model.global: groups elements which may appear at any point within a TEI text. [1.3. The TEI Class System] |
| model.global.edit: groups globally available elements which perform a specifically editorial function. [1.3. The TEI Class System] |
| model.global.meta: groups globally available elements which describe the status of other elements. [1.3. The TEI Class System] |
| model.glossLike: groups elements which provide an alternative name, explanation, or description for any markup construct. |
| model.graphicLike: groups elements containing images, formulae, and similar objects. [3.9. Graphics and Other Non-textual Components] |
| model.headLike: groups elements used to provide a title or heading at the start of a text division. |
| model.hiLike: groups phrase-level elements which are typographically distinct but to which no specific function can be attributed. [3.3. Highlighting and Quotation] |
| model.highlighted: groups phrase-level elements which are typographically distinct. [3.3. Highlighting and Quotation] |
| model.imprintPart: groups the bibliographic elements which occur inside imprints. [3.11. Bibliographic Citations and References] |
| model.inter: groups elements which can appear either within or between paragraph-like elements. [1.3. The TEI Class System] |
| model.lLike: groups elements representing metrical components such as verse lines. |
| model.lPart: groups phrase-level elements which may appear within verse only. [6.2. Components of the Verse Line] |
| model.labelLike: groups elements used to gloss or explain other parts of a document. |
| model.limitedPhrase: groups phrase-level elements excluding those elements primarily intended for transcription of existing sources. [1.3. The TEI Class System] |
| model.linePart: groups transcriptional elements which appear within lines or zones of a source-oriented transcription within a <sourceDoc> element. |
| model.listLike: groups list-like elements. [3.7. Lists] |
| model.measureLike: groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning. [3.5.3. Numbers and Measures] |
| model.milestoneLike: groups milestone-style elements used to represent reference systems. [1.3. The TEI Class System 3.10.3. Milestone Elements] |
| model.nameLike: groups elements which name or refer to a person, place, or organization. |
| model.nameLike.agent: groups elements which contain names of individuals or corporate bodies. [3.5. Names, Numbers, Dates, Abbreviations, and Addresses] |
| model.noteLike: groups globally-available note-like elements. [3.8. Notes, Annotation, and Indexing] |
| model.oddDecl: groups elements which generate declarations in some markup language in ODD documents. |
| model.offsetLike: groups elements which can appear only as part of a place name. [13.2.3. Place Names] |
| model.pLike: groups paragraph-like elements. |
| model.pPart.data: groups phrase-level elements containing names, dates, numbers, measures, and similar data. [3.5. Names, Numbers, Dates, Abbreviations, and Addresses] |
| model.pPart.edit: groups phrase-level elements for simple editorial correction and transcription. [3.4. Simple Editorial Changes] |
| model.pPart.editorial: groups phrase-level elements for simple editorial interventions that may be useful both in transcribing and in authoring. [3.4. Simple Editorial Changes] |
| model.pPart.msdesc: groups phrase-level elements used in manuscript description. [10. Manuscript Description] |
| model.pPart.transcriptional: groups phrase-level elements used for editorial transcription of pre-existing source materials. [3.4. Simple Editorial Changes] |
| model.persNamePart: groups elements which form part of a personal name. [13.2.1. Personal Names] |
| model.personLike: groups elements which provide information about people and their relationships. |
| model.personPart: groups elements which form part of the description of a person. [15.2.2. The Participant Description] |
| model.phrase: groups elements which can occur at the level of individual words or phrases. [1.3. The TEI Class System] |
| model.phrase.xml: groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values [22. Documentation Elements] |
| model.placeNamePart: groups elements which form part of a place name. [13.2.3. Place Names] |
| model.placeStateLike: groups elements which describe changing states of a place. |
| model.profileDescPart: groups elements which may be used inside <profileDesc> and appear multiple times. |
| model.ptrLike: groups elements used for purposes of location and reference. [3.6. Simple Links and Cross-References] |
| model.publicationStmtPart.agency: groups the child elements of a <publicationStmt> element of the TEI header that indicate an authorising agent. [2.2.4. Publication, Distribution, Licensing, etc.] |
| model.publicationStmtPart.detail: groups the agency-specific child elements of the <publicationStmt> element of the TEI header. [2.2.4. Publication, Distribution, Licensing, etc.] |
| model.qLike: groups elements related to highlighting which can appear either within or between chunk-level elements. [3.3. Highlighting and Quotation] |
| model.quoteLike: groups elements used to directly contain quotations. |
| model.respLike: groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element. |
| model.segLike: groups elements used for arbitrary segmentation. [16.3. Blocks, Segments, and Anchors 17.1. Linguistic Segment Categories] |
| model.specDescLike: groups elements for referring to specification elements. [22. Documentation Elements] |
| model.stageLike: groups elements containing stage directions or similar things defined by the module for performance texts. [7.3. Other Types of Performance Text] |
| model.titlepagePart: groups elements which can occur as direct constituents of a title page, such as <docTitle>, <docAuthor>, <docImprint>, or <epigraph>. [4.6. Title Pages] |
| monogr: (monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.11.2.1. Analytic, Monographic, and Series Levels] |
| name: (name, proper noun) contains a proper noun or noun phrase. [3.5.1. Referring Strings] |
| no-extent-in-fileDesc: |
| normalization: indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] |
| 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] |
| onlyAllowedAttrs: |
| 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] |
| p: (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents] |
| pb: (page break) marks the start of a new page in a paginated document. [3.10.3. Milestone Elements] |
| placeName: contains an absolute or relative place name. [13.2.3. Place Names] |
| postBox: (postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.5.2. Addresses] |
| postCode: (postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.5.2. Addresses] |
| postscript: contains a postscript, e.g. to a letter. [4.2. Elements Common to All Divisions] |
| 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] |
| 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] |
| 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] |
| 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.] |
| punctuation: specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3. The Editorial Practices Declaration 3.2. Treatment of Punctuation] |
| quotation: specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] |
| quote: (quotation) contains a phrase or passage attributed by the narrator or author to some agency external to the text. [3.3.3. Quotation 4.3.1. Grouped Texts] |
| 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] |
| 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] |
| revisionDesc: (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components] |
| row: contains one row of a table. [14.1.1. TEI Tables] |
| said: (speech or thought) indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters. [3.3.3. Quotation] |
| 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] |
| 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] |
| series: (series information) contains information about the series in which a book or other bibliographic item has appeared. [3.11.2.1. Analytic, Monographic, and Series Levels] |
| 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] |
| sic: (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.4.1. Apparent Errors] |
| 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] |
| 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] |
| 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] |
| 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] |
| 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] |
| street: contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.5.2. Addresses] |
| surface: defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] |
| table: contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables] |
| tag: contains text of a complete start- or end-tag, possibly including attribute specifications, but excluding the opening and closing markup delimiter characters. [22. Documentation Elements] |
| teidata.certainty: defines the range of attribute values expressing a degree of certainty. |
| teidata.count: defines the range of attribute values used for a non-negative integer value used as a count. |
| teidata.duration.iso: defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats |
| teidata.duration.w3c: defines the range of attribute values available for representation of a duration in time using W3C datatypes. |
| teidata.enumerated: defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities. |
| teidata.language: defines the range of attribute values used to identify a particular combination of human language and writing system. [6.1. Language Identification] |
| teidata.name: defines the range of attribute values expressed as an XML Name. |
| teidata.namespace: defines the range of attribute values used to indicate XML namespaces as defined by the W3C Namespaces in XML Technical Recommendation. |
| teidata.numeric: defines the range of attribute values used for numeric values. |
| teidata.outputMeasurement: defines a range of values for use in specifying the size of an object that is intended for display. |
| teidata.pattern: defines attribute values which are expressed as a regular expression. |
| teidata.pointer: defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere. |
| teidata.probCert: defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value. |
| teidata.probability: defines the range of attribute values expressing a probability. |
| teidata.replacement: defines attribute values which contain a replacement template. |
| teidata.sex: defines the range of attribute values used to identify human or animal sex. |
| teidata.temporal.w3c: defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C XML Schema Part 2: Datatypes Second Edition specification. |
| teidata.text: defines the range of attribute values used to express some kind of identifying string as a single sequence of unicode characters possibly including whitespace. |
| teidata.truthValue: defines the range of attribute values used to express a truth value. |
| teidata.unboundedInt: defines an attribute value which can be either any non-negative integer or the string "unbounded". |
| teidata.version: defines the range of attribute values which may be used to specify a TEI or Unicode version number. |
| teidata.versionNumber: defines the range of attribute values used for version numbers. |
| teidata.word: defines the range of attribute values expressed as a single word or token. |
| teidata.xTruthValue: (extended truth value) defines the range of attribute values used to express a truth value which may be unknown. |
| teidata.xmlName: defines attribute values which contain an XML name. |
| 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] |
| 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] |
| 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] |
| textLang: (text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.6.6. Languages and Writing Systems] |
| titlePage: (title page) contains the title page of a text, appearing within the front or back matter. [4.6. Title Pages] |
| titlePart: contains a subsection or division of the title of a work, as indicated on a title page. [4.6. Title Pages] |
| 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] |
| 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] |
| 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] |
| val: (value) contains a single attribute value. [22. Documentation Elements 22.5.4. Attribute List Specification] |
| when-or-before-after: |
| zone: defines any two-dimensional area within a <surface> element. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] |