Difference between revisions of "Configuration schema path settings"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Old schema)
(Old schema)
Line 170: Line 170:
 
                         <prop oor:name="Work" oor:type="xs:string"/>
 
                         <prop oor:name="Work" oor:type="xs:string"/>
 
                 </group>
 
                 </group>
 
 
         </group>
 
         </group>
  

Revision as of 13:56, 10 October 2006

New schema

[xml] <?xml version='1.0' encoding='UTF-8'?>

<oor:component-schema oor:name="Paths" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<templates>

<group oor:name="MultiPath"> <prop oor:name="Unused" oor:type="xs:string" /> </group>

<group oor:name="NamedPath"> <set oor:name="InternalPaths" oor:node-type="MultiPath" /> <prop oor:name="UserPaths" oor:type="oor:string-list" /> <prop oor:name="WritePath" oor:type="xs:string" /> </group>

</templates>

<component> <set oor:name="Paths" oor:node-type="NamedPath" /> </component>

</oor:component-schema>

Old schema

[xml] <?xml version='1.0' encoding='UTF-8'?>

<oor:component-schema

       oor:name="Common" 
       oor:package="org.openoffice.Office" 
       xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" 
       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<templates>

       <group oor:name="Path">
               <group oor:name="Current">
                       <prop oor:name="OfficeInstall" oor:type="xs:string"/>
                       <prop oor:name="OfficeInstallURL" oor:type="xs:string"/>
                       <prop oor:name="Addin" oor:type="xs:string"/>
                       <prop oor:name="AutoCorrect" oor:type="oor:string-list"/>
                       <prop oor:name="AutoText" oor:type="oor:string-list"/>
                       <prop oor:name="Backup" oor:type="xs:string"/>
                       <prop oor:name="Basic" oor:type="oor:string-list"/>
                       <prop oor:name="Bitmap" oor:type="xs:string"/>
                       <prop oor:name="Config" oor:type="xs:string"/>
                       <prop oor:name="Dictionary" oor:type="xs:string"/>
                       <prop oor:name="Favorite" oor:type="xs:string"/>
                       <prop oor:name="Filter" oor:type="xs:string"/>
                       <prop oor:name="Gallery" oor:type="oor:string-list"/>
                       <prop oor:name="Graphic" oor:type="xs:string"/>
                       <prop oor:name="Help" oor:type="xs:string"/>
                       <prop oor:name="Linguistic" oor:type="xs:string"/>
                       <prop oor:name="Module" oor:type="xs:string"/>
                       <prop oor:name="Palette" oor:type="xs:string"/>
                       <prop oor:name="Plugin" oor:type="oor:string-list"/>
                       <prop oor:name="Storage" oor:type="xs:string"/>
                       <prop oor:name="Temp" oor:type="xs:string"/>
                       <prop oor:name="Template" oor:type="oor:string-list"/>
                       <prop oor:name="UIConfig" oor:type="oor:string-list"/>
                       <prop oor:name="UserConfig" oor:type="xs:string"/>
                       <prop oor:name="UserDictionary" oor:type="xs:string"/>
                       <prop oor:name="Work" oor:type="xs:string"/>
               </group>
               <group oor:name="Default">
                       <prop oor:name="OfficeInstall" oor:type="xs:string"/>
                       <prop oor:name="OfficeInstallURL" oor:type="xs:string"/>
                       <prop oor:name="Addin" oor:type="xs:string"/>
                       <prop oor:name="AutoCorrect" oor:type="oor:string-list"/>
                       <prop oor:name="AutoText" oor:type="oor:string-list"/>
                       <prop oor:name="Backup" oor:type="xs:string"/>
                       <prop oor:name="Basic" oor:type="oor:string-list"/>
                       <prop oor:name="Bitmap" oor:type="xs:string"/>
                       <prop oor:name="Config" oor:type="xs:string"/>
                       <prop oor:name="Dictionary" oor:type="xs:string"/>
                       <prop oor:name="Favorite" oor:type="xs:string"/>
                       <prop oor:name="Filter" oor:type="xs:string"/>
                       <prop oor:name="Gallery" oor:type="oor:string-list"/>
                       <prop oor:name="Graphic" oor:type="xs:string"/>
                       <prop oor:name="Help" oor:type="xs:string"/>
                       <prop oor:name="Linguistic" oor:type="xs:string"/>
                       <prop oor:name="Module" oor:type="xs:string"/>
                       <prop oor:name="Palette" oor:type="xs:string"/>
                       <prop oor:name="Plugin" oor:type="oor:string-list"/>
                       <prop oor:name="Storage" oor:type="xs:string"/>
                       <prop oor:name="Temp" oor:type="xs:string"/>
                       <prop oor:name="Template" oor:type="oor:string-list"/>
                       <prop oor:name="UIConfig" oor:type="oor:string-list"/>
                       <prop oor:name="UserConfig" oor:type="xs:string"/>
                       <prop oor:name="UserDictionary" oor:type="xs:string"/>
                       <prop oor:name="Work" oor:type="xs:string"/>
               </group>
       </group>

</templates>

<component>

       <group oor:name="Path">
               <group oor:name="Current">
                       <prop oor:name="OfficeInstall" oor:type="xs:string"/>
                       <prop oor:name="OfficeInstallURL" oor:type="xs:string"/>
                       <prop oor:name="Addin" oor:type="xs:string"/>
                       <prop oor:name="AutoCorrect" oor:type="oor:string-list"/>
                       <prop oor:name="AutoText" oor:type="oor:string-list"/>
                       <prop oor:name="Backup" oor:type="xs:string"/>
                       <prop oor:name="Basic" oor:type="oor:string-list"/>
                       <prop oor:name="Bitmap" oor:type="xs:string"/>
                       <prop oor:name="Config" oor:type="xs:string"/>
                       <prop oor:name="Dictionary" oor:type="xs:string"/>
                       <prop oor:name="Favorite" oor:type="xs:string"/>
                       <prop oor:name="Filter" oor:type="xs:string"/>
                       <prop oor:name="Gallery" oor:type="oor:string-list"/>
                       <prop oor:name="Graphic" oor:type="xs:string"/>
                       <prop oor:name="Help" oor:type="xs:string"/>
                       <prop oor:name="Linguistic" oor:type="xs:string"/>
                       <prop oor:name="Module" oor:type="xs:string"/>
                       <prop oor:name="Palette" oor:type="xs:string"/>
                       <prop oor:name="Plugin" oor:type="oor:string-list"/>
                       <prop oor:name="Storage" oor:type="xs:string"/>
                       <prop oor:name="Temp" oor:type="xs:string"/>
                       <prop oor:name="Template" oor:type="oor:string-list"/>
                       <prop oor:name="UIConfig" oor:type="oor:string-list"/>
                       <prop oor:name="UserConfig" oor:type="xs:string"/>
                       <prop oor:name="UserDictionary" oor:type="xs:string"/>
                       <prop oor:name="Work" oor:type="xs:string"/>
               </group>
               <group oor:name="Default">
                       <prop oor:name="OfficeInstall" oor:type="xs:string"/>
                       <prop oor:name="OfficeInstallURL" oor:type="xs:string"/>
                       <prop oor:name="Addin" oor:type="xs:string"/>
                       <prop oor:name="AutoCorrect" oor:type="oor:string-list"/>
                       <prop oor:name="AutoText" oor:type="oor:string-list"/>
                       <prop oor:name="Backup" oor:type="xs:string"/>
                       <prop oor:name="Basic" oor:type="oor:string-list"/>
                       <prop oor:name="Bitmap" oor:type="xs:string"/>
                       <prop oor:name="Config" oor:type="xs:string"/>
                       <prop oor:name="Dictionary" oor:type="xs:string"/>
                       <prop oor:name="Favorite" oor:type="xs:string"/>
                       <prop oor:name="Filter" oor:type="xs:string"/>
                       <prop oor:name="Gallery" oor:type="oor:string-list"/>
                       <prop oor:name="Graphic" oor:type="xs:string"/>
                       <prop oor:name="Help" oor:type="xs:string"/>
                       <prop oor:name="Linguistic" oor:type="xs:string"/>
                       <prop oor:name="Module" oor:type="xs:string"/>
                       <prop oor:name="Palette" oor:type="xs:string"/>
                       <prop oor:name="Plugin" oor:type="oor:string-list"/>
                       <prop oor:name="Storage" oor:type="xs:string"/>
                       <prop oor:name="Temp" oor:type="xs:string"/>
                       <prop oor:name="Template" oor:type="oor:string-list"/>
                       <prop oor:name="UIConfig" oor:type="oor:string-list"/>
                       <prop oor:name="UserConfig" oor:type="xs:string"/>
                       <prop oor:name="UserDictionary" oor:type="xs:string"/>
                       <prop oor:name="Work" oor:type="xs:string"/>
               </group>
       </group>

</component>

</oor:component-schema>

Personal tools