summaryrefslogtreecommitdiff
path: root/xmloff/dtd/chart.mod
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-12-17 09:22:11 +0000
committerBjörn Milcke <bm@openoffice.org>2001-12-17 09:22:11 +0000
commit219fc02285128f252f8f7e0201f9eb9925f4639b (patch)
treec657014a979b45802099c9b20c8634a00711f431 /xmloff/dtd/chart.mod
parent2c6c3d1d43d6aee85c4ce4d0a565b0bd0c63d182 (diff)
#95993# export/import stock chart properties for gain, loss and the range line
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r--xmloff/dtd/chart.mod21
1 files changed, 19 insertions, 2 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
index 6989f8b8d464..2f479424fec5 100644
--- a/xmloff/dtd/chart.mod
+++ b/xmloff/dtd/chart.mod
@@ -1,5 +1,5 @@
<!--
- $Id: chart.mod,v 1.27 2001-12-14 18:47:17 dvo Exp $
+ $Id: chart.mod,v 1.28 2001-12-17 10:22:10 bm Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -128,6 +128,9 @@
chart:axis*,
chart:categories?,
chart:series*,
+ chart:stock-gain-marker?,
+ chart:stock-loss-marker?,
+ chart:stock-range-line?,
chart:wall?,
chart:floor?) >
@@ -168,6 +171,20 @@
svg:width %length; #IMPLIED
chart:style-name %styleName; #IMPLIED >
+<!-- Stock chart elements -->
+
+<!ELEMENT chart:stock-gain-marker EMPTY>
+<!ATTLIST chart:stock-gain-marker
+ chart:style-name %styleName; #IMPLIED >
+
+<!ELEMENT chart:stock-loss-marker EMPTY>
+<!ATTLIST chart:stock-loss-marker
+ chart:style-name %styleName; #IMPLIED >
+
+<!ELEMENT chart:stock-range-line EMPTY>
+<!ATTLIST chart:stock-range-line
+ chart:style-name %styleName; #IMPLIED >
+
<!-- Axis -->
<!ELEMENT chart:axis (chart:title?, chart:grid*)>
@@ -204,7 +221,7 @@
<!ELEMENT chart:categories EMPTY>
<!ATTLIST chart:categories
- table:cell-range-address %cell-range-address; #REQUIRED >
+ table:cell-range-address %cell-range-address; #IMPLIED >
<!--
each series element must have an cell-range-address element that points