An abbreviation of any sort. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
cert | xs:string | optional | |||||
expan | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
resp | xs:IDREF | optional | |||||
type | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="abbrType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">An abbreviation of any sort.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.textString"> <xs:attribute name="expan" type="xs:string"/> <xs:attribute name="resp" type="xs:IDREF"/> <xs:attribute name="cert" type="xs:string"/> <xs:attribute name="type" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |