Text displayed in tabular form |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
cols | xs:NMTOKEN | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
rows | xs:NMTOKEN | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="tableType"> <xs:annotation> <xs:documentation xml:lang="en">Text displayed in tabular form</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.text.elementOnly"> <xs:sequence> <xs:element name="head" type="xces:headType" minOccurs="0"/> <xs:element name="row" type="xces:rowType" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="rows" type="xs:NMTOKEN"/> <xs:attribute name="cols" type="xs:NMTOKEN"/> </xs:extension> </xs:complexContent> </xs:complexType> |