summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-10-18 16:29:22 +0000
committerSascha Ballach <sab@openoffice.org>2000-10-18 16:29:22 +0000
commit63dc2c4e9ded506169c34eb8581f56c32e57a9a2 (patch)
tree3555183d655318d1926b6e84efbe26cd1474c754 /xmloff/dtd/table.mod
parentfcebd16915b2590bd30fb6ca5f1e572c66f96c66 (diff)
change the dtd so XMLSpy can work with it (Bug in XMLSpy); create-date-string to annotation added
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod13
1 files changed, 7 insertions, 6 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index 0b26feca40df..27105e0be5b1 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,6 +1,6 @@
<!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by Jumper (Star Office GmbH) -->
<!--
- $Id: table.mod,v 1.5 2000-10-17 15:14:57 sab Exp $
+ $Id: table.mod,v 1.6 2000-10-18 17:29:22 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -58,11 +58,11 @@
<!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-header-columns;?, %table-columns;) |
- (%table-columns;, %table-header-columns;, %table-columns;?) )">
+ (%table-columns;, %table-header-columns;, %table-columns;?) |
+ (%table-header-columns;?, %table-columns;) )">
<!ENTITY % table-row-groups "( %table-header-rows; |
- (%table-header-rows;?, %table-rows;) |
- (%table-rows;, %table-header-rows;, %table-rows;?) )">
+ (%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
@@ -206,7 +206,8 @@
<!ELEMENT office:annotation (%cString;)>
<!ATTLIST office:annotation
office:author %string; #REQUIRED
- office:create-date %timeInstance; #REQUIRED
+ office:create-date %date; #IMPLIED
+ office:create-date-string %string; #IMPLIED
office:display %boolean; "true"
>
<!ELEMENT table:sub-table (%table-column-groups; | %table-row-groups;)>