diff options
author | Björn Milcke <bm@openoffice.org> | 2002-05-06 07:52:55 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2002-05-06 07:52:55 +0000 |
commit | 315e70ab6fb7bccc8252ff216101cf2f45a11ef5 (patch) | |
tree | 9ec70896e230e332117e14b932baed8ff57dece6 /xmloff/dtd | |
parent | a46e82d03bb04edcb8cb53159264a29c317d7fe0 (diff) |
#96720# regression curves, error-indicators and mean value
are exported as extra sub-elements of the series
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/chart.mod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index 2f479424fec5..19d35dc6b73a 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.28 2001-12-17 10:22:10 bm Exp $ + $Id: chart.mod,v 1.29 2002-05-06 08:52:55 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -230,6 +230,9 @@ that represents the data for the whole chart --> <!ELEMENT chart:series ( chart:domain*, + mean-value, + regression-curve, + error-indicator, chart:data-point* )> <!ATTLIST chart:series chart:values-cell-range-address %cell-range-address; #IMPLIED @@ -249,6 +252,10 @@ <!-- statistical properties --> +<!ELEMENT chart:mean-value chart:style-name %styleName; #IMPLIED > +<!ELEMENT chart:regression-curve chart:style-name %styleName; #IMPLIED > +<!ELEMENT chart:error-indicator chart:style-name %styleName; #IMPLIED > + <!ATTLIST style:properties chart:mean-value %boolean; #IMPLIED chart:error-category (none|variance|standard-deviation|percentage|error-margin|constant) "none" |