element <th> (global)
Namespace:
Type:
Content:
mixed (allows character data), 16 attributes, 38 elements
Defined:
globally in xhtml-table-1.xsd; see XML source
Used:
XML Representation Summary
<th
   
 = 
xs:ID
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:language
 = 
("ltr" | "rtl")
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:IDREFS
 = 
("row" | "col" | "rowgroup" | "colgroup")
 = 
xs:nonNegativeInteger : "1"
 = 
xs:nonNegativeInteger : "1"
 = 
("left" | "center" | "right" | "justify" | "char")
 = 
xs:string
 = 
(xs:nonNegativeInteger | xs:token)
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
{text} × (h1 | h2 | h3 | h4 | h5 | h6 | ul | ol | dl | p | div | pre | blockquote | address | hr | table | br | span | em | strong | dfn | code | samp | kbd | var | cite | abbr | acronym | q | tt | i | b | big | small | sub | sup | bdo | a)*
</th>
Content model elements (38):
a, abbr, acronym, address, b, bdo, big, blockquote, br, cite, code, dfn, div, dl, em, h1, h2, h3, h4, h5, h6, hr, i, kbd, ol, p, pre, q, samp, small, span, strong, sub, sup, table, tt, ul, var
Included in content model of elements (1):
tr
Known Usage Locations
XML Source (see within schema source)
<xs:element name="th" type="th.type"/>
Attribute Detail (all declarations; 16/16)
abbr
Type:
Use:
optional
Defined:
locally within th.attlist attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="abbr" type="Text"/>

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

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

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

charoff
Type:
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="charoff" 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"/>

colspan
Type:
Use:
optional
Defined:
locally within th.attlist attributeGroup
Attribute Value
xs:nonNegativeInteger
Default:
"1"
XML Source (see within schema source)
<xs:attribute default="1" name="colspan" type="Number"/>

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>

headers
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within th.attlist attributeGroup
XML Source (see within schema source)
<xs:attribute name="headers" type="xs:IDREFS"/>

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"/>

rowspan
Type:
Use:
optional
Defined:
locally within th.attlist attributeGroup
Attribute Value
xs:nonNegativeInteger
Default:
"1"
XML Source (see within schema source)
<xs:attribute default="1" name="rowspan" type="Number"/>

scope
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within scope.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"row", "col", "rowgroup", "colgroup"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"row", "col", "rowgroup", "colgroup"
XML Source (see within schema source)
<xs:attribute name="scope">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="row"/>
<xs:enumeration value="col"/>
<xs:enumeration value="rowgroup"/>
<xs:enumeration value="colgroup"/>
</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"/>

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"/>

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

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; 38/38)
a
Type:
a.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="a"/>

abbr
Type:
abbr.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="abbr"/>

acronym
Type:
acronym.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="acronym"/>

address
Type:
address.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="address"/>

b
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="b"/>

bdo
Type:
bdo.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="bdo"/>

big
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="big"/>

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

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

cite
Type:
cite.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="cite"/>

code
Type:
code.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="code"/>

dfn
Type:
dfn.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="dfn"/>

div
Type:
div.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="div"/>

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

em
Type:
em.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="em"/>

h1
Type:
h1.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h1"/>

h2
Type:
h2.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h2"/>

h3
Type:
h3.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h3"/>

h4
Type:
h4.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h4"/>

h5
Type:
h5.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h5"/>

h6
Type:
h6.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h6"/>

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

i
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="i"/>

kbd
Type:
kbd.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="kbd"/>

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

p
Type:
p.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="p"/>

pre
Type:
pre.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="pre"/>

q
Type:
q.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="q"/>

samp
Type:
samp.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="samp"/>

small
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="small"/>

span
Type:
span.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="span"/>

strong
Type:
strong.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="strong"/>

sub
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="sub"/>

sup
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="sup"/>

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

tt
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="tt"/>

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

var
Type:
var.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="var"/>

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