<classDecl>
<classDecl> (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. 2.3.6 The Classification Declaration 2.3 The Encoding Description | |
Module | header — 2 The TEI Header |
Attributes | Global attributes only |
Used by | |
May contain | header: taxonomy |
Declaration |
element classDecl { att.global.attributes, taxonomy+ } |
Example | <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> |