<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
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>
 <sequence>
  <elementRef key="titleminOccurs="1"
   maxOccurs="unbounded"/>

  <classRef key="model.respLike"
   minOccurs="0maxOccurs="unbounded"/>

 </sequence>
</content>
Declaración
<rng:element name="titleStmt">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:group>
  <rng:oneOrMore>
   <rng:ref name="title"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.respLike"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
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* )
}