<textClass>
<textClass> (text classification) groups information which describes the nature or topic of a
text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. The Text Classification]
Module | header |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) |
Contained by |
—
|
May contain |
header: catRef
|
Examples |
<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> |
Source | Github
<elementSpec rend="change" module="header" ident="textClass"> <gloss>text classification</gloss> <desc>groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc.</desc> <classes> <memberOf key="att.global"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="classCode"/> <elementRef key="catRef"/> <elementRef key="keywords"/> </alternate> </content> <attList/> </elementSpec> |