<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 | ||||||||
| Attributes |
| ||||||||
| Member of | |||||||||
| Contained by | header: encodingDesc | ||||||||
| May contain | |||||||||
| Example | <tagsDecl partial="true"> <rendition xml:id="rend-it" scheme="css" selector="emph, hi, name, title">font-style: italic;</rendition> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="467"/> <tagUsage gi="title" occurs="45"/> </namespace> <namespace name="http://docbook.org/ns/docbook"> <tagUsage gi="para" occurs="10"/> </namespace> </tagsDecl> If the partial attribute were not specified here, the implication would be that the document in question contains only hi, title, and <para> elements. | ||||||||
| Content model | <content> | ||||||||
| Schema Declaration | element tagsDecl { tei_att.global.attributes, attribute partial { teidata.truthValue }?, ( tei_rendition*, tei_namespace* ) } | ||||||||