This document specifies how TEI Tite 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), continuing 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 TEI Tite: both documentation (this Tite-specific prose as well as the full technical documentation for each of its elements) and schemas in either W3C Schema, RELAX NG, or XML DTD. Software utilities, including the Roma web tool, can generate these.
Tite-encoded documents are TEI documents, and TEI Tite, 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. As a TEI customization, Tite inherits TEI semantics, and ambiguity in this specification should be resolved with reference to the 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, 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.
In this documentation, document refers generally to the item (book, pamphlet, newspaper, etc.) to be encoded and text to either linguistic (as opposed to graphic) material 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.
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). The former should be transcribed as the SOFT HYPHEN (U+00AD) character; the latter, as the HYPHEN-MINUS (U+002D) character generally available on Western keyboards. In the rare case of coincidence of the two types — where a word that is normally hyphenated is split across a line break at its hyphen — the hyphen should be considered hard, and transcribed as the HYPHEN-MINUS.
Characters should be encoded in UTF-8. For characters not easily input from the keyboard, use hexadecimal numeric entities (e.g. é, the small latin e with acute accent, is represented as é).
The standard for accuracy of transcription should be at least 99.99% (1 error in 10,000 characters). The sample size for verification will be 5% of the total text.
Almost surely, difficult encoding situations will arise whose resolution may not be covered by this documentation or the TEI Guidelines. In such cases, it is important to document the markup choices that are made. To this end each encoded file should be accompanied by a document with such notes. These notes should reference features of a document that seem remarkable to encoders and how these were handled by encoders.
The text's xml:id attribute should contain a unique identifier for the document being encoded.
Tite omits the <teiHeader> element as a convenience to transcribers. This departs from normal TEI practice, which requires <TEI> as the root element, containing <teiHeader> and text elements. In order to bring a document encoded in TEI Tite into adherence with the TEI abstract model, projects should add a teiHeader before engaging in post-transcription processing.
In cases where a document appears to contain a group of texts but the above condition is not met, encode each unit as a (numbered) <div> with an appropriate type attribute.
Tite uses numbered divisions: 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, transcribe the characters into the ornament's content.
Information on the verso of the title page should be included as well (after a pb).
front
back
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 elements for letters, verse, drama, and newspapers.
opener contains the additional elements epigraph, argument, and byline. epigraph will often be useful in the context of a letter. When encoding an epigraph, make sure to encode the content as you would any other feature, marking line groups, bibliographical elements, etc.
All verse should be encoded within at least one lg element, 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> element; 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 given as the speaker, in whatever form it is written, in the speaker element. Short pieces of stage direction that accompany the speaker designation may be included in the speaker element.
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 using <div> and type="castlist".
Prologues and epilogues can be treated as sps of their own, unless their structure would be better represented by nested <div> elements.
Tite includes the elements cols and cb which are well suited for the multi-column layout of newspapers. Additional relevant elements are: ref, to encode a pointer to the continuation of a story in a different column or on a different page; and figure, to describe illustrations, advertisements, and cartoons.
If present, transcribe all quotation marks or other delimiters inside the q element.
Use the figure element to encode figures. If a figure has a heading or caption, encode it with the head element. If there is associated text, simply use a p to encode it.
Tables and lists are encoded as in the TEI Guidelines, but note the following.
If a cell in a table is a heading or a label, set the role attribute 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.
Lists should be encoded as either sequences of <items> or label-item pairs. When items in the list contain a label, as in a gloss list, be sure to use the latter form.
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 element, 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 where 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> element. 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 element is still available in Tite. Use it without a rend attribute.
For passages set off by quotation marks or another delimeter, use the q element, including the delimeter inside the tag.
If the alignment of an element seems remarkable, set the element's rend attribute to an appropriate value (normally center, right, left, etc.). However, when semantic already accounts for its cause, description of alignment is not necessary. Headings, for instance, do not need to be marked as being centered.
To indicate level of indentation (often in verse), use numerical ‘arguments’ to ‘indent’, as in indent(1), indent(-1), and so on.
The seg element is the phrase-level analogue to the ab element. If a phrase-level feature seems to be present but its identity is hard to fathom, use this element. This, again, is a last resort.
Alternately, when a passage of text is for some reason too hard to read, 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).
For cases in which it is unknown which character a given glyph corresponds to, mark the glyph with the g element to indicate the uncertainty. By convention in Tite, g represents any unknown glyph; no ref attribute is necessary. Note that unknown glyphs are different from illegible text.
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, again, no matter where the page number is printed on the page, place the pb element 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.
As of May 2009, the TEI Special Interest Group (SIG) on Libraries is in the process of revising its TEI Text Encoding in Libraries: Guidelines for Best Encoding Practices (GBP) document, which creates common definitions of ‘levels of encoding’ based on depth of markup applied. A draft of this document is available at the Libraries SIG's wiki. Because the levels of encoding provide a tremendously useful common set of terms, it's helpful to situate TEI Tite according to them.
Not mentioned above is one key but purposeful incompatibility: Tite's lack of a header. A TEI header must be added, and the root <TEI> element used for compatibility with the GBP, and with the TEI abstract model in general.
Also, thank you to members of the TEI Special Interest Group on Libraries who provided very valuable corrections and suggestions.
| model.addrPart groups elements such as names or postal codes which may appear as part of a postal address. | |
| Module | tei |
| Used by | |
| Members | model.nameLike [model.nameLike.agent [name] ] addrLine |
| model.addressLike groups elements used to represent a postal or e-mail address. | |
| Module | tei |
| Used by | |
| Members | address email |
| model.biblLike groups elements containing a bibliographic description. | |
| Module | tei |
| Used by | |
| Members | bibl |
| model.biblPart groups elements which represent components of a bibliographic description. | |
| Module | tei |
| Used by | |
| Members | model.imprintPart [biblScope pubPlace publisher] model.respLike [author editor respStmt] 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 | |
| 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] model.stageLike [stage] ornament table] |
| 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 | |
| Members | date time |
| model.div1Like groups top-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div1 |
| model.div2Like groups second-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div2 |
| model.div3Like groups third-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div3 |
| model.div4Like groups fourth-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div4 |
| model.div5Like groups fifth-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div5 |
| model.div6Like groups sixth-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div6 |
| model.div7Like groups seventh-level structural divisions. | |
| Module | tei |
| Used by | |
| Members | div7 |
| model.divBottom groups elements appearing at the end of a text division. | |
| Module | tei |
| Used by | |
| 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 | |
| Members | closer postscript signed trailer |
| model.divPart groups paragraph-level elements appearing directly within divisions. | |
| Module | tei |
| Used by | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| Members | foreign title |
| 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 | |
| Members | titlePage |
| model.gLike groups elements used to represent individual non-Unicode characters or glyphs. | |
| Module | tei |
| Used by | |
| Members | g |
| model.global groups elements which may appear at any point within a TEI text. | |
| Module | tei |
| Used by | |
| Members | model.global.edit [gap] model.milestoneLike [cb cols lb milestone pb] model.noteLike [note] figure |
| model.global.edit groups globally available elements which perform a specifically editorial function. | |
| Module | tei |
| Used by | |
| Members | gap |
| model.glossLike groups elements which provide an alternative name, explanation, or description for any markup construct. | |
| Module | tei |
| Used by | |
| Members | desc |
| model.graphicLike groups elements containing images, formulae, and similar objects. | |
| Module | tei |
| Used by | |
| 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 | |
| Members | head |
| model.hiLike groups phrase-level elements which are typographically distinct but to which no specific function can be attributed. | |
| Module | tei |
| Used by | |
| Members | b hi i smcap sub sup ul |
| model.highlighted groups phrase-level elements which are typographically distinct. | |
| Module | tei |
| Used by | |
| 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 | |
| Members | biblScope pubPlace publisher |
| model.inter groups elements which can appear either within or between paragraph-like elements. | |
| Module | tei |
| Used by | |
| Members | model.biblLike [bibl] model.egLike model.labelLike [desc label] model.listLike [list listBibl] model.qLike [model.quoteLike [cit] q] model.stageLike [stage] ornament table |
| model.lLike groups elements representing metrical components such as verse lines. | |
| Module | tei |
| Used by | |
| Members | l |
| model.labelLike groups elements used to gloss or explain other parts of a document. | |
| Module | tei |
| Used by | |
| Members | desc label |
| model.limitedPhrase groups phrase-level elements excluding those elements primarily intended for transcription of existing sources. | |
| Module | tei |
| Used by | |
| 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.pPart.editorial [abbr] model.ptrLike [ptr ref] |
| 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 | |
| Members | measureGrp num |
| model.milestoneLike groups milestone-style elements used to represent reference systems. | |
| Module | tei |
| Used by | |
| Members | cb cols lb milestone pb |
| model.msItemPart groups elements which can appear within a manuscript item description. | |
| Module | tei |
| Used by | |
| Members | model.msQuoteLike [title] model.quoteLike [cit] model.respLike [author editor respStmt] bibl listBibl |
| model.msQuoteLike groups elements which represent passages such as titles quoted from a manuscript as a part of its description. | |
| Module | tei |
| Used by | |
| Members | title |
| model.nameLike groups elements which name or refer to a person, place, or organization. | |
| Module | tei |
| Used by | |
| Members | model.nameLike.agent [name] |
| 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 | |
| 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 | |
| Members | note |
| model.pLike.front groups paragraph-like elements which can occur as direct constituents of front matter. | |
| Module | tei |
| Used by | |
| 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 | |
| Members | model.addressLike [address email] model.dateLike [date time] model.measureLike [measureGrp num] model.nameLike [model.nameLike.agent [name] ] |
| model.pPart.edit groups phrase-level elements for simple editorial correction and transcription. | |
| Module | tei |
| Used by | |
| 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 | |
| Members | abbr |
| model.pPart.transcriptional groups phrase-level elements used for editorial transcription of pre-existing source materials. | |
| Module | tei |
| Used by | |
| 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 | |
| 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.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.ptrLike groups elements used for purposes of location and reference. | |
| Module | tei |
| Used by | |
| Members | ptr ref |
| model.publicationStmtPart groups elements which may appear within the <publicationStmt> element of the TEI Header. | |
| Module | tei |
| Used by | |
| Members | address date pubPlace publisher |
| model.qLike groups elements related to highlighting which can appear either within or between chunk-level elements. | |
| Module | tei |
| Used by | |
| Members | model.quoteLike [cit] q |
| model.quoteLike groups elements used to directly contain quotations. | |
| Module | tei |
| Used by | |
| Members | cit |
| model.respLike groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element. | |
| Module | tei |
| Used by | |
| Members | author editor respStmt |
| model.segLike groups elements used for arbitrary segmentation. | |
| Module | tei |
| Used by | |
| 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 | |
| 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, docAuthor, docImprint, or epigraph. | |
| Module | tei |
| Used by | |
| Members | byline docAuthor docDate docEdition docImprint docTitle epigraph graphic ornament titlePart |
| att.ascribed provides attributes for elements representing speech or action that can be ascribed to a specific individual. | |||||||||
| Module | tei | ||||||||
| Members | q sp | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| att.canonical provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced. | |||||||||||||||||||
| Module | tei | ||||||||||||||||||
| Members | att.naming [name pubPlace] author docAuthor docTitle resp title | ||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||
| att.datable provides attributes for normalization of elements that contain dates, times, or datable events. | |
| Module | tei |
| Members | date time |
| Attributes | att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) |
| 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 [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 listBibl |
| 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 | ab back body div1 div2 div3 div4 div5 div6 div7 floatingText front graphic group lg p ptr ref text | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Note |
The rules governing the association of declarable elements
with individual parts of a TEI text are fully defined in chapter ??.
|
||||||||
| att.dimensions provides attributes for describing the size of physical objects. | |||||||||||||||||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||||||||||||||||
| Members | att.editLike [date gap time unclear] | ||||||||||||||||||||||||||||||||||||||
| Attributes |
att.ranging (@atLeast, @atMost, @min, @max)
|
||||||||||||||||||||||||||||||||||||||
| 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 |
att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max))
|
||||||||
| 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
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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>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 |
att.canonical (@key, @ref)
|
||||||||||
| 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.ranging provides attributes for describing numerical ranges. | |||||||||||||||||||||||||
| Module | tei | ||||||||||||||||||||||||
| Members | att.dimensions [att.editLike [date gap time unclear] ] num | ||||||||||||||||||||||||
| Attributes | In addition to global attributes
|
||||||||||||||||||||||||
| att.sourced provides attributes identifying the source edition from which some encoded feature derives. | |||||||||
| Module | tei | ||||||||
| Members | cb lb milestone pb | ||||||||
| Attributes | In addition to global attributes
|
||||||||
| Example |
<l>Of Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
<l>Of that Forbidden Tree, whose<lb ed="1667 1674"/> mortal tast</l> <l>Brought Death into the World,<lb ed="1667"/> and all<lb ed="1674"/> our woe,</l> |
||||||||
| 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 bibl cb cit date div1 div2 div3 div4 div5 div6 div7 floatingText g head lb lg listBibl measureGrp milestone name pb relatedItem seg text time | ||||||
| Attributes | In addition to global attributes
|
||||||
| macro.limitedContent (paragraph content) defines the content of prose elements that are not used for transcription of extant materials. | |
| Module | tei |
| Used by | |
| Declaration |
macro.limitedContent = ( text | model.limitedPhrase | model.inter )* |
| macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. | |
| Module | tei |
| Used by | |
| 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 | |
| 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 | |
| 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 | |
| Declaration |
macro.specialPara =
(
text
| model.gLike
| model.phrase
| model.inter
| model.divPart
| model.global
)*
|
| <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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE | |||||||||
| Module | linking | ||||||||
| In addition to global attributes |
att.typed (@type) att.declaring (@decls)
|
||||||||
| Used by | |||||||||
| May contain | |||||||||
| Declaration |
element
ab
{
att.global.attributes,
att.typed.attributes,
att.declaring.attributes,
attribute part { "Y" | "N" | "I" | "M" | "F" }?,
macro.paraContent
}
|
||||||||
| Example |
<div type="book" n="Genesis">
<div type="chapter" n="1"> <ab>In the beginning God created the heaven and the earth.</ab> <ab>And the earth was without form, and void; and darkness was upon the face of the deep. And the spirit of God moved upon the face of the waters.</ab> <ab>And God said, Let there be light: and there was light.</ab> <!-- ...--> </div> </div> |
||||||||
| 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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB | |||||||||||
| Module | core | ||||||||||
| In addition to global attributes | In addition to global attributes
|
||||||||||
| Used by | |||||||||||
| May contain | |||||||||||
| Declaration |
element
abbr
{
att.global.attributes,
attribute type { xsd:Name }?,
macro.phraseSeq
}
|
||||||||||
| Example |
<abbr>SPQR</abbr>
|
||||||||||
| Example |
<choice>
<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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI | |
| Module | core |
| Used by | |
| May contain | |
| Declaration |
element addrLine { att.global.attributes, macro.phraseSeq }
|
| Example |
<address>
<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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI | |
| Module | core |
| Used by | |
| May contain | |
| Declaration |
element
address
{
att.global.attributes,
( model.global*, ( ( model.addrPart ), model.global* )+ )
}
|
| Example |
<address>
<street>via Marsala 24</street> <postCode>40126</postCode> <name>Bologna</name> <name n="I">Italy</name> </address> |
| Example |
<address>
<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.
|
| <argument> A formal list or prose description of the topics addressed by a subdivision of a text. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB | |
| Module | textstructure |
| Used by | |
| May contain | |
| Declaration |
element
argument
{
att.global.attributes,
( ( model.global | model.headLike )*, ( ( model.common ), model.global* )+ )
}
|
| Example |
<argument>
<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(s) of the author(s), personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21 | |
| Module | core |
| In addition to global attributes | att.canonical (@key, @ref) |
| Used by | |
| May contain | |
| Declaration |
element
author
{
att.global.attributes,
att.canonical.attributes,
macro.phraseSeq
}
|
| Example |
<author>British Broadcasting Corporation</author>
<author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author> <author>Anonymous</author> <author>Bill and Melinda Gates</author> <author> <persName>Beaumont, Francis</persName> and <persName>John Fletcher</persName> </author> <author> <orgName key="BBC">British Broadcasting Corporation</orgName>: Radio 3 Network </author> |
| Note |
Particularly where cataloguing is likely to be based on the
content of the header, it is advisable to use a generally recognized
name authority file to supply the content for this element. The
attributes key or ref may also be used to
reference canonical information about the author(s) intended from any
appropriate authority, such as a library catalogue or online
resource.
In the case of a broadcast, use this element for the name of
the company or network responsible for making the broadcast.
Where an author is unknown or unspecified, this element may contain
text such as Unknown or
Anonymous. When the appropriate TEI modules are
in use, it may also contain detailed tagging of the names used for people, organizations or
places, in particular where multiple names are given.
|
| <b> (bold) for capturing typographical feature: bold glyphs. | |
| Module | derived-module-tei_tite |
| In addition to global attributes | att.global (@xml:id, @n, @xml:lang, @rend, @xml:base) |
| Used by | |
| May contain | |
| Declaration |
element b { att.global.attributes, macro.paraContent }
|
| <back> (back matter) contains any appendixes, etc. following the main part of a text. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSBACK http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS | |
| Module | textstructure |
| In addition to global attributes | att.declaring (@decls) |
| Used by | |
| May contain | |
| Declaration |
element
back
{
att.global.attributes,
att.declaring.attributes,
(
( 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>
<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, &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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2 | |
| Module | core |
| In addition to global attributes | att.declarable att.typed (@type) |
| Used by | |
| May contain | |
| Declaration |
element
bibl
{
att.global.attributes,
att.declarable.attributes,
att.typed.attributes,
(
text
| model.gLike
| model.highlighted
| model.pPart.data
| model.pPart.edit
| model.segLike
| model.ptrLike
| model.biblPart
| model.global
)*
}
|
| Example |
<bibl>Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale,
1990)</bibl> |
| Example |
<bibl>
<title level="a">The Interesting story of the Children in the Wood</title>. In <author>Victor E Neuberg</author>, <title>The Penny Histories</title>. <publisher>OUP</publisher> <date>1968</date>. </bibl> |
| 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 page numbers, or a named subdivision of a larger work. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI | |||||||||||||||||||||
| Module | core | ||||||||||||||||||||
| In addition to global attributes | In addition to global attributes
|
||||||||||||||||||||
| Used by | |||||||||||||||||||||
| May contain | |||||||||||||||||||||
| Declaration |
element
biblScope
{
att.global.attributes,
attribute
type
{
"vol" | "issue" | "pp" | "ll" | "chap" | "part" | xsd:Name
}?,
attribute from { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } }?,
attribute to { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } }?,
macro.phraseSeq
}
|
||||||||||||||||||||
| Example |
<biblScope>pp 12–34</biblScope>
<biblScope type="pp" from="12" to="34"/> <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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS | |
| Module | textstructure |
| In addition to global attributes | att.declaring (@decls) |
| Used by | |
| May contain | |
| Declaration |
element
body
{
att.global.attributes,
att.declaring.attributes,
(
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* )*
)
}
|
| Example |
<body>
<l>Nu scylun hergan hefaenricaes uard</l> <l>metudæs maecti end his modgidanc</l> <l>uerc uuldurfadur sue he uundra gihuaes</l> <l>eci dryctin or astelidæ</l> <l>he aerist scop aelda barnum</l> <l>heben til hrofe haleg scepen.</l> <l>tha middungeard moncynnæs uard</l> <l>eci dryctin æfter tiadæ</l> <l>firum foldu frea allmectig</l> <trailer>primo cantauit Cædmon istud carmen.</trailer> </body> |
| <byline> contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT | |
| Module | textstructure |
| Used by | |
| May contain | |
| Declaration |
element
byline
{
att.global.attributes,
( text | model.gLike | model.phrase | docAuthor | model.global )*
}
|
| Example |
<byline>Written by a CITIZEN who continued all the
while in London. Never made publick before.</byline> |
| Example |
<byline>Written from her own MEMORANDUMS</byline>
|
| Example |
<byline>By George Jones, Political Editor, in Washington</byline>
|
| Example |
<byline>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.
|
| <cb> (column break) marks the boundary between one column of a text and the next in a standard reference system. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5 | |
| Module | core |
| In addition to global attributes | att.typed (@type) att.sourced (@ed) |
| Used by | |
| May contain | Empty element |
| Declaration |
element
cb
{
att.global.attributes,
att.typed.attributes,
att.sourced.attributes,
empty
}
|
| Example |
Markup of an early English dictionary printed in two columns: <pb/>
<cb n="1"/> <entryFree> <form>Well</form>, <sense>a Pit to hold Spring-Water</sense>: <sense>In the Art of <hi rend="italic">War</hi>, a Depth the Miner sinks into the Ground, to find out and disappoint the Enemies Mines, or to prepare one</sense>. </entryFree> <entryFree>To <form>Welter</form>, <sense>to wallow</sense>, or <sense>lie groveling</sense>.</entryFree> <!-- remainder of column --> <cb n="2"/> <entryFree> <form>Wey</form>, <sense>the greatest Measure for dry Things, containing five Chaldron</sense>. </entryFree> <entryFree> <form>Whale</form>, <sense>the greatest of Sea-Fishes</sense>. </entryFree> |
| 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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1 | |
| Module | figures |
| In addition to global attributes | att.tableDecoration (@role, @rows, @cols) |
| Used by | |
| May contain | |
| Declaration |
element
cell
{
att.global.attributes,
att.tableDecoration.attributes,
macro.paraContent
}
|
| Example |
<row>
<cell role="label">General conduct</cell> <cell role="data">Not satisfactory, on account of his great unpunctuality and inattention to duties</cell> </row> |
| <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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPEG | |
| Module | core |
| In addition to global attributes | att.typed (@type) |
| Used by | |
| May contain | |
| Declaration |
element
cit
{
att.global.attributes,
att.typed.attributes,
(
model.qLike
| model.biblLike
| model.ptrLike
| model.global
| model.entryPart
)+
}
|
| Example |
<cit>
<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>
<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> |
| <closer> groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB | |
| Module | textstructure |
| Used by | |
| May contain | |
| Declaration |
element
closer
{
att.global.attributes,
(
text
| model.gLike
| signed
| dateline
| salute
| model.phrase
| model.global
)*
}
|
| Example |
<div type="letter">
<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">
<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 | derived-module-tei_tite | ||||||
| In addition to global attributes |
att.global (@xml:id, @n, @xml:lang, @rend, @xml:base)
|
||||||
| Used by | |||||||
| May contain | Empty element | ||||||
| Declaration |
element
cols
{
att.global.attributes,
attribute [http://www.tei-c.org/ns/tite/1.0]ed { xsd:anyURI }?,
empty
}
|
||||||
| <date> contains a date in any format. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHSE http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE | |||||||||||
| Module | core | ||||||||||
| In addition to global attributes |
att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) att.editLike (@source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) att.typed (@type)
|
||||||||||
| Used by | |||||||||||
| May contain | |||||||||||
| Declaration |
element
date
{
att.global.attributes,
att.datable.attributes,
att.editLike.attributes,
att.typed.attributes,
attribute
calendar
{
"Gregorian"
| "Julian"
| "Islamic"
| "Hebrew"
| "Revolutionary"
| "Iranian"
| "Coptic"
| "Chinese"
| xsd:Name
}?,
( text | model.gLike | model.phrase | model.global )*
}
|
||||||||||
| Example |
<date when="1980-02">early February 1980</date>
|
||||||||||
| Example |
Given on the <date when="1977-06-12">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">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. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC | |
| Module | textstructure |
| Used by | |
| May contain | |
| Declaration |
element dateline { att.global.attributes, macro.phraseSeq }
|
| Example |
<dateline>Walden, this 29. of August 1592</dateline>
|
| Example |
<div type="chapter">
<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 object documented by its parent element, including its intended usage, purpose, or application where this is appropriate. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAG http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDATT http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDCLA http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDENT | |
| Module | core |
| In addition to global attributes | att.translatable (@version) |
| Used by | |
| May contain | |
| Declaration |
element
desc
{
att.global.attributes,
att.translatable.attributes,
macro.limitedContent
}
|
| Example |
<desc>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.
|
| <div1> (level-1 text division) contains a first-level subdivision of the front, body, or back of a text. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2 | |
| Module | textstructure |
| In addition to global attributes | att.typed (@type) att.declaring (@decls) |
| Used by | |
| May contain | |