<classDecl>
<classDecl> (declaraciones de clasificación) contiene una o más taxonomías que definen cualquier código usado en algún punto del texto. [2.3.6 The Classification Declaration 2.3 The Encoding Description] | |
Módulo | header — 2 The TEI Header |
Atributos | att.global (@xml:id, @n, @xml:lang, @rend, @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)) |
Usado por | |
Contenido en | header: encodingDesc |
Puede contener | header: taxonomy |
Declaración |
element classDecl { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, taxonomy+ } |
Ejemplo | <classDecl> <taxonomy xml:id="LCSH"> <bibl>Library of Congress Subject Headings</bibl> </taxonomy> </classDecl> <!-- ... --> <textClass> <keywords scheme="#LCSH"> <term>Political science</term> <term>United States -- Politics and government — Revolution, 1775-1783</term> </keywords> </textClass> |