xhtml\xhtml1-strict.xsd

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

Properties
This component is not nillable.

Model
<tr
  align = xs:token
  char = Character
  charoff = Length
  class = xs:NMTOKENS
  dir = xs:token
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  style = StyleSheet
  title = Text
  valign = xs:token>
(th | td)+
</tr>


Nested Element Summary
 td
          
 th
          

Attribute Summary
 xs:tokenalign
          
 Characterchar
          
 Lengthcharoff
          
 xs:NMTOKENSclass
          
 xs:tokendir
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 StyleSheetstyle
          
 Texttitle
          
 xs:tokenvalign
          

Attribute Detail

align

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

char

Type:
Character
Use:
optional
Form:
unqualified

charoff

Type:
Length
Use:
optional
Form:
unqualified

class

Type:
xs:NMTOKENS
Use:
optional
Form:
unqualified

dir

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

id

Type:
xs:ID
Use:
optional
Form:
unqualified

lang

Type:
LanguageCode
Use:
optional
Form:
unqualified

lang

In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .

Type:
xs:language
Use:
optional
Form:
unqualified

onclick

Type:
Script
Use:
optional
Form:
unqualified

ondblclick

Type:
Script
Use:
optional
Form:
unqualified

onkeydown

Type:
Script
Use:
optional
Form:
unqualified

onkeypress

Type:
Script
Use:
optional
Form:
unqualified

onkeyup

Type:
Script
Use:
optional
Form:
unqualified

onmousedown

Type:
Script
Use:
optional
Form:
unqualified

onmousemove

Type:
Script
Use:
optional
Form:
unqualified

onmouseout

Type:
Script
Use:
optional
Form:
unqualified

onmouseover

Type:
Script
Use:
optional
Form:
unqualified

onmouseup

Type:
Script
Use:
optional
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

valign

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

Source
<xs:element name="tr">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="th"/>
<xs:element ref="td"/>
</xs:choice>
<xs:attributeGroup ref="attrs"/>
<xs:attributeGroup ref="cellhalign"/>
<xs:attributeGroup ref="cellvalign"/>
</xs:complexType>
</xs:element>

xhtml\xhtml1-strict.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe
hosted at