Specifies one or more defined categories within some taxonomy or text typology. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
scheme | xs:string | optional | |||||
target | xs:string | required | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:textClassType/xces:catRef |
<xs:complexType name="catRefType"> <xs:annotation> <xs:documentation xml:lang="en">Specifies one or more defined categories within some taxonomy or text typology.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <!-- 0.4 Changed target type from xs:IDREFS to xs:string since the ID values may not be defined in this header. --> <xs:attribute name="target" type="xs:string" use="required"/> <xs:attribute name="scheme" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |