Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @rendition)) (att.global.responsibility (@cert, @resp)) att.typed (@type) level level¶ | indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.Status | Optional | Datatype |
data.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. |
| type type¶ | classifies the title according to some convenient typology.Status | Optional | Datatype |
data.enumerated | Legal values are: | - main
- (The main title of your article.) Academic articles often have a main title followed by a subtitle (sometimes with a colon separating them). If you have two such components in your article title, then in the titleStmt, use <title type="main"> and <title type="sub"> to encode the two components of your title.
- sub
- (The subtitle of your article.) Academic articles often have a main title followed by a subtitle (sometimes with a colon separating them). If you have two such components in your article title, then in the titleStmt, use <title type="main"> and <title type="sub"> to encode the two components of your title.
| Note | This attribute is provided for convenience in analysing titles and processing them according to their type; where such specialized processing is not necessary, there is no need for such analysis, and the entire title, including subtitles and any parallel titles, may be enclosed within a single title element. |
|
|
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. |