tbody

Element Information

Model

Children: tr

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:token optional
char Character optional
charoff Length optional
class optional
dir restriction of xs:token optional
id xs:ID optional
lang XHTMLLanguageCode optional
style StyleSheet optional
title XHTMLText optional
valign restriction of xs:token optional

Used By

Element table

Source

<xs:element name="tbody">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="tr"/>
    </xs:sequence>
    <xs:attributeGroup ref="tbody.attlist"/>
  </xs:complexType>
</xs:element>

Sample