<tagsDecl>

<tagsDecl> (標誌宣告) 提供關於應用在XML文件中的標誌的詳細資訊。 [2.3.4 The Tagging Declaration 2.3 The Encoding Description]
組件header — The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
俱乐部会员
可包含在於
header: encodingDesc
可包含
宣告

<rng:element name="tagsDecl">
 <rng:ref name="att.global.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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( rendition*, namespace* )
}
例子
<tagsDecl>
 <rendition xml:id="zh-tw_rend-it">用於斜體字</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="467render="#zh-tw_rend-it"/>
  <tagUsage gi="titleoccurs="45render="#zh-tw_rend-it"/>
 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>