diff options
author | Björn Milcke <bm@openoffice.org> | 2001-04-11 09:23:11 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-04-11 09:23:11 +0000 |
commit | 9adfc419cc05d47d15d7f5d4e272d49c4b9ffb29 (patch) | |
tree | 5794b689eb386d88d958e5df2e0919a7f81a12bb /xmloff | |
parent | e852b89ded2b3762aac2cf3c1f79958feb10b3c3 (diff) |
#85991# 3d scene attributes for plot-area
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/chart.mod | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index f34cfa90e5b3..5cc140d77691 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.14 2001-03-30 13:03:23 bm Exp $ + $Id: chart.mod,v 1.15 2001-04-11 10:23:11 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -132,6 +132,21 @@ svg:height %length; #IMPLIED chart:style-name %styleName; #IMPLIED > +<!-- 3d scene attributes on plot-area --> +<!ATTLIST chart:plot-area + dr3d:vrp %vector3D; #IMPLIED + dr3d:vpn %vector3D; #IMPLIED + dr3d:vup %vector3D; #IMPLIED + dr3d:projection (parallel|perspective) #IMPLIED + dr3d:transform CDATA #IMPLIED + dr3d:distance %length; #IMPLIED + dr3d:focal-length %length; #IMPLIED + dr3d:shadow-slant %nonNegativeInteger; #IMPLIED + dr3d:shade-mode (flat|phong|gouraud|draft) #IMPLIED + dr3d:ambient-color %color; #IMPLIED + dr3d:lighting-mode %boolean; #IMPLIED > + + <!ELEMENT chart:wall EMPTY> <!ATTLIST chart:wall svg:width %length; #IMPLIED |