The Tables rule generates a set of tables with same structure. The rule definition consists of following commands:
Example:
Rule Type="table" Name="A*" Rowcount Records="10" TransactionSize="500" ObjectsN="10" Fields Field Name="COL1" DataType Code="1" Name="char" length="10" Null="1" Pattern="$IfR(20,\NULL,$RString(,,5,0,0))" Field Name="COL2" DataType Code="4" Name="int" Null="1" Pattern="$Unique($Rint(,,))"