This document specifies how the Tite standard should be applied. Its organizing model is roughly the structure of a TEI document itself, and it proceeds from high-level features to low, starting with general requirements, text structure, directions on when to group texts, considerations about type of text (genre and format), down to instructions on marking phrase-level features, reference systems, and so forth. In its original ‘ODD’ (one document does-it-all) format, this document can generate everything necessary for working in Tite: both documentation (this Tite-specific prose as well as the full TEI technical documentation for relevant elements) and schemas in either W3C Schema, RelaxNG, or XML DTD. The Roma web tool can generate all of these.
Tite-encoded documents are TEI documents, and the Tite standard, with the exception of convenience elements (b, i, ul, sup, sub, smcap, cols and ornament all of which can be converted back to canonical TEI), is a pure subset of the TEI. That is, it was created primarily by removing elements and attributes from the TEI, and not from extensive modification. Thus as part of the TEI family, Tite inherits TEI semantics, and ambiguity in this specification should be resolved with reference to TEI Guidelines. What makes Tite distinct is that where the TEI in general is famously tolerant of multiple methods of encoding a given feature, Tite seeks uniformity of encoding through constraint, constraint via its stripped-down tag set and via this specification.
Tite can be used to encode printed prose, poetry, drama, newspapers, and anything else which can be described with the basic TEI building-blocks of divisions, paragraphs, line groups, and speeches.
A note on terms: I use document to refer generally to the item (book, pamphlet, newspaper, etc.) to be encoded and text as either linguistic material (as opposed to graphic or imagistic) or a logically distinct literary unit.
All printed material should be captured: all text (that is, printed characters) should be transcribed and the presence of graphical items or other non-transcribable elements should be indicated with markup (mostly the figure element). Normally text is understood to mean text in a Western character set, but this will be negotiated for each job. The presence of text in character sets outside the current scope should be indicated with the gap element.
A distinction should be maintained in the electronic transcription between end-of-line or ‘soft’ hyphens (an artifact of page layout) and ‘hard’ hyphens (a linguistic feature). In the rare case of coincidence of the two types, the hyphen should be marked as hard (as it is not properly an end-of-line hyphen at all in this case).
Texts should be encoded in UTF-8. For non-keyboard characters, each project should decide what kind of entities will serve best (mnemonic, numerical, etc.).
The standard for accuracy of transcription should be 99.99% (1 error in 10,000 characters). The sample size for verification should be 5% of the total text.
Almost unavoidably, difficult encoding situations will arise whose resolution may not be covered by these guidelines, ‘common sense’, or anything else close to hand. In any case like this where there is doubt or difficulty, it is important to document the markup choices that are made. To this end each encoded text should be accompanied by a document with such notes. These notes should reference both features of a document that seem remarkable to encoders (and how these were handled) and remarkable or non-obvious encoding decisions made by encoders.
Thus there are two basic components: the (marked-up) text and its catalog-like description in the header. Tite is really only concerned with the text; it simply reproduces the teiHeader content model from the TEI Lite.
Normally the patron institution maintains responsibility for the header. The header can be sent to the off-site location to be kept with the encoded text or no header may be sent. In the latter case a unique identifying number should be given as the xml:id attribute of the text element. For validation of header-less texts, if an XML DTD is being used as the schema, simply replace the TEI element with text as the root element in the document type declaration. (I.e. <!DOCTYPE text PUBLIC . . . >.) Otherwise any number of means could be employed to support intermediate validation, such as attaching dummy headers to all texts or temporarily modifying the schema to make the teiHeader element optional.
As was said above, the content model for Tite is taken verbatim from the TEI Tite, thus maintaining full flexibility for the patron institution while at the same time not imposing undue burden: a valid header can include as little as a title (titleStmt), publication statement (publicationStmt), and a description of the source document (sourceDesc).
In cases where a document appears to contain a group of texts but the above condition is not met, encode each unit as a div with an appropriate type attribute.
Tite uses numbered div elements: div1 through div7, which stand for levels of nesting within a text. div1s nest inside or are contained by the front, body, and back elements, div2s nest inside or are contained by div1s, etc. The document's table of contents is often a good place to find cues about where structural divisions start and end; other cues can be blank pages, recurring typographical or ornamental features, or a numbering system ("Chapter 5" etc.). Also, the presence of a heading will often indicate the beginning of a division.
A divisional title is a page that resembles a half-title page: it displays the title or heading of a major structural unit on an otherwise blank page. Divisional titles should be encoded not with a separate div element, but as a head within the appropriate div. For half-title pages and similar fly-title pages see the section on Front Matter.
Another potential false indication of a new structural division is an ornament used as an informal division: a printer's ornament of some sort, a string of asterisks or periods, or a horizontal line. Mark these with the special ornament element. If the ornament is a horizontal line or printer's device or otherwise not transcribable, make the element empty and include an appropriate type attribute (line or ornament); if the ornament is made up of characters, supply characters as the type value and transcribe the characters into ornament's content.
Information on the verso of the title page should be included as well (after a pb).
Half-title and fly-title pages may be encountered in the front matter. A half-title page precedes the title page proper and sometimes includes volume or series information; a fly-title page comes at the very end of the front matter, just before the body. In the case of half-titles, encode these as <div1 type="half-title"> (with titlePart elements as appropriate); in the case of fly-titles, encode them likewise with <div1 type="fly-title">, making sure to make the fly-title division the last part of the front matter (and not the first part of the body, as may seem reasonable as well).
Tite is equipped to support basic encoding of several types of text: in terms of genre, it supports prose, verse, and drama, and in terms of format, it supports books, newspapers, pamphlets, and other similar printed material. Tite has special tags for letters, verse, drama, and newspapers.
All verse should be encoded within at least one lg tag, even when there are no distinct stanzas or when the verse is interspersed with prose. If it is known, use the type attribute to express the type of line group. Sometimes within a poem there is a question about what should be tagged as a lg or as a separate div. As a rough rule of thumb, if there is a title accompanying the division, use the div tag; otherwise, use lg.
The standard TEI elements for drama should be used: sp, stage, speaker. If the who attribute is used on sp, also transcribe who is written as the speaker, in whatever form in which it is written, in the speaker tag. Short pieces of stage direction that accompany the speaker designation may be included in the speaker tag.
Scenes and acts should be encoded as appropriately nested div elements with type attributes of scene or act, respectively. Cast lists can likewise be encoded used div and type="castlist".
Prologues and epilogues can be treated as sps of their own, unless their structure would be better represented by nesting these in div tags.
Tite includes the elements cols and cb which are well suited for the multi-column layout of newspapers. Decisions about how to render the layout in markup may not be well addressed here, but as an example of project-specific specifications see the University of Virginia Library's documentation.
A q tag should not have any affect on the presence of quotation marks: if they are there, transcribe them.
If a figure has a heading or caption, encode it with the head tag. If there is associated text, simply use a p to encode it.
If a cell in a table is a heading or a label, use the role attribute on the cell tag and set it to label; if the cell contains data, there is no need to use role: data is the default. If a cell or row spans more than one column or row, use the rows or cols attributes set to the number of columns or rows that it spans.
If unsure about whether a structure is best encoded as a list or table, record it as a table only if it would not be properly understood without tabular layout.
TEI lists are either sequences of items or label-item pairs. If a list has the latter structure, be sure to encode each part.
Both the reference to the note in the running text and the note itself must be encoded. Use ptr or ref to encode the reference. If there is no reference in the text (often the case for marginal notes), supply a ptr element in a reasonable place in the text running beside the note. If there is a reference (number, symbol, etc.), use the ref element and include the reference text as the content. In both cases, a target attribute must be supplied which contains the xml:id value of the associated note.
When encoding the note itself with the note tag, the xml:id and place attributes must be supplied. See the TEI documentation for acceptable values for place; the most common will be foot, end, margin-left (-right, -top, -bot).
Transcribe the note directly after it is referenced in the document. In the case of notes without explicit reference (pointed to with ptr), set the anchored attribute to false.
In rare cases in which the logical identity of a block-level element is hard to discern, use the TEI element ab (anonymous block) instead of applying a p or div tag. In these cases, be sure to document this decision in accompanying notes. Applying this element should be viewed as a last resort.
The gap element should be used when for some reason the document being transcribed contains illegible text (smudged, torn, missing, etc.) or something outside the scope of transcription for a given project: characters in an unsupported character set, for instance. gap indicates that something is omitted. When using gap, set the reason attribute to an appropriate value. (See unclear below.)
If there is a typographical feature not covered by the above elements, the TEI hi tag is still available in Tite. Enumerated lists of attribute values for hi's rend attribute should be negotiated job-by-job.
If the alignment of an element seems remarkable, set the element's rend attribute to an appropriate value (normally center, right, left, etc.). However, exhaustive description of alignment is not necessary. Headings, for instance, do not need to be marked as being centered, etc.
Standard keyboard punctuation marks should suffice for transcribing document punctuation except in the case of the ampersand, which must be represented with the entity reference ∓ in an XML document.
The seg element is the phrase-level analogue to the ab tag. If a phrase-level feature seems to be present but its identity is hard to fathom, use this tag. This, again, is a kind of last resort.
Alternately, when a passage of text is for some reason too hard to discern, use the unclear element, setting the reason attribute to an appropriate value. When using unclear, surround the entire word with the tag if any part of it is unclear (not just the illegible letter, say).
Encode page breaks (pb) at the start of each page, and encode breaks even for blank pages. If the page is numbered, include the page number as the value of the n attribute and no matter where the page number is printed on the page, place the pb tag at the "top."
If marking column breaks, follow the same rules as for page breaks. Column breaks are imagined to appear at the top of the column, at the beginning of the column's text. The cols element exists to record a change in columnar layout. If such a change occurs, mark the beginning of the new layout with cols and supply the new number of columns as the value for the n attribute.
If line breaks are to be captured, use the lb element.
The TEI Tite conforms to the TEI P5 Guidelines, which makes a number of changes from the TEI P4 Guidelines. The following brief list indicates some of the major changes in P4 encoding practice which will need to be employed for P5 conformance.
With the exception of two added elements and six easily convertible ‘convenience elements’, the TEI Tite is a pure subset of the TEI, modelled by stripping down the TEI Lite. All of the elements defined in it are taken from the following standard TEI modules: tei, core, header, textstructure, figures, and linking.
The following elements from those modules are excluded from the schema in both the TEI Lite and Tite: alt, altGrp, altIdent, analytic, attDef, attList, attRef, biblItem, biblStruct, binaryObject, broadcast, cb, classSpec, classes, content, correction, datatype, defaultVal, desc, distinct, div0, egXML, elementSpec, equipment, equiv, exemplum, fsdDecl, headItem, headLabel, hyphenation, imprimatur, interpretation, join, joinGrp, link, linkGrp, listRef, macroSpec, measure, meeting, memberOf, metDecl, metSym, moduleRef, moduleSpec, monogr, normalization, postBox, postCode, quotation, quote, recording, recordingStmt, remarks, schemaSpec, scriptStmt, segmentation, series, specDesc, specGrp, specGrpRef, specList, state, stdVals, street, stringVal, tag, timeline, valDesc, valItem, valList, variantEncoding, when.
Tite excludes the modules analysis and tagdocs where Lite includes some elements from these modules. Therefore Tite is less those elements as well.
The following elements are excluded in the TEI Lite but included in Tite: ab, div1, div2, div3, div4, div5, div6, div7.
The following are the elements that Tite excludes from the TEI Lite: addaltIdent, biblFull, choice, corr, del, divGen, emph, expan, gloss, imprint, index, mentioned, orig, reg, rs, sic, soCalled, teiCorpus, term, divanchor.
Finally, the following are the elements that Tite adds to the TEI: b, i, ul, smcap, sub, sup, cols, and ornament.
Here is the TEI Tite schema itself:
| att.ascribed provides attributes for elements representing speech or action that can be ascribed to a specific individual. | |||||||||
| Module | tei | ||||||||
| Members | change q said sp | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| att.datable provides attributes for normalization of elements that contain dates, times, or datable events. | |
| Module | tei |
| Members | application date time |
| Attributes | Global attributes and those inherited from [att.datable.w3c ] |
| Note |
This ‘superclass’ provides attributes that
can be used to provide normalized values of temporal information.
By default, the attributes from the att.datable.w3c class are provided. If the
module for names & dates is loaded, this class also provides
attributes from the att.datable.iso
class. In general, the possible values of attributes restricted to
the W3C datatypes form a subset of those values available via the
ISO 8601 standard. However, the greater expressiveness of the ISO
datatypes may not be needed, and there exists much greater
software support for the W3C datatypes.
|
| att.datable.w3c provides attributes for normalization of elements that contain datable events using the W3C datatypes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Members | att.datable [ application date time] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| att.declarable provides attributes for those elements in the TEI Header which may be independently selected by means of the special purpose decls attribute. | |
| Module | tei |
| Members | bibl editorialDecl geoDecl langUsage listBibl projectDesc refsDecl samplingDecl sourceDesc textClass |
| Attributes | Global attributes only |
| att.declaring provides attributes for elements which may be independently associated with a particular declarable element within the header, thus overriding the inherited default for that element. | |||||||||
| Module | tei | ||||||||
| Members | back body div1 div2 div3 div4 div5 div6 div7 floatingText front group ptr ref text | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Note | |||||||||
| att.divLike provides attributes common to all elements which behave in the same way as divisions. | |
| Module | tei |
| Members | div1 div2 div3 div4 div5 div6 div7 lg |
| Attributes | Global attributes only |
| att.editLike provides attributes describing the nature of a encoded scholarly intervention or interpretation of any kind. | |||||||||
| Module | tei | ||||||||
| Members | date gap time unclear | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| att.global provides attributes common to all elements in the TEI encoding scheme. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Members | b cols i ornament smcap sub sup ul | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.global.linking ]
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Note |
The global attributes described here are made part of the
attribute definition list declaration of each element by including
a reference to the pattern att.global.attributes in each such
declaration.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| att.global.linking defines a set of attributes for hypertext and other linking, which are enabled for all elements when the additional tag set for linking is selected. | |
| Module | linking |
| Members | att.global [ b cols i ornament smcap sub sup ul] |
| Attributes | Global attributes only |
| att.handFeatures provides attributes describing aspects of the hand in which a manuscript is written. | |||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||
| Members | handNote | ||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||
| att.internetMedia provides attributes for specifying the type of a computer resource using a standard taxonomy. | |||||||||
| Module | tei | ||||||||
| Members | graphic | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Note |
This attribute class provides attributes for describing a
computer resource, typically available over the internet,
according to standard taxonomies. At present only a single
taxonomy is supported, the Multipurpose Internet Mail Extensions
Media Type system. This system of typology of media types is
defined by the Internet Engineering Task Force in RFC 2046. The
list of
types is maintained by the Internet Assigned Numbers
Authority.
|
||||||||
| att.measurement provides attributes to represent a regularized or normalized measurement. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Members | measureGrp | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Note |
This attribute class provides a triplet of attributes that may
be used either to regularize the values of the measurement being
encoded, or to normalize them with respect to a standard
measurement system.
<!-- regularization:--><l xmlns:tei="http://www.tei-c.org/ns/1.0">So weren't you gonna buy <measure quantity="0.5" unit="gal" commodity="ice cream">half a gallon</measure>, baby</l> <!-- normalization: --> <l>So won't you go and buy <measure quantity="1.893" unit="L" commodity="ice cream">half a gallon</measure>, baby?</l> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Note |
The unit should normally be named using the standard
abbreviation for an SI unit (see further http://www.bipm.org/en/si/; http://physics.nist.gov/cuu/Units/). However, encoders
may also specify measurements using informally defined units such
as lines or characters.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| att.naming provides attributes common to elements which refer to named persons, places, organizations etc. | |||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||
| Members | name pubPlace | ||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||
| att.placement provides attributes for describing where on the source page or object a textual element appears. | |||||||||||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||||||||||
| Members | figure note | ||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||||
| att.pointing defines a set of attributes used by all elements which point to other elements by means of one or more URI references. | |||||||||||||||||||||||
| Module | linking | ||||||||||||||||||||||
| Members | ptr ref | ||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||
| att.segLike provides attributes for elements used for arbitrary segmentation. | |
| Module | tei |
| Members | seg |
| Attributes | Global attributes only |
| att.tableDecoration provides attributes used to decorate rows or cells of a table. | |||||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||||
| Members | cell row | ||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||
| att.translatable provides attributes used to indicate the status of a translatable portion of an ODD document. | |||||||||
| Module | tei | ||||||||
| Members | desc | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| att.typed provides attributes which can be used to classify or subclassify elements in any way. | |||||||
| Module | tei | ||||||
| Members | ab application bibl cit date div1 div2 div3 div4 div5 div6 div7 floatingText head lg listBibl measureGrp relatedItem text time | ||||||
| Attributes | In addition to global attributes
|
||||||
| model.addrPart groups elements such as names or postal codes which may appear as part of a postal address. | |
| Module | tei |
| Used by | address |
| Members | model.nameLike [ model.nameLike.agent [ name] model.placeStateLike] addrLine |
| model.addressLike groups elements used to represent a postal or e-mail address. | |
| Module | tei |
| Used by | model.pPart.data |
| Members | address email |
| model.applicationLike groups elements used to record application-specific information about a document in its header. | |
| Module | header |
| Used by | appInfo |
| Members | application |
| model.biblLike groups elements containing a bibliographic description. | |
| Module | tei |
| Used by | cit listBibl relatedItem sourceDesc taxonomy model.inter |
| Members | bibl |
| model.biblPart groups elements which represent components of a bibliographic description. | |
| Module | tei |
| Used by | bibl |
| Members | model.imprintPart [ biblScope distributor pubPlace publisher] model.respLike [ author editor respStmt] edition extent idno relatedItem |
| model.choicePart groups elements (other than choice itself) which can be used within a choice alternation. | |
| Module | tei |
| Used by | |
| Members | abbr seg unclear |
| model.common groups common chunk- and inter-level elements. | |
| Module | tei |
| Used by | argument body div1 div2 div3 div4 div5 div6 div7 epigraph postscript |
| Members | model.divPart [ model.lLike [ l] model.pLike [ ab p] floatingText lg sp] model.inter [ model.biblLike [ bibl] model.egLike model.labelLike [ desc label] model.listLike [ list listBibl] model.qLike [ model.quoteLike [ cit] q said] model.stageLike [ stage] figure ornament table] ornament |
| Note |
This class defines the set of chunk- and inter-level elements;
it is used in many content models, including those for textual
divisions.
|
| model.dateLike groups elements containing temporal expressions. | |
| Module | tei |
| Used by | model.pPart.data |
| Members | date time |
| model.div1Like groups top-level structural divisions. | |
| Module | tei |
| Used by | back body front |
| Members | div1 |
| model.div2Like groups second-level structural divisions. | |
| Module | tei |
| Used by | div1 |
| Members | div2 |
| model.div3Like groups third-level structural divisions. | |
| Module | tei |
| Used by | div2 |
| Members | div3 |
| model.div4Like groups fourth-level structural divisions. | |
| Module | tei |
| Used by | div3 |
| Members | div4 |
| model.div5Like groups fifth-level structural divisions. | |
| Module | tei |
| Used by | div4 |
| Members | div5 |
| model.div6Like groups sixth-level structural divisions. | |
| Module | tei |
| Used by | div5 |
| Members | div6 |
| model.div7Like groups seventh-level structural divisions. | |
| Module | tei |
| Used by | div6 |
| Members | div7 |
| model.divBottom groups elements appearing at the end of a text division. | |
| Module | tei |
| Used by | body div1 div2 div3 div4 div5 div6 div7 group lg list |
| Members | model.divBottomPart [ closer postscript signed trailer] model.divWrapper [ argument byline dateline docAuthor docDate epigraph] |
| model.divBottomPart groups elements which can occur only at the end of a text division. | |
| Module | tei |
| Used by | back front model.divBottom |
| Members | closer postscript signed trailer |
| model.divPart groups paragraph-level elements appearing directly within divisions. | |
| Module | tei |
| Used by | macro.specialPara model.common |
| Members | model.lLike [ l] model.pLike [ ab p] floatingText lg sp |
| Note |
Note that this element class does not include members of the
model.inter class, which can appear either within or between
paragraph-level items.
|
| model.divTop groups elements appearing at the beginning of a text division. | |
| Module | tei |
| Used by | body div1 div2 div3 div4 div5 div6 div7 group lg list |
| Members | model.divTopPart [ model.headLike [ head] opener salute] model.divWrapper [ argument byline dateline docAuthor docDate epigraph] |
| model.divTopPart groups elements which can occur only at the beginning of a text division. | |
| Module | tei |
| Used by | model.divTop |
| Members | model.headLike [ head] opener salute |
| model.divWrapper groups elements which can appear at either top or bottom of a textual division. | |
| Module | tei |
| Used by | model.divTop model.divBottom |
| Members | argument byline dateline docAuthor docDate epigraph |
| model.emphLike groups phrase-level elements which are typographically distinct and to which a specific function can be attributed. | |
| Module | tei |
| Used by | model.highlighted model.limitedPhrase |
| Members | foreign title |
| model.encodingPart groups elements which may be used inside encodingDesc and appear multiple times. | |
| Module | header |
| Used by | encodingDesc |
| Members | appInfo classDecl editorialDecl geoDecl projectDesc refsDecl samplingDecl |
| model.entryPart.top groups high level elements within a structured dictionary entry | |
| Module | tei |
| Used by | |
| Members | cit |
| Note |
Members of this class typically contain related parts of a
dictionary entry which form a coherent
subdivision, for example a particular sense, homonym, etc.
|
| model.frontPart groups elements which appear at the level of divisions within front or back matter. | |
| Module | tei |
| Used by | back front |
| Members | titlePage |
| model.global groups elements which may appear at any point within a TEI text. | |
| Module | tei |
| Used by | address argument back bibl body byline change cit closer date div1 div2 div3 div4 div5 div6 div7 docImprint docTitle epigraph figure floatingText front group lg list opener postscript sp table text time titlePage macro.paraContent macro.phraseSeq macro.phraseSeq.limited macro.specialPara |
| Members | model.global.edit [ gap] model.milestoneLike [ cb cols lb milestone pb] model.noteLike [ note] |
| model.global.edit groups globally available elements which perform a specifically editorial function. | |
| Module | tei |
| Used by | model.global |
| Members | gap |
| model.glossLike groups elements which provide an alternative name, explanation, or description for any markup construct. | |
| Module | tei |
| Used by | category gap taxonomy |
| Members | desc |
| model.graphicLike groups elements containing images, formulae, and similar objects. | |
| Module | tei |
| Used by | figure model.phrase |
| Members | formula graphic |
| model.headLike groups elements used to provide a title or heading at the start of a text division. | |
| Module | tei |
| Used by | argument figure listBibl table model.divTopPart |
| Members | head |
| model.headerPart groups high level elements which may appear more than once in a TEI Header. | |
| Module | header |
| Used by | teiHeader |
| Members | encodingDesc profileDesc |
| model.hiLike groups phrase-level elements which are typographically distinct but to which no specific function can be attributed. | |
| Module | tei |
| Used by | model.highlighted |
| Members | b hi i smcap sub sup ul |
| model.highlighted groups phrase-level elements which are typographically distinct. | |
| Module | tei |
| Used by | bibl model.phrase |
| Members | model.emphLike [ foreign title] model.hiLike [ b hi i smcap sub sup ul] |
| model.imprintPart groups the bibliographic elements which occur inside imprints. | |
| Module | tei |
| Used by | model.biblPart |
| Members | biblScope distributor pubPlace publisher |
| model.inter groups elements which can appear either within or between paragraph-like elements. | |
| Module | tei |
| Used by | change macro.limitedContent macro.paraContent macro.specialPara model.common |
| Members | model.biblLike [ bibl] model.egLike model.labelLike [ desc label] model.listLike [ list listBibl] model.qLike [ model.quoteLike [ cit] q said] model.stageLike [ stage] figure ornament table |
| model.lLike groups elements representing metrical components such as verse lines. | |
| Module | tei |
| Used by | lg sp model.divPart |
| Members | l |
| model.labelLike groups elements used to gloss or explain other parts of a document. | |
| Module | tei |
| Used by | application model.inter |
| Members | desc label |
| model.limitedPhrase groups phrase-level elements excluding elements those primarily intended for transcription of existing sources. | |
| Module | tei |
| Used by | catDesc change macro.limitedContent macro.phraseSeq.limited |
| Members | model.emphLike [ foreign title] model.pPart.data [ model.addressLike [ address email] model.dateLike [ date time] model.measureLike [ measureGrp num] model.nameLike [ model.nameLike.agent [ name] model.placeStateLike] ] model.pPart.editorial [ abbr] model.ptrLike [ ptr ref] |
| model.listLike groups list-like elements. | |
| Module | tei |
| Used by | sourceDesc model.inter |
| Members | list listBibl |
| model.measureLike groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning. | |
| Module | tei |
| Used by | measureGrp model.pPart.data |
| Members | measureGrp num |
| model.milestoneLike groups milestone-style elements used to represent reference systems. | |
| Module | tei |
| Used by | model.global |
| Members | cb cols lb milestone pb |
| model.msItemPart groups elements which can appear within a manuscript item description. | |
| Module | tei |
| Used by | |
| Members | model.quoteLike [ cit] model.respLike [ author editor respStmt] bibl listBibl title |
| model.nameLike groups elements which name or refer to a person, place, or organization. | |
| Module | tei |
| Used by | model.addrPart model.pPart.data |
| Members | model.nameLike.agent [ name] model.placeStateLike |
| Note |
A superset of the naming elements that may appear in datelines,
addresses, statements of responsibility, etc.
|
| model.nameLike.agent groups elements which contain names of individuals or corporate bodies. | |
| Module | tei |
| Used by | respStmt model.nameLike |
| Members | name |
| Note |
This class is used in the content model of elements which
reference names of people or organizations.
|
| model.noteLike groups globally-available note-like elements. | |
| Module | tei |
| Used by | notesStmt model.global |
| Members | note |
| model.pLike groups paragraph-like elements. | |
| Module | tei |
| Used by | application availability cRefPattern editionStmt editorialDecl encodingDesc figure projectDesc publicationStmt refsDecl samplingDecl seriesStmt sourceDesc sp model.divPart |
| Members | ab p |
| model.pLike.front groups paragraph-like elements which can occur as direct constituents of front matter. | |
| Module | tei |
| Used by | back front |
| Members | argument byline docAuthor docDate docEdition docImprint docTitle epigraph head titlePart |
| model.pPart.data groups phrase-level elements containing names, dates, numbers, measures, and similar data. | |
| Module | tei |
| Used by | bibl model.phrase model.limitedPhrase |
| Members | model.addressLike [ address email] model.dateLike [ date time] model.measureLike [ measureGrp num] model.nameLike [ model.nameLike.agent [ name] model.placeStateLike] |
| model.pPart.edit groups phrase-level elements for simple editorial correction and transcription. | |
| Module | tei |
| Used by | bibl model.phrase |
| Members | model.pPart.editorial [ abbr] model.pPart.transcriptional [ unclear] |
| model.pPart.editorial groups phrase-level elements for simple editorial interventions that may be useful both in transcribing and in authoring. | |
| Module | tei |
| Used by | model.pPart.edit model.limitedPhrase |
| Members | abbr |
| model.pPart.transcriptional groups phrase-level elements used for editorial transcription of pre-existing source materials. | |
| Module | tei |
| Used by | model.pPart.edit |
| Members | unclear |
| model.personPart groups elements which form part of the description of a person. | |
| Module | tei |
| Used by | |
| Members | bibl |
| model.phrase groups elements which can occur at the level of individual words or phrases. | |
| Module | tei |
| Used by | byline closer date docImprint opener time macro.paraContent macro.phraseSeq macro.specialPara |
| Members | model.graphicLike [ formula graphic] model.highlighted [ model.emphLike [ foreign title] model.hiLike [ b hi i smcap sub sup ul] ] model.pPart.data [ model.addressLike [ address email] model.dateLike [ date time] model.measureLike [ measureGrp num] model.nameLike [ model.nameLike.agent [ name] model.placeStateLike] ] model.pPart.edit [ model.pPart.editorial [ abbr] model.pPart.transcriptional [ unclear] ] model.ptrLike [ ptr ref] model.segLike [ seg] |
| Note |
This class of elements can occur only within larger
elements of the class inter or chunk.
In prose, this means these elements can occur within paragraphs,
list items, lines of verse, etc.
|
| model.profileDescPart groups elements which may be used inside profileDesc and appear multiple times. | |
| Module | header |
| Used by | profileDesc |
| Members | langUsage textClass |
| model.ptrLike groups elements used for purposes of location and reference. | |
| Module | tei |
| Used by | application bibl cit relatedItem model.phrase model.limitedPhrase |
| Members | ptr ref |
| model.publicationStmtPart groups elements which may appear within the publicationStmt element of the TEI Header. | |
| Module | tei |
| Used by | publicationStmt |
| Members | address authority availability date distributor idno pubPlace publisher |
| model.qLike groups elements related to highlighting which can appear either within or between chunk-level elements. | |
| Module | tei |
| Used by | cit model.inter |
| Members | model.quoteLike [ cit] q said |
| model.quoteLike groups elements used to directly contain quotations. | |
| Module | tei |
| Used by | model.qLike model.msItemPart |
| Members | cit |
| model.respLike groups elements which are used to indicate intellectual responsibility, for example within a bibliographic element. | |
| Module | tei |
| Used by | model.biblPart model.msItemPart |
| Members | author editor respStmt |
| model.segLike groups elements used for arbitrary segmentation. | |
| Module | tei |
| Used by | bibl model.phrase |
| Members | seg |
| Note |
The principles on which segmentation is carried out, and
any special codes or attribute values used, should be defined explicitly
in the segmentation element of the encodingDesc within
the associated TEI header.
|
| model.stageLike groups elements containing stage directions or similar things defined by the module for performance texts. | |
| Module | tei |
| Used by | sp model.inter |
| Members | stage |
| Note |
Stage directions are members of class inter:
that is, they can appear between or within component-level elements.
|
| model.titlepagePart groups elements which can occur as direct constituents of a title page, such as docTitle, docAuth, docImprint, or epigraph. | |
| Module | tei |
| Used by | titlePage |
| Members | byline docAuthor docDate docEdition docImprint docTitle epigraph figure graphic ornament titlePart |
| <TEI> (TEI document) contains a single TEI-conformant document, comprising a TEI header and a text, either in isolation or as part of a teiCorpus element. «#DS» «#CCDEF» | |||||||||
| Module | textstructure | ||||||||
| Parents | |||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element TEI { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute version { xsd:decimal }?, ( teiHeader, ( ( model.resourceLike+, text? ) | text ) ) } |
||||||||
| Example |
<TEI xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <teiHeader> <fileDesc> <titleStmt> <title>The shortest TEI Document Imaginable</title> </titleStmt> <publicationStmt> <p>First published as part of TEI P2.</p> </publicationStmt> <sourceDesc> <p>No source: this is an original work.</p> </sourceDesc> </fileDesc> </teiHeader> <text> <body> <p>This is about the shortest TEI document imaginable.</p> </body> </text> </TEI> |
||||||||
| Note |
This element is required.
|
||||||||
| <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. «#SASE» | |||||||||||||||||||
| Module | linking | ||||||||||||||||||
| Parents | model.pLike | ||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.typed ]
|
||||||||||||||||||
| Declaration | element ab { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, attribute part { "Y" | "N" | "I" | "M" | "F" }?, macro.paraContent } |
||||||||||||||||||
| Note |
The ab element may be used at the encoder's
discretion to mark any component-level elements in a text for which
no other more specific appropriate markup is defined.
|
||||||||||||||||||
| <abbr> (abbreviation) contains an abbreviation of any sort. «#CONAAB» | |
| Module | core |
| Parents | model.pPart.editorial model.choicePart |
| Attributes | In addition to global attributes |
| Declaration | element abbr { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { xsd:Name }?, macro.phraseSeq } |
| Example |
<abbr xmlns:tei="http://www.tei-c.org/ns/1.0">SPQR</abbr> |
| Example |
<choice xmlns:tei="http://www.tei-c.org/ns/1.0"> <abbr>SPQR</abbr> <expan>senatus populusque romanorum</expan> </choice> |
| Note |
The abbr tag is not required; if appropriate, the encoder
may transcribe abbreviations in the source text silently, without
tagging them. If abbreviations are not transcribed directly but
expanded silently, then the TEI header should so
indicate.
|
| <addrLine> (address line) contains one line of a postal address. «#CONAAD» «#HD24» «#COBICOI» | |
| Module | core |
| Parents | model.addrPart |
| Attributes | Global attributes only |
| Declaration | element addrLine { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<address xmlns:tei="http://www.tei-c.org/ns/1.0"> <addrLine>Computing Center, MC 135</addrLine> <addrLine>P.O. Box 6998</addrLine> <addrLine>Chicago, IL</addrLine> <addrLine>60680 USA</addrLine> </address> |
| Note |
Addresses may be encoded either as a sequence of
lines, or using any sequence of component elements from the
model.addrPart class. Other non-postal forms of address, such as
telephone numbers or email, should not be included within an
address element directly but may be wrapped within an
addrLine if they form part of the printed address in some
source text.
|
| <address> contains a postal address, for example of a publisher, an organization, or an individual. «#CONAAD» «#HD24» «#COBICOI» | |
| Module | core |
| Parents | model.addressLike model.publicationStmtPart |
| Attributes | Global attributes only |
| Declaration | element address { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.global*, ( ( model.addrPart ), model.global* )+ ) } |
| Example |
<address xmlns:tei="http://www.tei-c.org/ns/1.0"> <street>via Marsala 24</street> <postCode>40126</postCode> <name>Bologna</name> <name n="I">Italy</name> </address> |
| Example |
<address xmlns:tei="http://www.tei-c.org/ns/1.0"> <addrLine>Computing Center, MC 135</addrLine> <addrLine>P.O. Box 6998</addrLine> <addrLine>Chicago, IL 60680</addrLine> <addrLine>USA</addrLine> </address> |
| Note |
This element should be used for postal
addresses only. Within it, the generic element addrLine
may be used as an alternative to any of the more specialized
elements available from the model.addrPart class, such as
street, postcode etc.
|
| <appInfo> (application information) records information about an application which has edited the TEI file. | |
| Module | header |
| Parents | model.encodingPart |
| Attributes | Global attributes only |
| Declaration | element appInfo { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, model.applicationLike+ } |
| <application> provides information about an application which has acted upon the document. | |||||||||||||
| Module | header | ||||||||||||
| Parents | model.applicationLike | ||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.typed att.datable ]
|
||||||||||||
| Declaration | element application { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.datable.w3c.attribute.period, att.datable.w3c.attribute.when, att.datable.w3c.attribute.notBefore, att.datable.w3c.attribute.notAfter, att.datable.w3c.attribute.from, att.datable.w3c.attribute.to, attribute ident { xsd:Name }, attribute version { token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" } }, ( model.labelLike+, ( model.ptrLike* | model.pLike* ) ) } |
||||||||||||
| Example |
<appInfo
xmlns:tei="http://www.tei-c.org/ns/1.0"> <application version="1.5" ident="ImageMarkupTool1" notAfter="2006-06-01"> <label>Image Markup Tool</label> <ptr target="#P1"/> <ptr target="#P2"/> </application> </appInfo> This example shows an appInfo element documenting the fact that version 1.5 of the Image Markup Tool1 application has an interest in two parts of a document which was last saved on June 6 2006. The parts concerned are accessible at the URLs given as target for the two ptr elements. |
||||||||||||
| <argument> A formal list or prose description of the topics addressed by a subdivision of a text. «#DSCO» «#DSDTB» | |
| Module | textstructure |
| Parents | opener model.divWrapper model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element argument { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( ( model.global | model.headLike )*, ( ( model.common ), model.global* )+ ) } |
| Example |
<argument xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>Monte Video — Maldonado — Excursion to R Polanco — Lazo and Bolas — Partridges — Absence of Trees — Deer — Capybara, or River Hog — Tucutuco — Molothrus, cuckoo-like habits — Tyrant Flycatcher — Mocking-bird — Carrion Hawks — Tubes formed by Lightning — House struck</p> </argument> |
| Note |
Often contains either a list or a
paragraph
|
| <author> in a bibliographic reference, contains the name of the author(s), personal or corporate, of a work; the primary statement of responsibility for any bibliographic item. «#COBICOR» «#HD21» | |
| Module | core |
| Parents | titleStmt model.respLike |
| Attributes | Global attributes only |
| Declaration | element author { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<author xmlns:tei="http://www.tei-c.org/ns/1.0">British Broadcasting Corporation</author> <author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author> |
| Note |
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.
In the case of a broadcast, use this element for the name of the
company or network which broadcasts the program.
|
| <authority> (release authority) supplies the name of a person or other agency responsible for making an electronic file available, other than a publisher or distributor. «#HD24» | |
| Module | header |
| Parents | model.publicationStmtPart |
| Attributes | Global attributes only |
| Declaration | element authority { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq.limited } |
| Example |
<authority xmlns:tei="http://www.tei-c.org/ns/1.0">John Smith</authority> |
| <availability> supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, etc. «#HD24» | |||||||||||||
| Module | header | ||||||||||||
| Parents | model.publicationStmtPart | ||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||
| Declaration | element availability { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute status { "free" | "unknown" | "restricted" }?, model.pLike+ } |
||||||||||||
| Example |
<availability status="restricted" xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>Available for academic research purposes only.</p> </availability> <availability status="free"> <p>In the public domain</p> </availability> <availability status="restricted"> <p>Available under licence from the publishers.</p> </availability> |
||||||||||||
| Note |
A consistent format should be adopted
|
||||||||||||
| <b> (bold) for capturing typographical feature: bold glyphs. | |
| Module | module-from-tei_tite |
| Parents | model.hiLike |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element b { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| <back> (back matter) contains any appendixes, etc. following the main part of a text. «#DSBACK» «#DS» | |
| Module | textstructure |
| Parents | floatingText text |
| Attributes | Global attributes and those inherited from [att.declaring ] |
| Declaration | element back { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.declaring.attribute.decls, ( ( model.frontPart | model.pLike.front | model.global )*, ( ( ( ( model.div1Like ), ( model.frontPart | model.div1Like | model.global )* ) | ( ( model.divLike ), ( model.frontPart | model.divLike | model.global )* ) )? ), ( ( ( model.divBottomPart ), ( model.divBottomPart | model.global )* )? ) ) } |
| Example |
<back xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> <salute>Sir.</salute> <p>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> <list> <item n="1">The Christmas Box, Price 1d.</item> <item n="2">The History of Giles Gingerbread, 1d.</item> <item n="42">A Curious Collection of Travels, selected from the Writers of all Nations, 10 Vol, Pr. bound 1l.</item> </list> </div1> <div1 type="advert"> <head> <hi rend="center">By the KING's Royal Patent,</hi> Are sold by J. NEWBERY, at the Bible and Sun in St. Paul's Church-Yard.</head> <list> <item n="1">Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &amp;c. 2s. 6d</item> <item n="2">Dr. Hooper's Female Pills, 1s.</item> </list> </div1> </back> |
| Note |
The content model of back matter is identical to
that of front matter, reflecting the facts of cultural
history.
|
| <bibl> (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. «#COBITY» «#HD3» «#CCAS2» | |
| Module | core |
| Parents | model.biblLike model.msItemPart model.personPart |
| Attributes | Global attributes and those inherited from [att.declarable att.typed ] |
| Declaration | element bibl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, ( text | model.gLike | model.highlighted | model.pPart.data | model.pPart.edit | model.segLike | model.ptrLike | model.biblPart | model.global )* } |
| Example |
<bibl xmlns:tei="http://www.tei-c.org/ns/1.0">Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale, 1990)</bibl> |
| Example |
<bibl xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| Note |
Contains phrase-level elements, together with
any combination of elements from the biblPart
class
|
| <biblScope> (scope of citation) defines the scope of a bibliographic reference, for example as a list of pagenumbers, or a named subdivision of a larger work. «#COBICOI» | |||||||||||||||||||
| Module | core | ||||||||||||||||||
| Parents | model.imprintPart | ||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||
| Declaration | element biblScope { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { "vol" | "issue" | "pp" | "chap" | "part" | xsd:Name }?, macro.phraseSeq } |
||||||||||||||||||
| Example |
<biblScope xmlns:tei="http://www.tei-c.org/ns/1.0">pp 12–34</biblScope> <biblScope type="vol">II</biblScope> <biblScope type="pp">12</biblScope> |
||||||||||||||||||
| <body> (text body) contains the whole body of a single unitary text, excluding any front or back matter. «#DS» | |
| Module | textstructure |
| Parents | floatingText text |
| Attributes | Global attributes and those inherited from [att.declaring ] |
| Declaration | element body { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.declaring.attribute.decls, ( model.global*, ( ( model.divTop ), ( model.global | model.divTop )* )?, ( ( model.divGenLike ), ( model.global | model.divGenLike )* )?, ( ( ( model.divLike ), ( model.global | model.divGenLike )* )+ | ( ( model.div1Like ), ( model.global | model.divGenLike )* )+ | ( ( ( model.common ), model.global* )+, ( ( ( model.divLike ), ( model.global | model.divGenLike )* )+ | ( ( model.div1Like ), ( model.global | model.divGenLike )* )+ )? ) ), ( ( model.divBottom ), model.global* )* ) } |
| <byline> contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. «#DSOC» «#DSFRONT» | |
| Module | textstructure |
| Parents | opener model.divWrapper model.titlepagePart model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element byline { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( text | model.gLike | model.phrase | docAuthor | model.global )* } |
| Example |
<byline xmlns:tei="http://www.tei-c.org/ns/1.0">Written by a CITIZEN who continued all the while in London. Never made publick before.</byline> |
| Example |
<byline xmlns:tei="http://www.tei-c.org/ns/1.0">Written from her own MEMORANDUMS</byline> |
| Example |
<byline xmlns:tei="http://www.tei-c.org/ns/1.0">By George Jones, Political Editor, in Washington</byline> |
| Example |
<dateline xmlns:tei="http://www.tei-c.org/ns/1.0">Zagreb:</dateline> <byline>de notre envoyé spécial.</byline> |
| Example |
<byline xmlns:tei="http://www.tei-c.org/ns/1.0">BY <docAuthor>THOMAS PHILIPOTT,</docAuthor> Master of Arts, (Somtimes) Of Clare-Hall in Cambridge.</byline> |
| Note |
The byline on a title page may include either the name
or a description for the document's author. Where the name is included,
it may optionally be tagged using the docAuthor element.
|
| <cRefPattern> (canonical reference pattern) specifies an expression and replacement pattern for tranforming a canonical reference into a URI. «#HD54M» «#HD54» «#HD54S» | |||||||||||||||||||||
| Module | header | ||||||||||||||||||||
| Parents | refsDecl | ||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||
| Declaration | element cRefPattern { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute matchPattern { token }, attribute replacementPattern { text }, model.pLike* } |
||||||||||||||||||||
| Example |
<cRefPattern matchPattern="([1-9A-Za-z]+)\s+([0-9]+):([0-9]+)" replacementPattern="#xpath(//div[@type='book'][@n='$1']/div[@type='chap'][@n='$2']/div[@type='verse'][@n='$3'])" xmlns:tei="http://www.tei-c.org/ns/1.0"/> |
||||||||||||||||||||
| Note |
The result of the substitution may be either an absolute or a
relative URI reference. In the latter case it is combined with the
value of xml:base in force at the place where the
cRef attribute occurs to form an absolute URI in the
usual manner as prescribed by XML Base.
|
||||||||||||||||||||
| <catDesc> (category description) describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal textDesc. «#HD55» | |
| Module | header |
| Parents | category |
| Attributes | Global attributes only |
| Declaration | element catDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( text | model.limitedPhrase | model.catDescPart )* } |
| Example |
<catDesc xmlns:tei="http://www.tei-c.org/ns/1.0">Prose reportage</catDesc> |
| Example |
<catDesc xmlns:tei="http://www.tei-c.org/ns/1.0"> <textDesc n="novel"> <channel mode="w">print; part issues</channel> <constitution type="single"/> <derivation type="original"/> <domain type="art"/> <factuality type="fiction"/> <interaction type="none"/> <preparedness type="prepared"/> <purpose type="entertain" degree="high"/> <purpose type="inform" degree="medium"/> </textDesc> </catDesc> |
| <catRef//> (category reference) specifies one or more defined categories within some taxonomy or text typology. «#HD43» | |||||||||||||||||
| Module | header | ||||||||||||||||
| Parents | textClass | ||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||
| Declaration | element catRef { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute target { list { xsd:anyURI+ } }, attribute scheme { xsd:anyURI }?, empty } |
||||||||||||||||
| Example |
<catRef target="#news #prov #sales2" xmlns:tei="http://www.tei-c.org/ns/1.0"/> <!-- elsewhere --> <taxonomy> <category xml:id="news"> <catDesc>Newspapers</catDesc> </category> <category xml:id="prov"> <catDesc>Provincial</catDesc> </category> <category xml:id="sales2"> <catDesc>Low to average annual sales</catDesc> </category> </taxonomy> |
||||||||||||||||
| Note |
The scheme attribute need be supplied only if more than
one taxonomy has been declared
|
||||||||||||||||
| <category> contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. «#HD55» | |
| Module | header |
| Parents | category taxonomy |
| Attributes | Global attributes only |
| Declaration | element category { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( ( catDesc | model.glossLike* ), category* ) } |
| Example |
<category xml:id="b1" xmlns:tei="http://www.tei-c.org/ns/1.0"> <catDesc>Prose reportage</catDesc> </category> |
| Example |
<category xml:id="b2" xmlns:tei="http://www.tei-c.org/ns/1.0"> <catDesc>Prose </catDesc> <category xml:id="b11"> <catDesc>reportage</catDesc> </category> <category xml:id="b12"> <catDesc>fiction</catDesc> </category> </category> |
| <cb//> (column break) marks the boundary between one column of a text and the next in a standard reference system. «#CORS5» | |||||||||
| Module | core | ||||||||
| Parents | model.milestoneLike | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element cb { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute ed { xsd:anyURI }?, empty } |
||||||||
| Note |
On this element, the global n attribute indicates the number or other value associated with the column
which follows the point of insertion of this cb element. Encoders should adopt a clear and consistent policy as to
whether the numbers associated with column breaks relate to the physical
sequence number of the column in the whole text, or whether columns are
numbered within the page.
By convention, the cb element is placed at the head of the
column to which it refers.
|
||||||||
| <cell> contains one cell of a table. «#FTTAB1» | |
| Module | figures |
| Parents | row |
| Attributes | Global attributes and those inherited from [att.tableDecoration ] |
| Declaration | element cell { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.tableDecoration.attribute.role, att.tableDecoration.attribute.rows, att.tableDecoration.attribute.cols, macro.paraContent } |
| Example |
<row xmlns:tei="http://www.tei-c.org/ns/1.0"> <cell role="label">General conduct</cell> <cell role="data">Not satisfactory, on account of his great unpunctuality and inattention to duties</cell> </row> |
| <change> summarizes a particular change or correction made to a particular version of an electronic text which is shared between several researchers. «#HD6» | |||||||||
| Module | header | ||||||||
| Parents | revisionDesc | ||||||||
| Attributes | In addition to global attributes and those inherited from [att.ascribed ]
|
||||||||
| Declaration | element change { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.ascribed.attribute.who, attribute when { xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime }?, ( text | model.limitedPhrase | model.inter | model.global )* } |
||||||||
| Example |
<change n="P2.2" when="1991-12-21" xmlns:tei="http://www.tei-c.org/ns/1.0">LB Added examples to section 3</change> <change when="1991-11-11">MSM Deleted chapter 10</change> |
||||||||
| Note |
Changes should be recorded in a consistent order, for
example with the most recent first.
|
||||||||
| <cit> (cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. «#COHQQ» «#DSGRP» «#DITPEG» | |
| Module | core |
| Parents | model.quoteLike model.entryPart.top |
| Attributes | Global attributes and those inherited from [att.typed ] |
| Declaration | element cit { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, ( model.qLike | model.biblLike | model.ptrLike | model.global | model.entryPart )+ } |
| Example |
<cit xmlns:tei="http://www.tei-c.org/ns/1.0"> <quote>and the breath of the whale is frequently attended with such an insupportable smell, as to bring on disorder of the brain.</quote> <bibl>Ulloa's South America</bibl> </cit> |
| Example |
<entry xmlns:tei="http://www.tei-c.org/ns/1.0"> <form> <orth>horrifier</orth> </form> <cit type="translation" xml:lang="en"> <quote>to horrify</quote> </cit> <cit type="example"> <quote>elle était horrifiée par la dépense</quote> <cit type="translation" xml:lang="en"> <quote>she was horrified at the expense.</quote> </cit> </cit> </entry> |
| Note |
Must contain a single quote and a single bibliographic reference in either
order
|
| <classCode> (classification code) contains the classification code used for this text in some standard classification system. «#HD43» | |||||||||
| Module | header | ||||||||
| Parents | textClass | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element classCode { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute scheme { xsd:anyURI }, macro.phraseSeq.limited } |
||||||||
| Example |
<classCode scheme="http://www.udc.org" xmlns:tei="http://www.tei-c.org/ns/1.0">410</classCode> |
||||||||
| <classDecl> (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. «#HD55» «#HD5» | |
| Module | header |
| Parents | model.encodingPart |
| Attributes | Global attributes only |
| Declaration | element classDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, taxonomy+ } |
| <closer> groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. «#DSCO» «#DSDTB» | |
| Module | textstructure |
| Parents | model.divBottomPart |
| Attributes | Global attributes only |
| Declaration | element closer { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( text | model.gLike | signed | dateline | salute | model.phrase | model.global )* } |
| Example |
<div type="letter" xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>perhaps you will favour me with a sight of it when convenient.</p> <closer> <salute>I remain, &c. &c.</salute> <signed>H. Colburn</signed> </closer> </div> |
| Example |
<div type="chapter" xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>and his heart was going like mad and yes I said yes I will Yes.</p> <closer> <dateline> <name type="place">Trieste-Zürich-Paris,</name> <date>1914–1921</date> </dateline> </closer> </div> |
| <cols//> (columns) with the "n" attribute (denoting new number of columns) is used to mark where a document changes columnar layout. | |||||||
| Module | module-from-tei_tite | ||||||
| Parents | model.milestoneLike | ||||||
| Attributes | In addition to global attributes and those inherited from [att.global ]
|
||||||
| Declaration | element cols { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute [http://www.tei-c.org/ns/tite/1.0]ed { xsd:anyURI }?, empty } |
||||||
| <creation> contains information about the creation of a text. «#HD4C» «#HD4» | |
| Module | header |
| Parents | profileDesc |
| Attributes | Global attributes only |
| Declaration | element creation { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq.limited } |
| Example |
<creation xmlns:tei="http://www.tei-c.org/ns/1.0"> <date>Before 1987</date> </creation> |
| Example |
<creation xmlns:tei="http://www.tei-c.org/ns/1.0"> <date when="1988-07-10">10 July 1988</date> </creation> |
| Note |
Character data and phrase-level elements.
The creation element may be used to record details
of a text's creation, e.g. the date and place it was composed, if these
are of interest; it should not be confused with the
publicationStmt element, which records date and place of
publication.
|
| <date> contains a date in any format. «#CONADA» «#HD24» «#HD6» «#COBICOI» «#CCAHSE» «#NDDATE» | |||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||
| Parents | model.dateLike model.publicationStmtPart | ||||||||||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.datable att.editLike att.typed ]
|
||||||||||||||||||||||||||
| Declaration | element date { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.datable.w3c.attribute.period, att.datable.w3c.attribute.when, att.datable.w3c.attribute.notBefore, att.datable.w3c.attribute.notAfter, att.datable.w3c.attribute.from, att.datable.w3c.attribute.to, att.editLike.attribute.source, att.typed.attribute.type, attribute calendar { "Gregorian" | "Julian" | "Islamic" | "Hebrew" | "Revolutionary" | "Iranian" | "Coptic" | "Chinese" | xsd:Name }?, ( text | model.gLike | model.phrase | model.global )* } |
||||||||||||||||||||||||||
| Example |
<date when="1980-02" xmlns:tei="http://www.tei-c.org/ns/1.0">early February 1980</date> |
||||||||||||||||||||||||||
| Example |
Given on the <date when="1977-06-12" xmlns:tei="http://www.tei-c.org/ns/1.0">Twelfth Day of June in the Year of Our Lord One Thousand Nine Hundred and Seventy-seven of the Republic the Two Hundredth and first and of the University the Eighty-Sixth.</date> |
||||||||||||||||||||||||||
| Example |
<date when="1990-09" xmlns:tei="http://www.tei-c.org/ns/1.0">September 1990</date> |
||||||||||||||||||||||||||
| <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. «#DSCO» «#DSOC» | |
| Module | textstructure |
| Parents | closer opener model.divWrapper |
| Attributes | Global attributes only |
| Declaration | element dateline { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<dateline xmlns:tei="http://www.tei-c.org/ns/1.0">Walden, this 29. of August 1592</dateline> |
| Example |
<div type="chapter" xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>and his heart was going like mad and yes I said yes I will Yes.</p> <closer> <dateline> <name type="place">Trieste-Zürich-Paris,</name> <date>1914–1921</date> </dateline> </closer> </div> |
| <desc> (description) contains a brief description of the purpose and application for an element, attribute, or attribute value. «#TDTAG» «#TDATT» «#TDCLA» «#TDENT» | |
| Module | core |
| Parents | model.glossLike model.labelLike |
| Attributes | Global attributes and those inherited from [att.translatable ] |
| Declaration | element desc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.translatable.attribute.version, macro.limitedContent } |
| Example |
<desc xmlns:tei="http://www.tei-c.org/ns/1.0">contains a brief description of the purpose and application for an element, attribute, attribute value, class, or entity.</desc> |
| Note |
TEI convention requires that this be expressed as a finite
clause, begining with an active verb.
|
| <distributor> supplies the name of a person or other agency responsible for the distribution of a text. «#HD24» | |
| Module | header |
| Parents | model.imprintPart model.publicationStmtPart |
| Attributes | Global attributes only |
| Declaration | element distributor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<distributor xmlns:tei="http://www.tei-c.org/ns/1.0">Oxford Text Archive</distributor> <distributor>Redwood and Burn Ltd</distributor> |
| <div1> (level-1 text division) contains a first-level subdivision of the front, body, or back of a text. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div1Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div1 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( model.div2Like | model.divGenLike ), model.global* )+ | ( ( ( model.common ), model.global* )+, ( ( model.div2Like | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
| Example |
<div1 xml:id="levi" n="I" type="part" xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| Note |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions.
|
| <div2> (level-2 text division) contains a second-level subdivision of the front, body, or back of a text. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div2Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div2 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( model.div3Like | model.divGenLike ), model.global* )+ | ( ( ( model.common ), model.global* )+, ( ( model.div3Like | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
| Example |
<div1 n="2" type="part" xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| Note |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions.
|
| <div3> (level-3 text division) contains a third-level subdivision of the front, body, or back of a text. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div3Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div3 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( model.div4Like | model.divGenLike ), model.global* )+ | ( ( ( model.common ), model.global* )+, ( ( model.div4Like | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
| Example |
<div2 n="2.2" type="section" xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| Note |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions.
|
| <div4> (level-4 text division) contains a fourth-level subdivision of the front, body, or back of a text. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div4Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div4 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( model.div5Like | model.divGenLike ), model.global* )+ | ( ( ( model.common ), model.global* )+, ( ( model.div5Like | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
| Example |
<div3 n="2.2.1" type="member" xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| Note |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions.
|
| <div5> (level-5 text division) contains a fifth-level subdivision of the front, body, or back of a text. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div5Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div5 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( model.div6Like | model.divGenLike ), model.global* )+ | ( ( ( model.common ), model.global* )+, ( ( model.div6Like | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
| Note |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions.
|
| <div6> (level-6 text division) contains a sixth-level subdivision of the front, body, or back of a text. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div6Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div6 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( model.div7Like | model.divGenLike ), model.global* )+ | ( ( ( model.common ), model.global* )+, ( ( model.div7Like | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
| Note |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions.
|
| <div7> (level-7 text division) contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph. «#DSDIV2» | |
| Module | textstructure |
| Parents | model.div7Like |
| Attributes | Global attributes and those inherited from [att.divLike att.typed att.declaring ] |
| Declaration | element div7 { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( model.common ), model.global* )+, ( ( model.divBottom ), model.global* )* )? ) } |
| Note |
any sequence of low-level structural elements,
e.g., paragraphs (p), lists (list), or examples
(eg or egXML).
|
| <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). «#DSTITL» | |
| Module | textstructure |
| Parents | byline model.titlepagePart model.divWrapper model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element docAuthor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Note |
The document author's name often occurs within a byline,
but the docAuthor element may be used whether the
byline element is used or not.
|
| <docDate> (document date) contains the date of a document, as given (usually) on a title page. «#DSTITL» | |||||||||||
| Module | textstructure | ||||||||||
| Parents | docImprint model.titlepagePart model.divWrapper model.pLike.front | ||||||||||
| Attributes | In addition to global attributes
|
||||||||||
| Declaration | element docDate { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute when { xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime }?, macro.phraseSeq } |
||||||||||
| Example |
<docImprint xmlns:tei="http://www.tei-c.org/ns/1.0">Oxford, Clarendon Press, <docDate>1987</docDate> </docImprint> |
||||||||||
| Note |
Cf. the general date element in the core tag set.
This specialized element is provided for convenience in marking and
processing the date of the documents, since it is likely to require
specialized handling for many applications.
|
||||||||||
| <docEdition> (document edition) contains an edition statement as presented on a title page of a document. «#DSTITL» | |
| Module | textstructure |
| Parents | model.titlepagePart model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element docEdition { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| Example |
<docEdition xmlns:tei="http://www.tei-c.org/ns/1.0">The Third edition Corrected</docEdition> |
| Note |
Cf. the edition element of bibliographic
citation. As usual, the shorter name has been given to the
more frequent element.
|
| <docImprint> (document imprint) contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page. «#DSTITL» | |
| Module | textstructure |
| Parents | model.titlepagePart model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element docImprint { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( text | model.gLike | model.phrase | pubPlace | docDate | publisher | model.global )* } |
| Example |
<docImprint
xmlns:tei="http://www.tei-c.org/ns/1.0">Oxford, Clarendon Press, 1987</docImprint>
Imprints may be somewhat more complex:
<docImprint
xmlns:tei="http://www.tei-c.org/ns/1.0"> <pubPlace>London</pubPlace> Printed for <name>E. Nutt</name>, at <pubPlace>Royal Exchange</pubPlace>; <name>J. Roberts</name> in <pubPlace>wick-Lane</pubPlace>; <name>A. Dodd</name> without <pubPlace>Temple-Bar</pubPlace>; and <name>J. Graves</name> in <pubPlace>St. James's-street.</pubPlace> <date>1722.</date> </docImprint> |
| Note |
Cf. the imprint element of bibliographic
citations. As with title, author, and editions, the shorter name is
reserved for the element likely to be used more often.
|
| <docTitle> (document title) contains the title of a document, including all its constituents, as given on a title page. «#DSTITL» | |
| Module | textstructure |
| Parents | model.titlepagePart model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element docTitle { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.global*, ( titlePart, model.global* )+ ) } |
| Example |
<docTitle xmlns:tei="http://www.tei-c.org/ns/1.0"> <titlePart type="main">The DUNCIAD, VARIOURVM. </titlePart> <titlePart type="sub">WITH THE PROLEGOMENA of SCRIBLERUS. </titlePart> </docTitle> |
| <edition> (edition) describes the particularities of one edition of a text. «#HD22» | |
| Module | header |
| Parents | editionStmt model.biblPart |
| Attributes | Global attributes only |
| Declaration | element edition { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<edition xmlns:tei="http://www.tei-c.org/ns/1.0">First edition <date>Oct 1990</date> </edition> <edition n="S2">Students' edition</edition> |
| <editionStmt> (edition statement) groups information relating to one edition of a text. «#HD22» «#HD2» | |
| Module | header |
| Parents | fileDesc |
| Attributes | Global attributes only |
| Declaration | element editionStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.pLike+ | ( edition, respStmt* ) ) } |
| Example |
<editionStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <edition n="S2">Students' edition</edition> <respStmt> <resp>Adapted by </resp> <name>Elizabeth Kirk</name> </respStmt> </editionStmt> |
| Example |
<editionStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>First edition, <date>Michaelmas Term, 1991.</date> </p> </editionStmt> |
| <editor> secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. «#COBICOR» | |||||||||
| Module | core | ||||||||
| Parents | titleStmt model.respLike | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element editor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute role { xsd:Name }?, macro.phraseSeq } |
||||||||
| Example |
<editor xmlns:tei="http://www.tei-c.org/ns/1.0">Eric Johnson</editor> <editor role="illustrator">John Tenniel</editor> |
||||||||
| 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.
|
||||||||
| <editorialDecl> (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. «#HD53» «#HD5» «#CCAS2» | |
| Module | header |
| Parents | model.encodingPart |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element editorialDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.pLike+ | model.editorialDeclPart+ ) } |
| Example |
<editorialDecl xmlns:tei="http://www.tei-c.org/ns/1.0"> <normalization> <p>All words converted to Modern American spelling using Websters 9th Collegiate dictionary </p> </normalization> <quotation marks="all" form="std"> <p>All opening quotation marks converted to “ all closing quotation marks converted to &amp;cdq;.</p> </quotation> </editorialDecl> |
| <email> (electronic mail address) contains an e-mail address identifying a location to which e-mail messages can be delivered. «#CONAAD» | |
| Module | core |
| Parents | model.addressLike |
| Attributes | Global attributes only |
| Declaration | element email { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<email xmlns:tei="http://www.tei-c.org/ns/1.0">editors@tei-c.org</email> |
| Note |
The format of a modern Internet email address is defined in
RFC 2822
|
| <encodingDesc> (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. «#HD5» «#HD11» | |
| Module | header |
| Parents | model.headerPart |
| Attributes | Global attributes only |
| Declaration | element encodingDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( ( model.encodingPart | model.pLike )+ ) } |
| <epigraph> contains a quotation, anonymous or attributed, appearing at the start of a section or chapter, or on a title page. «#DSCO» «#DSDTB» «#DSTITL» | |
| Module | textstructure |
| Parents | opener model.divWrapper model.titlepagePart model.pLike.front |
| Attributes | Global attributes only |
| Declaration | element epigraph { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.common | model.global )* } |
| Example |
<epigraph xml:lang="la" xmlns:tei="http://www.tei-c.org/ns/1.0"> <cit> <bibl>Lucret.</bibl> <quote> <l part="F">petere inde coronam,</l> <l>Vnde prius nulli velarint tempora Musae.</l> </quote> </cit> </epigraph> |
| <extent> describes the approximate size of a text as stored on some carrier medium, whether digital or non-digital, specified in any convenient units. «#HD23» «#HD2» «#COBICOI» | |
| Module | header |
| Parents | fileDesc model.biblPart |
| Attributes | Global attributes only |
| Declaration | element extent { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<extent xmlns:tei="http://www.tei-c.org/ns/1.0">3200 sentences</extent> <extent>between 10 and 20 Mb</extent> <extent>ten 3.5 inch high density diskettes</extent> |
| <figure> groups elements representing or containing graphic information such as an illustration or figure. «#FT» | |
| Module | figures |
| Parents | figure model.inter model.titlepagePart |
| Attributes | Global attributes and those inherited from [att.placement ] |
| Declaration | element figure { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.placement.attribute.place, ( model.headLike | model.pLike | model.graphicLike | model.egLike | floatingText | figure | model.global )* } |
| Example |
<figure xmlns:tei="http://www.tei-c.org/ns/1.0"> <head>Figure One: The View from the Bridge</head> <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a series of buoys strung out between them.</figDesc> <graphic url="http://www.example.org/fig1.png" scale="0.5"/> </figure> |
| <fileDesc> (file description) contains a full bibliographic description of an electronic file. «#HD2» «#HD11» | |
| Module | header |
| Parents | teiHeader |
| Attributes | Global attributes only |
| Declaration | element fileDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( ( titleStmt, editionStmt?, extent?, publicationStmt, seriesStmt?, notesStmt? ), sourceDesc+ ) } |
| Note |
The major source of information for those seeking to create
a catalogue entry or bibliographic citation for an electronic file. As
such, it provides a title and statements of responsibility together with
details of the publication or distribution of the file, of any series to
which it belongs, and detailed bibliographic notes for matters not
addressed elswhere in the header. It also contains a full bibliographic
description for the source or sources from which the electronic text was
derived.
|
| <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. «#DSFLT» | |
| Module | textstructure |
| Parents | figure model.divPart |
| Attributes | Global attributes and those inherited from [att.declaring att.typed ] |
| Declaration | element floatingText { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.declaring.attribute.decls, att.typed.attribute.type, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
| Example |
<TEI xmlns:tei="http://www.tei-c.org/ns/1.0"> <teiHeader/> <text> <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> </text> </TEI> |
| Note |
A floating text has the same content as any other and may thus
be interrupted by another floating text, or contain a group of
tesselated texts
|
| <foreign> (foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. «#COHQHF» | |
| Module | core |
| Parents | model.emphLike |
| Attributes | Global attributes only |
| Declaration | element foreign { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
This is heathen Greek to you still? Your <foreign xml:lang="la" xmlns:tei="http://www.tei-c.org/ns/1.0">lapis philosophicus</foreign>? |
| Note |
The global xml:lang attribute should be supplied for
this element to identify the language of the word or phrase
marked. Its value should be a As elsewhere its value should be a
language code as defined in .
This element is intended for use only where no other element is
available to mark the phrase or words concerned. The global
xml:lang attribute should be used in preference to this
element where it is intended to mark the language of the whole of
some text element.
The distinct element may be used to identify phrases
belonging to sublanguages or registers not generally regarded as
true languages.
|
| <formula> contains a mathematical or other formula. «#FTFOR» | |||||||||
| Module | figures | ||||||||
| Parents | model.graphicLike | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element formula { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute notation { xsd:anyURI }?, text } |
||||||||
| Note |
The content model for this element is specified by the
parameter entity formulaContent, the default value of
which is #PCDATA.
|
||||||||
| <front> (front matter) contains any prefatory matter (headers, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. «#DSTITL» «#DS» | |
| Module | textstructure |
| Parents | floatingText text |
| Attributes | Global attributes and those inherited from [att.declaring ] |
| Declaration | element front { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.declaring.attribute.decls, ( ( model.frontPart | model.pLike.front | model.global )*, ( ( ( ( model.div1Like ), ( model.frontPart | model.div1Like | model.global )* ) | ( ( model.divLike ), ( model.frontPart | model.divLike | model.global )* ) )? ), ( ( ( model.divBottomPart ), ( model.divBottomPart | model.global )* )? ) ) } |
| Example |
<front xmlns:tei="http://www.tei-c.org/ns/1.0"> <epigraph> <quote>Nam Sibyllam quidem Cumis ego ipse oculis meis vidi in ampulla pendere, et cum illi pueri dicerent: <q xml:lang="grc">Sibylla ti weleis</q>; respondebat illa: <q xml:lang="grc">apowanein welo.</q> </quote> </epigraph> <div type="dedication"> <p>For Ezra Pound <q xml:lang="it">il miglior fabbro.</q> </p> </div> </front> |
| Example |
<front xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| <funder> (funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. «#HD21» | |
| Module | header |
| Parents | titleStmt |
| Attributes | Global attributes only |
| Declaration | element funder { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq.limited } |
| Example |
<funder xmlns:tei="http://www.tei-c.org/ns/1.0">The National Endowment for the Humanities, an independent federal agency</funder> <funder>Directorate General XIII of the Commission of the European Communities</funder> <funder>The Andrew W. Mellon Foundation</funder> <funder>The Social Sciences and Humanities Research Council of Canada</funder> |
| Note |
Funders provide financial support for a project; they are
distinct from sponsors, who provide intellectual
support and authority.
|
| <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 or inaudible. «#COEDADD» | |||||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||||
| Parents | model.global.edit | ||||||||||||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.editLike ]
|
||||||||||||||||||||||||||||
| Declaration | element gap { attribute reason { list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ } }?, attribute unit { "lines" | "chars" | "pages" | "cm" | "mm" | "in" | xsd:Name }?, att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.editLike.attribute.source, model.glossLike* } |
||||||||||||||||||||||||||||
| Example |
<gap extent="4" unit="chars" reason="illegible" xmlns:tei="http://www.tei-c.org/ns/1.0"/> |
||||||||||||||||||||||||||||
| Example |
<gap extent="1" unit="essay" reason="sampling" xmlns:tei="http://www.tei-c.org/ns/1.0"/> |
||||||||||||||||||||||||||||
| Note | |||||||||||||||||||||||||||||
| <geoDecl> (geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the geo element elsewhere within the document. | |||||||||||||||||
| Module | header | ||||||||||||||||
| Parents | model.encodingPart | ||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.declarable ]
|
||||||||||||||||
| Declaration | element geoDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute datum { "WGS84" | "MGRS" | "OSGB36" | "ED50" | xsd:Name }?, macro.phraseSeq } |
||||||||||||||||
| Example |
<geoDecl datum="OSGB36" xmlns:tei="http://www.tei-c.org/ns/1.0"/> |
||||||||||||||||
| <graphic//> indicates the location of an inline graphic, illustration, or figure. «#COGR» | |||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||
| Parents | model.graphicLike model.titlepagePart | ||||||||||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.internetMedia ]
|
||||||||||||||||||||||||||
| Declaration | element graphic { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.internetMedia.attribute.mimeType, attribute width { token { pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)" } }?, attribute height { token { pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)" } }?, attribute scale { xsd:double | xsd:decimal }?, attribute url { xsd:anyURI }?, empty } |
||||||||||||||||||||||||||
| Example |
<figure xmlns:tei="http://www.tei-c.org/ns/1.0"> <graphic url="fig1.png"/> <head>Figure One: The View from the Bridge</head> <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a series of buoys strung out between them.</figDesc> </figure> |
||||||||||||||||||||||||||
| Note |
The mimeType attribute should be used to supply the
MIME media type of the image specified by the url
attribute.
|
||||||||||||||||||||||||||
| <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. «#DS» «#DSGRP» «#CCDEF» | |
| Module | textstructure |
| Parents | floatingText group text |
| Attributes | Global attributes and those inherited from [att.declaring ] |
| Declaration | element group { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
| <handNote> (note on hand) describes a particular style or hand distinguished within a manuscript. «#msph2» | |
| Module | header |
| Parents | |
| Attributes | Global attributes and those inherited from [att.handFeatures ] |
| Declaration | element handNote { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.handFeatures.attribute.scribe, att.handFeatures.attribute.script, att.handFeatures.attribute.medium, att.handFeatures.attribute.scope, macro.specialPara } |
| Example |
<handNote scope="sole" xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>Written in insular phase II half-uncial with interlinear Old English gloss in an Anglo-Saxon pointed minuscule.</p> </handNote> |
| <head> (heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. «#DSHD» | |
| Module | core |
| Parents | model.headLike model.pLike.front |
| Attributes | Global attributes and those inherited from [att.typed ] |
| Declaration | element head { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, macro.paraContent } |
| 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"
xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> <list> <head>Chapter-Headings</head> </list> <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 type="simple" xmlns:tei="http://www.tei-c.org/ns/1.0"> <head>Connectives</head> <item>above</item> <item>accordingly</item> <item>across from</item> <item>adjacent to</item> <item>again</item> <item> <!-- ... --> </item> </list> |
| 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 list is the title of that list; one occurring as
the first element of a div1 is the title of that
chapter or section.
|
| <hi> (highlighted) marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made. «#COHQHE» «#COHQH» | |
| Module | core |
| Parents | model.hiLike |
| Attributes | Global attributes only |
| Declaration | element hi { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| Example |
<hi rend="gothic" xmlns:tei="http://www.tei-c.org/ns/1.0">And this Indenture further witnesseth</hi> that the said <hi rend="italic">Walter Shandy</hi>, merchant, in consideration of the said intended marriage ... |
| <i> (italics) for capturing typographical feature: italicized glyphs. | |
| Module | module-from-tei_tite |
| Parents | model.hiLike |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element i { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| <idno> (identifying number) supplies any standard or non-standard number used to identify a bibliographic item. «#HD24» «#HD26» «#COBICOI» | |||||||||
| Module | header | ||||||||
| Parents | seriesStmt model.biblPart model.publicationStmtPart | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element idno { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { xsd:Name }?, text } |
||||||||
| Example |
<idno type="ISSN" xmlns:tei="http://www.tei-c.org/ns/1.0">0143-3385</idno> <idno type="OTA">116</idno> |
||||||||
| <item> contains one component of a list. «#COLI» «#HD6» | |
| Module | core |
| Parents | list |
| Attributes | Global attributes only |
| Declaration | element item { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.specialPara } |
| Example |
<list type="ordered" xmlns:tei="http://www.tei-c.org/ns/1.0"> <head>Here begin the chapter headings of Book IV</head> <item n="4.1">The death of Queen Clotild.</item> <item n="4.2">How King Lothar wanted to appropriate one third of the Church revenues.</item> <item n="4.3">The wives and children of Lothar.</item> <item n="4.4">The Counts of the Bretons.</item> <item n="4.5">Saint Gall the Bishop.</item> <item n="4.6">The priest Cato.</item> <item> ...</item> </list> |
| Note |
May contain simple prose or a sequence of chunks.
Whatever string of characters is used to label a list item in
the copy text may be used as the value of the global n attribute, but it is not
required that numbering be recorded explicitly.
In ordered lists, the n attribute on the
item element is by definition synonymous with the use of the
label element to record the enumerator of the list item. In
glossary lists, however, the term being defined should be given with the
label element, not n.
|
| <keywords> contains a list of keywords or phrases identifying the topic or nature of a text. «#HD43» | |||||||||
| Module | header | ||||||||
| Parents | textClass | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element keywords { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute scheme { xsd:anyURI }, ( list ) } |
||||||||
| Example |
<keywords scheme="http://classificationweb.net" xmlns:tei="http://www.tei-c.org/ns/1.0"> <list> <item>Babbage, Charles</item> <item>Mathematicians - Great Britain - Biography</item> </list> </keywords> |
||||||||
| <l> (verse line) contains a single, possibly incomplete, line of verse. «#COVE» «#CODV» «#DRPAL» | |||||||||||||||||||
| Module | core | ||||||||||||||||||
| Parents | model.lLike | ||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||
| Declaration | element l { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute part { "Y" | "N" | "I" | "M" | "F" }?, macro.paraContent } |
||||||||||||||||||
| Example |
<l met="-/-/-/-/-/" part="Y" xmlns:tei="http://www.tei-c.org/ns/1.0"/> |
||||||||||||||||||
| <label> contains the label associated with an item in a list; in glossaries, marks the term being defined. «#COLI» | |
| Module | core |
| Parents | list model.labelLike |
| Attributes | Global attributes only |
| Declaration | element label { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
Labels are most commonly used for the headwords in glossary lists; note the use of the global xml:lang attribute to set the default language of the glossary list to Middle English, and identify the glosses and headings as modern English or Latin:
<list type="gloss" xml:lang="enm"
xmlns:tei="http://www.tei-c.org/ns/1.0"> <head xml:lang="en">Vocabulary</head> <headLabel xml:lang="en">Middle English</headLabel> <headItem xml:lang="en">New English</headItem> <label>nu</label> <item xml:lang="en">now</item> <label>lhude</label> <item xml:lang="en">loudly</item> <label>bloweth</label> <item xml:lang="en">blooms</item> <label>med</label> <item xml:lang="en">meadow</item> <label>wude</label> <item xml:lang="en">wood</item> <label>awe</label> <item xml:lang="en">ewe</item> <label>lhouth</label> <item xml:lang="en">lows</item> <label>sterteth</label> <item xml:lang="en">bounds, frisks (cf. <cit> <ref>Chaucer, K.T.644</ref> <quote>a courser, <term>sterting</term>as the fyr</quote> </cit> </item> <label>verteth</label> <item xml:lang="la">pedit</item> <label>murie</label> <item xml:lang="en">merrily</item> <label>swik</label> <item xml:lang="en">cease</item> <label>naver</label> <item xml:lang="en">never</item> </list> |
| Example |
Labels may also be used to record explicitly the numbers or letters which mark list items in ordered lists, as in this extract from Gibbon's Autobiography. In this usage the label element is synonymous with the n attribute on the item element:
I will add two facts, which have seldom occurred in
the composition of six, or at least of five quartos. <list rend="runon" type="ordered" xmlns:tei="http://www.tei-c.org/ns/1.0"> <label>(1)</label> <item>My first rough manuscript, without any intermediate copy, has been sent to the press.</item> <label>(2) </label> <item>Not a sheet has been seen by any human eyes, excepting those of the author and the printer: the faults and the merits are exclusively my own.</item> </list> |
| Example |
Labels may also be used for other structured list items, as in this extract from the journal of Edward Gibbon:
<list type="gloss"
xmlns:tei="http://www.tei-c.org/ns/1.0"> <label>March 1757.</label> <item>I wrote some critical observations upon Plautus.</item> <label>March 8th.</label> <item>I wrote a long dissertation upon some lines of Virgil.</item> <label>June.</label> <item>I saw Mademoiselle Curchod — <q xml:lang="la">Omnia vincit amor, et nos cedamus amori.</q> </item> <label>August.</label> <item>I went to Crassy, and staid two days.</item> </list> |
| <langUsage> (language usage) describes the languages, sublanguages, registers, dialects etc. represented within a text. «#HD41» «#HD4» «#CCAS2» | |
| Module | header |
| Parents | model.profileDescPart |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element langUsage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, language+ } |
| Example |
<langUsage xmlns:tei="http://www.tei-c.org/ns/1.0"> <language ident="fr-CA" usage="60">Québecois</language> <language ident="en-CA" usage="20">Canadian business English</language> <language ident="en-GB" usage="20">British English</language> </langUsage> |
| <language> characterizes a single language or sublanguage used within a text. «#HD41» | |||||||||||||||
| Module | header | ||||||||||||||
| Parents | langUsage | ||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||
| Declaration | element language { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute ident { xsd:language }, attribute usage { xsd:nonNegativeInteger { maxInclusive = "100" } }?, macro.phraseSeq.limited } |
||||||||||||||
| Example |
<langUsage xml:lang="en-US" xmlns:tei="http://www.tei-c.org/ns/1.0"> <language ident="en-US" usage="75">modern American English</language> <language ident="i-az-Arab" usage="20">Azerbaijani in Arabic script</language> <language ident="x-lap" usage="05">Pig Latin</language> </langUsage> |
||||||||||||||
| Note |
Particularly for sublanguages, an informal
prose characterization should be supplied as content for the
element.
|
||||||||||||||
| <lb//> (line break) marks the start of a new (typographic) line in some edition or version of a text. «#CORS5» «#DRPAL» | |||||||||
| Module | core | ||||||||
| Parents | model.milestoneLike | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element lb { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute ed { xsd:anyURI }?, empty } |
||||||||
| Note |
On this element, the global n attribute indicates the number or other value associated with the line
which follows the point of insertion of this lb.
Encoders should adopt a clear and consistent policy as to
whether the numbers associated with line breaks relate to the physical
sequence number of the line within the page, or to some aspect of the
logical structure of the text.
By convention, lb elements should appear at the start of the
line to which they refer.
The lb tag is intended for making typographic line breaks
in prose. It should be carefully distinguished from the l
element, used to mark lines of verse.
|
||||||||
| <lg> (line group) contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. «#COVE» «#CODV» «#DRPAL» | |
| Module | core |
| Parents | lg sp model.divPart |
| Attributes | Global attributes and those inherited from [att.divLike att.typed ] |
| Declaration | element lg { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, ( ( model.divTop | model.global )*, ( model.lLike | lg ), ( model.lLike | lg | model.global )*, ( ( model.divBottom ), model.global* )* ) } |
| Example |
<lg type="free" xmlns:tei="http://www.tei-c.org/ns/1.0"> <l>Let me be my own fool</l> <l>of my own making, the sum of it</l> </lg> <lg type="free"> <l>is equivocal.</l> <l>One says of the drunken farmer:</l> </lg> <lg type="free"> <l>leave him lay off it. And this is</l> <l>the explanation.</l> </lg> |
| Note |
contains verse lines or nested line groups only, possibly
prefixed by a heading.
|
| <list> contains any sequence of items organized as a list. «#COLI» | |||||||||||||||||||
| Module | core | ||||||||||||||||||
| Parents | keywords revisionDesc model.listLike | ||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||
| Declaration | element list { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { "ordered" | "bulleted" | "simple" | "gloss" | xsd:Name }?, ( ( ( model.divTop ) | ( model.global ) )*, ( ( item, model.global* )+ | ( ( label, model.global*, item, model.global* )+ ) ), ( ( model.divBottom ), model.global* )* ) } |
||||||||||||||||||
| Example |
<list type="ordered" xmlns:tei="http://www.tei-c.org/ns/1.0"> <item>a butcher</item> <item>a baker</item> <item>a candlestick maker, with <list type="bullets"> <item>rings on his fingers</item> <item>bells on his toes</item> </list> </item> </list> |
||||||||||||||||||
| Example |
The following example treats the short numbered clauses of Anglo-Saxon legal codes as lists of items. The text is from an ordinance of King Athelstan (924–939):
<div1 type="section"
xmlns:tei="http://www.tei-c.org/ns/1.0"> <head>Athelstan's Ordinance</head> <list type="ordered"> <item n="1">Concerning thieves. First, that no thief is to be spared who is caught with the stolen goods, [if he is] over twelve years and [if the value of the goods is] over eightpence. <list type="ordered"> <item n="1.1">And if anyone does spare one, he is to pay for the thief with his wergild — and the thief is to be no nearer a settlement on that account — or to clear himself by an oath of that amount.</item> <item n="1.2">If, however, he [the thief] wishes to defend himself or to escape, he is not to be spared [whether younger or older than twelve].</item> <item n="1.3">If a thief is put into prison, he is to be in prison 40 days, and he may then be redeemed with 120 shillings; and the kindred are to stand surety for him that he will desist for ever.</item> <item n="1.4">And if he steals after that, they are to pay for him with his wergild, or to bring him back there.</item> <item n="1.5">And if he steals after that, they are to pay for him with his wergild, whether to the king or to him to whom it rightly belongs; and everyone of those who supported him is to pay 120 shillings to the king as a fine.</item> </list> </item> <item n="2">Concerning lordless men. And we pronounced about these lordless men, from whom no justice can be obtained, that one should order their kindred to fetch back such a person to justice and to find him a lord in public meeting. <list type="ordered"> <item n="2.1">And if they then will not, or cannot, produce him on that appointed day, he is then to be a fugitive afterwards, and he who encounters him is to strike him down as a thief.</item> <item n="2.2">And he who harbours him after that, is to pay for him with his wergild or to clear himself by an oath of that amount.</item> </list> </item> <item n="3">Concerning the refusal of justice. The lord who refuses justice and upholds his guilty man, so that the king is appealed to, is to repay the value of the goods and 120 shillings to the king; and he who appeals to the king before he demands justice as often as he ought, is to pay the same fine as the other would have done, if he had refused him justice. <list type="ordered"> <item n="3.1">And the lord who is an accessory to a theft by his slave, and it becomes known about him, is to forfeit the slave and be liable to his wergild on the first occasionp if he does it more often, he is to be liable to pay all that he owns.</item> <item n="3.2">And likewise any of the king's treasurers or of our reeves, who has been an accessory of thieves who have committed theft, is to liable to the same.</item> </list> </item> <item n="4">Concerning treachery to a lord. And we have pronounced concerning treachery to a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is afterwards convicted at the three-fold ordeal.</item> </list> </div1> Note that nested lists have been used so the tagging mirrors the structure indicated by the two-level numbering of the clauses. The clauses could have been treated as a one-level list with irregular numbering, if desired. |
||||||||||||||||||
| Example |
<p xmlns:tei="http://www.tei-c.org/ns/1.0">These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy Cross. <list type="simple"> <item>I, Eanbald, by the grace of God archbishop of the holy church of York, have subscribed to the pious and catholic validity of this document with the sign of the Holy Cross.</item> <item>I, Ćlfwold, king of the people across the Humber, consenting have subscribed with the sign of the Holy Cross.</item> <item>I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the sign of the Holy Cross.</item> <item>I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the sign of the Holy Cross.</item> <item>I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of the Holy Cross.</item> <item>I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.</item> <item>I, Ćthelwine, bishop, have subscribed through delegates.</item> <item>I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy Cross.</item> </list> </p> |
||||||||||||||||||
| Note |
May contain an optional heading followed by a series of
items, or a series of label and item pairs, the latter being optionally
preceded by one or two specialized headings.
|
||||||||||||||||||
| <listBibl> (citation list) contains a list of bibliographic citations of any kind. «#COBITY» «#HD3» «#CCAS2» | |
| Module | core |
| Parents | listBibl model.listLike model.msItemPart |
| Attributes | Global attributes and those inherited from [att.declarable att.typed ] |
| Declaration | element listBibl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, ( model.headLike*, ( model.biblLike | listBibl )+ ) } |
| Example |
<listBibl xmlns:tei="http://www.tei-c.org/ns/1.0"> <head>Works consulted</head> <bibl>Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale, 1990) </bibl> <biblStruct> <analytic> <title>The Interesting story of the Children in the Wood</title> </analytic> <monogr> <title>The Penny Histories</title> <author>Victor E Neuberg</author> <imprint> <publisher>OUP</publisher> <date>1968</date> </imprint> </monogr> </biblStruct> </listBibl> |
| <measureGrp> (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. «#msdim» | |
| Module | core |
| Parents | model.measureLike |
| Attributes | Global attributes and those inherited from [att.measurement att.typed ] |
| Declaration | element measureGrp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.measurement.attribute.unit, att.measurement.attribute.quantity, att.measurement.attribute.commodity, att.typed.attribute.type, ( model.measureLike | text )* } |
| Example |
<measureGrp type="leaves" unit="mm" xmlns:tei="http://www.tei-c.org/ns/1.0"> <height scope="range">157-160</height> <width quantity="105"/> </measureGrp> <measureGrp type="ruledArea" unit="mm"> <height scope="most" quantity="90"/> <width scope="most" quantity="48"/> </measureGrp> <measureGrp type="box" unit="in"> <height quantity="12"/> <width quantity="10"/> <depth quantity="6"/> </measureGrp> |
| <milestone//> marks a boundary point separating any kind of section of a text, as indicated by changes in a standard reference system, where the section is not represented by a structural element. «#CORS5» | |||||||||||||||||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||||||||||||||||
| Parents | model.milestoneLike | ||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||||
| Declaration | element milestone { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute ed { xsd:anyURI }?, attribute unit { "page" | "column" | "line" | "book" | "poem" | "canto" | "stanza" | "act" | "scene" | "section" | "absent" | xsd:Name }, empty } |
||||||||||||||||||||||||||||||||||||||||
| Example |
<milestone n="23" ed="La" unit="Dreissiger" xmlns:tei="http://www.tei-c.org/ns/1.0"/> ... <milestone n="24" ed="AV" unit="verse"/> ... |
||||||||||||||||||||||||||||||||||||||||
| Note |
For this element, the global n attribute indicates the new number or other value for the unit which changes
at this milestone. The special value unnumbered should be used in
passages which fall outside the normal numbering scheme (e.g. chapter
heads, poem numbers or titles, or speaker attributions in verse
drama).
The order in which milestone elements are given at a given point is not normally
significant.
|
||||||||||||||||||||||||||||||||||||||||
| <name> (name, proper noun) contains a proper noun or noun phrase. «#CONARS» | |||||||||
| Module | core | ||||||||
| Parents | model.nameLike.agent | ||||||||
| Attributes | In addition to global attributes and those inherited from [att.naming ]
|
||||||||
| Declaration | element name { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.naming.attribute.key, att.naming.attribute.ref, att.naming.attribute.nymRef, attribute type { xsd:Name }?, macro.phraseSeq } |
||||||||
| Note |
Proper nouns referring to people, places, and organizations may
be tagged instead with persName, placeName, or
orgName, when the TEI module for names and dates is
included.
|
||||||||
| <namespace> supplies the formal name of the namespace to which the elements documented by its children belong. «#HD57» | |||||||
| Module | header | ||||||
| Parents | |||||||
| Attributes | In addition to global attributes
|
||||||
| Declaration | element namespace { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute name { xsd:anyURI }, tagUsage+ } |
||||||
| Example |
<namespace name="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="28" withId="2" render="#it">Used only to mark English words italicised in the copy text </tagUsage> </namespace> |
||||||
| <note> contains a note or annotation. «#CONONO» «#HD27» «#COBICON» «#DITPNO» | |||||||||||||||||||||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||||||||||||||||||||
| Parents | model.noteLike | ||||||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.placement ]
|
||||||||||||||||||||||||||||||||||||||||||||
| Declaration | element note { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.placement.attribute.place, attribute type { xsd:Name }?, attribute resp { xsd:anyURI }?, attribute anchored { xsd:boolean }?, attribute target { list { xsd:anyURI+ } }?, attribute targetEnd { list { xsd:anyURI+ } }?, macro.specialPara } |
||||||||||||||||||||||||||||||||||||||||||||
| Example |
And yet it is not only in the great line of Italian renaissance art, but even in the painterly <note type="gloss" xmlns:tei="http://www.tei-c.org/ns/1.0"> <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. (Tr.) </note> style of the Dutch genre painters of the seventeenth century that drapery has this psychological significance. |
||||||||||||||||||||||||||||||||||||||||||||
| Note |
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
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.during the second half of the eleventh century, <note n="126" anchored="true" xmlns:tei="http://www.tei-c.org/ns/1.0"> 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. |
||||||||||||||||||||||||||||||||||||||||||||
| <notesStmt> (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. «#HD27» «#HD2» | |
| Module | header |
| Parents | fileDesc |
| Attributes | Global attributes only |
| Declaration | element notesStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, model.noteLike+ } |
| Example |
<notesStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <note>Historical commentary provided by Mark Cohen</note> <note>OCR scanning done at University of Toronto</note> </notesStmt> |
| Note |
Information of different kinds should not be grouped
together into the same note.
|
| <num> (number) contains a number, written in any form. «#CONANU» | |||||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||||
| Parents | model.measureLike | ||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||
| Declaration | element num { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { "cardinal" | "ordinal" | "fraction" | "percentage" | xsd:Name }?, attribute value { xsd:double | xsd:decimal }?, macro.phraseSeq } |
||||||||||||||||||||||||||||
| Example |
<p xmlns:tei="http://www.tei-c.org/ns/1.0">I reached <num type="cardinal" value="21">twenty-one</num> on my <num type="ordinal" value="21">twenty-first</num> birthday... light travels at <num value="10E10">10<hi rend="sup">10</hi> </num> cm per second.</p> |
||||||||||||||||||||||||||||
| Note | |||||||||||||||||||||||||||||
| <opener> groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter. «#DSCO» «#DSDTB» | |
| Module | textstructure |
| Parents | model.divTopPart |
| Attributes | Global attributes only |
| Declaration | element opener { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( text | model.gLike | model.phrase | argument | byline | dateline | epigraph | salute | signed | model.global )* } |
| Example |
<opener xmlns:tei="http://www.tei-c.org/ns/1.0"> <dateline>Walden, this 29. of August 1592</dateline> </opener> |
| Example |
<opener xmlns:tei="http://www.tei-c.org/ns/1.0"> <dateline> <name type="place">Great Marlborough Street</name> <date>November 11, 1848</date> </dateline> <salute>My dear Sir,</salute> </opener> <p>I am sorry to say that absence from town and other circumstances have prevented me from earlier enquiring...</p> |
| <ornament> for capturing typographical feature: printer's ornament, horizontal line, strings of asterisks or periods, etc, indicating an informal division that does not call for a new div element. If a horizontal rule or printer's ornament, use appropriate rend attribute and leave the element empy; if the ornament can be represented with characters, include these in the element. | |
| Module | module-from-tei_tite |
| Parents | model.inter model.titlepagePart model.common |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element ornament { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, text } |
| <p> (paragraph) marks paragraphs in prose. «#COPA» «#DRPAL» | |
| Module | core |
| Parents | model.pLike |
| Attributes | Global attributes only |
| Declaration | element p { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| Example |
<p xmlns:tei="http://www.tei-c.org/ns/1.0">Hallgerd was outside. <q>There is blood on your axe,</q> she said. <q>What have you done?</q> </p> <p> <q>I have now arranged that you can be married a second time,</q> replied Thjostolf. </p> <p> <q>Then you must mean that Thorvald is dead,</q> she said. </p> <p> <q>Yes,</q> said Thjostolf. <q>And now you must think up some plan for me.</q> </p> |
| <pb//> (page break) marks the boundary between one page of a text and the next in a standard reference system. «#CORS5» | |||||||||
| Module | core | ||||||||
| Parents | model.milestoneLike | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Declaration | element pb { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute ed { xsd:anyURI }?, empty } |
||||||||
| Note |
On this element, the global n attribute indicates the number or other value associated with the page
which follows the point of insertion of this pb. Encoders should adopt a clear and consistent policy as to
whether the numbers associated with page breaks relate to the physical
sequence number of the page or the page number or signature printed on it.
By convention, pb elements should appear at the start of the
page to which they refer.
|
||||||||
| <postscript> contains a postscript, e.g. to a letter. «#DSDTB» | |
| Module | textstructure |
| Parents | model.divBottomPart |
| Attributes | Global attributes only |
| Declaration | element postscript { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( ( model.common ) | ( model.global ) )* } |
| Example |
<div type="letter" xmlns:tei="http://www.tei-c.org/ns/1.0"> <opener> <dateline> <placeName>Rimaone</placeName> <date when="2006-11-21">21 Nov 06</date> </dateline> <salute>Dear Susan,</salute> </opener> <p>Thank you very much for the assistance splitting those logs. I'm sorry about the misunderstanding as to the size of the task. I really was not asking for help, only to borrow the axe. Hope you had fun in any case.</p> <closer> <salute>Sincerely yours,</salute> <signed>Seymour</signed> </closer> <postscript> <label>P.S.</label> <p>The collision occured on <date when="2001-07-06">06 Jul 01</date>.</p> </postscript> </div> |
| <principal> (principal researcher) supplies the name of the principal researcher responsible for the creation of an electronic text. «#HD21» | |
| Module | header |
| Parents | titleStmt |
| Attributes | Global attributes only |
| Declaration | element principal { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq.limited } |
| Example |
<principal xmlns:tei="http://www.tei-c.org/ns/1.0">Gary Taylor</principal> |
| <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. «#HD4» «#HD11» | |
| Module | header |
| Parents | model.headerPart |
| Attributes | Global attributes only |
| Declaration | element profileDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( creation?, model.profileDescPart* ) } |
| Example |
<profileDesc xmlns:tei="http://www.tei-c.org/ns/1.0"> <langUsage> <language ident="fr">French</language> </langUsage> <textDesc n="novel"> <channel mode="w">print; part issues</channel> <constitution type="single"/> <derivation type="original"/> <domain type="art"/> <factuality type="fiction"/> <interaction type="none"/> <preparedness type="prepared"/> <purpose type="entertain" degree="high"/> <purpose type="inform" degree="medium"/> </textDesc> <settingDesc> <setting> <name>Paris, France</name> <time>Late 19th century</time> </setting> </settingDesc> </profileDesc> |
| <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. «#HD51» «#HD5» «#CCAS2» | |
| Module | header |
| Parents | model.encodingPart |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element projectDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, model.pLike+ } |
| Example |
<projectDesc xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>Texts collected for use in the Claremont Shakespeare Clinic, June 1990</p> </projectDesc> |
| <ptr//> (pointer) defines a pointer to another location. «#COXR» «#SAPT» | |||||||||||||||||||
| Module | core | ||||||||||||||||||
| Parents | model.ptrLike | ||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.pointing att.declaring ]
|
||||||||||||||||||
| Declaration | element ptr { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.pointing.attribute.type, att.pointing.attribute.evaluate, att.declaring.attribute.decls, ( attribute target { list { xsd:anyURI+ } } | attribute cRef { list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ } }? ), empty } |
||||||||||||||||||
| Example |
<ptr target="#p143 #p144" xmlns:tei="http://www.tei-c.org/ns/1.0"/> <ptr target="http://www.tei-c.org"/> |
||||||||||||||||||
| Note |
The target and cRef attributes are
mutually exclusive.
|
||||||||||||||||||
| <pubPlace> (publication place) contains the name of the place where a bibliographic item was published. «#COBICOI» | |
| Module | core |
| Parents | docImprint model.imprintPart model.publicationStmtPart |
| Attributes | Global attributes and those inherited from [att.naming ] |
| Declaration | element pubPlace { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.naming.attribute.key, att.naming.attribute.ref, att.naming.attribute.nymRef, macro.phraseSeq } |
| <publicationStmt> (publication statement) groups information concerning the publication or distribution of an electronic or other text. «#HD24» «#HD2» | |
| Module | header |
| Parents | fileDesc |
| Attributes | Global attributes only |
| Declaration | element publicationStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.pLike+ | model.publicationStmtPart+ ) } |
| Example |
<publicationStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <publisher>C. Muquardt </publisher> <pubPlace>Bruxelles & Leipzig</pubPlace> <date when="1846"/> </publicationStmt> |
| Example |
<publicationStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <publisher>Chadwyck Healey</publisher> <pubPlace>Cambridge</pubPlace> <availability> <p>Available under licence only</p> </availability> <date when="1992">1992</date> </publicationStmt> |
| Note |
Although not enforced by the
schemas, it is a requirement for TEI conformance that information about
publication place, address, identifier, availability, and date be
given in that order, following the name of the publisher, distributor,
or authority concerned
|
| <publisher> provides the name of the organization responsible for the publication or distribution of a bibliographic item. «#COBICOI» «#HD24» | |
| Module | core |
| Parents | docImprint model.imprintPart model.publicationStmtPart |
| Attributes | Global attributes only |
| Declaration | element publisher { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<imprint xmlns:tei="http://www.tei-c.org/ns/1.0"> <pubPlace>Oxford</pubPlace> <publisher>Clarendon Press</publisher> <date>1987</date> </imprint> |
| Note |
Use the full form of the name by which a company is usually
referred to, rather than any abbreviation of it which may appear on a
title page
|
| <q> (separated from the surrounding text with quotation marks) contains material which is marked as (ostensibly) being somehow different than the surrounding text, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned not used. «#COHQQ» | |||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||
| Parents | model.qLike | ||||||||||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.ascribed ]
|
||||||||||||||||||||||||||
| Declaration | element q { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.ascribed.attribute.who, attribute type { "spoken" | "thought" | "written" | "soCalled" | "foreign" | "distinct" | "term" | "emph" | "mentioned" | xsd:Name }?, macro.specialPara } |
||||||||||||||||||||||||||
| Example |
It is spelled <q xmlns:tei="http://www.tei-c.org/ns/1.0">Tübingen</q> — to enter the letter <q>u</q> with an umlaut hold down the <q>option</q> key and press <q>0 0 f c</q> |
||||||||||||||||||||||||||
| Note |
May be used to indicate that a passage is distinguished
from the surrounding text by quotation marks for reasons
concerning which no claim is made. When used in this
manner, q may be thought of as syntactic sugar
for hi with a value of rend that
indicates the use of quotation marks.
|
||||||||||||||||||||||||||
| <ref> (reference) defines a reference to another location, possibly modified by additional text or comment. «#COXR» «#SAPT» | |||||||||||||||||||
| Module | core | ||||||||||||||||||
| Parents | model.ptrLike | ||||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.pointing att.declaring ]
|
||||||||||||||||||
| Declaration | element ref { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.pointing.attribute.type, att.pointing.attribute.evaluate, att.declaring.attribute.decls, ( attribute target { list { xsd:anyURI+ } }? | attribute cRef { list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ } }? ), macro.paraContent } |
||||||||||||||||||
| Example |
<ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2" xmlns:tei="http://www.tei-c.org/ns/1.0">See especially the second sentence</ref> See also <ref>s.v. <term>locution</term> </ref>.> |
||||||||||||||||||
| Note |
The target and cRef attributes are
mutually exclusive.
|
||||||||||||||||||
| <refState//> (reference state) specifies one component of a canonical reference defined by the milestone method. «#HD54M» «#HD54» | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Module | header | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Parents | refsDecl | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Declaration | element refState { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute ed { xsd:anyURI }?, attribute unit { "page" | "column" | "line" | "book" | "poem" | "canto" | "stanza" | "act" | "scene" | "section" | "absent" | xsd:Name }, attribute length { xsd:nonNegativeInteger }?, attribute delim { text }?, empty } |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Example |
<refState unit="book" delim=":" xmlns:tei="http://www.tei-c.org/ns/1.0"/> <refState unit="line" length="4"/> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <refsDecl> (references declaration) specifies how canonical references are constructed for this text. «#HD54M» «#HD5» «#HD54» | |
| Module | header |
| Parents | model.encodingPart |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element refsDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.pLike+ | cRefPattern+ | refState+ ) } |
| Example |
<refsDecl
xmlns:tei="http://www.tei-c.org/ns/1.0"> <cRefPattern matchPattern="([A-Za-z0-9]+) ([0-9]+):([0-9]+)" replacementPattern="#xpath(//body/div[@n='$1']/div[$2]/div3[$3])"/> </refsDecl> This example is a formal representation for the referencing scheme described informally in the following example. |
| Example |
<refsDecl xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>References are made up by concatenating the value for the <att>n</att> attribute on the highest level <gi>div</gi> element, followed by a space, followed by the sequential number of the next level <gi>div</gi> followed by a colon follwed by the sequential number of the next (and lowest) level <gi>div</gi>.</p> </refsDecl> |
| <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. | |
| Module | core |
| Parents | model.biblPart |
| Attributes | Global attributes and those inherited from [att.typed ] |
| Declaration | element relatedItem { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.typed.attribute.type, ( model.biblLike | model.ptrLike ) } |
| <rendition> supplies information about the rendition or appearance of one or more elements in the source text. «#HD57» | |||||||||||||||
| Module | header | ||||||||||||||
| Parents | |||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||
| Declaration | element rendition { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute scheme { "css" | "xslfo" | "free" | "other" }?, macro.limitedContent } |
||||||||||||||
| Note |
The present release of these Guidelines does not specify the
content of this element in any further detail. It may be used to
hold a description of the default rendition to be associated with
the specified element, expressed in running prose, or in some more
formal language such as CSS.
|
||||||||||||||
| <resp> (responsibility) contains a phrase describing the nature of a person's intellectual responsibility. «#COBICOR» «#HD21» «#HD22» «#HD26» | |
| Module | core |
| Parents | respStmt |
| Attributes | Global attributes only |
| Declaration | element resp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq.limited } |
| Example |
<respStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <resp>compiler</resp> <name>Edward Child</name> </respStmt> |
| <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. «#COBICOR» «#HD21» «#HD22» «#HD26» | |
| Module | core |
| Parents | editionStmt seriesStmt titleStmt model.respLike |
| Attributes | Global attributes only |
| Declaration | element respStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( ( resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) ) } |
| Example |
<respStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <resp>transcribed from original ms</resp> <persName>Claus Huitfeldt</persName> </respStmt> |
| Example |
<respStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <resp>converted to SGML encoding</resp> <name>Alan Morrison</name> </respStmt> |
| <revisionDesc> (revision description) summarizes the revision history for a file. «#HD6» «#HD11» | |
| Module | header |
| Parents | teiHeader |
| Attributes | Global attributes only |
| Declaration | element revisionDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( list | change+ ) } |
| Example |
<revisionDesc xmlns:tei="http://www.tei-c.org/ns/1.0"> <change when="1991-11-11"> EMB deleted chapter 10 </change> </revisionDesc> |
| Note |
Record changes with most recent changes at the top of the
list.
|
| <row> contains one row of a table. «#FTTAB1» | |
| Module | figures |
| Parents | table |
| Attributes | Global attributes and those inherited from [att.tableDecoration ] |
| Declaration | element row { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.tableDecoration.attribute.role, att.tableDecoration.attribute.rows, att.tableDecoration.attribute.cols, cell+ } |
| Example |
<row role="data" xmlns:tei="http://www.tei-c.org/ns/1.0"> <cell role="label">Classics</cell> <cell>Idle listless and unimproving</cell> </row> |
| <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. «#COHQQ» | |||||||||||||||||
| Module | core | ||||||||||||||||
| Parents | model.qLike | ||||||||||||||||
| Attributes | In addition to global attributes and those inherited from [att.ascribed ]
|
||||||||||||||||
| Declaration | element said { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.ascribed.attribute.who, attribute aloud { xsd:boolean | "unknown" | "inapplicable" }?, attribute direct { xsd:boolean | "unknown" | "inapplicable" }?, macro.specialPara } |
||||||||||||||||
| Example |
<p xmlns:tei="http://www.tei-c.org/ns/1.0"> <said>Our minstrel here will warm the old man's heart with song, dazzle him with jewels and gold</said>, a troublemaker simpered. <said>He'll trample on the Duke's camellias, spill his wine, and blunt his sword, and say his name begins with X, and in the end the Duke will say, <said>Take Saralinda, with my blessing, O lordly Prince of Rags and Tags, O rider of the sun!</said> </said> </p> |
||||||||||||||||
| Example |
<p xmlns:tei="http://www.tei-c.org/ns/1.0"> <said aloud="true" rend="pre(“) post(”)">Hmmm</said>, said a small voice in his ear. <said aloud="true" rend="pre(“) post(”)">Difficult. Very difficult. Plenty of courage, I see. Not a bad mind either. there's talent, oh my goodness, yes — and a nice thirst to prove yourself, now that's interesting. … So where shall I put you?</said> </p> <p>Harry gripped the edges of the stool and thought, <said aloud="false" rend="italic">Not Slytherin, not Slytherin</said>.</p> |
||||||||||||||||
| <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. «#DSCO» «#DSOC» | |
| Module | textstructure |
| Parents | closer opener model.divTopPart |
| Attributes | Global attributes only |
| Declaration | element salute { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<salute xmlns:tei="http://www.tei-c.org/ns/1.0">To all courteous mindes, that will voutchsafe the readinge.</salute> |
| <samplingDecl> (sampling declaration) contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection. «#HD52» «#HD5» «#CCAS2» | |
| Module | header |
| Parents | model.encodingPart |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element samplingDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, model.pLike+ } |
| Note |
This element records all information about systematic
inclusion or omission of portions of the text, whether a reflection
of sampling procedures in the pure sense or of systematic
omission of material deemed either too difficult to transcribe
or not of sufficient interest.
|
| <seg> (arbitrary segment) contains any arbitrary phrase-level unit of text (including other seg elements). «#SASE» «#VESE» «#DRPAL» | |||||||||||
| Module | linking | ||||||||||
| Parents | model.segLike model.choicePart | ||||||||||
| Attributes | In addition to global attributes and those inherited from [att.segLike ]
|
||||||||||
| Declaration | element seg { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute subtype { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } }?, macro.paraContent } |
||||||||||
| Example |
<seg xmlns:tei="http://www.tei-c.org/ns/1.0">When are you leaving?</seg> <seg>Tomorrow.</seg> |
||||||||||
| Example |
<s xmlns:tei="http://www.tei-c.org/ns/1.0"> <seg rend="caps" type="initial-cap">So father's only</seg> glory was the ballfield. </s> |
||||||||||
| Example |
<seg type="preamble" xmlns:tei="http://www.tei-c.org/ns/1.0"> <seg>Sigmund, <seg type="patronym">the son of Volsung</seg>, was a king in Frankish country.</seg> <seg>Sinfiotli was the eldest of his sons ...</seg> <seg>Borghild, Sigmund's wife, had a brother ... </seg> </seg> |
||||||||||
| Note |
The seg element may be used at the encoder's
discretion to mark any segments of the text of interest
for processing. One use of the element is to mark text features for
which no appropriate markup is otherwise defined — i.e. as a simple
extension mechanism. Another use is to provide an identifier for some
segment which is to be pointed at by some other element — i.e. to
provide a target, or a part of a target, for a ptr or other
similar element.
|
||||||||||
| <seriesStmt> (series statement) groups information about the series, if any, to which a publication belongs. «#HD26» «#HD2» | |
| Module | header |
| Parents | fileDesc |
| Attributes | Global attributes only |
| Declaration | element seriesStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.pLike+ | ( title+, ( idno | respStmt )* ) ) } |
| Example |
<seriesStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <title>Machine-Readable Texts for the Study of Indian Literature</title> <respStmt> <resp>ed. by</resp> <name>Jan Gonda</name> </respStmt> <idno type="vol">1.2</idno> <idno type="ISSN">0 345 6789</idno> </seriesStmt> |
| <signed> (signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. «#DSCO» «#DSOC» | |
| Module | textstructure |
| Parents | closer opener model.divBottomPart |
| Attributes | Global attributes only |
| Declaration | element signed { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<signed xmlns:tei="http://www.tei-c.org/ns/1.0">Thine to command <name>Humph. Moseley</name> </signed> |
| <smcap> (smallcaps) for capturing typographical feature: glyphs in small capitals. | |
| Module | module-from-tei_tite |
| Parents | model.hiLike |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element smcap { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| <sourceDesc> (source description) supplies a description of the source text(s) from which an electronic text was derived or generated. «#HD3» | |
| Module | header |
| Parents | fileDesc |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element sourceDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.pLike+ | ( model.biblLike | model.sourceDescPart | model.listLike )+ ) } |
| Example |
<sourceDesc xmlns:tei="http://www.tei-c.org/ns/1.0"> <p>No source: created in machine-readable form.</p> </sourceDesc> |
| <sp> (speech) An individual speech in a performance text, or a passage presented as such in a prose or verse text. «#CODR» «#CODV» «#DRSP» | |
| Module | core |
| Parents | model.divPart |
| Attributes | Global attributes and those inherited from [att.ascribed ] |
| Declaration | element sp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.ascribed.attribute.who, ( model.global*, ( speaker, model.global* )?, ( ( model.lLike | lg | model.pLike | model.stageLike ), model.global* )+ ) } |
| Example |
<sp xmlns:tei="http://www.tei-c.org/ns/1.0"> <speaker>The reverend Doctor Opimiam</speaker> <p>I do not think I have named a single unpresentable fish.</p> </sp> <sp> <speaker>Mr Gryll</speaker> <p>Bream, Doctor: there is not much to be said for bream.</p> </sp> <sp> <speaker>The Reverend Doctor Opimiam</speaker> <p>On the contrary, sir, I think there is much to be said for him. In the first place....</p> <p>Fish, Miss Gryll — I could discourse to you on fish by the hour: but for the present I will forbear...</p> </sp> |
| Note |
Lines or paragraphs, stage directions, and phrase-level
elements.
The who attribute on this element may
be used either in addition to the speaker
element or as an alternative.
|
| <speaker> A specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. «#CODR» | |
| Module | core |
| Parents | sp |
| Attributes | Global attributes only |
| Declaration | element speaker { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<sp who="#ni #rsa" xmlns:tei="http://www.tei-c.org/ns/1.0"> <speaker>Nancy and Robert</speaker> <stage type="delivery">(speaking simultaneously)</stage> <p>The future? ...</p> </sp> <list type="speakers"> <item xml:id="ni"/> <item xml:id="rsa"/> </list> |
| Note |
This element is used to mark a speaker attribution as it
appears in a dramatic text; the who attribute is used
to point to another element which provides information about a
speaker. Either or both may be used.
|
| <sponsor> specifies the name of a sponsoring organization or institution. «#HD21» | |
| Module | header |
| Parents | titleStmt |
| Attributes | Global attributes only |
| Declaration | element sponsor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq.limited } |
| Example |
<sponsor xmlns:tei="http://www.tei-c.org/ns/1.0">Association for Computers and the Humanities</sponsor> <sponsor>Association for Computational Linguistics</sponsor> <sponsor>Association for Literary and Linguistic Computing</sponsor> |
| Note |
Sponsors give their intellectual authority to
a project; they are to be distinguished from funders,
who provide the funding but do not necessarily take
intellectual responsibility.
|
| <stage> (stage direction) contains any kind of stage direction within a dramatic text or fragment. «#CODR» «#CODV» «#DRSTA» | |||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||
| Parents | model.stageLike | ||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||
| Declaration | element stage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { "setting" | "entrance" | "exit" | "business" | "novelistic" | "delivery" | "modifier" | "location" | "mixed" | xsd:Name }?, macro.specialPara } |
||||||||||||||||||||||||||
| Example |
<stage type="setting" xmlns:tei="http://www.tei-c.org/ns/1.0">A curtain being drawn.</stage> <stage type="setting">Music</stage> <stage type="entrance">Enter Husband as being thrown off his horse.</stage> <stage type="exit">Exit pursued by a bear.</stage> <stage type="business">He quickly takes the stone out.</stage> <stage type="delivery">To Lussurioso.</stage> <stage type="novelistic">Having had enough, and embarrassed for the family.</stage> <stage type="modifier">Disguised as Ansaldo.</stage> <stage type="location">At a window.</stage> <stage rend="inline" type="delivery">Aside.</stage> |
||||||||||||||||||||||||||
| <sub> (subscript) for capturing typographical feature: subscript glyphs. | |
| Module | module-from-tei_tite |
| Parents | model.hiLike |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element sub { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| <sup> (superscript) for capturing typographical feature: superscript glyphs. | |
| Module | module-from-tei_tite |
| Parents | model.hiLike |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element sup { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| <table> contains text displayed in tabular form, in rows and columns. «#FTTAB1» | |||||||||||||||||||||
| Module | figures | ||||||||||||||||||||
| Parents | model.inter | ||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||
| Declaration | element table { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute rows { xsd:nonNegativeInteger }?, attribute cols { xsd:nonNegativeInteger }?, ( ( model.headLike | model.global )*, ( row, model.global* )+ ) } |
||||||||||||||||||||
| Example |
<table rows="4" cols="4" xmlns:tei="http://www.tei-c.org/ns/1.0"> <head>Poor Men's Lodgings in Norfolk (Mayhew, 1843)</head> <row role="label"> <cell role="data"/> <cell role="data">Dossing Cribs or Lodging Houses</cell> <cell role="data">Beds</cell> <cell role="data">Needys or Nightly Lodgers</cell> </row> <row role="data"> <cell role="label">Bury St Edmund's</cell> <cell role="data">5</cell> <cell role="data">8</cell> <cell role="data">128</cell> </row> <row role="data"> <cell role="label">Thetford</cell> <cell role="data">3</cell> <cell role="data">6</cell> <cell role="data">36</cell> </row> <row role="data"> <cell role="label">Attleboro'</cell> <cell role="data">3</cell> <cell role="data">5</cell> <cell role="data">20</cell> </row> <row role="data"> <cell role="label">Wymondham</cell> <cell role="data">1</cell> <cell role="data">11</cell> <cell role="data">22</cell> </row> </table> |
||||||||||||||||||||
| Note |
Contains an optional heading and a series of
rows.
Any rendition information should be supplied using the
global rend attribute, at the table, row, or cell level
as appropriate.
|
||||||||||||||||||||
| <tagUsage> supplies information about the usage of a specific element within a text. «#HD57» | |||||||||||||||||||||||||||||||||
| Module | header | ||||||||||||||||||||||||||||||||
| Parents | namespace | ||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||
| Declaration | element tagUsage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute gi { xsd:Name }, attribute occurs { xsd:nonNegativeInteger }?, attribute withId { xsd:nonNegativeInteger }?, attribute render { xsd:anyURI }?, macro.limitedContent } |
||||||||||||||||||||||||||||||||
| Example |
<tagsDecl xmlns:tei="http://www.tei-c.org/ns/1.0"> <rendition xml:id="it">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="#it"> Used to mark English words italicised in the copy text.</tagUsage> <tagUsage gi="foreign" render="#it">Used to mark non-English words in the copy text.</tagUsage> <!-- ... --> </namespace> </tagsDecl> |
||||||||||||||||||||||||||||||||
| <taxonomy> defines a typology used to classify texts either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. «#HD55» | |
| Module | header |
| Parents | classDecl |
| Attributes | Global attributes only |
| Declaration | element taxonomy { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( model.glossLike* | category+ | ( ( model.biblLike ), category* ) ) } |
| Example |
<taxonomy xml:id="tax.b" xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
| <teiHeader> (TEI Header) supplies the descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text. «#HD11» «#CCDEF» | |||||||||||||
| Module | header | ||||||||||||
| Parents | TEI | ||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||
| Declaration | element teiHeader { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { xsd:Name }?, ( fileDesc, model.headerPart*, revisionDesc? ) } |
||||||||||||
| Example |
<teiHeader xmlns:tei="http://www.tei-c.org/ns/1.0"> <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> |
||||||||||||
| Note |
One of the few elements unconditionally required in any
TEI document.
|
||||||||||||
| <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. «#DS» «#CCDEF» | |
| Module | textstructure |
| Parents | TEI group measureGrp |
| Attributes | Global attributes and those inherited from [att.declaring att.typed ] |
| Declaration | element text { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.declaring.attribute.decls, att.typed.attribute.type, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
| Example |
<text xmlns:tei="http://www.tei-c.org/ns/1.0"> <front> <docTitle> <titlePart>Autumn Haze</titlePart> </docTitle> </front> <body> <l>Is it a dragonfly or a maple leaf</l> <l>That settles softly down upon the water?</l> </body> </text> |
| Example |
The body of a text may be replaced by a group of nested texts, as in the following schematic:
<text
xmlns:tei="http://www.tei-c.org/ns/1.0"> <front/> <group> <text> <front/> <body/> <back/> </text> <text/> </group> </text> |
| Note |
This element should not be used to represent a text
which is inserted at an arbitrary point within the structure of
another, for example as in an embedded or quoted narrative; the
floatingText is provided for this purpose.
|
| <textClass> (text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. «#HD43» | |
| Module | header |
| Parents | model.profileDescPart |
| Attributes | Global attributes and those inherited from [att.declarable ] |
| Declaration | element textClass { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( classCode | catRef | keywords )* } |
| Example |
<taxonomy xmlns:tei="http://www.tei-c.org/ns/1.0"> <category xml:id="acprose"> <catDesc>Academic prose</catDesc> </category> <!-- other categories here --> </taxonomy> <!-- ... --> <textClass> <catRef target="#acprose"/> <classCode scheme="http://www.udcc.org">001.9</classCode> <keywords scheme="http://authorities.loc.gov"> <list> <item>End of the world</item> <item>History - philosophy</item> </list> </keywords> </textClass> |
| <time> contains a phrase defining a time of day in any format. «#CONADA» | |
| Module | core |
| Parents | model.dateLike |
| Attributes | Global attributes and those inherited from [att.datable att.editLike att.typed ] |
| Declaration | element time { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.datable.w3c.attribute.period, att.datable.w3c.attribute.when, att.datable.w3c.attribute.notBefore, att.datable.w3c.attribute.notAfter, att.datable.w3c.attribute.from, att.datable.w3c.attribute.to, att.editLike.attribute.source, att.typed.attribute.type, ( text | model.gLike | model.phrase | model.global )* } |
| Example |
As he sat smiling, the quarter struck — <time when="11:45:00" xmlns:tei="http://www.tei-c.org/ns/1.0">the quarter to twelve</time>. |
| <title> contains the full title of a work of any kind. «#COBICOR» «#HD21» «#HD26» | |||||||||||||||||||||||||||||||||||||||
| Module | core | ||||||||||||||||||||||||||||||||||||||
| Parents | seriesStmt titleStmt model.emphLike model.msItemPart | ||||||||||||||||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||
| Declaration | element title { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute level { "a" | "m" | "j" | "s" | "u" }?, attribute type { xsd:Name }?, macro.paraContent } |
||||||||||||||||||||||||||||||||||||||
| Example |
<title xmlns:tei="http://www.tei-c.org/ns/1.0">La vie mode d'emploi. Romans.</title> |
||||||||||||||||||||||||||||||||||||||
| Example |
<title xmlns:tei="http://www.tei-c.org/ns/1.0">Synthese: an international journal for epistemology, methodology and history of science</title> |
||||||||||||||||||||||||||||||||||||||
| Example |
<title xmlns:tei="http://www.tei-c.org/ns/1.0">Information Technology and the Research Process: Proceedings of a conference held at Cranfield Institute of Technology, UK, 18–21 July 1989</title> |
||||||||||||||||||||||||||||||||||||||
| Example |
<title xmlns:tei="http://www.tei-c.org/ns/1.0">Hardy's Tess of the D'Urbervilles: a machine readable edition</title> |
||||||||||||||||||||||||||||||||||||||
| <titlePage> (title page) contains the title page of a text, appearing within the front or back matter. «#DSTITL» | |||||||||||
| Module | textstructure | ||||||||||
| Parents | model.frontPart | ||||||||||
| Attributes | In addition to global attributes
|
||||||||||
| Declaration | element titlePage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { xsd:Name }?, ( model.global*, ( model.titlepagePart ), ( model.titlepagePart | model.global )* ) } |
||||||||||
| Example |
<titlePage xmlns:tei="http://www.tei-c.org/ns/1.0"> <docTitle> <titlePart type="main">THOMAS OF Reading.</titlePart> <titlePart type="alt">OR, The sixe worthy yeomen of the West.</titlePart> </docTitle> <docEdition>Now the fourth time corrected and enlarged</docEdition> <byline>By T.D.</byline> <figure> <head>TP</head> <p>Thou shalt labor till thou returne to duste</p> <figDesc>Printers Ornament used by TP</figDesc> </figure> <docImprint>Printed at <name type="place">London</name> for <name>T.P.</name> <date>1612.</date> </docImprint> </titlePage> |
||||||||||
| <titlePart> contains a subsection or division of the title of a work, as indicated on a title page. «#DSTITL» | |||||||||||||||||||
| Module | textstructure | ||||||||||||||||||
| Parents | docTitle model.titlepagePart model.pLike.front | ||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||
| Declaration | element titlePart { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?, macro.paraContent } |
||||||||||||||||||
| Example |
<docTitle xmlns:tei="http://www.tei-c.org/ns/1.0"> <titlePart type="main">THE FORTUNES AND MISFORTUNES Of the FAMOUS Moll Flanders, &amp;c. </titlePart> <titlePart type="desc">Who was BORN in NEWGATE, And during a Life of continu'd Variety for Threescore Years, besides her Childhood, was Twelve Year a <hi>Whore</hi>, five times a <hi>Wife</hi> (wherof once to her own Brother) Twelve Year a <hi>Thief,</hi> Eight Year a Transported <hi>Felon</hi> in <hi>Virginia</hi>, at last grew <hi>Rich</hi>, liv'd <hi>Honest</hi>, and died a <hi>Penitent</hi>.</titlePart> </docTitle> |
||||||||||||||||||
| <titleStmt> (title statement) groups information about the title of a work and those responsible for its intellectual content. «#HD21» «#HD2» | |
| Module | header |
| Parents | fileDesc |
| Attributes | Global attributes only |
| Declaration | element titleStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, ( title+, ( author | editor | sponsor | funder | principal | respStmt )* ) } |
| Example |
<titleStmt xmlns:tei="http://www.tei-c.org/ns/1.0"> <title>Capgrave's Life of St. John Norbert: a machine-readable transcription</title> <respStmt> <resp>compiled by</resp> <name>P.J. Lucas</name> </respStmt> </titleStmt> |
| <trailer> contains a closing title or footer appearing at the end of a division of a text. «#DSCO» «#DSDTB» | |
| Module | textstructure |
| Parents | model.divBottomPart |
| Attributes | Global attributes only |
| Declaration | element trailer { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.phraseSeq } |
| Example |
<trailer xmlns:tei="http://www.tei-c.org/ns/1.0">Explicit pars tertia</trailer> |
| <ul> (underline) for capturing typographical feature: underlined glyphs. | |
| Module | module-from-tei_tite |
| Parents | model.hiLike |
| Attributes | Global attributes and those inherited from [att.global ] |
| Declaration | element ul { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, macro.paraContent } |
| <unclear> contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. «#PHDA» «#COEDADD» | |||||||||
| Module | core | ||||||||
| Parents | model.pPart.transcriptional model.choicePart | ||||||||
| Attributes | In addition to global attributes and those inherited from [att.editLike ]
|
||||||||
| Declaration | element unclear { attribute reason { list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ } }?, att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.rendition, att.global.attribute.xmlbase, att.editLike.attribute.source, macro.paraContent } |
||||||||
| Note | |||||||||
| macro.limitedContent (paragraph content) defines the content of prose elements that are not used for transcription of extant materials. | |
| Module | tei |
| Used by | desc rendition tagUsage |
| Declaration | macro.limitedContent = ( text | model.limitedPhrase | model.inter )* |
| macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. | |
| Module | tei |
| Used by | ab b cell docEdition head hi i l p ref seg smcap sub sup title titlePart ul unclear |
| Declaration | macro.paraContent = ( text | model.gLike | model.phrase | model.inter | model.global )* |
| macro.phraseSeq (phrase sequence) defines a sequence of character data and phrase-level elements. | |
| Module | tei |
| Used by | abbr addrLine author biblScope dateline distributor docAuthor docDate edition editor email extent foreign geoDecl label name num pubPlace publisher salute signed speaker trailer |
| Declaration | macro.phraseSeq = ( text | model.gLike | model.phrase | model.global )* |
| 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. | |
| Module | tei |
| Used by | authority classCode creation funder language principal resp sponsor |
| Declaration | macro.phraseSeq.limited = ( text | model.limitedPhrase | model.global )* |
| 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. | |
| Module | tei |
| Used by | handNote item note q said stage |
| Declaration |
macro.specialPara =
(
text
| model.gLike
| model.phrase
| model.inter
| model.divPart
| model.global
)* |