summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-24 10:21:33 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-24 10:21:33 +0000
commit5babb137a6ae3d8e5e87936a35e747713e141292 (patch)
tree98c66bccbe834703074d53aea0522d8b9663cc5f /xmloff/dtd/table.mod
parentcac2684d949ae41dfa99b854a5d75a0337646125 (diff)
issue #28#: removed some ambiguities
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod11
1 files changed, 3 insertions, 8 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index f8556cbdf945..6c49bd177329 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,6 +1,5 @@
-<!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by Jumper (Star Office GmbH) -->
<!--
- $Id: table.mod,v 1.8 2000-10-24 09:54:22 dr Exp $
+ $Id: table.mod,v 1.9 2000-10-24 11:21:33 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -57,12 +56,8 @@
<!ENTITY % table-header-columns "table:table-header-columns">
<!ENTITY % table-rows "( table:table-rows | table:table-row+ )">
<!ENTITY % table-header-rows "table:table-header-rows">
-<!ENTITY % table-column-groups "( %table-header-columns; |
- (%table-columns;, %table-header-columns;, %table-columns;?) |
- (%table-header-columns;?, %table-columns;) )">
-<!ENTITY % table-row-groups "( %table-header-rows; |
- (%table-rows;, %table-header-rows;, %table-rows;?) |
- (%table-header-rows;?, %table-rows;) )">
+<!ENTITY % table-column-groups "( (%table-columns;,(%table-header-columns;,%table-columns;?)?) | (%table-header-columns;,%table-columns;?) )">
+<!ENTITY % table-row-groups "( (%table-rows;,(%table-header-rows;,%table-rows;?)?) | (%table-header-rows;,%table-rows;?) )">
<!ELEMENT table:table (table:scenario?, %table-column-groups;, %table-row-groups;)>
<!ATTLIST table:table
table:name %string; #REQUIRED