diff options
author | Jörg Barfurth <jb@openoffice.org> | 2002-11-08 15:48:50 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2002-11-08 15:48:50 +0000 |
commit | b7317537c03bc3abba2f2a770540339fc8897839 (patch) | |
tree | a84397f6cb988e0c9d315e45a97382c3d5094263 /officecfg/registry/component-update.dtd | |
parent | b09a1b82a343f4e182633300567973f24934794a (diff) |
#104661# Adjust schema for using oor:package everywhere; remove oor:context
Diffstat (limited to 'officecfg/registry/component-update.dtd')
-rw-r--r-- | officecfg/registry/component-update.dtd | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd index c666f41527b6..6887a13933a5 100644 --- a/officecfg/registry/component-update.dtd +++ b/officecfg/registry/component-update.dtd @@ -2,13 +2,10 @@ <!ELEMENT oor:node ((prop|node)*)> <!ATTLIST oor:node - oor:name CDATA #REQUIRED - oor:context CDATA #REQUIRED - oor:component CDATA #IMPLIED + oor:name NMTOKEN #REQUIRED + oor:package NMTOKEN #REQUIRED 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" |