<titlePart>

<titlePart> (title part) contains a subsection or division of the title of a work, as indicated on a title page. [4.6. Title Pages]
Module textstructure
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
type (type) specifies the role of this subdivision of the title.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Suggested values include:
main
(main) main title of the work [Default]
sub
(subordinate) subtitle of the work
alt
(alternate) alternative title of the work
short
(short) abbreviated form of title
desc
(descriptive) descriptive paraphrase of the work
Member of
Contained by
msdescription: msItem
textstructure: docTitle front titlePage
May contain
Examples

<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>
Source Github

<elementSpec module="textstructure" ident="titlePart">
   
<gloss>title part</gloss>
   
<desc>contains a subsection or division of the title of a work, as
indicated on a title page.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.titlepagePart"/>
      
<memberOf key="model.pLike.front"/>
   
</classes>
   
<content>
      
<macroRef key="macro.paraContent"/>
   
</content>
   
<attList>
      
<attDef ident="type" mode="change" usage="opt">
         
<gloss>type</gloss>
         
<desc>specifies the role of this subdivision of the title.</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<defaultVal>main</defaultVal>
         
<valList type="semi" mode="add">
            
<valItem ident="main">
               
<gloss>main</gloss>
               
<desc>main title of the work</desc>
            
</valItem>
            
<valItem ident="sub">
               
<gloss>subordinate</gloss>
               
<desc>subtitle  of the work</desc>
            
</valItem>
            
<valItem ident="alt">
               
<gloss>alternate</gloss>
               
<desc>alternative title  of the work</desc>
            
</valItem>
            
<valItem ident="short">
               
<gloss>short</gloss>
               
<desc>abbreviated form of title</desc>
            
</valItem>
            
<valItem ident="desc">
               
<gloss>descriptive</gloss>
               
<desc>descriptive paraphrase of the work</desc>
            
</valItem>
         
</valList>
      
</attDef>
   
</attList>
</elementSpec>