1 # Definitions specific to the CALS Table Model.
3 # Reference CALS Table Model
4 include "calstbl.rnc" {
5 # Override definition of start
7 # Add label and role attributes to table and informaltable
9 # Add common attributes to Table, TGroup, TBody, THead, TFoot, Row,
10 # EntryTbl, and Entry (and InformalTable element).
11 secur = common.attrib, tables.role.attrib
12 # Content model for Table.
15 formalobject.title.content,
18 (graphic+ | mediaobject+ | tgroup+)
19 # Allow either objects or inlines; beware of REs between elements.
20 tbl.entry.mdl = para.char.mix | tabentry.mix
23 common.table.attribs = bodyatt, secur