
Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: doc/wiki/subset/sottet/extracted
Source used for this grammar: Jean-Sébastien Sottet, WikiTable 1.0, Wiki Tabular Presentation, WikiTable.ecore, 2010/01/19 [Atlantic]
LocatedElement, Table, Caption, Row, Cell, Boolean, Integer, String), 0 root (—), 1 top (LocatedElement), 0 bottom (—).[border], [style] 2, [class], [caption], [rows], [content] 2, [cells], [isHeading], [align].LocatedElement ::= Table
LocatedElement ::= Caption
LocatedElement ::= Row
LocatedElement ::= Cell
Table ::=
[border]::Integer [style]::String [class]::String [caption]::Caption [rows]::RowCaption ::= [content]::String
Row ::=
[cells]::CellCell ::= [isHeading]::Boolean [align]::String [style]::String [content]::String
Boolean ::= "true" "false"
Integer ::= integer
String ::= string