DDI 3.0 - 2006-03-24

http://www.w3.org/1999/xhtml
element table

Properties
This component is not nillable.

Model
<table
  border = Pixels
  cellpadding = Length
  cellspacing = Length
  frame = xs:NMTOKEN
  rules = xs:NMTOKEN
  summary = Text
  width = Length>
(caption?, (col* | colgroup*) , ((thead?, tfoot?, tbody+) | tr+ ) )
</table>


Nested Element Summary
 caption
          
 col
          
 colgroup
          
 tbody
          
 tfoot
          
 thead
          
 tr
          

Attribute Summary
 Pixelsborder
          
 Lengthcellpadding
          
 Lengthcellspacing
          
 xs:NMTOKENframe
          
 xs:NMTOKENrules
          
 Textsummary
          
 Lengthwidth
          

Attribute Detail

border

Type:
Pixels
Use:
optional
Form:
unqualified

cellpadding

Type:
Length
Use:
optional
Form:
unqualified

cellspacing

Type:
Length
Use:
optional
Form:
unqualified

frame

Type:
based on
with :
Use:
optional
Form:
unqualified

rules

Type:
based on
with :
Use:
optional
Form:
unqualified

summary

Type:
Text
Use:
optional
Form:
unqualified

width

Type:
Length
Use:
optional
Form:
unqualified

Source
<xs:element name="table" type="table.type"/>

DDI 3.0 - 2006-03-24

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.