summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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