summaryrefslogtreecommitdiff
path: root/xmloff/dtd/chart.mod
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2002-05-06 09:08:55 +0000
committerBjörn Milcke <bm@openoffice.org>2002-05-06 09:08:55 +0000
commit49e16b2059142894437c4abe5f814b9410f164ee (patch)
treeeabebcd7322d8a512fe50dc48a0176f3ca9c48da /xmloff/dtd/chart.mod
parent66474c8c94c1ce9807660c3c4f0dbe786a6a8f37 (diff)
#96720# statistics elements are optional
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r--xmloff/dtd/chart.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
index 4634b90f7757..33b51abb9765 100644
--- a/xmloff/dtd/chart.mod
+++ b/xmloff/dtd/chart.mod
@@ -1,5 +1,5 @@
<!--
- $Id: chart.mod,v 1.30 2002-05-06 09:34:55 bm Exp $
+ $Id: chart.mod,v 1.31 2002-05-06 10:08:55 bm Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -230,9 +230,9 @@
that represents the data for the whole chart
-->
<!ELEMENT chart:series ( chart:domain*,
- chart:mean-value,
- chart:regression-curve,
- chart:error-indicator,
+ chart:mean-value?,
+ chart:regression-curve?,
+ chart:error-indicator?,
chart:data-point* )>
<!ATTLIST chart:series
chart:values-cell-range-address %cell-range-address; #IMPLIED