Defines a typology used to classify texts. |
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:classDeclType/xces:taxonomy |
<xs:complexType name="taxonomyType"> <xs:annotation> <xs:documentation xml:lang="en">Defines a typology used to classify texts.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence maxOccurs="unbounded"> <xs:element name="category" type="xces:categoryType" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |