Cell

The element Cell defines a cell within a Row of a Table.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a Cell.
colspan optional
The attribute colspan defines the number of columns that are spanned by a Cell.
rowspan optional
The attribute rowspan defines the number of Rows that are spanned by a Cell.

Used By

Element Row

Source

<xs:element name="Cell">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Cell defines a cell within a Row of a Table.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="rubric.simple"/>
      <xs:element ref="Para"/>
      <xs:element ref="Include"/>
      <xs:element ref="List"/>
      <xs:element ref="Table"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.Cell"/>
  </xs:complexType>
</xs:element>

Sample