rules

Attribute Information

Used By

Attribute Group db:html.table.attributes

Source

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

Sample