A list of keywords or phrases identifying the topic or nature of a text, each of which is tagged as a term. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:textClassType/xces:keywords |
<xs:complexType name="h.keywordsType"> <xs:annotation> <xs:documentation xml:lang="en">A list of keywords or phrases identifying the topic or nature of a text, each of which is tagged as a term.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence> <xs:element name="keyTerm" type="xces:class.string" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |