<catRef>
<catRef> (Verweis auf eine Kategorie) gibt eine oder mehrere Kategorien an, die innerhalb einer Taxonomie oder Texttypologie definiert sind. [2.4.3 The Text Classification] | |||||||
Modul | header — The TEI Header | ||||||
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate)
|
||||||
Enthalten in | |||||||
Kann enthalten | Leeres Element | ||||||
Anmerkung |
Das scheme-Attribut muss nur dann verwendet werden, wenn mehr als eine Taxonomie deklariert ist. |
||||||
Beispiel |
<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> |
||||||
Schema Deklaration |
<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 } |