diff options
author | Björn Milcke <bm@openoffice.org> | 2000-12-13 16:03:09 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2000-12-13 16:03:09 +0000 |
commit | 1e88b38ad283bc146423b72e1e84f4b57eccb208 (patch) | |
tree | e5f3d7bd1e85ec518f88efb2a633ca9cb48b69c3 /xmloff/dtd/chart.mod | |
parent | 6022aabe0195db725b1010771195190109863f4d (diff) |
statistics properties completed
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r-- | xmloff/dtd/chart.mod | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index fb906dfb34e6..3d89fa8e558b 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.8 2000-12-04 09:44:22 bm Exp $ + $Id: chart.mod,v 1.9 2000-12-13 17:03:09 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -202,11 +202,14 @@ <!ATTLIST style:properties chart:mean-value %boolean; #IMPLIED + chart:error-category (none|variance|standard-deviation|percentage|error-margin|constant) "none" + chart:error-percentage %float; #IMPLIED chart:error-margin %float; #IMPLIED chart:error-lower-limit %float; #IMPLIED chart:error-upper-limit %float; #IMPLIED chart:error-upper-indicator %boolean; #IMPLIED - chart:error-lower-indicator %boolean; #IMPLIED > + chart:error-lower-indicator %boolean; #IMPLIED + chart:regression-type (none|linear|logarithmic|exponential|power) "none" > <!-- data label properties --> |