summaryrefslogtreecommitdiff
path: root/officecfg/registry/component-update.dtd
diff options
context:
space:
mode:
authortpf <tpf@openoffice.org>2002-10-25 16:29:38 +0000
committertpf <tpf@openoffice.org>2002-10-25 16:29:38 +0000
commit51f1aea1ac9ca1ee27f99c4b04be3b3d38375567 (patch)
treee6994accd3048acf183af259f5b0a342d5b59ab0 /officecfg/registry/component-update.dtd
parent6f9d5d737a3a75e474e80e0ecaeca6353c57efac (diff)
#103539# new elements author and deprecated, changed sequence of elements
Diffstat (limited to 'officecfg/registry/component-update.dtd')
-rw-r--r--officecfg/registry/component-update.dtd50
1 files changed, 25 insertions, 25 deletions
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd
index 572e162a27d6..c666f41527b6 100644
--- a/officecfg/registry/component-update.dtd
+++ b/officecfg/registry/component-update.dtd
@@ -1,40 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!ELEMENT oor:node ((prop*), (node)*)>
+<!ELEMENT oor:node ((prop|node)*)>
<!ATTLIST oor:node
- oor:name CDATA #REQUIRED
- oor:context CDATA #REQUIRED
- oor:component CDATA #IMPLIED
- oor:finalized (true|false) #IMPLIED
- oor:mandatory (true|false) #IMPLIED
- oor:op (modify | replace | remove | reset) #IMPLIED
- oor:node-type NMTOKEN #IMPLIED
- xmlns:oor CDATA #FIXED "http://openoffice.org/2001/registry"
- xmlns:xs CDATA #FIXED "http://www.w3.org/2001/XMLSchema"
- xmlns:xsi CDATA #FIXED "http://www.w3.org/2001/XMLSchema-instance"
+ oor:name CDATA #REQUIRED
+ oor:context CDATA #REQUIRED
+ oor:component CDATA #IMPLIED
+ oor:finalized (true | false) #IMPLIED
+ oor:mandatory (true | false) #IMPLIED
+ oor:op (modify | replace | remove | reset) #IMPLIED
+ oor:node-type NMTOKEN #IMPLIED
+ xmlns:oor CDATA #FIXED "http://openoffice.org/2001/registry"
+ xmlns:xs CDATA #FIXED "http://www.w3.org/2001/XMLSchema"
+ xmlns:xsi CDATA #FIXED "http://www.w3.org/2001/XMLSchema-instance"
>
-<!ELEMENT node ((prop*), (node)*)>
+<!ELEMENT node ((prop|node)*)>
<!ATTLIST node
- oor:name CDATA #REQUIRED
- oor:component CDATA #IMPLIED
- oor:finalized (true|false) #IMPLIED
- oor:mandatory (true|false) #IMPLIED
- oor:op (modify | replace | remove | reset) #IMPLIED
- oor:node-type NMTOKEN #IMPLIED
+ oor:name CDATA #REQUIRED
+ oor:component CDATA #IMPLIED
+ oor:finalized (true | false) #IMPLIED
+ oor:mandatory (true | false) #IMPLIED
+ oor:op (modify | replace | remove | reset) #IMPLIED
+ oor:node-type NMTOKEN #IMPLIED
>
<!ELEMENT prop (value*)>
<!ATTLIST prop
- oor:name CDATA #REQUIRED
- 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
+ oor:name CDATA #REQUIRED
+ 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
>
<!ELEMENT value (#PCDATA)>
<!ATTLIST value
- xsi:nil (true|false) #IMPLIED
- oor:separator CDATA #IMPLIED
- xml:lang CDATA #IMPLIED
+ xsi:nil (true | false) #IMPLIED
+ oor:separator CDATA #IMPLIED
+ xml:lang CDATA #IMPLIED
>