<tagsDecl>

<tagsDecl> (標誌宣告) 提供關於應用在XML文件中的標誌的詳細資訊。 2.3.4 The Tagging Declaration 2.3 The Encoding Description
組件header — 2 The TEI Header
屬性
屬於
可包含
宣告

<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* ) }
例子
<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>