<catRef>
<catRef> (referencia de categoría) indica una o más categorías definidas al interno de una taxonomía o tipología textual. [2.4.3 The Text Classification] | |||||||
Módulo | header — The TEI Header | ||||||
Atributos |
|
||||||
Contenido en | |||||||
Puede contener | Elemento vacío | ||||||
Nota |
El atributo del esquema necesita ser suministrado solamente si se ha declarado más de una taxonomía |
||||||
Ejemplo |
<catRef scheme="#myTopics"
target="#news #prov #sales2"/> <!-- elsewhere --> <taxonomy xml:id="myTopics"> <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> |
||||||
Content model |
<content> |
||||||
Declaración |
<rng:element name="catRef"> element catRef { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.pointing.attributes, attribute scheme { teidata.pointer }?, empty } |