<classDecl>
| <classDecl> (分類法宣言) 当該テキスト中で使用されている分類コードを定義する、 ひとつ以上の分類法を示す。 [2.3.7 The Classification Declaration 2.3 The Encoding Description] | |
| モジュール | header — The TEI Header |
| 属性 |
|
| クラブのメンバー | |
| 上位 |
header: encodingDesc
|
| 下位 |
header: taxonomy
|
| 例 |
<classDecl>
<taxonomy xml:id="LCSH"> <bibl>Library of Congress Subject Headings</bibl> </taxonomy> </classDecl> <!-- ... --> <textClass> <keywords scheme="#LCSH"> <term>Political science</term> <term>United States -- Politics and government -- Revolution, 1775-1783</term> </keywords> </textClass> |
| Content model |
<content> |
| 宣言 |
<rng:element name="classDecl"> element classDecl { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, taxonomy+ } |