A proper noun or noun phrase. |
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="nameType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">A proper noun or noun phrase.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <!-- 0.4 Changed to extend xces:phrase.seq rather than xces:base.seq. <xs:extension base="xces:base.seq"> --> <xs:extension base="xces:phrase.seq"> <xs:attribute name="type" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |