summaryrefslogtreecommitdiff
path: root/xmloff/dtd
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-05-23 10:59:50 +0000
committerChristian Lippka <cl@openoffice.org>2001-05-23 10:59:50 +0000
commite36f4150b73022e5ffd6713d622ea7479db2e937 (patch)
tree2a08ddf45ec72fcd317fc3399cc69cd0047eca90 /xmloff/dtd
parent5efc4e027f4b5bfcdb141e70faafca2e3ca4fd00 (diff)
#87347# added support for group shapes created by the animator
Diffstat (limited to 'xmloff/dtd')
-rw-r--r--xmloff/dtd/drawing.mod10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index b5ebf18ab49d..949ee1ffdfc6 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.52 2001-05-21 10:18:49 mib Exp $
+ $Id: drawing.mod,v 1.53 2001-05-23 11:53:10 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -215,7 +215,7 @@
<!ATTLIST draw:control %text-anchor;>
<!ATTLIST draw:control draw:layer %layerName; #IMPLIED>
-<!ELEMENT draw:g (%shapes;)* >
+<!ELEMENT draw:g ( office:events?, (%shapes;)* ) >
<!ATTLIST draw:g %draw-transform; >
<!ATTLIST draw:g %draw-style-name; >
<!ATTLIST draw:g %zindex;>
@@ -480,7 +480,11 @@
<!ATTLIST presentation:dim draw:shape-id %shapeId; #REQUIRED>
<!ATTLIST presentation:dim draw:color %color; #REQUIRED>
-<!ELEMENT presentation:animations (presentation:show-shape|presentation:show-text|presentation:hide-shape|presentation:hide-text|presentation:dim)*>
+<!ELEMENT presentation:play EMPTY>
+<!ATTLIST presentation:play draw:shape-id %shapeId; #REQUIRED>
+<!ATTLIST presentation:play presentation:speed %presentationSpeeds; "medium">
+
+<!ELEMENT presentation:animations (presentation:show-shape|presentation:show-text|presentation:hide-shape|presentation:hide-text|presentation:dim|presentation:play)*>
<!ELEMENT presentation:show EMPTY>
<!ATTLIST presentation:show presentation:name %styleName; #REQUIRED>