Noeud:Tables, Noeud « Next »:Other Block Elements, Noeud « Previous »:Synopsis, Noeud « Up »:Top
Table = ( ( Title, TitleAbbrev? ),
( IndexTerm )*,
( Graphic+ | MediaObject+ | TGroup+ )
)
InformalTable = ( Graphic+ | MediaObject+ | TGroup+ )
TGroup = ( ColSpec*, SpanSpec*, THead?, TFoot?, TBody )
ColSpec = EMPTY
SpanSpec = EMPTY
THead = ( ColSpec*, Row+ )
TFoot = ( ColSpec*, Row+ )
TBody = ( Row+ )
Row = ( Entry | EntryTbl ) +
Entry = ( ( %tabentry.mix; )+ |
( %para.char.mix; )+
)
EntryTbl = ( ColSpec*, SpanSpec*, THead?, TBody )
Elements : Table, InformalTable, Title, TitleAbbrev, IndexTerm, Graphic, MediaObject, TGroup, ColSpec, SpanSpec, THead, TFoot, TBody, Row, Entry, EntryTbl.
Attributes : Frame, ColSep, RowSep, TabStyle, ToCentry, ShortEntry, Orient, PgWide, Cols, Align, Char, CharOff, TGroupStyle, ColNum, ColName, ColWidth, NameSt, NameEnd, SpanName, VAlign, MoreRows, Rotate.