<tagsDecl>
<tagsDecl> (tagging declaration) provides detailed information about the tagging applied to a document. [2.3.4 The Tagging Declaration 2.3 The Encoding Description] | |||||||||
Module | header — The TEI Header | ||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
| ||||||||
Member of | |||||||||
Contained by | header: encodingDesc | ||||||||
May contain | |||||||||
Declaration |
element tagsDecl { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, attribute partial { data.truthValue }?, ( rendition*, namespace* ) } | ||||||||
Example | <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> |