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