http://maven.apache.org/XDOC/2.0
simpleType TRules

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://maven.apache.org/XDOC/2.0}TRules (restriction)

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"
      
Properties
This component is not nillable.

Model

('none' | 'groups' | 'rows' | 'cols' | 'all')

Source
<xs:simpleType name="TRules">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.