diff options
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" |