<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 | |
Usado por | |
Puede contener | header: taxonomy |
Declaración |
element classDecl { att.global.attributes, taxonomy+ } |
Ejemplo | <classDecl> <taxonomy xml:id="LCSH"> <bibl>Library of Congress Subject Headings</bibl> </taxonomy> </classDecl> <!-- ... --> <textClass> <keywords scheme="#LCSH"> <list> <item>Political science</item> <item>United States -- Politics and government — Revolution, 1775-1783</item> </list> </keywords> </textClass> |