<title>
<title> (title) contains a title for any kind of work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
Module | core | ||||||||||||||||||||||||||||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.canonical (ref) att.datable (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod))
|
||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||
Contained by |
core: abbr add author bibl corr date del desc editor emph expan foreign gloss head hi item l label mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||||||||||||||||||||||||||||
May contain |
core: abbr add bibl biblStruct choice cit date del desc ellipsis emph foreign gap gloss graphic hi l label lb lg list listBibl mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic term time title unclear
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
namesdates: addName affiliation forename genName geo listObject listOrg listPerson listPlace location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||||||||||||||||||||||||||
Note |
The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying
(for example) the identifier of a record in some external library system; the latter
by pointing to an XML element somewhere containing the canonical form of the title.
|
||||||||||||||||||||||||||||||||
Examples |
<title>Information Technology and the Research Process: Proceedings of a conference held at Cranfield Institute of Technology, UK, 18–21 July 1989</title> <title>Hardy's Tess of the D'Urbervilles: a machine readable edition</title> <title type="full"> <title type="main">Synthèse</title> <title type="sub">an international journal for epistemology, methodology and history of science</title> </title> |
||||||||||||||||||||||||||||||||
Source | Github
<elementSpec module="core" ident="title"> <gloss>title</gloss> <desc>contains a title for any kind of work.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.typed"/> <memberOf key="model.emphLike"/> <memberOf key="model.msQuoteLike"/> <memberOf key="att.canonical"/> <memberOf key="att.datable"/> </classes> <content> <macroRef key="macro.paraContent"/> </content> <attList> <attDef ident="calendar" usage="opt" validUntil="2024-11-11"> <desc>indicates one or more systems or calendars to which the date represented by the content of this element belongs.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> <attDef ident="level" usage="opt"> <desc>indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="closed"> <valItem ident="a"> <gloss>analytic</gloss> <desc>the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.</desc> </valItem> <valItem ident="m"> <gloss>monographic</gloss> <desc>the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works</desc> </valItem> <valItem ident="j"> <gloss>journal</gloss> <desc>the title applies to any serial or periodical publication such as a journal, magazine, or newspaper</desc> </valItem> <valItem ident="s"> <gloss>series</gloss> <desc>the title applies to a series of otherwise distinct publications such as a collection</desc> </valItem> <valItem ident="u"> <gloss>unpublished</gloss> <desc>the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)</desc> </valItem> </valList> </attDef> <attDef ident="type" mode="change"> <desc>classifies the title according to some convenient typology.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="open" mode="add"> <valItem ident="main"> <desc>main title</desc> </valItem> <valItem ident="sub"> <gloss>subordinate</gloss> <desc>subtitle, title of part</desc> </valItem> <valItem ident="alt"> <gloss>alternate</gloss> <desc>alternate title, often in another language, by which the work is also known</desc> </valItem> <valItem ident="short"> <desc>abbreviated form of title</desc> </valItem> <valItem ident="desc"> <gloss>descriptive</gloss> <desc>descriptive paraphrase of the work functioning as a title</desc> </valItem> </valList> </attDef> </attList> </elementSpec> |