db:html.tablecell.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
abbr optional
axis optional
colspan xs:nonNegativeInteger optional
headers optional
rowspan xs:nonNegativeInteger optional
scope restriction of xs:token optional

Used By

Elements db:td, db:th

Source

<xs:attributeGroup name="html.tablecell.attributes">
  <xs:attribute name="abbr"/>
  <xs:attribute name="axis"/>
  <xs:attribute name="headers"/>
  <xs:attribute name="scope">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="row"/>
        <xs:enumeration value="col"/>
        <xs:enumeration value="rowgroup"/>
        <xs:enumeration value="colgroup"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="rowspan" type="xs:nonNegativeInteger"/>
  <xs:attribute name="colspan" type="xs:nonNegativeInteger"/>
</xs:attributeGroup>