TBody

The element TBody defines the body of a Table.

Element Information

Model

Children: Row

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a TBody.

Used By

Element Table

Source

<xs:element name="TBody">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element TBody defines the body of a Table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="Row"/>
    </xs:sequence>
    <xs:attributeGroup ref="attlist.TBody"/>
  </xs:complexType>
</xs:element>

Sample