<xsd:attributeGroup name="tableAtts">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>tableAtts</name>
      <comment>these attributes specify the characteristics of the table.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="width" type="xsd:integer"/>
  <xsd:attribute name="border" type="xsd:integer"/>
  <xsd:attribute name="cellspacing" type="xsd:integer"/>
  <xsd:attribute name="cellpadding" type="xsd:integer"/>
</xsd:attributeGroup> |