Attribute cellattrs / @rowspan
Namespace No namespace
Type xsd:integer
Properties
default: 1
Used by
Attribute Group cellattrs
Source
<xsd:attribute name="rowspan" type="xsd:integer" default="1"/>
Attribute cellattrs / @colspan
Namespace No namespace
Type xsd:integer
Properties
default: 1
Used by
Attribute Group cellattrs
Source
<xsd:attribute name="colspan" type="xsd:integer" default="1"/>
Attribute Group cellattrs
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Attlist</type>
<name>cellattrs</name>
<comment>These attributes are used to specify that table cells span more than one row or one column, exactly as in HTML</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_cellattrs.tmp#cellattrs_rowspan akomantoso30_xsd_Attribute_Group_cellattrs.tmp#cellattrs_colspan
Used by
Elements td, th
Attributes
QName Type Fixed Default Use Annotation
colspan xsd:integer 1 optional
rowspan xsd:integer 1 optional
Source
<xsd:attributeGroup name="cellattrs">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>cellattrs</name>
      <comment>These attributes are used to specify that table cells span more than one row or one column, exactly as in HTML</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="rowspan" type="xsd:integer" default="1"/>
  <xsd:attribute name="colspan" type="xsd:integer" default="1"/>
</xsd:attributeGroup>