emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to dbsoextbl.rnc


From: Chong Yidong
Subject: [Emacs-diffs] Changes to dbsoextbl.rnc
Date: Thu, 06 Nov 2008 22:28:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/06 22:28:12

Index: dbsoextbl.rnc
===================================================================
RCS file: dbsoextbl.rnc
diff -N dbsoextbl.rnc
--- dbsoextbl.rnc       23 Nov 2007 06:57:44 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-# Definitions specific to the OASIS XML Exchange Table Model.
-
-# Reference OASIS Exchange Table Model
-include "soextbl.rnc" {
-  # Override definition of start
-  start |= notAllowed
-  # Add common attributes and the Label attribute to Table and
-  # InformalTable.
-  bodyatt = common.attrib, label.attrib, tables.role.attrib
-  # Add common attributes to TGroup, ColSpec, TBody, THead, Row, Entry
-  tbl.tgroup.att = common.attrib
-  tbl.colspec.att = common.attrib
-  tbl.tbody.att = common.attrib
-  tbl.thead.att = common.attrib
-  tbl.row.att = common.attrib
-  tbl.entry.att = common.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
-
-# end of table.module




reply via email to

[Prev in Thread] Current Thread [Next in Thread]