<classDecl>

<classDecl> (Déclaration de classification) L’élément Déclaration de classification classDecl regroupe une ou plusieurs taxinomies définissant les codes de classification utilisés n’importe où dans le texte. 2.3.6 The Classification Declaration 2.3 The Encoding Description
Moduleheader — 2 The TEI Header
Attributs
Utilisé par
Peut contenir
header: taxonomy
Declaration

<rng:element name="classDecl">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:ref name="taxonomy"/>
</rng:oneOrMore>
</rng:element>
element classDecl { att.global.attributes, taxonomy+ }
Exemple
<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>