emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to etc/schema/dbcalstbl.rnc


From: Mark A. Hershberger
Subject: [Emacs-diffs] Changes to etc/schema/dbcalstbl.rnc
Date: Fri, 23 Nov 2007 06:58:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Mark A. Hershberger <hexmode>   07/11/23 06:58:00

Index: etc/schema/dbcalstbl.rnc
===================================================================
RCS file: etc/schema/dbcalstbl.rnc
diff -N etc/schema/dbcalstbl.rnc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ etc/schema/dbcalstbl.rnc    23 Nov 2007 06:57:44 -0000      1.1
@@ -0,0 +1,25 @@
+# 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




reply via email to

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