home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Paths.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  2.3 KB  |  62 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Paths" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Configuration of layered pathes replacing the old path configuration org.openoffice.Office.Common/Path.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="MultiPath">
  8.       <info>
  9.         <desc>Describe a path in it's details.</desc>
  10.       </info>
  11.       <prop oor:name="Unused" oor:type="xs:string">
  12.         <info>
  13.           <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.</desc>
  14.         </info>
  15.       </prop>
  16.     </group>
  17.     <group oor:name="NamedPath">
  18.       <info>
  19.         <desc>Bind a list of path values to a "path name" e.g. "Template".</desc>
  20.       </info>
  21.       <prop oor:name="IsSinglePath" oor:type="xs:boolean">
  22.         <info>
  23.           <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single pathes then.</desc>
  24.         </info>
  25.         <value>false</value>
  26.       </prop>
  27.       <set oor:name="InternalPaths" oor:node-type="MultiPath">
  28.         <info>
  29.           <desc>Contains path values configured by an administrator or package (not visible for the user).</desc>
  30.         </info>
  31.       </set>
  32.       <prop oor:name="UserPaths" oor:type="oor:string-list">
  33.         <info>
  34.           <desc>Contains all path values configured by the user under "Tools->Options->Paths".</desc>
  35.         </info>
  36.       </prop>
  37.       <prop oor:name="WritePath" oor:type="xs:string">
  38.         <info>
  39.           <desc>Define one path which is used as the writable path only.</desc>
  40.         </info>
  41.       </prop>
  42.     </group>
  43.   </templates>
  44.   <component>
  45.     <set oor:name="Paths" oor:node-type="NamedPath">
  46.       <info>
  47.         <desc>Contains all named paths of the office.</desc>
  48.       </info>
  49.     </set>
  50.     <group oor:name="Variables">
  51.       <info>
  52.         <desc>Desktop specific defaults for "$" variables used in Paths</desc>
  53.       </info>
  54.       <prop oor:name="Work" oor:type="xs:string">
  55.         <info>
  56.           <desc>Expanded value of "$work". Must be a valid URL.</desc>
  57.         </info>
  58.       </prop>
  59.     </group>
  60.   </component>
  61. </oor:component-schema>
  62.