summaryrefslogtreecommitdiff
path: root/xmloff/dtd/chart.mod
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-06-22 10:55:26 +0000
committerBjörn Milcke <bm@openoffice.org>2001-06-22 10:55:26 +0000
commit9d7c49f49de53f335be51359c72ee8c9b2dfcf0e (patch)
treefc8eb09c6779324d7121d9469252646761dbd9c0 /xmloff/dtd/chart.mod
parentd53b6ac42fe19cffda83c80e70f46c600f9a77b0 (diff)
symbol properties and table-number-list missing
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r--xmloff/dtd/chart.mod10
1 files changed, 9 insertions, 1 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
index 0204209aeae6..20dfe6ca4863 100644
--- a/xmloff/dtd/chart.mod
+++ b/xmloff/dtd/chart.mod
@@ -1,5 +1,5 @@
<!--
- $Id: chart.mod,v 1.21 2001-06-12 16:11:23 bm Exp $
+ $Id: chart.mod,v 1.22 2001-06-22 11:55:26 bm Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -64,6 +64,7 @@
<!ATTLIST chart:chart
chart:class %chart-class; #REQUIRED
chart:add-in-name %string; #IMPLIED
+ chart:table-number-list %string; #IMPLIED
draw:name %string; #IMPLIED
%draw-position;
%draw-size;
@@ -246,3 +247,10 @@
<!-- general text properties -->
<!ATTLIST style:properties text:rotation-angle %integer; "0" >
+
+<!-- symbol properties -->
+
+<!ATTLIST style:properties
+ chart:symbol-width %nonNegativeLength; #IMPLIED
+ chart:symbol-height %nonNegativeLength; #IMPLIED
+ chart:symbol-image-name %string; #IMPLIED >