CellContainer: WOGenericContainer { align = ^cellAlign; bgcolor = ^cellBackgroundColor; elementName = "td"; valign = ^cellVAlign; width = ^cellWidth; class = ^cellClass; } ColRepetition: WORepetition { count = colCount; index = currentCol; } Content: WOComponentContent { } RowRepetition: WORepetition { count = rowCount; index = currentRow; } TableContainer: WOGenericContainer { bgcolor = ^tableBackgroundColor; border = ^border; cellpadding = ^cellpadding; cellspacing = ^cellspacing; elementName = "table"; width = ^tableWidth; class = ^tableClass; } TableRow: WOGenericContainer { bgcolor = ^rowBackgroundColor; elementName = "tr"; }