group "table.content"
Namespace:
Content:
Defined:
globally in xhtml-table-1.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Complex Content Model
caption?, (col* | colgroup*), ((thead?, tfoot?, tbody+) | tr+)
Content Model Elements (7):
caption, col, colgroup, tbody, tfoot, thead, tr
Known Usage Locations
XML Source (see within schema 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>
Content Element Detail (all declarations; 7/7)
caption
Type:
caption.type, mixed content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element minOccurs="0" ref="caption"/>

col
Type:
col.type, empty content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="col"/>

colgroup
Type:
colgroup.type, complex content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="colgroup"/>

tbody
Type:
tbody.type, complex content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="tbody"/>

tfoot
Type:
tfoot.type, complex content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element minOccurs="0" ref="tfoot"/>

thead
Type:
thead.type, complex content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element minOccurs="0" ref="thead"/>

tr
Type:
tr.type, complex content
Defined:
by reference within (this) table.content group
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="tr"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set