<classDecl>
<classDecl> (Erklärung zur Klassifikation) enthält eine oder mehrere Taxonomien, die Klassifikationen innerhalb des Textes definieren. 2.3.6 The Classification Declaration 2.3 The Encoding Description | |
Modul | header — 2 The TEI Header |
Verwendet von | |
Kann enthalten |
header: taxonomy
|
Deklaration |
element classDecl { att.global.attributes, taxonomy+ } |
Beispiel |
<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> |