<catRef>
<catRef> (riferimento alla categoria) specifica una o più categorie definite all'interno di una tassonomia o tipologia di testo 2.4.3 The Text Classification | |||||||||
Modulo | header — 2 The TEI Header | ||||||||
Oltre agli attributi globali | att.pointing (@target, @evaluate)
|
||||||||
Usato da | |||||||||
Può contenere | Elemento vuoto | ||||||||
Dichiarazione |
element catRef { att.global.attributes, att.pointing.attributes, attribute scheme { data.pointer }?, empty } |
||||||||
Esempio |
<catRef target="#news #prov #sales2"/>
<!-- elsewhere --> <taxonomy> <category xml:id="news"> <catDesc>Newspapers</catDesc> </category> <category xml:id="prov"> <catDesc>Provincial</catDesc> </category> <category xml:id="sales2"> <catDesc>Low to average annual sales</catDesc> </category> </taxonomy> |