<titlePage>

<titlePage> (title page) contains the title page of a text, appearing within the front or back matter. [4.6. Title Pages]
Module textstructure
Attributes
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
type classifies the title page according to any convenient typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Note
This attribute allows the same element to be used for volume title pages, series title pages, etc., as well as for the main title page of a work.
Member of
Contained by
msdescription: msContents
textstructure: body front
May contain
Examples

<titlePage>
   
<docTitle>
      
<titlePart type="main">THOMAS OF Reading.</titlePart>
      
<titlePart type="alt">OR, The sixe worthy yeomen of the West.</titlePart>
   
</docTitle>
   
<docEdition>Now the fourth time corrected and enlarged</docEdition>
   
<byline>By T.D.</byline>
   
<figure>
      
<head>TP</head>
      
<p>Thou shalt labor till thou returne to duste</p>
      
<figDesc>Printers Ornament used by TP</figDesc>
   
</figure>
   
<docImprint>Printed at <name type="place">London</name> for <name>T.P.</name>
      
<date>1612.</date>
   
</docImprint>
</titlePage>
Source Github

<elementSpec module="textstructure" ident="titlePage">
   
<gloss>title page</gloss>
   
<desc>contains the title page of a text, appearing within the front or back matter.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.frontPart"/>
   
</classes>
   
<content>
      
<sequence>
         
<classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/>
         
<classRef key="model.titlepagePart"/>
         
<alternate minOccurs="0" maxOccurs="unbounded">
            
<classRef key="model.titlepagePart"/>
            
<classRef key="model.global"/>
         
</alternate>
      
</sequence>
   
</content>
   
<attList>
      
<attDef ident="type" mode="change" usage="opt">
         
<desc>classifies the title page according to any convenient typology.</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>