<docTitle>
<docTitle> (document title) contains the title of a document, including all its constituents,
as given on a title page. [4.6. Title Pages]
Module | textstructure |
Attributes |
att.global
xml:id
n
xml:lang
att.canonical
ref
|
Member of | |
Contained by | |
May contain | |
Examples |
<docTitle> <titlePart type="main">The DUNCIAD, VARIOURVM.</titlePart> <titlePart type="sub">WITH THE PROLEGOMENA of SCRIBLERUS.</titlePart> </docTitle> |
Source | Github
<elementSpec module="textstructure" ident="docTitle"> <gloss>document title</gloss> <desc>contains the title of a document, including all its constituents, as given on a title page.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.titlepagePart"/> <memberOf key="model.pLike.front"/> <memberOf key="att.canonical"/> </classes> <content> <sequence> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="unbounded"> <elementRef key="titlePart"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> </elementSpec> |