<classDecl>
| <classDecl> (Déclaration de classification) contient une ou plusieurs taxinomies définissant tout code classificateur utilisé ailleurs dans le texte. 2.3.6 The Classification Declaration 2.3 The Encoding Description | |
| Module | header — 2 The TEI Header |
| Attributs | |
| Utilisé par | model.encodingPart |
| Peut contenir | header: taxonomy |
| Declaration |
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> |
