db:html.table.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
border xs:nonNegativeInteger optional
cellpadding optional
cellspacing optional
rules restriction of xs:token optional
summary optional
width optional

Used By

Source

<xs:attributeGroup name="html.table.attributes">
  <xs:attribute name="summary"/>
  <xs:attribute name="width"/>
  <xs:attribute name="border" type="xs:nonNegativeInteger"/>
  <xs:attribute name="rules">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="none"/>
        <xs:enumeration value="groups"/>
        <xs:enumeration value="rows"/>
        <xs:enumeration value="cols"/>
        <xs:enumeration value="all"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="cellspacing"/>
  <xs:attribute name="cellpadding"/>
</xs:attributeGroup>