Definition Type: SimpleType
Name: TRules
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
The rules attribute defines which rules to draw between cells: If rules is absent then assume: "none" if border is absent or border="0" otherwise "all"
Collapse XSD Schema Diagram:
XSD Diagram of TRules in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:simpleType name="TRules">
    <xs:annotation>
        <xs:documentation>
      The rules attribute defines which rules to draw between cells:

      If rules is absent then assume:
          "none" if border is absent or border="0" otherwise "all"
      </xs:documentation>
    </xs:annotation>
    <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>
Collapse Facets:
Facet Value
Enumeration none
Enumeration groups
Enumeration rows
Enumeration cols
Enumeration all
Collapse Derivation Tree:
Collapse References:
nsA:rules