<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 |
| 可包含 | |
| 宣告 |
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="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> |
