summaryrefslogtreecommitdiff
path: root/officecfg/registry/component-schema.dtd
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 12:30:16 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 12:30:16 +0000
commit1638615bd0c32f8572ce72c1694aa8d29429f9bb (patch)
treecedc9eb356b40e292be637befba9b2ed83400e3c /officecfg/registry/component-schema.dtd
parentea2ebeb035bc50160e28b25836c34d544501bb79 (diff)
INTEGRATION: CWS scp2officecfg (1.4.248); FILE MERGED
2004/05/18 16:03:23 jb 1.4.248.1: #i25937# Cleanup schema to match current capabilities
Diffstat (limited to 'officecfg/registry/component-schema.dtd')
-rw-r--r--officecfg/registry/component-schema.dtd5
1 files changed, 2 insertions, 3 deletions
diff --git a/officecfg/registry/component-schema.dtd b/officecfg/registry/component-schema.dtd
index ebd91dc1b8b0..7fb3f4a1e5cc 100644
--- a/officecfg/registry/component-schema.dtd
+++ b/officecfg/registry/component-schema.dtd
@@ -39,17 +39,16 @@
xml:lang CDATA #IMPLIED
>
-<!ELEMENT group (info?, prop*, (node-ref | group | set)*)>
+<!ELEMENT group (info?, (prop | node-ref | group | set)*)>
<!ATTLIST group
oor:name CDATA #REQUIRED
oor:extensible (true | false) #IMPLIED
>
-<!ELEMENT set (info?, prop*, item*)>
+<!ELEMENT set (info?, item*)>
<!ATTLIST set
oor:name CDATA #REQUIRED
oor:node-type NMTOKEN #REQUIRED
- oor:extensible (true | false) #IMPLIED
oor:component CDATA #IMPLIED
>