element <table> (global)
Namespace:
Type:
Content:
complex, 13 attributes, 7 elements
Defined:
globally in xhtml-table-1.xsd; see XML source
Used:
XML Representation Summary
<table
   
 = 
xs:ID
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:language
 = 
("ltr" | "rtl")
 = 
xs:string
 = 
xs:string
 = 
(xs:nonNegativeInteger | xs:token)
 = 
xs:nonNegativeInteger
 = 
("void" | "above" | "below" | "hsides" | "lhs" | "rhs" | "vsides" | "box" | "border")
 = 
("none" | "groups" | "rows" | "cols" | "all")
 = 
(xs:nonNegativeInteger | xs:token)
 = 
(xs:nonNegativeInteger | xs:token)
    >
   
Content: 
caption?, (col* | colgroup*), ((thead?, tfoot?, tbody+) | tr+)
</table>
Content model elements (7):
caption, col, colgroup, tbody, tfoot, thead, tr
Included in content model of elements (136):
AuthEnty, geogCover,
Known Usage Locations
XML Source (see within schema source)
<xs:element name="table" type="table.type"/>
Attribute Detail (all declarations; 13/13)
border
Type:
Use:
optional
Defined:
locally within table.attlist attributeGroup
Attribute Value
xs:nonNegativeInteger
XML Source (see within schema source)
<xs:attribute name="border" type="Pixels"/>

cellpadding
Type:
Use:
optional
Defined:
locally within table.attlist attributeGroup
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="cellpadding" type="Length"/>

cellspacing
Type:
Use:
optional
Defined:
locally within table.attlist attributeGroup
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="cellspacing" type="Length"/>

class
Type:
xs:NMTOKENS, predefined
Use:
optional
Defined:
locally within class attributeGroup
XML Source (see within schema source)
<xs:attribute name="class" type="xs:NMTOKENS"/>

dir
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within dir.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"ltr", "rtl"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"ltr", "rtl"
XML Source (see within schema source)
<xs:attribute name="dir">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="ltr"/>
<xs:enumeration value="rtl"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

frame
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within frame.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"void", "above", "below", "hsides", "lhs", "rhs", "vsides", "box", "border"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"void", "above", "below", "hsides", "lhs", "rhs", "vsides", "box", "border"
XML Source (see within schema source)
<xs:attribute name="frame">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="void"/>
<xs:enumeration value="above"/>
<xs:enumeration value="below"/>
<xs:enumeration value="hsides"/>
<xs:enumeration value="lhs"/>
<xs:enumeration value="rhs"/>
<xs:enumeration value="vsides"/>
<xs:enumeration value="box"/>
<xs:enumeration value="border"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

id
Type:
xs:ID, predefined
Use:
optional
Defined:
locally within id attributeGroup
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

rules
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within rules.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"none", "groups", "rows", "cols", "all"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"none", "groups", "rows", "cols", "all"
XML Source (see within schema source)
<xs:attribute name="rules">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="none"/>
<xs:enumeration value="groups"/>
<xs:enumeration value="rows"/>
<xs:enumeration value="cols"/>
<xs:enumeration value="all"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

style
Type:
Use:
optional
Defined:
locally within style.attrib attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="style" type="CDATA"/>

summary
Type:
Use:
optional
Defined:
locally within table.attlist attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="summary" type="Text"/>

title
Type:
xs:string, predefined
Use:
optional
Defined:
locally within title attributeGroup
XML Source (see within schema source)
<xs:attribute name="title" type="xs:string"/>

width
Type:
Use:
optional
Defined:
locally within table.attlist attributeGroup
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="width" type="Length"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within I18n.attrib attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (all declarations; 7/7)
caption
Type:
caption.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element minOccurs="0" ref="caption"/>

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

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

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

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

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

tr
Type:
tr.type, complex content
Defined:
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