<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:choice>
<xs:element maxOccurs="unbounded" ref="tbody" />
<xs:element maxOccurs="unbounded" ref="tr" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="attrs" />
<xs:attribute name="summary" type="Text" />
<xs:attribute name="width" type="Length" />
<xs:attribute name="border" type="Pixels" />
<xs:attribute name="frame" type="TFrame" />
<xs:attribute name="rules" type="TRules" />
<xs:attribute name="cellspacing" type="Length" />
<xs:attribute name="cellpadding" type="Length" />
</xs:complexType>
</xs:element>
|