<textClass>
<textClass> (Textklassifikation) umfasst Informationen über Art oder Thematik eines Texts unter Bezug auf ein Standard-Klassifikationsschema, einen Thesaurus, usw. 2.4.3 The Text Classification | |
Modul | header — 2 The TEI Header |
Neben global gültigen Attributen | att.declarable (@default) |
Verwendet von | |
Kann enthalten | |
Deklaration |
element textClass { att.global.attributes, att.declarable.attributes, ( classCode | catRef | keywords )* } |
Beispiel |
<taxonomy>
<category xml:id="acprose"> <catDesc>Academic prose</catDesc> </category> <!-- other categories here --> </taxonomy> <!-- ... --> <textClass> <catRef target="#acprose"/> <classCode scheme="http://www.udcc.org">001.9</classCode> <keywords scheme="http://authorities.loc.gov"> <list> <item>End of the world</item> <item>History - philosophy</item> </list> </keywords> </textClass> |