BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
simpleType TRules

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://www.w3.org/1999/xhtml-netuix-modified/1.0.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>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation