<tagsDecl>

<tagsDecl> (tagging declaration) provides detailed information about the tagging applied to a document. 2.3.4 The Tagging Declaration 2.3 The Encoding Description
Moduleheader — 2 The TEI Header
AttributesGlobal attributes only
Declaration
element tagsDecl { att.global.attributes, ( rendition*, namespace* ) }
Example
<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="hioccurs="467render="#rend-it"/>
  <tagUsage gi="titleoccurs="45render="#rend-it"/>
 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>
Contained by model.encodingPart
May contain