DDI 3.0 - 2006-03-24

http://www.w3.org/1999/xhtml
group table.content

Properties
This component is not nillable.

Model

(caption?, (col* | colgroup*) , ((thead?, tfoot?, tbody+) | tr+ ) )


Nested Element Summary
 caption
          
 col
          
 colgroup
          
 tbody
          
 tfoot
          
 thead
          
 tr
          
Source
<xs:group name="table.content">
<xs:sequence>
<xs:element minOccurs="0" ref="caption"/>
<xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="col"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="colgroup"/>
</xs:choice>
<xs:choice>
<xs:sequence>
<xs:element minOccurs="0" ref="thead"/>
<xs:element minOccurs="0" ref="tfoot"/>
<xs:element maxOccurs="unbounded" ref="tbody"/>
</xs:sequence>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="tr"/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:group>

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.