simpleType TRules
namespace http://www.w3.org/1999/xhtml
type restriction of xs:token
used by
attribute table/@rules
facets
Kind Value annotation 
enumeration none 
enumeration groups 
enumeration rows 
enumeration cols 
enumeration all 
annotation
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"
     
source <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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy