<titleStmt>
<titleStmt> (declaración del título) agrupa la información referente al título de una obra y a los responsables de su contenido intelectual. [2.2.1 The Title Statement 2.2 The File Description] | |
Módulo | header — The TEI Header |
Atributos | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenido en | |
Puede contener | |
Ejemplo |
<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> |
Content model |
<content> |
Declaración |
<rng:element name="titleStmt"> element titleStmt { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( title+, model.respLike* ) } |