<textClass>
<textClass> (classificazione del testo) raggruppa le informazioni che descrivono la natura o l'argomento di un testo secondo uno schema di classificazione standard, un dizionario i sinonimi, ecc. 2.4.3 The Text Classification | |
Modulo | header — 2 The TEI Header |
Attributi | att.declarable (@default) |
Usato da | |
Può contenere | |
Dichiarazione |
element textClass { att.global.attributes, att.declarable.attributes, ( classCode | catRef | keywords )* } |
Esempio | <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> |