
| 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 | |||||
| role | xs:string | data | optional | ||||
| wsd | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | xces:tableType/xces:row |
<xs:complexType name="rowType"> <xs:complexContent> <xs:extension base="xces:class.text.elementOnly"> <xs:choice maxOccurs="unbounded"> <xs:element name="cell" type="xces:cellType"/> <xs:element name="table" type="xces:tableType"/> </xs:choice> <xs:attribute name="role" type="xs:string" default="data"/> </xs:extension> </xs:complexContent> </xs:complexType> |