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 | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Complex Types | xces:corrType, xces:hiType, xces:lineType, xces:nameType, xces:regType, xces:tokType |
Elements | xces:figureType/xces:figDesc, xces:listType/xces:label |
<xs:complexType name="phrase.seq" mixed="true"> <xs:complexContent mixed="true"> <xs:extension base="xces:class.text"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="xces:m.phrase.seq"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> |