| <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 — Specification |
| Attributes | | type | | Status | Recommended | | Sample values include | - full
- The full title of a lexicographic resource, such as
<title type="full">The Oxford English
Dictionary</title> . - abbr
- The preferred abbreviated title of a lexicographic resource, such as the
<title type="abbr">OED</title> .
|
| | level | indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.| Status | Optional | | Datatype | teidata.enumerated | | Legal values are: | - a
- (analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.
- m
- (monographic) 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
- j
- (journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper
- s
- (series) the title applies to a series of otherwise distinct publications such as a collection
- u
- (unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)
| | Note | The level of a title is sometimes implied by its context: for example, a title appearing directly within an <analytic> element is ipso facto of level ‘a’, and one appearing within a <series> element of level ‘s’. For this reason, the level attribute is not required in contexts where its value can be unambiguously inferred. Where it is supplied in such contexts, its value should not contradict the value implied by its parent element. |
|
|
| Member of | |
| Contained by | |
| May contain | |
| Note | The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the title. |
| Example | <title>Information Technology and the Research Process: Proceedings of
a conference held at Cranfield Institute of Technology, UK,
18–21 July 1989</title>
|
| Example | <title>Hardy's Tess of the D'Urbervilles: a machine readable
edition</title>
|
| Example | <title type="full">
<title type="main">Synthèse</title>
<title type="sub">an international journal for
epistemology, methodology and history of
science</title>
</title>
|
| Content model |
<content>
<macroRef key="macro.lexParaContent"/>
</content>
⚓ |
| Schema Declaration |
element title
{
att.global.attributes,
att.canonical.attributes,
att.cmc.attributes,
att.datable.attributes,
att.typed.attribute.subtype,
attribute type { text }?,
attribute level { "a" | "m" | "j" | "s" | "u" }?,
macro.lexParaContent
}⚓
|