summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-02-06 13:08:20 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-02-06 13:08:20 +0000
commitb1df2bd37ad067003876203cf576a2506acaae24 (patch)
treeed6b532a2d9a3dedbfd980900dd078e16c4d4178 /xmloff/dtd/drawing.mod
parent4df8d9ef59ed2ab6e291eb7b519f14af334c1f0c (diff)
- changed: script:events to office:events
- added: office:events for graphics and styles
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r--xmloff/dtd/drawing.mod13
1 files changed, 6 insertions, 7 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index f2cd89bfff67..ea07fd8dd01a 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.33 2001-02-01 19:12:31 cl Exp $
+ $Id: drawing.mod,v 1.34 2001-02-06 14:08:19 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -469,9 +469,9 @@
<!ATTLIST style:properties draw:background-size (full|border) #IMPLIED>
<!-- text boxes -->
-<!ELEMENT draw:text-box (text:h|text:p|text:ordered-list|
+<!ELEMENT draw:text-box (office:events?,(text:h|text:p|text:ordered-list|
text:unordered-list|table:table|chart:chart|
- draw:a|draw:text-box|draw:image)*>
+ draw:a|draw:text-box|draw:image)*)>
<!ATTLIST draw:text-box %draw-style-name;>
<!ATTLIST draw:text-box draw:name %string; #IMPLIED>
<!ATTLIST draw:text-box draw:chain-next-name %string; #IMPLIED>
@@ -490,7 +490,7 @@
<!ATTLIST draw:text-box draw:layer %layerName; #IMPLIED>
<!-- image -->
-<!ELEMENT draw:image (svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
+<!ELEMENT draw:image (office:events?,svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
<!ATTLIST draw:image %draw-style-name;>
<!ATTLIST draw:image draw:name %string; #IMPLIED>
<!ATTLIST draw:image xlink:href %uriReference; #REQUIRED>
@@ -509,7 +509,7 @@
<!ATTLIST draw:image draw:id %shapeId;>
<!-- objects -->
-<!ELEMENT draw:object (svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
+<!ELEMENT draw:object (office:events?, svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
<!ATTLIST draw:object %draw-style-name;>
<!ATTLIST draw:object draw:name %string; #IMPLIED>
<!ATTLIST draw:object xlink:href %uriReference; #REQUIRED>
@@ -526,7 +526,7 @@
<!ATTLIST draw:object %zindex;>
<!ATTLIST draw:object draw:id %shapeId;>
-<!ELEMENT draw:object-ole (svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
+<!ELEMENT draw:object-ole (office:events?, svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
<!ATTLIST draw:object-ole %draw-style-name;>
<!ATTLIST draw:object-ole draw:name %string; #IMPLIED>
<!ATTLIST draw:object-ole xlink:href %uriReference; #REQUIRED>
@@ -668,4 +668,3 @@
<!ATTLIST draw:layer draw:locked %boolean; #IMPLIED>
<!ATTLIST draw:layer draw:printable %boolean; #IMPLIED>
<!ATTLIST draw:layer draw:visible %boolean; #IMPLIED>
-