1cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?> 2*d435a3beSAndrew Rist<!--*********************************************************** 3cdf0e10cSrcweir * 4*d435a3beSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*d435a3beSAndrew Rist * or more contributor license agreements. See the NOTICE file 6*d435a3beSAndrew Rist * distributed with this work for additional information 7*d435a3beSAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*d435a3beSAndrew Rist * to you under the Apache License, Version 2.0 (the 9*d435a3beSAndrew Rist * "License"); you may not use this file except in compliance 10*d435a3beSAndrew Rist * with the License. You may obtain a copy of the License at 11cdf0e10cSrcweir * 12*d435a3beSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13cdf0e10cSrcweir * 14*d435a3beSAndrew Rist * Unless required by applicable law or agreed to in writing, 15*d435a3beSAndrew Rist * software distributed under the License is distributed on an 16*d435a3beSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*d435a3beSAndrew Rist * KIND, either express or implied. See the License for the 18*d435a3beSAndrew Rist * specific language governing permissions and limitations 19*d435a3beSAndrew Rist * under the License. 20cdf0e10cSrcweir * 21*d435a3beSAndrew Rist ***********************************************************--> 22*d435a3beSAndrew Rist 23*d435a3beSAndrew Rist 24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 25cdf0e10cSrcweir<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"> 26cdf0e10cSrcweir 27cdf0e10cSrcweir <info> 28cdf0e10cSrcweir <author>AS</author> 29cdf0e10cSrcweir <desc>Configuration of layered pathes replacing the old path configuration org.openoffice.Office.Common/Path.</desc> 30cdf0e10cSrcweir </info> 31cdf0e10cSrcweir 32cdf0e10cSrcweir <templates> 33cdf0e10cSrcweir 34cdf0e10cSrcweir <group oor:name="MultiPath"> 35cdf0e10cSrcweir <info> 36cdf0e10cSrcweir <desc>Describe a path in it's details.</desc> 37cdf0e10cSrcweir </info> 38cdf0e10cSrcweir <prop oor:name="Unused" oor:type="xs:string"> 39cdf0e10cSrcweir <info> 40cdf0e10cSrcweir <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.</desc> 41cdf0e10cSrcweir </info> 42cdf0e10cSrcweir </prop> 43cdf0e10cSrcweir </group> 44cdf0e10cSrcweir 45cdf0e10cSrcweir <group oor:name="NamedPath"> 46cdf0e10cSrcweir <info> 47cdf0e10cSrcweir <desc>Bind a list of path values to a "path name" e.g. "Template".</desc> 48cdf0e10cSrcweir </info> 49cdf0e10cSrcweir <prop oor:name="IsSinglePath" oor:type="xs:boolean"> 50cdf0e10cSrcweir <info> 51cdf0e10cSrcweir <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single pathes then.</desc> 52cdf0e10cSrcweir </info> 53cdf0e10cSrcweir <value>false</value> 54cdf0e10cSrcweir </prop> 55cdf0e10cSrcweir <set oor:name="InternalPaths" oor:node-type="MultiPath"> 56cdf0e10cSrcweir <info> 57cdf0e10cSrcweir <desc>Contains path values configured by an administrator or package (not visible for the user).</desc> 58cdf0e10cSrcweir </info> 59cdf0e10cSrcweir </set> 60cdf0e10cSrcweir <prop oor:name="UserPaths" oor:type="oor:string-list"> 61cdf0e10cSrcweir <info> 62cdf0e10cSrcweir <desc>Contains all path values configured by the user under "Tools->Options->Paths".</desc> 63cdf0e10cSrcweir </info> 64cdf0e10cSrcweir </prop> 65cdf0e10cSrcweir <prop oor:name="WritePath" oor:type="xs:string"> 66cdf0e10cSrcweir <info> 67cdf0e10cSrcweir <desc>Define one path which is used as the writable path only.</desc> 68cdf0e10cSrcweir </info> 69cdf0e10cSrcweir </prop> 70cdf0e10cSrcweir </group> 71cdf0e10cSrcweir 72cdf0e10cSrcweir </templates> 73cdf0e10cSrcweir 74cdf0e10cSrcweir <component> 75cdf0e10cSrcweir 76cdf0e10cSrcweir <set oor:name="Paths" oor:node-type="NamedPath"> 77cdf0e10cSrcweir <info> 78cdf0e10cSrcweir <desc>Contains all named paths of the office.</desc> 79cdf0e10cSrcweir </info> 80cdf0e10cSrcweir </set> 81cdf0e10cSrcweir 82cdf0e10cSrcweir <group oor:name="Variables"> 83cdf0e10cSrcweir <info> 84cdf0e10cSrcweir <desc>Desktop specific defaults for "$" variables used in Paths</desc> 85cdf0e10cSrcweir </info> 86cdf0e10cSrcweir <prop oor:name="Work" oor:type="xs:string"> 87cdf0e10cSrcweir <info> 88cdf0e10cSrcweir <desc>Expanded value of "$work". Must be a valid URL.</desc> 89cdf0e10cSrcweir </info> 90cdf0e10cSrcweir </prop> 91cdf0e10cSrcweir </group> 92cdf0e10cSrcweir 93cdf0e10cSrcweir </component> 94cdf0e10cSrcweir 95cdf0e10cSrcweir</oor:component-schema> 96