<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))
|
||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain |
core: abbr add bibl biblStruct choice cit date del desc ellipsis emph foreign gap gloss graphic hi l label lb lg list listBibl mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic term time title unclear
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
namesdates: addName affiliation forename genName geo listObject listOrg listPerson listPlace location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||||
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> |