<tagsDecl>

<tagsDecl> タグ付けに関する詳細な情報を示す. 2.3.4 タグ付け宣言 2.3 符号化解説
モジュールheader — 2 TEIヘダー
属性
当該モジュールを使用するもの
下位
宣言

<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="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>