identifies a word or phrase regarded as linguistically distinct (e.g., archaic, technical, dialect, etc.). |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
type | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="distinctType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">identifies a word or phrase regarded as linguistically distinct (e.g., archaic, technical, dialect, etc.).</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:phrase.distinct.seq"> <xs:attribute name="type" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |