<tagsDecl>
| <tagsDecl> タグ付けに関する詳細な情報を示す. 2.3.4 The Tagging Declaration 2.3 The Encoding Description | |
| モジュール | header — 2 The TEI Header |
| 当該モジュールを使用するもの | |
| 下位 | |
| 宣言 |
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="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> |
