summaryrefslogtreecommitdiff
path: root/officecfg/registry/component-update.dtd
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 12:30:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 12:30:34 +0000
commit18b9e29e1330ee82b196c71841d657ca2de05365 (patch)
tree4b1330750514ba22ffcf19bad1ebfcd1096cf69f /officecfg/registry/component-update.dtd
parent1638615bd0c32f8572ce72c1694aa8d29429f9bb (diff)
INTEGRATION: CWS scp2officecfg (1.4.212); FILE MERGED
2004/05/18 16:04:02 jb 1.4.212.1: #i25937# Add support for installation modules to source format
Diffstat (limited to 'officecfg/registry/component-update.dtd')
-rw-r--r--officecfg/registry/component-update.dtd3
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd
index 6a6e8bab845e..8929ad6be4f9 100644
--- a/officecfg/registry/component-update.dtd
+++ b/officecfg/registry/component-update.dtd
@@ -7,6 +7,7 @@
oor:finalized (true | false) #IMPLIED
oor:op (modify | replace | remove | reset) #IMPLIED
xmlns:oor CDATA #FIXED "http://openoffice.org/2001/registry"
+ xmlns:install CDATA #FIXED "http://openoffice.org/2004/installation"
xmlns:xs CDATA #FIXED "http://www.w3.org/2001/XMLSchema"
xmlns:xsi CDATA #FIXED "http://www.w3.org/2001/XMLSchema-instance"
>
@@ -19,6 +20,7 @@
oor:mandatory (true | false) #IMPLIED
oor:op (modify | replace | remove | reset) #IMPLIED
oor:node-type NMTOKEN #IMPLIED
+ install:module NMTOKEN #IMPLIED
>
<!ELEMENT prop (value*)>
@@ -27,6 +29,7 @@
oor:op (modify | replace | remove | reset) #IMPLIED
oor:finalized CDATA #IMPLIED
oor:type (xs:boolean | xs:short | xs:int | xs:long | xs:double | xs:string | xs:hexBinary | oor:boolean-list | oor:short-list | oor:int-list | oor:long-list | oor:double-list | oor:string-list | oor:hexBinary-list) #IMPLIED
+ install:module NMTOKEN #IMPLIED
>
<!ELEMENT value (#PCDATA)>