<title>

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 (calendar) (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod))
type classifies the title according to some convenient typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
main
main title
sub
(subordinate) subtitle, title of part
alt
(alternate) alternate title, often in another language, by which the work is also known
short
abbreviated form of title
desc
(descriptive) descriptive paraphrase of the work functioning as a 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.
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.
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="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>