<tagsDecl>
| <tagsDecl> (標誌宣告) 提供關於應用在XML文件中的標誌的詳細資訊。 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="zh-tw_rend-it">用於斜體字</rendition> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="467" render="#zh-tw_rend-it"/> <tagUsage gi="title" occurs="45" render="#zh-tw_rend-it"/> </namespace> <namespace name="http://docbook.org/ns/docbook"> <tagUsage gi="para" occurs="10"/> </namespace> </tagsDecl> |
