<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> |