<tagsDecl>
| <tagsDecl> (déclaration de balisage) donne l’information détaillée sur le balisage appliqué à un document . [2.3.4 The Tagging Declaration 2.3 The Encoding Description] | |
| Module | header — The TEI Header |
| Attributs | 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)) |
| Membre du | |
| Contenu dans | header: encodingDesc |
| Peut contenir | |
| Declaration |
element tagsDecl { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( rendition*, namespace* ) } |
| Exemple | <tagsDecl> <rendition xml:id="fr_rend-it">restitué à l'affichage en caractères italiques</rendition> <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="hi" occurs="467" render="#fr_rend-it"/> <tagUsage gi="title" occurs="45" render="#fr_rend-it"/> </namespace> <namespace name="http://docbook.org/ns/docbook"> <tagUsage gi="para" occurs="10"/> </namespace> </tagsDecl> |
