Groups one or more disambiguated corpus tags and/or full morphosyntactic descriptions 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="disambType"> <xs:annotation> <xs:documentation xml:lang="en">Groups one or more disambiguated corpus tags and/or full morphosyntactic descriptions associated with the token.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.ana"> <xs:sequence maxOccurs="unbounded"> <xs:element name="ctag" type="xces:ctagString"/> <xs:element name="msd" type="xces:class.string" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |