Groups one or more alternative sets of morphosyntactic information associated with the token. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
affix | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
orig | xs:string | optional | |||||
reg | xs:string | optional | |||||
type | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="lexType"> <xs:annotation> <xs:documentation xml:lang="en">Groups one or more alternative sets of morphosyntactic information associated with the token.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.ana"> <xs:sequence> <xs:element name="base" type="xces:class.string"/> <xs:element name="msd" type="xces:class.string" minOccurs="0"/> <xs:element name="ctag" type="xces:ctagString"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |