<titleStmt>
<titleStmt> (title statement) groups information about the title of a work and those responsible
for its content. [2.2.1. The Title Statement 2.2. The File Description]
Module | header |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) |
Contained by |
header: fileDesc
|
May contain | |
Examples |
<titleStmt> <title>Capgrave's Life of St. John Norbert: a machine-readable transcription</title> <respStmt> <resp>compiled by</resp> <name>P.J. Lucas</name> </respStmt> </titleStmt> |
Source | Github
<elementSpec module="header" ident="titleStmt"> <gloss>title statement</gloss> <desc>groups information about the title of a work and those responsible for its content.</desc> <classes> <memberOf key="att.global"/> </classes> <content> <sequence> <elementRef key="title" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.respLike" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> </elementSpec> |