summaryrefslogtreecommitdiff
path: root/xmloff/dtd/script.mod
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-03 15:18:24 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-03 15:18:24 +0000
commit9a1287b1e3f12b4c6557312785a41f6297909488 (patch)
tree291f482f91ae4586b4331449110ba833df6c037f /xmloff/dtd/script.mod
parent31b28df9d6f4c00018befe78dc90148ebdff577b (diff)
+script:events / +script:event
Diffstat (limited to 'xmloff/dtd/script.mod')
-rw-r--r--xmloff/dtd/script.mod14
1 files changed, 13 insertions, 1 deletions
diff --git a/xmloff/dtd/script.mod b/xmloff/dtd/script.mod
index b9980896edb8..16a4ad277e67 100644
--- a/xmloff/dtd/script.mod
+++ b/xmloff/dtd/script.mod
@@ -1,5 +1,5 @@
<!--
- $Id: script.mod,v 1.4 2000-12-19 14:49:22 cl Exp $
+ $Id: script.mod,v 1.5 2001-01-03 16:18:24 fs Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -66,3 +66,15 @@
<!ATTLIST script:module script:name %string; #REQUIRED>
<!ATTLIST script:module script:language %string; #IMPLIED>
+
+<!ENTITY % script-language "script:language %string; #REQUIRED">
+<!ENTITY % event-name "script:event-name %string; #REQUIRED">
+<!ENTITY % library "script:library %string; #REQUIRED">
+<!ENTITY % macro-name "script:macro-name %string; #REQUIRED">
+
+<!ELEMENT script:event (#PCDATA)>
+<!ATTLIST script:event %script-language;
+ %event-name;
+ %library;
+ %macro-name;>
+<!ELEMENT script:events (script:event*)>