<tagsDecl>

<tagsDecl> (declaración del etiquetado) proporciona información pormenorizada sobre el etiquetado aplicado a un documento. 2.3.4 The Tagging Declaration 2.3 The Encoding Description
Módulo header — 2 The TEI Header
Usado por
Puede contener
Declaración

<rng:element name="tagsDecl">
 <rng:ref name="att.global.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="rendition"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="namespace"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element tagsDecl { att.global.attributes, ( rendition*, namespace* ) }
Ejemplo
<tagsDecl>
 <rendition xml:id="rend-it">to be rendered in italic font</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hi" occurs="467" render="#rend-it"/>
  <tagUsage gi="title" occurs="45" render="#rend-it"/>
 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="para" occurs="10"/>
 </namespace>
</tagsDecl>