QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
border | optional | |||||
cellpadding | optional | |||||
cellspacing | optional | |||||
class | optional | |||||
datafld | optional | |||||
dataformatas | restriction of xs:token | optional | ||||
datapagesize | optional | |||||
datasrc | optional | |||||
dir | restriction of xs:token | optional | ||||
frame | TFrame | optional | ||||
id | xs:ID | optional | ||||
lang | optional | |||||
onclick | optional | |||||
ondblclick | optional | |||||
onkeydown | optional | |||||
onkeypress | optional | |||||
onkeyup | optional | |||||
onmousedown | optional | |||||
onmousemove | optional | |||||
onmouseout | optional | |||||
onmouseover | optional | |||||
onmouseup | optional | |||||
rules | restriction of xs:token | optional | ||||
style | optional | |||||
summary | optional | |||||
title | optional | |||||
width | optional |
<xs:element name="TABLE"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" ref="CAPTION"/> <xs:choice> <xs:element minOccurs="0" maxOccurs="unbounded" ref="COL"/> <xs:element minOccurs="0" maxOccurs="unbounded" ref="COLGROUP"/> </xs:choice> <xs:element minOccurs="0" ref="THEAD"/> <xs:element minOccurs="0" ref="TFOOT"/> <xs:element maxOccurs="unbounded" ref="TBODY"/> </xs:sequence> <xs:attributeGroup ref="attlist.TABLE"/> </xs:complexType> </xs:element> |