Row

The element Row defines a row within a Table.

Element Information

Model

Children: Cell

Attributes

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

Used By

Elements TBody, TFoot, THead

Source

<xs:element name="Row">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Row defines a row within a Table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="Cell"/>
    </xs:sequence>
    <xs:attributeGroup ref="attlist.Row"/>
  </xs:complexType>
</xs:element>

Sample