Mercurial > emacs
view etc/schema/dbcalstbl.rnc @ 101760:9f3e0387f078
2009-02-02 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-cycle-global-at-bob): Fix typo.
* org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Mon, 02 Feb 2009 21:50:00 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Definitions specific to the CALS Table Model. # Reference CALS Table Model include "calstbl.rnc" { # Override definition of start start |= notAllowed # Add label and role attributes to table and informaltable bodyatt = label.attrib # Add common attributes to Table, TGroup, TBody, THead, TFoot, Row, # EntryTbl, and Entry (and InformalTable element). secur = common.attrib, tables.role.attrib # Content model for Table. tbl.table.mdl = blockinfo?, formalobject.title.content, ndxterm.class*, textobject*, (graphic+ | mediaobject+ | tgroup+) # Allow either objects or inlines; beware of REs between elements. tbl.entry.mdl = para.char.mix | tabentry.mix } common.table.attribs = bodyatt, secur # end of table.module