TEI Lite was the name adopted for what the TEI editors originally conceived of as a simple demonstration of how the TEI encoding scheme might be adopted to meet 90% of the needs of 90% of the TEI user community. In retrospect, it was predictable that many people should imagine TEI Lite to be all there is to TEI, or find TEI Lite to be far too heavy for their needs.
The original TEI Lite was based largely on observations of existing and previous practice in the encoding of texts, particularly as manifest in the collections of the Oxford Text Archive and in our own experience. It is therefore unsurprising that it seems to have become, if not a de facto standard, at least a common point of departure for electronic text centres and encoding projects world wide. Maybe the fact that we actually produced this shortish, readable, manual for it also helped.
Early adopters of TEI Lite included a number of ‘Electronic Text Centers’, many of whom produced their own documentation and tutorial materials (some examples are listed in the TEI Tutorials pages). It was also widely adopted as the basis for TEI-conformant authoring systems. Documentation introducing TEI Lite has been widely used for tutorial purposes and has been widely translated (see further the list of versions at http://www.tei-c.org/Lite/).
With the publication of TEI P4, the XML version of the TEI Guidelines, which uses the generation of TEI Lite as an example of the modification mechanism built into the TEI Guidelines, the opportunity was taken to produce a lightly revised XML-conformant version, but the present revision is the first substantively changed version since its first appearance in 1997. This revision takes advantage of the many new features introduced into the TEI Guidelines at release P5. A brief list of those changes likely to affect users of previous versions of this document is given below (Appendix A Substantive changes from the P4 version).
Lou Burnard, February 2006This document provides an introduction to the recommendations of the Text Encoding Initiative (TEI), by describing a specific subset of the full TEI encoding scheme. The scheme documented here can be used to encode a wide variety of commonly encountered textual features, in such a way as to maximize the usability of electronic transcriptions and to facilitate their interchange among scholars using different computer systems. It is fully compatible with the full TEI scheme, as defined by TEI document P5, Guidelines for Electronic Text Encoding and Interchange, as of February 2006, and available from the TEI Consortium website at http://www.tei-c.org.
The Text Encoding Initiative (TEI) Guidelines are addressed to anyone who wants to interchange information stored in an electronic form. They emphasize the interchange of textual information, but other forms of information such as images and sound are also addressed. The Guidelines are equally applicable in the creation of new resources and in the interchange of existing ones.
The Guidelines provide a means of making explicit certain features of a text in such a way as to aid the processing of that text by computer programs running on different machines. This process of making explicit we call markup or encoding. Any textual representation on a computer uses some form of markup; the TEI came into being partly because of the enormous variety of mutually incomprehensible encoding schemes currently besetting scholarship, and partly because of the expanding range of scholarly uses now being identified for texts in electronic form.
The TEI Guidelines describe an encoding scheme which can be expressed using a number of different formal languages. The first editions of the Guidelines used the Standard Generalized Markup Language (SGML); since 2002, this has been replaced by the use of the Extensible Markup Language (XML). These markup languages have in common the definition of text in terms of elements and attributes, and rules governing their appearance within a text. The TEI's use of XML is ambitious in its complexity and generality, but it is fundamentally no different from that of any other XML markup scheme, and so any general-purpose XML-aware software is able to process TEI-conformant texts.
The TEI was sponsored by the Association for Computers and the Humanities, the Association for Computational Linguistics, and the Association for Literary and Linguistic Computing, and is now maintained and developed by an independent membership consortium, hosted by four major Universities. Funding has been provided in part from the U.S. National Endowment for the Humanities, Directorate General XIII of the Commission of the European Communities, the Andrew W. Mellon Foundation, and the Social Science and Humanities Research Council of Canada. The Guidelines were first published in May 1994, after six years of development involving many hundreds of scholars from different academic disciplines worldwide. During the years that followed, the Guidelines were increasingly influential in the development of the digital library, in the language industries, and even in the development of the World Wide Web itself. The TEI consortium was set up in January 2001, and a year later produced an edition of the Guidelines entirely revised for XML compatibility. In 2004, it set about a major revision of the Guidelines to take full advantage of new schema languages, the first release of which appeared in 2005. This revision of the TEI Lite manual conforms to version 0.3 of this most recent edition of the Guidelines, TEI P5.
The present document describes a manageable selection from the extensive set of elements and recommendations resulting from those design goals, which is called TEI Lite.
In selecting from the several hundred elements defined by the full TEI scheme, we have tried to identify a useful ‘starter set’, comprising the elements which almost every user should know about. Experience working with TEI Lite will be invaluable in understanding the full TEI scheme and in knowing how to integrate specialized parts of it into the general TEI framework.
The reader may judge our success in meeting these goals for him or herself. At the time of first writing (1995), our confidence that we have at least partially done so is borne out by its use in practice for the encoding of real texts. The Oxford Text Archive uses TEI Lite when it translates texts from its holdings from their original markup schemes into SGML; the Electronic Text Centers at the University of Virginia and the University of Michigan have used TEI Lite to encode their holdings. And the Text Encoding Initiative itself uses TEI Lite, in its current technical documentation — including this document.
Although we have tried to make this document self-contained, as suits a tutorial text, the reader should be aware that it does not cover every detail of the TEI encoding scheme. All of the elements described here are fully documented in the TEI Guidelines themselves, which should be consulted for authoritative reference information on these, and on the many others which are not described here. Some basic knowledge of XML is assumed.
We begin with a short example, intended to show what happens when a passage of prose is typed into a computer by someone with little sense of the purpose of mark-up, or the potential of electronic texts. In an ideal world, such output might be generated by a very accurate optical scanner. It attempts to be faithful to the appearance of the printed text, by retaining the original line breaks, by introducing blanks to represent the layout of the original headings and page breaks, and so forth. Where characters not available on the keyboard are needed (such as the accented letter a in faàl or the long dash), it attempts to mimic their appearance.
All TEI-conformant texts contain (a) a TEI header (marked up as a <teiHeader> element) and (b) the transcription of the text proper (marked up as a <text> element). These two elements are combined together to form a single <TEI> element.
The TEI header provides information analogous to that provided by the title page of a printed text. It has up to four parts: a bibliographic description of the machine-readable text, a description of the way it has been encoded, a non-bibliographic description of the text (a text profile), and a revision history. The header is described in more detail in section 19 The Electronic Title Page.
A TEI text may be unitary (a single work) or composite (a collection of single works, such as an anthology). In either case, the text may have an optional front or back. In between is the body of the text, which, in the case of a composite text, may consist of groups, each containing more groups or texts.
In the remainder of this document, we discuss chiefly simple text structures. The discussion in each case consists of a short list of relevant TEI elements with a brief definition of each, followed by definitions for any attributes specific to that element, and a reference to any classes of which the element is a member. These references are linked to full specifications for each object, as given in the TEI Guidelines. In most cases, short examples are also given.
The type attribute on the <div> element may be used to supply a conventional name for this category of text division, or otherwise distinguish them. Typical values might be ‘book’, ‘chapter’, ‘section’, ‘part’, ‘poem’, ‘song’, etc. For a given project, it will usually be advisable to define and adhere to a specific list of such values.
A <div> element may itself contain further, nested, <div>s, thus mimicking the traditional structure of a book, which can be decomposed hierarchically into units such as parts, containing chapters, containing sections, and so on. TEI texts in general conform to this simple hierarchic model.
The xml:id attribute may be used to supply a unique identifier for the division, which may be used for cross references or other links to it, such as a commentary, as further discussed in section 8 Cross References and Links. It is often useful to provide an xml:id attribute for every major structural unit in a text, and to derive its values in some systematic way, for example by appending a section number to a short code for the title of the work in question, as in the examples below.
The n attribute may be used to supply (additionally or alternatively) a short mnemonic name or number for the division. If a conventional form of reference or abbreviation for the parts of a work already exists (such as the book/chapter/verse pattern of Biblical citations), the n attribute is the place to record it.
The xml:lang attribute may be used to specify the language of the division. Languages are identified by an internationally defined code, as further discussed in section 6.3 Foreign Words or Expressions below.
The rend attribute may be used to supply information about the rendition (appearance) of a division, or any other element, as further discussed in section 6 Marking Highlighted Phrases below. As with the type attribute, a project will often find it useful to predefine the possible values for this attribute, but TEI Lite does not constrain it in anyway.
These four attributes, xml:id, n, xml:lang, and rend are so widely useful that they are allowed on any element in any TEI schema: they are global attributes. Other global attributes defined in the TEI Lite scheme are discussed in section 8.3 Special kinds of Linking.
Note that the <l> element marks verse lines, not typographic lines: the original lineation of the first few lines above has not therefore been made explicit by this encoding, and may be lost. The <lb> element described in section 5 Page and Line Numbers may be used to mark typographic lines if so desired.
When working from a paginated original, it is often useful to record its pagination, if only to simplify later proof-reading. Recording the line breaks may be useful for the same reason; treatment of end-of-line hyphenation in printed source texts will require some consideration.
The <pb> and <lb> elements are special cases of the general class of milestone elements which mark reference points within a text. TEI Lite also includes a generic <milestone> element, which is not restricted to special cases but can mark any kind of reference point: for example, a column break, the start of a new kind of section not otherwise tagged, or in general any significant change in the text not marked by an XML element. The names used for types of unit and for editions referred to by the ed and unit attributes may be chosen freely, but should be documented in the header. The <milestone> element may be used to replace the others, or the others may be used as a set; they should not be mixed arbitrarily.
Highlighted words or phrases are those made visibly different from the rest of the text, typically by a change of type font, handwriting style, ink colour etc., which is intended to draw the reader's attention to some associated change.
The global rend attribute can be attached to any element, and used wherever necessary to specify details of the highlighting used for it. For example, a heading rendered in bold might be tagged <head rend="bold">, and one in italic <head rend="italic">.
Some features (notably quotations and glosses) may be found in a text either marked by highlighting, or with quotation marks. In either case, the elements <q> and <gloss> (as discussed in the following section) should be used. If the rendition is to be recorded, use the global rend attribute.
Interpreting the role of the highlighting, the sentence might look like this:On the one hand the Nibelungenlied is associated with the new rise of romance of twelfth-century France, the romans d'antiquité, the romances of Chrétien de Troyes, and the German adaptations of these works by Heinrich van Veldeke, Hartmann von Aue, and Wolfram von Eschenbach.
To record how a quotation was printed (for example, in-line or set off as a display or block quotation), the rend attribute should be used. This may also be used to indicate the kind of quotation marks used.
The creator of the electronic text must decide whether quotation marks are replaced by the tags or whether the tags are added and the quotation marks kept. If the quotation marks are removed from the text, the rend attribute may be used to record the way in which they were rendered in the copy text.
As with highlighting, it is not always possible and may not be considered desirable to interpret the function of quotation marks in a text in this way. In such cases, the tag <hi rend="quoted"> might be used to mark quoted text without making any claim as to its status.
As these examples show, the <foreign> element should not be used to tag foreign words if some other more specific element such as <title>, <mentioned>, or <term> applies. The global xml:lang attribute may be attached to any element to show that it uses some other language than that of the surrounding text.
zh or zho | Chinese | grc | Ancient Greek |
en | English | ell or el | Greek |
enm | Middle English | ja or jpn | Japanese |
fr or fra | French | la or lat | Latin |
de or deu | German | sa or san | Sanskrit |
The n attribute may be used to supply the number or identifier of a note if this is required. The resp attribute should be used consistently to distinguish between authorial and editorial notes, if the work has both kinds; otherwise, the TEI header should state which kind they are.
Explicit cross references or links from one point in a text to another in the same or another document may be encoded using the elements described in this section. Implicit links (such as the association between two parallel texts, or that between a text and its interpretation) may be encoded using the linking attributes discussed in section 8.3 Special kinds of Linking.
The difference between these two elements is that <ptr> is an empty element, simply marking a point from which a link is to be made, whereas <ref> may contain some text as well — typically the text of the cross-reference itself. The <ptr> element would be used for a cross reference which is to be indicated by some non-verbal means such as a symbol or icon, or in an electronic text by a button. It is also useful in document production systems, where the formatter can generate the correct verbal form of the cross reference.
The type attribute should be used (as above) to distinguish amongst different purposes for which these general purpose elements might be used in a text. Some other uses are discussed in section 8.3 Special kinds of Linking below.
So far, we have shown how the elements <ptr> and <ref> may be used for cross-references or links whose targets occur within the same document as their source. However, the same elements may also be used to refer to elements in any other XML document or resource, such as a document on the web, or a database component. This is possible because the value of the target attribute may be any valid universal resource indicator (URI). A full definition of this term, defined by the W3C (the consortium which manages the development and maintenance of the World Wide Web), is beyond the scope of this tutorial: however, the most frequently encountered version of a URI is the familiar ‘URL’ used to indicate a web page, such as http://www.tei-c.org/index.xml.
A URL may reference a web page or just a part of one, for example http://www.tei-c.org/index.xml#SEC2. The sharp sign indicates that what follows it is the identifier of an element to be located within the XML document identified by what precedes it: this example will therefore locate an element which has an xml:id attribute value of SEC2 within the document retrieved from http://www.tei-c.org/index.xml. In the examples we have discussed so far, the part to the left of the sharp sign has been omitted: this is understood to mean that the referenced element is to be located within the current document.
Within a URL, parts of an XML document can be specified by means of other more sophisticated mechanisms, using a special language called Xpath, also defined by the W3C. This is particularly useful where the elements to be linked to do not bear identifiers and must therefore be located by some other means. A full specification of the language is well beyond the scope of this document; here we provide only a flavour of its power.
In the XPath language, locations are defined as a series of steps, each one identifying some part of the document, often in terms of the locations identified by the previous step. For example, you would point to the third sentence of the second paragraph of chapter two by selecting chapter two in the first step, the second paragraph in the second step, and the third sentence in the last step. A step can be defined in terms of the document tree itself, using such concepts as parent, descendent, preceding, etc. or, more loosely, in terms of text patterns, word or character positions.
The process of encoding an electronic text has much in common with the process of editing a manuscript or other text for printed publication. In either case a conscientious editor may wish to record both the original state of the source and any editorial correction or other change made in it. The elements discussed in this and the next section provide some facilities for meeting these needs.
The type attribute may be used to distinguish types of abbreviation by their function.
The TEI scheme defines elements for a large number of ‘data-like’ features which may appear almost anywhere within almost any kind of text. These features may be of particular interest in a range of disciplines; they all relate to objects external to the text itself, such as the names of persons and places, numbers and dates. They also pose particular problems for many natural language processing (NLP) applications because of the variety of ways in which they may be presented within a text. The elements described here, by making such features explicit, reduce the complexity of processing texts containing them.
The <name> element by contrast is provided for the special case of referencing strings which consist only of proper nouns; it may be used synonymously with the <rs> element, or nested within it if a referring string contains a mixture of common and proper nouns.
Simply tagging something as a name is rarely enough to enable automatic processing of personal names into the canonical forms usually required for reference purposes. The name as it appears in the text may be inconsistently spelled, partial, or vague. Moreover, name prefixes such as van or de la, may or may not be included as part of the reference form of a name, depending on the language and country of origin of the bearer.
Where the internal structure of a list item is more complex, it may be preferable to regard the list as a table, for which special-purpose tagging is defined below (13 Tables).
Lists of bibliographic items should be tagged using the <listBibl> element, described in the next section.
He was a member of Parliament for Warwickshire in 1445, and died March 14, 1470 (according to Kittredge, Harvard Studies 5. 88ff).
For lists of bibliographic citations, the <listBibl> element should be used; it may contain a series of <bibl> elements.
Not all the components of a document are necessarily textual. The most straightforward text will often contain diagrams or illustrations, to say nothing of documents in which image and text are inextricably intertwined, or electronic resources in which the two are complementary.
Any textual information accompanying the graphic, such as a heading and/or caption, may be included within the <figure> element itself, in a <head> and one or more <p> elements, as may also any text appearing within the graphic itself. It is strongly recommended that a prose description of the image be supplied, as the content of a <figDesc> element, for the use of applications which are not able to render the graphic, and to render the document accessible to vision-impaired readers. (Such text is not normally considered part of the document proper.)
When a digitized version of the graphic concerned is available, it may be embedded at the appropriate point within the document in this way.
It is often said that all markup is a form of interpretation or analysis. While it is certainly difficult, and may be impossible, to distinguish firmly between ‘objective’ and ‘subjective’ information in any universal way, it remains true that judgments concerning the latter are typically regarded as more likely to provide controversy than those concerning the former. Many scholars therefore prefer to record such interpretations only if it is possible to alert the reader that they are considered more open to dispute, than the rest of the markup. This section describes some of the elements provided by the TEI scheme to meet this need.
A more general purpose segmentation element, the <seg> has already been introduced for use in identifying otherwise unmarked targets of cross references and hypertext links (see section 8 Cross References and Links); it identifies some phrase-level portion of text to which the encoder may assign a user-specified type, as well as a unique identifier; it may thus be used to tag textual features for which there is no provision in the published TEI Guidelines.
A <seg> element of one type (unlike the <s> element which it superficially resembles) can be nested within a <seg> element of the same or another type. This enables quite complex structures to be represented; some examples were given in section 8.3 Special kinds of Linking above. However, because it must respect the requirement that elements be properly nested, and may not cut across each other, it cannot cope with the common requirement to associate an interpretation with arbitrary segments of a text which may completely ignore the document hierarchy. It also requires that the interpretation itself be represented by a single coded value in the type attribute.
Moreover, <interp> is an empty element, which must be linked to the passage to which it applies either by means of the ana attribute discussed in section 8.3 Special kinds of Linking above, or by means of its own inst attribute. This means that any kind of analysis can be represented, with no need to respect the document hierarchy, and also facilitates the grouping of analyses of a particular type together. A special purpose <interpGrp> element is provided for the latter purpose.
For example, suppose that you wish to mark such diverse aspects of a text as themes or subject matter, rhetorical figures, and the locations of individual scenes of the narrative. Different portions of our sample passage from Jane Eyre for example, might be associated with the rhetorical figures of apostrophe, hyperbole, and metaphor; with subject-matter references to churches, servants, cooking, postal service, and honeymoons; and with scenes located in the church, in the kitchen, and in an unspecified location (drawing room?).
Although the focus of this document is on the use of the TEI scheme for the encoding of existing ‘pre-electronic’ documents, the same scheme may also be used for the encoding of new documents. In the preparation of new documents (such as this one), XML has much to recommend it: the document's structure can be clearly represented, and the same electronic text can be re-used for many purposes — to provide both online hypertext or browsable versions and well-formatted typeset versions from a common source for example.
To facilitate this, the TEI Lite schema includes some elements for marking features of technical documents in general, and of XML-related documents in particular.
A formatting application, given a text like that above, can be instructed to format examples appropriately (e.g. to preserve line breaks, or to use a distinctive font). Similarly, the use of tags such as <ident> greatly facilitates the construction of a useful index.
The <list> element used within the example above will not be regarded as forming part of the document proper, because it is embedded within a marked section (beginning with the special markup declaration <![CDATA[ , and ending with ]]>).
Note also the use of the <gi> element to tag references to element names (or generic identifiers) within the body of the text.
This example also demonstrates the use of the type attribute to distinguish the different kinds of division to be generated: in the first case a table of contents (a toc) and in the second an index.
When an existing index or table of contents is to be encoded (rather than one being generated) for some reason, the <list> element discussed in section 11 Lists should be used.
While production of a table of contents from a properly tagged document is generally unproblematic for an automatic processor, the production of a good quality index will often require more careful tagging. It may not be enough simply to produce a list of all parts tagged in some particular way, although extracting (for example) all occurrences of elements such as <term> or <name> will often be a good departure point for an index.
With the advent of XML and its adoption of Unicode as the required character set for all documents, most problems previously associated with the representation of the divers languages and writing systems of the world are greatly reduced. For those working with standard forms of the European languages in particular, almost no special action is needed: any XML editor should enable you to input accented letters or other ‘non-ASCII’ characters directly, and they should be stored in the resulting file in a way which is transferable directly between different systems.
There are two important exceptions: the characters & and < may not be entered directly in an XML document, since they have a special significance as initiating markup. They must always be represented as entity references, like this: & or <. Other characters may also be represented by means of entity reference where necessary, for example to retain compatibility with a pre-Unicode processing system.
For many purposes, particularly in older texts, the preliminary material such as title pages, prefatory epistles, etc., may provide very useful additional linguistic or social information. P5 provides a set of recommendations for distinguishing the textual elements most commonly encountered in front matter, which are summarized here.
Typeface distinctions should be marked with the rend attribute when necessary, as described above. Very detailed description of the letter spacing and sizing used in ornamental titles is not as yet provided for by the Guidelines. Changes of language should be marked by appropriate use of the lang attribute or the <foreign> element, as necessary. Names, wherever they appear, should be tagged using the <name>, as elsewhere.
Epistles which appear elsewhere in a text will, of course, contain these same elements.
A corpus or collection of texts, which share many characteristics, may have one header for the corpus and individual headers for each component of the corpus. In this case the type attribute indicates the type of header. <teiHeader type="corpus"> introduces the header for corpus-level information.
Determining exactly what constitutes a new edition of an electronic text is left to the encoder.
The <extent> statement describe the approximate size of a file.
The <seriesStmt> element groups information about the series, if any, to which a publication belongs. It may contain <title>, <idno>, or <respStmt> elements.
The <notesStmt>, if used, contains one or more <note> elements which contain a note or annotation. Some information found in the notes area in conventional bibliography has been assigned specific elements in the TEI scheme.
The <refsDecl> element is used to document the way in which any standard referencing scheme built into the encoding works. In its simplest form, it consists of prose description.
Linkage between a particular text and a category within such a taxonomy is made by means of the <catRef> element within the <textClass> element, as further described below.
The <creation> element is useful for documenting where a work was created, even though it may not have been published or recorded there.
The <revisionDesc> element provides a change log in which each change made to a text may be recorded. The log may be recorded as a sequence of <change> elements each of which contains a brief description of the change. The attributes date and who may be used to identify when the change was carried out and the agency responsible for it.
This revision of the TEI Lite schema conforms to the TEI P5 Guidelines, which makes a number of changes from the TEI P4 Guidelines underlying earlier versions of TEI Lite. The following brief list indicates some of the major changes which will be needed in existing TEI P4-conformant documents before they can be used with the new schema. A fuller list is in preparation for publication as a part of TEI P5: the items listed here relate specifically to changes in TEI Lite only.
The TEI Lite is a pure subset of the TEI. All of the elements defined in it are taken from the following standard TEI modules: tei, core, header, textstructure, figures, linking, analysis, and tagdocs.
The following elements from those modules are excluded from the schema: <ab>, <alt>, <altGrp>, <altIdent>, <analytic>, <attDef>, <attList>, <attRef>, <biblItem>, <biblStruct>, <binaryObject>, <broadcast>, <c>, <cb>, <cl>, <classSpec>, <classes>, <content>, <correction>, <datatype>, <defaultVal>, <desc>, <distinct>, <div1>, <div2>, <div3>, <div4>, <div5>, <div6>, <div7>, <egXML>, <elementSpec>, <equipment>, <equiv>, <exemplum>, <fsdDecl>, <floatingText>, <headItem>, <headLabel>, <hyphenation>, <imprimatur>, <interpretation>, <join>, <joinGrp>, <link>, <linkGrp>, <listRef>, <m>, <macroSpec>, <measure>, <meeting>, <memberOf>, <metDecl>, <metSym>, <moduleRef>, <moduleSpec>, <monogr>, <normalization>, <phr>, <postBox>, <postCode>, <quotation>, <recording>, <recordingStmt>, <remarks>, <schemaSpec>, <scriptStmt>, <segmentation>, <series>, <span>, <spanGrp>, <specDesc>, <specGrp>, <specGrpRef>, <specList>, <state>, <stdVals>, <street>, <stringVal>, <tag>, <timeline>, <valDesc>, <valItem>, <valList>, <variantEncoding>, <w>, <when>
Here is the TEI Lite schema itself :
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 rs] addrLine |
model.addressLike groups elements used to represent a postal or e-mail address. | |
Module | tei |
Used by | model.pPart.data |
Members | address |
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 biblFull |
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 | choice |
Members | abbr corr expan orig reg seg sic unclear |
model.common groups common chunk- and inter-level elements. | |
Module | tei |
Used by | argument body div epigraph postscript |
Members | model.divPart [ model.lLike [ l] model.pLike [ p] lg sp] model.inter [ model.biblLike [ bibl biblFull] model.egLike [ eg] model.labelLike [ desc label] model.listLike [ list listBibl] model.qLike [ model.quoteLike [ cit quote] q said] model.stageLike [ stage] figure 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 | model.pPart.data |
Members | date time |
model.divBottom groups elements appearing at the end of a text division. | |
Module | tei |
Used by | body div 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.divGenLike groups elements used to represent a structural division which is generated rather than explicitly present in the source. | |
Module | tei |
Used by | body div |
Members | divGen |
model.divLike groups elements used to represent un-numbered generic structural divisions. | |
Module | tei |
Used by | back body div front |
Members | div |
model.divPart groups paragraph-level elements appearing directly within divisions. | |
Module | tei |
Used by | macro.specialPara model.common |
Members | model.lLike [ l] model.pLike [ p] 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 div 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.egLike groups elements containing examples or illustrations. | |
Module | tei |
Used by | figure model.inter |
Members | eg |
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 | code emph foreign gloss ident mentioned soCalled term 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 | divGen 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 div docImprint docTitle epigraph figure 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.global.meta [ index interp interpGrp] model.milestoneLike [ anchor 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.global.meta groups globally available elements which describe the status of other elements. | |
Module | tei |
Used by | model.global |
Members | index interp interpGrp |
Note | Elements in this class are typically used to hold groups of
links or of abstract interpretations, or by provide indications of
certainty etc. It may find be convenient to localize all metadata
elements, for example to contain them within the same divison as
the elements that they relate to; or to locate them all to a
division of their own. They may however appear at any point in a
TEI text. |
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 gloss |
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 divGen 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 | hi |
model.highlighted groups phrase-level elements which are typographically distinct. | |
Module | tei |
Used by | bibl model.phrase |
Members | model.emphLike [ code emph foreign gloss ident mentioned soCalled term title] model.hiLike [ hi] |
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 biblFull] model.egLike [ eg] model.labelLike [ desc label] model.listLike [ list listBibl] model.qLike [ model.quoteLike [ cit quote] q said] model.stageLike [ stage] figure 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 [ code emph foreign gloss ident mentioned soCalled term title] model.pPart.data [ model.addressLike [ address] model.dateLike [ date time] model.measureLike [ measureGrp num] model.nameLike [ model.nameLike.agent [ name] model.placeStateLike rs] ] model.pPart.editorial [ abbr choice expan] model.phrase.xml [ att gi val] 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 | anchor lb milestone pb |
model.msItemPart groups elements which can appear within a manuscript item description. | |
Module | tei |
Used by | |
Members | model.quoteLike [ cit quote] 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 rs |
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 | 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] model.dateLike [ date time] model.measureLike [ measureGrp num] model.nameLike [ model.nameLike.agent [ name] model.placeStateLike rs] |
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 choice expan] model.pPart.transcriptional [ add corr del orig reg sic 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 choice expan |
model.pPart.transcriptional groups phrase-level elements used for editorial transcription of pre-existing source materials. | |
Module | tei |
Used by | model.pPart.edit |
Members | add corr del orig reg sic 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 [ code emph foreign gloss ident mentioned soCalled term title] model.hiLike [ hi] ] model.pPart.data [ model.addressLike [ address] model.dateLike [ date time] model.measureLike [ measureGrp num] model.nameLike [ model.nameLike.agent [ name] model.placeStateLike rs] ] model.pPart.edit [ model.pPart.editorial [ abbr choice expan] model.pPart.transcriptional [ add corr del orig reg sic unclear] ] model.phrase.xml [ att gi val] model.ptrLike [ ptr ref] model.segLike [ s 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.phrase.xml groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values | |
Module | tei |
Used by | model.phrase model.limitedPhrase |
Members | att gi val |
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 quote] q said |
model.quoteLike groups elements used to directly contain quotations. | |
Module | tei |
Used by | model.qLike model.msItemPart |
Members | cit quote |
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 | s 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>, <docAuthor>, <docImprint>, or <epigraph>. | |
Module | tei |
Used by | titlePage |
Members | byline docAuthor docDate docEdition docImprint docTitle epigraph figure graphic titlePart |
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 (@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 [ 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 biblFull editorialDecl geoDecl langUsage listBibl projectDesc refsDecl samplingDecl sourceDesc textClass | ||||||||
Attributes | In addition to global attributes
| ||||||||
Note |
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 div front gloss group ptr ref term 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 | div lg | ||||||||||||||||||||
Attributes | In addition to global attributes
|
att.editLike provides attributes describing the nature of a encoded scholarly intervention or interpretation of any kind. | |||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||
Members | att.transcriptional [ add del] corr date expan gap reg time unclear | ||||||||||||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||||||||||||
Note | The members of this attribute class are typically used to
represent any kind of editorial intervention in a text, for
example a correction or interpretation, or to date or localize manuscripts etc. |
att.global provides attributes common to all elements in the TEI encoding scheme. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Members | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana)
|
att.global.analytic provides additional global attributes for associating specific analyses or interpretations with appropriate portions of a text. | |||||||||||
Module | analysis | ||||||||||
Members | att.global | ||||||||||
Attributes | In addition to global attributes
|
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.interpLike provides attributes for elements which represent a formal analysis or interpretation. | |||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||
Members | interp interpGrp | ||||||||||||||||||||||||||
Attributes | In addition to global attributes
|
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 rs | ||||||||||||||||||||||||||||||
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 | add 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 | s seg | ||||||||||||||||||||||||
Attributes | In addition to global attributes
|
att.spanning provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it. | |||||||||
Module | tei | ||||||||
Members | index | ||||||||
Attributes | In addition to global attributes
| ||||||||
Note | The span is defined as running in document order from the start
of the content of the pointing element (if any) to the end of the
content of the element pointed to by the spanTo attribute (if
any). If no value is supplied for the attribute, the assumption is that the span is
coextensive with the pointing element. |
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.transcriptional provides attributes specific to elements encoding authorial or scribal intervention in a text when transcribing manuscript or similar sources. | |
Module | tei |
Members | add del |
Attributes | In addition to global attributes and those inherited from att.editLike (@cert, @resp, @evidence, @source) |
att.translatable provides attributes used to indicate the status of a translatable portion of an ODD document. | |||||||||
Module | tei | ||||||||
Members | desc gloss | ||||||||
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 | add anchor application bibl cit corr date del div gloss head ident lg listBibl measureGrp quote relatedItem term text time | ||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||
Note | The typology used may be formally defined using
the <classification> element of the <encodingDesc> within
the associated TEI header, or as a list within one of the components
of the <encodingDesc> element, or informally as descriptive prose within
the <encodingDesc> element. |
att.xmlspace groups TEI elements for which it is reasonable to specify whitespace management using the W3C-defined xml:space attribute. | |||||||||
Module | tei | ||||||||
Members | eg | ||||||||
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 | desc figDesc |
Declaration | macro.limitedContent = ( text | model.limitedPhrase | model.inter )* |
macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. | |
Module | tei |
Used by | add cell corr del docEdition emph head hi l orig p ref reg seg sic title titlePart 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 expan extent foreign geoDecl gloss label mentioned name num pubPlace publisher rs s salute signed soCalled speaker term 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 interp 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 | item note q quote said stage |
Declaration | macro.specialPara = ( text | model.gLike | model.phrase | model.inter | model.divPart | model.global )* |
<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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | teiCorpus | ||||||||
May contain | |||||||||
Declaration | element TEI { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute version { xsd:decimal }?, ( teiHeader, ( ( model.resourceLike+, text? ) | text ) ) } <sch:ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/> <sch:ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/> | ||||||||
Example | <TEI> <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. |
<abbr> (abbreviation) contains an abbreviation of any sort. «#CONAAB» | |||||||||||
Module | core | ||||||||||
Attributes | In addition to global attributes
| ||||||||||
Used by | model.pPart.editorial model.choicePart | ||||||||||
May contain | |||||||||||
Declaration | element abbr { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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. |
<add> (addition) contains letters, words, or phrases inserted in the text by an author, scribe, annotator, or corrector. «#COEDADD» | |
Module | core |
Attributes | Global attributes and those inherited from att.transcriptional (@hand, @status, @seq) att.editLike (@cert, @resp, @evidence, @source) att.placement (@place) att.typed (@type, @subtype) |
Used by | model.pPart.transcriptional |
May contain | |
Declaration | element add { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.transcriptional.attribute.hand, att.transcriptional.attribute.status, att.transcriptional.attribute.seq, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, att.placement.attribute.place, att.typed.attribute.type, att.typed.attribute.subtype, macro.paraContent } |
Note | The <add> element should not be used for additions made by
editors or encoders. In these cases, either the <corr>
or <supplied> element should be used.
|
<addrLine> (address line) contains one line of a postal address. «#CONAAD» «#HD24» «#COBICOI» | |
Module | core |
Attributes | Global attributes only |
Used by | model.addrPart |
May contain | |
Declaration | element addrLine { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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. «#CONAAD» «#HD24» «#COBICOI» | |
Module | core |
Attributes | Global attributes only |
Used by | model.addressLike model.publicationStmtPart |
May contain | |
Declaration | element address { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( 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. |
<anchor> (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. «#TSSAPA» «#SACS» | |
Module | linking |
Attributes | Global attributes and those inherited from att.typed (@type, @subtype) |
Used by | model.milestoneLike |
May contain | Empty element |
Declaration | element anchor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, empty } |
Example | <s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s> <s>Help me find it.<ptr target="#A234"/> </s> |
Note | On this
element, the global xml:id attribute must be supplied to
specify an identifier for the point at which this element occurs
within a document. The value used may be chosen freely provided that
it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence. |
<appInfo> (application information) records information about an application which has edited the TEI file. | |
Module | header |
Attributes | Global attributes only |
Used by | model.encodingPart |
May contain | header: application |
Declaration | element appInfo { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, model.applicationLike+ } |
<application> provides information about an application which has acted upon the document. | |||||||||||||
Module | header | ||||||||||||
Attributes | In addition to global attributes and those inherited from att.typed (@type, @subtype) att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)
| ||||||||||||
Used by | model.applicationLike | ||||||||||||
May contain | |||||||||||||
Declaration | element application { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, 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> <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 |
Attributes | Global attributes only |
Used by | opener model.divWrapper model.pLike.front |
May contain | |
Declaration | element argument { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( ( 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 |
<att> (attribute) contains the name of an attribute appearing within running text. «#TD» | |||||||||
Module | tagdocs | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.phrase.xml | ||||||||
May contain | Character data only | ||||||||
Declaration | element att { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute scheme { xsd:Name }?, text } | ||||||||
Example | <p>The TEI defines six <soCalled>global</soCalled> attributes; their names are <att>xml:id</att>, <att>rend</att>, <att>xml:lang</att>, <att>n</att>, <att>xml:space</att>, and <att>xml:base</att>; <att scheme="XX">style</att> is not among them.</p> | ||||||||
Note | A namespace prefix may be used in order to specify
the scheme as an alternative to specifying it via the scheme
attribute: it takes precedence |
<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 |
Attributes | Global attributes only |
Used by | titleStmt model.respLike |
May contain | |
Declaration | element author { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <author>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 |
Attributes | Global attributes only |
Used by | model.publicationStmtPart |
May contain | |
Declaration | element authority { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq.limited } |
Example | <authority>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 | ||||||
Attributes | In addition to global attributes
| ||||||
Used by | model.publicationStmtPart | ||||||
May contain | core: p | ||||||
Declaration | element availability { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute status { "free" | "unknown" | "restricted" }?, model.pLike+ } | ||||||
Example | <availability status="restricted"> <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 |
<back> (back matter) contains any appendixes, etc. following the main part of a text. «#DSBACK» «#DS» | |
Module | textstructure |
Attributes | Global attributes and those inherited from att.declaring (@decls) |
Used by | text |
May contain | |
Declaration | element back { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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> <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. «#COBITY» «#HD3» «#CCAS2» | |
Module | core |
Attributes | Global attributes and those inherited from att.declarable (@default) att.typed (@type, @subtype) |
Used by | model.biblLike model.msItemPart model.personPart |
May contain | |
Declaration | element bibl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, att.typed.attribute.type, att.typed.attribute.subtype, ( 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 |
<biblFull> (fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. «#COBITY» «#HD3» «#CCAS2» | |
Module | header |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.biblLike |
May contain | |
Declaration | element biblFull { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, ( ( titleStmt, editionStmt?, extent?, publicationStmt, seriesStmt?, notesStmt? ), sourceDesc* ) } |
Example | <biblFull> <titleStmt> <title>The Feminist Companion to Literature in English: women writers from the middle ages to the present</title> <author>Blain, Virginia</author> <author>Clements, Patricia</author> <author>Grundy, Isobel</author> </titleStmt> <editionStmt> <edition>UK edition</edition> </editionStmt> <extent>1231 pp</extent> <publicationStmt> <publisher>Yale University Press</publisher> <pubPlace>New Haven and London</pubPlace> <date>1990</date> </publicationStmt> <sourceDesc> <p>No source: this is an original work</p> </sourceDesc> </biblFull> |
<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. «#COBICOI» | |||||||||
Module | core | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.imprintPart | ||||||||
May contain | |||||||||
Declaration | element biblScope { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { "vol" | "issue" | "pp" | "chap" | "part" | xsd:Name }?, macro.phraseSeq } | ||||||||
Example | <biblScope>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 |
Attributes | Global attributes and those inherited from att.declaring (@decls) |
Used by | text |
May contain | |
Declaration | element body { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 |
Attributes | Global attributes only |
Used by | opener model.divWrapper model.titlepagePart model.pLike.front |
May contain | |
Declaration | element byline { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( 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 | <dateline>Zagreb:</dateline> <byline>de notre envoyé spécial.</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. |
<cRefPattern> (canonical reference pattern) specifies an expression and replacement pattern for transforming a canonical reference into a URI. «#HD54M» «#HD54» «#HD54S» | |||||||||||||||||||||
Module | header | ||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||
Used by | refsDecl | ||||||||||||||||||||
May contain | core: p | ||||||||||||||||||||
Declaration | element cRefPattern { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute matchPattern { token }, attribute replacementPattern { text }, model.pLike* } | ||||||||||||||||||||
Example | <cRefPattern matchPattern="([1-9A-Za-z]+)\s+([0-9]+):([0-9]+)" replacementPattern=" "/> | ||||||||||||||||||||
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 |
Attributes | Global attributes only |
Used by | category |
May contain | |
Declaration | element catDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( text | model.limitedPhrase | model.catDescPart )* } |
Example | <catDesc>Prose reportage</catDesc> |
Example | <catDesc> <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 | ||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||
Used by | textClass | ||||||||||||||||
May contain | Empty element | ||||||||||||||||
Declaration | element catRef { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute target { list { xsd:anyURI+ } }, attribute scheme { xsd:anyURI }?, empty } | ||||||||||||||||
Example | <catRef target="#news #prov #sales2"/> <!-- 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 |
Attributes | Global attributes only |
Used by | category taxonomy |
May contain | |
Declaration | element category { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( ( catDesc | model.glossLike* ), category* ) } |
Example | <category xml:id="b1"> <catDesc>Prose reportage</catDesc> </category> |
Example | <category xml:id="b2"> <catDesc>Prose </catDesc> <category xml:id="b11"> <catDesc>reportage</catDesc> </category> <category xml:id="b12"> <catDesc>fiction</catDesc> </category> </category> |
<cell> contains one cell of a table. «#FTTAB1» | |
Module | figures |
Attributes | Global attributes and those inherited from att.tableDecoration (@role, @rows, @cols) |
Used by | row |
May contain | |
Declaration | element cell { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.tableDecoration.attribute.role, att.tableDecoration.attribute.rows, att.tableDecoration.attribute.cols, 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> |
<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 | ||||||||
Attributes | In addition to global attributes and those inherited from att.ascribed (@who)
| ||||||||
Used by | revisionDesc | ||||||||
May contain | |||||||||
Declaration | element change { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 | <teiHeader> <fileDesc> <titleStmt> <title>…</title> <editor xml:id="LDB">Lou Burnard</editor> <respStmt xml:id="BZ"> <resp>copy editing</resp> <name>Brett Zamir</name> </respStmt> </titleStmt> <publicationStmt> <p>…</p> </publicationStmt> <sourceDesc> <p>…</p> </sourceDesc> </fileDesc> <revisionDesc> <change who="#BZ" when="2008-02-02">Finished chapter 23</change> <change who="#BZ" when="2008-01-02">Finished chapter 2</change> <change n="P2.2" when="1991-12-21" who="#LB"> Added examples to section 3</change> <change when="1991-11-11" who="#MSM">Deleted chapter 10</change> </revisionDesc> </teiHeader> | ||||||||
Note | The who attribute may be used to point to any other
element, but will typically specify a <respStmt> or
<person> element elsewhere in the header, identifying the
person responsible for the change and their role in making it. It is recommended that changes be recorded with the most recent first. |
<choice> groups a number of alternative encodings for the same point in a text. | |
Module | core |
Attributes | Global attributes only |
Used by | choice model.pPart.editorial |
May contain | |
Declaration | element choice { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.choicePart | choice )* } |
Example | An American encoding of Gulliver's Travels which retains the British spelling but also provides a version regularized to American spelling might be encoded as follows. <p>Lastly, That, upon his solemn oath to observe all the above articles, the said man-mountain shall have a daily allowance of meat and drink sufficient for the support of <choice> <sic>1724</sic> <corr>1728</corr> </choice> of our subjects, with free access to our royal person, and other marks of our <choice> <orig>favour</orig> <reg>favor</reg> </choice>.</p> |
Note | Because the children of a <choice> element all
represent alternative ways of encoding the same sequence, it is
natural to think of them as mutually exclusive. However, there may
be cases where a full representation of a text requires the
alternative encodings to be considered as parallel. Note also that <choice> elements may self-nest. |
<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 |
Attributes | Global attributes and those inherited from att.typed (@type, @subtype) |
Used by | model.quoteLike model.entryPart.top |
May contain | |
Declaration | element cit { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, ( 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> |
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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | textClass | ||||||||
May contain | |||||||||
Declaration | element classCode { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute scheme { xsd:anyURI }, macro.phraseSeq.limited } | ||||||||
Example | <classCode scheme="http://www.udc.org">410</classCode> |
<classDecl> (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. «#HD55» «#HD5» | |
Module | header |
Attributes | Global attributes only |
Used by | model.encodingPart |
May contain | header: taxonomy |
Declaration | element classDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 |
Attributes | Global attributes only |
Used by | model.divBottomPart |
May contain | |
Declaration | element closer { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( 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> |
<code> contains literal code from some formal language such as a programming language. | |||||||
Module | tagdocs | ||||||
Attributes | In addition to global attributes
| ||||||
Used by | model.emphLike | ||||||
May contain | Character data only | ||||||
Declaration | element code { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute lang { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } }?, text } |
<corr> (correction) contains the correct form of a passage apparently erroneous in the copy text. «#COEDCOR» | |
Module | core |
Attributes | Global attributes and those inherited from att.editLike (@cert, @resp, @evidence, @source) att.typed (@type, @subtype) |
Used by | model.pPart.transcriptional model.choicePart |
May contain | |
Declaration | element corr { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, att.typed.attribute.type, att.typed.attribute.subtype, macro.paraContent } |
Example | If all that is desired is to call attention to the fact that the copy text has been corrected, <corr> may be used alone: I don't know, Juan. It's so far in the past now — how <corr>can we</corr> prove or disprove anyone's theories? |
Example | It is also possible, using the <choice> and <sic> elements, to provide an uncorrected reading: I don't know, Juan. It's so far in the past now — how <choice> <sic>we can</sic> <corr>can we</corr> </choice> prove or disprove anyone's theories? |
<creation> contains information about the creation of a text. «#HD4C» «#HD4» | |
Module | header |
Attributes | Global attributes only |
Used by | profileDesc |
May contain | |
Declaration | element creation { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq.limited } |
Example | <creation> <date>Before 1987</date> </creation> |
Example | <creation> <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 | ||||||||||
Attributes | In addition to global attributes and those inherited from att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.editLike (@cert, @resp, @evidence, @source) att.typed (@type, @subtype)
| ||||||||||
Used by | model.dateLike model.publicationStmtPart | ||||||||||
May contain | |||||||||||
Declaration | element date { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, att.typed.attribute.type, att.typed.attribute.subtype, 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. «#DSCO» «#DSOC» | |
Module | textstructure |
Attributes | Global attributes only |
Used by | closer opener model.divWrapper |
May contain | |
Declaration | element dateline { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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> |
<del> (deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector. «#COEDADD» | |
Module | core |
Attributes | Global attributes and those inherited from att.transcriptional (@hand, @status, @seq) att.editLike (@cert, @resp, @evidence, @source) att.typed (@type, @subtype) |
Used by | model.pPart.transcriptional |
May contain | |
Declaration | element del { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.transcriptional.attribute.hand, att.transcriptional.attribute.status, att.transcriptional.attribute.seq, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, att.typed.attribute.type, att.typed.attribute.subtype, macro.paraContent } |
Example | <l> <del rend="overtyped">Mein</del> Frisch <del rend="overstrike" type="primary">schwebt</del> weht der Wind </l> |
Note | Cf. <gap>. Degrees of uncertainty over what can
still be read may be indicated by use of the
<certainty> element (see ). This element should be used for deletion of shorter
sequences of text, typically single words or phrases.
The <delSpan> element should be used for longer
sequences of text, for those containing structural
subdivisions, and for those containing overlapping
additions and deletions. The text deleted must be at least partially legible, in order for
the encoder to be able to transcribe it. If it is not legible at
all, the <del> tag should not be used. Rather, the
<gap> tag should be employed to signal that text cannot be
transcribed, with the value of the reason attribute giving
the cause for the omission from the transcription as deletion. If it
is not fully legible, the <unclear> element (available when
using the additional tagset for transcription of primary sources)
should be used to signal the areas of text which cannot be read with
confidence. See further sections and, for the
close association of the <del> tag with the <gap>,
<damage>, <unclear> and <supplied> elements (the
latter three tags available when using the additional tagset for
transcription of primary sources), . The <del> tag should not be used for deletions made by
editors or encoders. In these cases, either the <corr> tag or
the <gap> tag should be used. |
<desc> (description) contains a brief description of the purpose and application for an element, attribute, or attribute value. «#TDTAG» «#TDATT» «#TDCLA» «#TDENT» | |
Module | core |
Attributes | Global attributes and those inherited from att.translatable (@version) |
Used by | model.glossLike model.labelLike |
May contain | |
Declaration | element desc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.translatable.attribute.version, 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. |
<distributor> supplies the name of a person or other agency responsible for the distribution of a text. «#HD24» | |
Module | header |
Attributes | Global attributes only |
Used by | model.imprintPart model.publicationStmtPart |
May contain | |
Declaration | element distributor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <distributor>Oxford Text Archive</distributor> <distributor>Redwood and Burn Ltd</distributor> |
<div> (text division) contains a subdivision of the front, body, or back of a text. «#DSDIV» | |
Module | textstructure |
Attributes | Global attributes and those inherited from att.divLike (@org, @sample, @part) att.typed (@type, @subtype) att.declaring (@decls) |
Used by | model.divLike |
May contain | |
Declaration | element div { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.divLike.attribute.org, att.divLike.attribute.sample, att.divLike.attribute.part, att.typed.attribute.type, att.typed.attribute.subtype, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( ( ( ( model.divLike | model.divGenLike ), model.global* )+ ) | ( ( ( model.common ), model.global* )+, ( ( model.divLike | model.divGenLike ), model.global* )* ) ), ( ( model.divBottom ), model.global* )* )? ) } |
Example | <body> <div type="part"> <head>Fallacies of Authority</head> <p>The subject of which is Authority in various shapes, and the object, to repress all exercise of the reasoning faculty.</p> <div n="1" type="chapter"> <head>The Nature of Authority</head> <p>With reference to any proposed measures having for their object the greatest happiness of the greatest number....</p> <div n="1.1" type="section"> <head>Analysis of Authority</head> <p>What on any given occasion is the legitimate weight or influence to be attached to authority ... </p> </div> <div n="1.2" type="section"> <head>Appeal to Authority, in What Cases Fallacious.</head> <p>Reference to authority is open to the charge of fallacy when... </p> </div> </div> </div> </body> |
<divGen> (automatically generated text division) indicates the location at which a textual division generated automatically by a text-processing application is to appear. «#CONOIX» | |||||||||||
Module | core | ||||||||||
Attributes | In addition to global attributes
| ||||||||||
Used by | model.frontPart model.divGenLike | ||||||||||
May contain | core: head | ||||||||||
Declaration | element divGen { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { xsd:Name }?, model.headLike* } | ||||||||||
Example | One use for this element is to allow document preparation software to generate an index and insert it in the appropriate place in the output. The example below assumes that the indexName attribute on <index> elements in the text has been used to specify index entries for the two generated indexes, named NAMES and THINGS: <back> <div1 type="backmat"> <head>Bibliography</head> <listBibl> <bibl/> </listBibl> </div1> <div1 type="backmat"> <head>Indices</head> <divGen n="Index Nominum" type="NAMES"/> <divGen n="Index Rerum" type="THINGS"/> </div1> </back> | ||||||||||
Example | Another use for <divGen> is to specify the location of an automatically produced table of contents: <front> <!--<titlePage>...</titlePage>--> <divGen type="toc"/> <div> <head>Preface</head> <p> ... </p> </div> </front> | ||||||||||
Note | This element is intended primarily for use in document
production or manipulation, rather than in the transcription of
pre-existing materials; it makes it easier to specify the location of
indices, tables of contents, etc., to be generated by text preparation
or word processing software. |
<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 |
Attributes | Global attributes only |
Used by | byline model.titlepagePart model.divWrapper model.pLike.front |
May contain | |
Declaration | element docAuthor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 | ||||||||||
Attributes | In addition to global attributes
| ||||||||||
Used by | docImprint model.titlepagePart model.divWrapper model.pLike.front | ||||||||||
May contain | |||||||||||
Declaration | element docDate { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute when { xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime }?, macro.phraseSeq } | ||||||||||
Example | <docImprint>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 |
Attributes | Global attributes only |
Used by | model.titlepagePart model.pLike.front |
May contain | |
Declaration | element docEdition { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.paraContent } |
Example | <docEdition>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 |
Attributes | Global attributes only |
Used by | model.titlepagePart model.pLike.front |
May contain | |
Declaration | element docImprint { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( text | model.gLike | model.phrase | pubPlace | docDate | publisher | model.global )* } |
Example | <docImprint>Oxford, Clarendon Press, 1987</docImprint> Imprints may be somewhat more complex:
<docImprint> <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 |
Attributes | Global attributes only |
Used by | model.titlepagePart model.pLike.front |
May contain | |
Declaration | element docTitle { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.global*, ( titlePart, model.global* )+ ) } |
Example | <docTitle> <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 |
Attributes | Global attributes only |
Used by | editionStmt model.biblPart |
May contain | |
Declaration | element edition { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <edition>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 |
Attributes | Global attributes only |
Used by | biblFull fileDesc |
May contain | |
Declaration | element editionStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.pLike+ | ( edition, respStmt* ) ) } |
Example | <editionStmt> <edition n="S2">Students' edition</edition> <respStmt> <resp>Adapted by </resp> <name>Elizabeth Kirk</name> </respStmt> </editionStmt> |
Example | <editionStmt> <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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | titleStmt model.respLike | ||||||||
May contain | |||||||||
Declaration | element editor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute role { xsd:Name }?, macro.phraseSeq } | ||||||||
Example | <editor>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 |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.encodingPart |
May contain | core: p |
Declaration | element editorialDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, ( model.pLike+ | model.editorialDeclPart+ ) } |
Example | <editorialDecl> <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 &cdq;.</p> </quotation> </editorialDecl> |
<eg> (example) contains any kind of illustrative example. «#TDTAG» «#TDATT» | |
Module | tagdocs |
Attributes | Global attributes and those inherited from att.xmlspace (@xml:space) |
Used by | model.egLike |
May contain | Character data only |
Declaration | element eg { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.xmlspace.attribute.xmlspace, text } |
Example | <p>The <gi>term</gi> element is declared using the following syntax: <eg><![CDATA[<!ELEMENT term (%phrase.content;)>]]</eg> </p> |
Note | If the example contains material in XML markup, either it must be
enclosed within a CDATA marked section, or character entity
references must be used to represent the markup delimiters. If the
example contains well-formed XML, it should be marked using the
more specific <egXML> element. |
<emph> (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. «#COHQHE» «#COHQH» | |
Module | core |
Attributes | Global attributes only |
Used by | model.emphLike |
May contain | |
Declaration | element emph { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.paraContent } |
Example | You took the car and did <emph>what</emph>?!! |
Example | <q>What it all comes to is this,</q> he said. <q> <emph>What does Christopher Robin do in the morning nowadays?</emph> </q> |
<encodingDesc> (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. «#HD5» «#HD11» | |
Module | header |
Attributes | Global attributes only |
Used by | model.headerPart |
May contain | core: p |
Declaration | element encodingDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( ( 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 |
Attributes | Global attributes only |
Used by | opener model.divWrapper model.titlepagePart model.pLike.front |
May contain | |
Declaration | element epigraph { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.common | model.global )* } |
Example | <epigraph xml:lang="la"> <cit> <bibl>Lucret.</bibl> <quote> <l part="F">petere inde coronam,</l> <l>Vnde prius nulli velarint tempora Musae.</l> </quote> </cit> </epigraph> |
<expan> (expansion) contains the expansion of an abbreviation. «#CONAAB» | |
Module | core |
Attributes | Global attributes and those inherited from att.editLike (@cert, @resp, @evidence, @source) |
Used by | model.pPart.editorial model.choicePart |
May contain | |
Declaration | element expan { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, macro.phraseSeq } |
Example | The address is Southmoor <choice> <expan>Road</expan> <abbr>Rd</abbr> </choice> |
Note | The content of this element should usually be a complete word
or phrase. The <ex> element provided by the transcr module may be used to mark up
sequences of letters supplied within such an expansion. |
<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 |
Attributes | Global attributes only |
Used by | biblFull fileDesc model.biblPart |
May contain | |
Declaration | element extent { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <extent>3200 sentences</extent> <extent>between 10 and 20 Mb</extent> <extent>ten 3.5 inch high density diskettes</extent> |
<figDesc> (description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it. «#FTGRA» | |
Module | figures |
Attributes | Global attributes only |
Used by | figure |
May contain | |
Declaration | element figDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.limitedContent } |
Note | This element is intended for use as an alternative to the
content of its parent <figure> element; for example, to display
when the image is required but the equipment in use cannot display
graphic images. It may also be used for indexing or documentary
purposes. |
<figure> groups elements representing or containing graphic information such as an illustration or figure. «#FT» | |
Module | figures |
Attributes | Global attributes and those inherited from att.placement (@place) |
Used by | figure model.inter model.titlepagePart |
May contain | |
Declaration | element figure { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.placement.attribute.place, ( model.headLike | model.pLike | figDesc | model.graphicLike | model.egLike | figure | model.global )* } |
Example | <figure> <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 |
Attributes | Global attributes only |
Used by | teiHeader |
May contain | |
Declaration | element fileDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( ( 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 elsewhere in the header. It also contains a full bibliographic
description for the source or sources from which the electronic text was
derived. |
<foreign> (foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. «#COHQHF» | |
Module | core |
Attributes | Global attributes only |
Used by | model.emphLike |
May contain | |
Declaration | element foreign { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | This is heathen Greek to you still? Your <foreign xml:lang="la">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. As elsewhere, its value should be a
language tag 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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.graphicLike | ||||||||
May contain | Character data only | ||||||||
Declaration | element formula { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 |
Attributes | Global attributes and those inherited from att.declaring (@decls) |
Used by | text |
May contain | |
Declaration | element front { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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> <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> <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 |
Attributes | Global attributes only |
Used by | titleStmt |
May contain | |
Declaration | element funder { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq.limited } |
Example | <funder>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, invisible, or inaudible. «#COEDADD» | |||||||||||||||||||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.editLike (@cert, @resp, @evidence, @source)
| ||||||||||||||||||||||||||||||||||||||||
Used by | model.global.edit | ||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||
Declaration | element gap { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, attribute reason { list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ } }?, attribute hand { xsd:anyURI }?, attribute agent { xsd:Name }?, attribute extent { xsd:double | xsd:decimal }?, attribute unit { "lines" | "chars" | "pages" | "cm" | "mm" | "in" | xsd:Name }?, model.glossLike* } | ||||||||||||||||||||||||||||||||||||||||
Example | <gap extent="4" unit="chars" reason="illegible"/> | ||||||||||||||||||||||||||||||||||||||||
Example | <gap extent="1" unit="essay" reason="sampling"/> | ||||||||||||||||||||||||||||||||||||||||
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 | ||||||||
Attributes | In addition to global attributes and those inherited from att.declarable (@default)
| ||||||||
Used by | model.encodingPart | ||||||||
May contain | |||||||||
Declaration | element geoDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, attribute datum { "WGS84" | "MGRS" | "OSGB36" | "ED50" | xsd:Name }?, macro.phraseSeq } | ||||||||
Example | <geoDecl datum="OSGB36"/> |
<gi> (element name) contains the name (generic identifier) of an element. «#TD» «#TDTAG» | |||||||||
Module | tagdocs | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.phrase.xml | ||||||||
May contain | Character data only | ||||||||
Declaration | element gi { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute scheme { xsd:Name }?, text } | ||||||||
Example | <p>The <gi>xhtml:li</gi> element is roughly analogous to the <gi>item</gi> element, as is the <gi scheme="DBK">listItem</gi> element.</p> This example shows the use of both a namespace prefix and the schema attribute as alternative ways of indicating that the gi in question is not a TEI element name: in practice only one method should be adopted. |
<gloss> identifies a phrase or word used to provide a gloss or definition for some other word or phrase. «#COHQU» | |||||||||||||||||||
Module | core | ||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
| ||||||||||||||||||
Used by | model.emphLike model.glossLike | ||||||||||||||||||
May contain | |||||||||||||||||||
Declaration | element gloss { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declaring.attribute.decls, att.translatable.attribute.version, att.typed.attribute.type, att.typed.attribute.subtype, ( attribute target { xsd:anyURI }? | attribute cRef { xsd:anyURI }? ), macro.phraseSeq } | ||||||||||||||||||
Example | We may define <term xml:id="tdpv" rend="sc">discoursal point of view</term> as <gloss target="#tdpv">the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction.</gloss> | ||||||||||||||||||
Note | The target and cRef attributes are
mutually exclusive. |
<graphic> indicates the location of an inline graphic, illustration, or figure. «#COGR» | |||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.internetMedia (@mimeType)
| ||||||||||||||||||||||||
Used by | model.graphicLike model.titlepagePart | ||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||
Declaration | element graphic { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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> <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 |
Attributes | Global attributes and those inherited from att.declaring (@decls) |
Used by | group text |
May contain | |
Declaration | element group { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declaring.attribute.decls, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
<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 |
Attributes | Global attributes and those inherited from att.typed (@type, @subtype) |
Used by | model.headLike model.pLike.front |
May contain | |
Declaration | element head { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, 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"> <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"> <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 |
Attributes | Global attributes only |
Used by | model.hiLike |
May contain | |
Declaration | element hi { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.paraContent } |
Example | <hi rend="gothic">And this Indenture further witnesseth</hi> that the said <hi rend="italic">Walter Shandy</hi>, merchant, in consideration of the said intended marriage ... |
<ident> (identifier) contains an identifier or name for an object of some kind in a formal language. | |
Module | tagdocs |
Attributes | Global attributes and those inherited from att.typed (@type, @subtype) |
Used by | model.emphLike |
May contain | Character data only |
Declaration | element ident { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, text } |
Example | <ident type="namespace">http://www.tei-c.org/ns/Examples</ident> |
Note | In running prose, this element may be used for any kind of
identifier in any formal language. |
<idno> (identifying number) supplies any standard or non-standard number used to identify a bibliographic item. «#HD24» «#HD26» «#COBICOI» | |||||||||
Module | header | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | seriesStmt model.biblPart model.publicationStmtPart | ||||||||
May contain | Character data only | ||||||||
Declaration | element idno { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { xsd:Name }?, text } | ||||||||
Example | <idno type="ISSN">0143-3385</idno> <idno type="OTA">116</idno> |
<index> (index entry) marks a location to be indexed for whatever purpose. «#CONOIX» | |||||||||||
Module | core | ||||||||||
Attributes | In addition to global attributes and those inherited from att.spanning (@spanTo)
| ||||||||||
Used by | index model.global.meta | ||||||||||
May contain | |||||||||||
Declaration | element index { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.spanning.attribute.spanTo, attribute indexName { xsd:Name }?, ( term, index? )* } | ||||||||||
Example | David's other principal backer, Josiah ha-Kohen <index indexName="NAMES"> <term>Josiah ha-Kohen b. Azarya</term> </index> b. Azarya, son of one of the last gaons of Sura <index indexName="PLACES"> <term>Sura</term> </index> was David's own first cousin. |
<interp> (interpretation) summarizes a specific interpretative annotation which can be linked to a span of text. «#AISP» | |
Module | analysis |
Attributes | Global attributes and those inherited from att.interpLike (@resp, @type, @inst) |
Used by | interpGrp model.global.meta |
May contain | |
Declaration | element interp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.interpLike.attribute.resp, att.interpLike.attribute.type, att.interpLike.attribute.inst, macro.phraseSeq.limited } |
Example | <interp type="structuralunit">aftermath</interp> |
<interpGrp> (interpretation group) collects together a set of related interpretations which share responsibility or type. «#AISP» | |
Module | analysis |
Attributes | Global attributes and those inherited from att.interpLike (@resp, @type, @inst) |
Used by | model.global.meta |
May contain | analysis: interp |
Declaration | element interpGrp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.interpLike.attribute.resp, att.interpLike.attribute.type, att.interpLike.attribute.inst, interp+ } |
Example | <interpGrp resp="#TMA" type="structuralunit"> <interp xml:id="I1">introduction</interp> <interp xml:id="I2">conflict</interp> <interp xml:id="I3">climax</interp> <interp xml:id="I4">revenge</interp> <interp xml:id="I5">reconciliation</interp> <interp xml:id="I6">aftermath</interp> </interpGrp> <bibl xml:id="TMA"> <!-- bibliographic citation for source of this interpretive framework --> </bibl> |
Note | Any number of <interp> elements. |
<item> contains one component of a list. «#COLI» «#HD6» | |
Module | core |
Attributes | Global attributes only |
Used by | list |
May contain | |
Declaration | element item { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.specialPara } |
Example | <list type="ordered"> <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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | textClass | ||||||||
May contain | |||||||||
Declaration | element keywords { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute scheme { xsd:anyURI }, ( term+ | list ) } | ||||||||
Example | <keywords scheme="http://classificationweb.net"> <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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.lLike | ||||||||
May contain | |||||||||
Declaration | element l { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute part { "Y" | "N" | "I" | "M" | "F" }?, macro.paraContent } | ||||||||
Example | <l met="-/-/-/-/-/" part="Y"/> |
<label> contains the label associated with an item in a list; in glossaries, marks the term being defined. «#COLI» | |
Module | core |
Attributes | Global attributes only |
Used by | list model.labelLike |
May contain | |
Declaration | element label { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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"> <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"> <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"> <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 |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.profileDescPart |
May contain | header: language |
Declaration | element langUsage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, language+ } |
Example | <langUsage> <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 | ||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||
Used by | langUsage | ||||||||||||||
May contain | |||||||||||||||
Declaration | element language { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute ident { xsd:language }, attribute usage { xsd:nonNegativeInteger { maxInclusive = "100" } }?, macro.phraseSeq.limited } | ||||||||||||||
Example | <langUsage xml:lang="en-US"> <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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.milestoneLike | ||||||||
May contain | Empty element | ||||||||
Declaration | element lb { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 |
Attributes | Global attributes and those inherited from att.divLike (@org, @sample, @part) att.typed (@type, @subtype) |
Used by | lg sp model.divPart |
May contain | |
Declaration | element lg { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.divLike.attribute.org, att.divLike.attribute.sample, att.divLike.attribute.part, att.typed.attribute.type, att.typed.attribute.subtype, ( ( model.divTop | model.global )*, ( model.lLike | lg ), ( model.lLike | lg | model.global )*, ( ( model.divBottom ), model.global* )* ) } |
Example | <lg type="free"> <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 | ||||||||||
Attributes | In addition to global attributes
| ||||||||||
Used by | keywords revisionDesc model.listLike | ||||||||||
May contain | |||||||||||
Declaration | element list { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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"> <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"> <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>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 |
Attributes | Global attributes and those inherited from att.declarable (@default) att.typed (@type, @subtype) |
Used by | listBibl model.listLike model.msItemPart |
May contain | |
Declaration | element listBibl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, att.typed.attribute.type, att.typed.attribute.subtype, ( model.headLike*, ( model.biblLike | listBibl )+ ) } |
Example | <listBibl> <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 |
Attributes | Global attributes and those inherited from att.measurement (@unit, @quantity, @commodity) att.typed (@type, @subtype) |
Used by | model.measureLike |
May contain | core: measureGrp num |
Declaration | element measureGrp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.measurement.attribute.unit, att.measurement.attribute.quantity, att.measurement.attribute.commodity, att.typed.attribute.type, att.typed.attribute.subtype, ( text | model.gLike | model.measureLike )* } |
Example | <measureGrp type="leaves" unit="mm"> <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> |
<mentioned> marks words or phrases mentioned, not used. «#COHQU» | |
Module | core |
Attributes | Global attributes only |
Used by | model.emphLike |
May contain | |
Declaration | element mentioned { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | The weight of the evidence clearly demonstrates, as noted, that the systemic change from <mentioned>creation</mentioned> to <mentioned>intelligent design</mentioned> occurred sometime in 1987, after the Supreme Court’s important Edwards decision. This compelling evidence strongly supports Plaintiffs’ assertion that ID is creationism re-labeled. |
<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 | ||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||
Used by | model.milestoneLike | ||||||||||||||||||
May contain | Empty element | ||||||||||||||||||
Declaration | element milestone { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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"/> ... <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 | ||||||||
Attributes | In addition to global attributes and those inherited from att.naming (@key, @ref, @nymRef)
| ||||||||
Used by | model.nameLike.agent | ||||||||
May contain | |||||||||
Declaration | element name { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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. |
<note> contains a note or annotation. «#CONONO» «#HD27» «#COBICON» «#DITPNO» | |||||||||||||||||||||||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||||||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.placement (@place)
| ||||||||||||||||||||||||||||||||||||||||||||
Used by | model.noteLike | ||||||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||||||
Declaration | element note { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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"> <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"> 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 |
Attributes | Global attributes only |
Used by | biblFull fileDesc |
May contain | core: note |
Declaration | element notesStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, model.noteLike+ } |
Example | <notesStmt> <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 | ||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||
Used by | model.measureLike | ||||||||||||||||||||
May contain | |||||||||||||||||||||
Declaration | element num { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { "cardinal" | "ordinal" | "fraction" | "percentage" | xsd:Name }?, attribute value { xsd:double | xsd:decimal }?, macro.phraseSeq } | ||||||||||||||||||||
Example | <p>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 |
Attributes | Global attributes only |
Used by | model.divTopPart |
May contain | |
Declaration | element opener { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( text | model.gLike | model.phrase | argument | byline | dateline | epigraph | salute | signed | model.global )* } |
Example | <opener> <dateline>Walden, this 29. of August 1592</dateline> </opener> |
Example | <opener> <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> |
<orig> (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. «#COEDREG» «#TC» | |
Module | core |
Attributes | Global attributes only |
Used by | model.pPart.transcriptional model.choicePart |
May contain | |
Declaration | element orig { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.paraContent } |
Example | If all that is desired is to call attention to the original version in the copy text, <orig> may be used alone: <l>But this will be a <orig>meere</orig> confusion</l> <l>And hardly shall we all be <orig>vnderstoode</orig> </l> |
Example | More usually, an <orig> will be combined with a regularized form within a <choice> element: <l>But this will be a <choice> <orig>meere</orig> <reg>mere</reg> </choice> confusion</l> <l>And hardly shall we all be <choice> <orig>vnderstoode</orig> <reg>understood</reg> </choice> </l> |
<p> (paragraph) marks paragraphs in prose. «#COPA» «#DRPAL» | |
Module | core |
Attributes | Global attributes only |
Used by | model.pLike |
May contain | |
Declaration | element p { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.paraContent } |
Example | <p>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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.milestoneLike | ||||||||
May contain | Empty element | ||||||||
Declaration | element pb { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 |
Attributes | Global attributes only |
Used by | model.divBottomPart |
May contain | |
Declaration | element postscript { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( ( model.common ) | ( model.global ) )* } |
Example | <div type="letter"> <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 |
Attributes | Global attributes only |
Used by | titleStmt |
May contain | |
Declaration | element principal { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq.limited } |
Example | <principal>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 |
Attributes | Global attributes only |
Used by | model.headerPart |
May contain | |
Declaration | element profileDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( creation?, model.profileDescPart* ) } |
Example | <profileDesc> <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 |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.encodingPart |
May contain | core: p |
Declaration | element projectDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, model.pLike+ } |
Example | <projectDesc> <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 | ||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.pointing (@type, @evaluate) att.declaring (@decls)
| ||||||||||||||||||
Used by | model.ptrLike | ||||||||||||||||||
May contain | Empty element | ||||||||||||||||||
Declaration | element ptr { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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"/> <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 |
Attributes | Global attributes and those inherited from att.naming (@key, @ref, @nymRef) |
Used by | docImprint model.imprintPart model.publicationStmtPart |
May contain | |
Declaration | element pubPlace { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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 |
Attributes | Global attributes only |
Used by | biblFull fileDesc |
May contain | header: authority availability distributor idno |
Declaration | element publicationStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.pLike+ | model.publicationStmtPart+ ) } |
Example | <publicationStmt> <publisher>C. Muquardt </publisher> <pubPlace>Bruxelles & Leipzig</pubPlace> <date when="1846"/> </publicationStmt> |
Example | <publicationStmt> <publisher>Chadwyck Healey</publisher> <pubPlace>Cambridge</pubPlace> <availability> <p>Available under licence only</p> </availability> <date when="1992">1992</date> </publicationStmt> |
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 |
Attributes | Global attributes only |
Used by | docImprint model.imprintPart model.publicationStmtPart |
May contain | |
Declaration | element publisher { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <imprint> <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 but not used. «#COHQQ» | |||||||||
Module | core | ||||||||
Attributes | In addition to global attributes and those inherited from att.ascribed (@who)
| ||||||||
Used by | model.qLike | ||||||||
May contain | |||||||||
Declaration | element q { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.ascribed.attribute.who, attribute type { "spoken" | "thought" | "written" | "soCalled" | "foreign" | "distinct" | "term" | "emph" | "mentioned" | xsd:Name }?, macro.specialPara } | ||||||||
Example | It is spelled <q>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. |
<quote> (quotation) contains a phrase or passage attributed by the narrator or author to some agency external to the text. «#COHQQ» «#DSGRP» | |
Module | core |
Attributes | Global attributes and those inherited from att.typed (@type, @subtype) |
Used by | model.quoteLike |
May contain | |
Declaration | element quote { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, macro.specialPara } |
Example | Lexicography has shown little sign of being affected by the work of followers of J.R. Firth, probably best summarized in his slogan, <quote>You shall know a word by the company it keeps</quote> <ref>(Firth, 1957)</ref> |
Note | If a bibliographic citation is supplied for the source of a
quotation, the two may be grouped using the <cit> element. |
<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. «#COXR» «#SAPT» | |||||||||||||||||||
Module | core | ||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.pointing (@type, @evaluate) att.declaring (@decls)
| ||||||||||||||||||
Used by | model.ptrLike | ||||||||||||||||||
May contain | |||||||||||||||||||
Declaration | element ref { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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">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 | ||||||||||||||||||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||||||||||||||||||
Used by | refsDecl | ||||||||||||||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||||||||||||||
Declaration | element refState { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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=":"/> <refState unit="line" length="4"/> |
<refsDecl> (references declaration) specifies how canonical references are constructed for this text. «#HD54M» «#HD5» «#HD54» | |
Module | header |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.encodingPart |
May contain | core: p header: cRefPattern refState |
Declaration | element refsDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, ( model.pLike+ | cRefPattern+ | refState+ ) } |
Example | <refsDecl> <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> <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> |
<reg> (regularization) contains a reading which has been regularized or normalized in some sense. «#COEDREG» «#TC» | |
Module | core |
Attributes | Global attributes and those inherited from att.editLike (@cert, @resp, @evidence, @source) |
Used by | model.pPart.transcriptional model.choicePart |
May contain | |
Declaration | element reg { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, macro.paraContent } |
Example | If all that is desired is to call attention to the fact that the copy text has been regularized, <reg> may be used alone: <q>Please <reg>knock</reg> if an <reg>answer</reg> is <reg>required</reg> </q> |
Example | It is also possible to identify the individual responsible for the regularization, and, using the <choice> and <orig> elements, to provide both the original and regularized readings: <q>Please <choice> <reg>knock</reg> <orig>cnk</orig> </choice> if an <choice> <reg>answer</reg> <orig>nsr</orig> </choice> is <choice> <reg>required</reg> <orig>reqd</orig> </choice> </q> |
<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 |
Attributes | Global attributes and those inherited from att.typed (@type, @subtype) |
Used by | model.biblPart |
May contain | |
Declaration | element relatedItem { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.typed.attribute.type, att.typed.attribute.subtype, ( model.biblLike | model.ptrLike ) } |
<resp> (responsibility) contains a phrase describing the nature of a person's intellectual responsibility. «#COBICOR» «#HD21» «#HD22» «#HD26» | |
Module | core |
Attributes | Global attributes only |
Used by | respStmt |
May contain | |
Declaration | element resp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq.limited } |
Example | <respStmt> <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 |
Attributes | Global attributes only |
Used by | editionStmt seriesStmt titleStmt model.respLike |
May contain | |
Declaration | element respStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( ( resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) ) } |
Example | <respStmt> <resp>transcribed from original ms</resp> <persName>Claus Huitfeldt</persName> </respStmt> |
Example | <respStmt> <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 |
Attributes | Global attributes only |
Used by | teiHeader |
May contain | |
Declaration | element revisionDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( list | change+ ) } |
Example | <revisionDesc> <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 |
Attributes | Global attributes and those inherited from att.tableDecoration (@role, @rows, @cols) |
Used by | table |
May contain | figures: cell |
Declaration | element row { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.tableDecoration.attribute.role, att.tableDecoration.attribute.rows, att.tableDecoration.attribute.cols, cell+ } |
Example | <row role="data"> <cell role="label">Classics</cell> <cell>Idle listless and unimproving</cell> </row> |
<rs> (referencing string) contains a general purpose name or referring string. «#NDPER» «#CONARS» | |||||||||
Module | core | ||||||||
Attributes | In addition to global attributes and those inherited from att.naming (@key, @ref, @nymRef)
| ||||||||
Used by | model.nameLike | ||||||||
May contain | |||||||||
Declaration | element rs { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.naming.attribute.key, att.naming.attribute.ref, att.naming.attribute.nymRef, attribute type { xsd:Name }?, macro.phraseSeq } | ||||||||
Example | <q>My dear <rs type="person">Mr. Bennet</rs>, </q> said <rs type="person">his lady</rs> to him one day, <q>have you heard that <rs type="place">Netherfield Park</rs> is let at last?</q> |
<s> (s-unit) contains a sentence-like division of a text. «#AILC» «#TSSASE» | |
Module | analysis |
Attributes | Global attributes and those inherited from att.segLike (@type, @function, @part) |
Used by | model.segLike |
May contain | |
Declaration | element s { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.segLike.attribute.type, att.segLike.attribute.function, att.segLike.attribute.part, macro.phraseSeq } |
Example | <s>When are you leaving?</s> <s>Tomorrow.</s> |
Note | May contain any combination of text and
phrase-level elements; may not contain itself. The <s> element may be used to mark orthographic
sentences, or any other segmentation of a text, provided that the
segmentation is end-to-end, complete, and non-nesting. |
<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 | ||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.ascribed (@who)
| ||||||||||||||||
Used by | model.qLike | ||||||||||||||||
May contain | |||||||||||||||||
Declaration | element said { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.ascribed.attribute.who, attribute aloud { xsd:boolean | "unknown" | "inapplicable" }?, attribute direct { xsd:boolean | "unknown" | "inapplicable" }?, macro.specialPara } | ||||||||||||||||
Example | <p> <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> <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 |
Attributes | Global attributes only |
Used by | closer opener model.divTopPart |
May contain | |
Declaration | element salute { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <salute>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 |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.encodingPart |
May contain | core: p |
Declaration | element samplingDecl { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, 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) represents any segmentation of text below the ‘chunk’ level. «#SASE» «#VESE» «#DRPAL» | |||||||||||
Module | linking | ||||||||||
Attributes | In addition to global attributes and those inherited from att.segLike (@type, @function, @part)
| ||||||||||
Used by | model.segLike model.choicePart | ||||||||||
May contain | |||||||||||
Declaration | element seg { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.segLike.attribute.type, att.segLike.attribute.function, att.segLike.attribute.part, attribute subtype { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } }?, macro.paraContent } | ||||||||||
Example | <seg>When are you leaving?</seg> <seg>Tomorrow.</seg> | ||||||||||
Example | <s> <seg rend="caps" type="initial-cap">So father's only</seg> glory was the ballfield. </s> | ||||||||||
Example | <seg type="preamble"> <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. 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 |
Attributes | Global attributes only |
Used by | biblFull fileDesc |
May contain | |
Declaration | element seriesStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.pLike+ | ( title+, ( idno | respStmt )* ) ) } |
Example | <seriesStmt> <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> |
<sic> (latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. «#COEDCOR» | |
Module | core |
Attributes | Global attributes only |
Used by | model.pPart.transcriptional model.choicePart |
May contain | |
Declaration | element sic { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.paraContent } |
Example | for his nose was as sharp as a pen, and <sic>a Table</sic> of green fields. |
Example | If all that is desired is to call attention to the apparent problem in the copy text, <sic> may be used alone: I don't know, Juan. It's so far in the past now — how <sic>we can</sic> prove or disprove anyone's theories? |
Example | It is also possible, using the <choice> and <corr> elements, to provide a corrected reading: I don't know, Juan. It's so far in the past now — how <choice> <sic>we can</sic> <corr>can we</corr> </choice> prove or disprove anyone's theories? |
Example | for his nose was as sharp as a pen, and <choice> <sic>a Table</sic> <corr>a' babbld</corr> </choice> of green fields. |
<signed> (signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. «#DSCO» «#DSOC» | |
Module | textstructure |
Attributes | Global attributes only |
Used by | closer opener model.divBottomPart |
May contain | |
Declaration | element signed { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <signed>Thine to command <name>Humph. Moseley</name> </signed> |
<soCalled> contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics. «#COHQQ» | |
Module | core |
Attributes | Global attributes only |
Used by | model.emphLike |
May contain | |
Declaration | element soCalled { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | To edge his way along the crowded paths of life, warning all human sympathy to keep its distance, was what the knowing ones call <soCalled>nuts</soCalled> to Scrooge. |
<sourceDesc> (source description) supplies a description of the source text(s) from which an electronic text was derived or generated. «#HD3» | |
Module | header |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | biblFull fileDesc |
May contain | |
Declaration | element sourceDesc { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, ( model.pLike+ | ( model.biblLike | model.sourceDescPart | model.listLike )+ ) } |
Example | <sourceDesc> <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 |
Attributes | Global attributes and those inherited from att.ascribed (@who) |
Used by | model.divPart |
May contain | |
Declaration | element sp { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.ascribed.attribute.who, ( model.global*, ( speaker, model.global* )?, ( ( model.lLike | lg | model.pLike | model.stageLike ), model.global* )+ ) } |
Example | <sp> <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 |
Attributes | Global attributes only |
Used by | sp |
May contain | |
Declaration | element speaker { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <sp who="#ni #rsa"> <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 |
Attributes | Global attributes only |
Used by | titleStmt |
May contain | |
Declaration | element sponsor { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq.limited } |
Example | <sponsor>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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | model.stageLike | ||||||||
May contain | |||||||||
Declaration | element stage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { "setting" | "entrance" | "exit" | "business" | "novelistic" | "delivery" | "modifier" | "location" | "mixed" | xsd:Name }?, macro.specialPara } | ||||||||
Example | <stage type="setting">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> |
<table> contains text displayed in tabular form, in rows and columns. «#FTTAB1» | |||||||||||||||||||||
Module | figures | ||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||
Used by | model.inter | ||||||||||||||||||||
May contain | |||||||||||||||||||||
Declaration | element table { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute rows { xsd:nonNegativeInteger }?, attribute cols { xsd:nonNegativeInteger }?, ( ( model.headLike | model.global )*, ( row, model.global* )+ ) } | ||||||||||||||||||||
Example | <table rows="4" cols="4"> <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. |
<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 |
Attributes | Global attributes only |
Used by | classDecl |
May contain | |
Declaration | element taxonomy { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( model.glossLike* | category+ | ( ( model.biblLike ), category* ) ) } |
Example | <taxonomy xml:id="tax.b"> <bibl>Brown Corpus</bibl> <category xml:id="tax.b.a"> <catDesc>Press Reportage</catDesc> <category xml:id="tax.b.a1"> <catDesc>Daily</catDesc> </category> <category xml:id="tax.b.a2"> <catDesc>Sunday</catDesc> </category> <category xml:id="tax.b.a3"> <catDesc>National</catDesc> </category> <category xml:id="tax.b.a4"> <catDesc>Provincial</catDesc> </category> <category xml:id="tax.b.a5"> <catDesc>Political</catDesc> </category> <category xml:id="tax.b.a6"> <catDesc>Sports</catDesc> </category> </category> <category xml:id="tax.b.d"> <catDesc>Religion</catDesc> <category xml:id="tax.b.d1"> <catDesc>Books</catDesc> </category> <category xml:id="tax.b.d2"> <catDesc>Periodicals and tracts</catDesc> </category> </category> </taxonomy> |
<teiCorpus> contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more TEI elements, each containing a single text header and a text. «#DS» «#CCDEF» | |||||||||
Module | core | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | teiCorpus | ||||||||
May contain | |||||||||
Declaration | element teiCorpus { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute version { xsd:decimal }?, ( teiHeader, ( TEI | teiCorpus )+ ) } | ||||||||
Example | <teiCorpus> <teiHeader> <!-- header for corpus --> </teiHeader> <TEI> <teiHeader> <!-- header for first text --> </teiHeader> <text> <!-- content of first text --> </text> </TEI> <TEI> <teiHeader> <!-- header for second text --> </teiHeader> <text> <!-- content of second text --> </text> </TEI> <!-- more TEI elements here --> </teiCorpus> | ||||||||
Note | Must contain one TEI header for the corpus, and a series
of <TEI> elements, one for each text. This element is mandatory when applicable. |
<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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | TEI teiCorpus | ||||||||
May contain | header: encodingDesc fileDesc profileDesc revisionDesc | ||||||||
Declaration | element teiHeader { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { xsd:Name }?, ( fileDesc, model.headerPart*, revisionDesc? ) } | ||||||||
Example | <teiHeader> <fileDesc> <titleStmt> <title>Shakespeare: the first folio (1623) in electronic form</title> <author>Shakespeare, William (1564–1616)</author> <respStmt> <resp>Originally prepared by</resp> <name>Trevor Howard-Hill</name> </respStmt> <respStmt> <resp>Revised and edited by</resp> <name>Christine Avern-Carr</name> </respStmt> </titleStmt> <publicationStmt> <distributor>Oxford Text Archive</distributor> <address> <addrLine>13 Banbury Road, Oxford OX2 6NN, UK</addrLine> </address> <idno type="OTA">119</idno> <availability> <p>Freely available on a non-commercial basis.</p> </availability> <date when="1968">1968</date> </publicationStmt> <sourceDesc> <bibl>The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile, 1968)</bibl> </sourceDesc> </fileDesc> <encodingDesc> <projectDesc> <p>Originally prepared for use in the production of a series of old-spelling concordances in 1968, this text was extensively checked and revised for use during the editing of the new Oxford Shakespeare (Wells and Taylor, 1989).</p> </projectDesc> <editorialDecl> <correction> <p>Turned letters are silently corrected.</p> </correction> <normalization> <p>Original spelling and typography is retained, except that long s and ligatured forms are not encoded.</p> </normalization> </editorialDecl> <refsDecl xml:id="ASLREF"> <cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)" replacementPattern=" "> <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. |
<term> contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. «#COHQU» | |||||||||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.declaring (@decls) att.typed (@type, @subtype)
| ||||||||||||||||||||||||||||||
Used by | index keywords model.emphLike | ||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||
Declaration | element term { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declaring.attribute.decls, att.typed.attribute.type, att.typed.attribute.subtype, attribute sortKey { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } }?, ( attribute target { xsd:anyURI }? | attribute cRef { xsd:anyURI }? ), macro.phraseSeq } | ||||||||||||||||||||||||||||||
Example | A computational device that infers structure from grammatical strings of words is known as a <term>parser</term>, and much of the history of NLP over the last 20 years has been occupied with the design of parsers. | ||||||||||||||||||||||||||||||
Example | We may define <term xml:id="TDPV" rend="sc">discoursal point of view</term> as <gloss target="#TDPV">the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction.</gloss> | ||||||||||||||||||||||||||||||
Note | This element is used to supply the form under which an index entry is to be made for
the location of a parent <index> element. In formal terminological work, there is frequently discussion
over whether terms must be atomic or may include multi-word
lexical items, symbolic designations, or phraseological units. The
<term> element may be used to mark any of these. No
position is taken on the philosophical issue of what a term can
be; the looser definition simply allows the <term> element
to be used by practitioners of any persuasion. The target and cRef attributes are
mutually exclusive. |
<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 |
Attributes | Global attributes and those inherited from att.declaring (@decls) att.typed (@type, @subtype) |
Used by | TEI group |
May contain | |
Declaration | element text { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declaring.attribute.decls, att.typed.attribute.type, att.typed.attribute.subtype, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
Example | <text> <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> <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 |
Attributes | Global attributes and those inherited from att.declarable (@default) |
Used by | model.profileDescPart |
May contain | |
Declaration | element textClass { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.declarable.attribute.default, ( classCode | catRef | keywords )* } |
Example | <taxonomy> <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 |
Attributes | Global attributes and those inherited from att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.editLike (@cert, @resp, @evidence, @source) att.typed (@type, @subtype) |
Used by | model.dateLike |
May contain | |
Declaration | element time { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, 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.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, att.typed.attribute.type, att.typed.attribute.subtype, ( text | model.gLike | model.phrase | model.global )* } |
Example | As he sat smiling, the quarter struck — <time when="11:45:00">the quarter to twelve</time>. |
<title> contains the full title of a work of any kind. «#COBICOR» «#HD21» «#HD26» | |||||||||||||||||||
Module | core | ||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||
Used by | seriesStmt titleStmt model.emphLike model.msItemPart | ||||||||||||||||||
May contain | |||||||||||||||||||
Declaration | element title { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute level { "a" | "m" | "j" | "s" | "u" }?, attribute type { xsd:Name }?, macro.paraContent } | ||||||||||||||||||
Example | <title>La vie mode d'emploi. Romans.</title> | ||||||||||||||||||
Example | <title>Synthese: an international journal for epistemology, methodology and history of science</title> | ||||||||||||||||||
Example | <title>Information Technology and the Research Process: Proceedings of a conference held at Cranfield Institute of Technology, UK, 18–21 July 1989</title> | ||||||||||||||||||
Example | <title>Hardy's Tess of the D'Urbervilles: a machine readable edition</title> |
<titlePage> (title page) contains the title page of a text, appearing within the front or back matter. «#DSTITL» | |||||||||||
Module | textstructure | ||||||||||
Attributes | In addition to global attributes
| ||||||||||
Used by | model.frontPart | ||||||||||
May contain | |||||||||||
Declaration | element titlePage { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { xsd:Name }?, ( model.global*, ( model.titlepagePart ), ( model.titlepagePart | model.global )* ) } | ||||||||||
Example | <titlePage> <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 | ||||||||
Attributes | In addition to global attributes
| ||||||||
Used by | docTitle model.titlepagePart model.pLike.front | ||||||||
May contain | |||||||||
Declaration | element titlePart { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, attribute type { "main" | "sub" | "alt" | "short" | "desc" | xsd:Name }?, macro.paraContent } | ||||||||
Example | <docTitle> <titlePart type="main">THE FORTUNES AND MISFORTUNES Of the FAMOUS Moll Flanders, &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 |
Attributes | Global attributes only |
Used by | biblFull fileDesc |
May contain | |
Declaration | element titleStmt { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, ( title+, ( author | editor | sponsor | funder | principal | respStmt )* ) } |
Example | <titleStmt> <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 |
Attributes | Global attributes only |
Used by | model.divBottomPart |
May contain | |
Declaration | element trailer { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, macro.phraseSeq } |
Example | <trailer>Explicit pars tertia</trailer> |
<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 | ||||||||||||||||||||||||
Attributes | In addition to global attributes and those inherited from att.editLike (@cert, @resp, @evidence, @source)
| ||||||||||||||||||||||||
Used by | model.pPart.transcriptional model.choicePart | ||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||
Declaration | element unclear { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.editLike.attribute.cert, att.editLike.attribute.resp, att.editLike.attribute.evidence, att.editLike.attribute.source, attribute reason { list { token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }+ } }?, attribute hand { xsd:anyURI }?, attribute agent { xsd:Name }?, macro.paraContent } | ||||||||||||||||||||||||
Note |
<val> (value) contains a single attribute value. «#TD» «#TDATT» | |
Module | tagdocs |
Attributes | Global attributes only |
Used by | model.phrase.xml |
May contain | Character data only |
Declaration | element val { att.global.attribute.xmlid, att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.rend, att.global.attribute.xmlbase, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, text } |
Example | <val>unknown</val> |