summaryrefslogtreecommitdiff
path: root/officecfg/registry/component-update.dtd
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-11 13:51:17 +0100
committersb <sb@openoffice.org>2009-11-11 13:51:17 +0100
commit2e960eb1926080f6f98a3a7e886a45725eac7fe4 (patch)
treebb88a70b7ba01e82ba0ce9cdece3993eb53b4542 /officecfg/registry/component-update.dtd
parent291b6d7e3b09ede5a589d5baf4c0effa13414e02 (diff)
sb111: #i101955# fixed and cleaned up handling of oor:types of prop values
Diffstat (limited to 'officecfg/registry/component-update.dtd')
-rw-r--r--officecfg/registry/component-update.dtd14
1 files changed, 11 insertions, 3 deletions
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd
index 6b44c2066dee..1f7a4749f16d 100644
--- a/officecfg/registry/component-update.dtd
+++ b/officecfg/registry/component-update.dtd
@@ -55,9 +55,10 @@
oor:op (modify | replace | fuse | remove) #IMPLIED
oor:finalized (true | false) #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)
+ (oor:any | 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 CDATA #IMPLIED>
@@ -73,6 +74,11 @@
xml:lang CDATA #IMPLIED
oor:op (fuse | remove) #IMPLIED
xsi:nil (true | false) #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
oor:separator CDATA #IMPLIED
oor:external CDATA #IMPLIED
install:module CDATA #IMPLIED>
@@ -82,6 +88,8 @@
properties
xsi:nil defaults to "false"; "true" must only be used for nillable
properties
+ oor:type is relevant for localized properties of type oor:any with
+ different value types for different locales
oor:separator must only be used if the property type is a list type
and the element content is #PCDATA or (#PCDATA | unicode)* (and not
EMPTY or it*)