attlist.Cell

Attribute Group Information

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 Cell

Source

<xs:attributeGroup name="attlist.Cell">
  <xs:attribute name="class">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute class may be used to assign a class name to a Cell.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rowspan">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute rowspan defines the number of Rows that are spanned by a Cell.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colspan">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute colspan defines the number of columns that are spanned by a Cell.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>