elml:SpanImp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
colspan xs:positiveInteger optional
The attribute colspan allows to specify the number of columns that are spanned by this table
cell.
rowspan xs:positiveInteger optional
The attribute rowspan allows to specify the number of rows that are spanned by this table
cell.

Used By

Complex Type elml:TableCellType

Source

<xs:attributeGroup name="SpanImp">
  <xs:attribute name="rowspan" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The attribute rowspan allows to specify the number of rows that are spanned by this table cell.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colspan" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The attribute colspan allows to specify the number of columns that are spanned by this table cell.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>