1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 <!DOCTYPE oor:component-schema SYSTEM
"../../../../component-schema.dtd">
20 <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">
22 <desc>Configuration of layered paths replacing the old path configuration org.openoffice.Office.Common/Path.
</desc>
25 <group oor:
name=
"MultiPath">
27 <desc>Describe a path in its details.
</desc>
29 <prop oor:
name=
"Unused" oor:
type=
"xs:string">
31 <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.
</desc>
35 <group oor:
name=
"NamedPath">
37 <desc>Bind a list of path values to a
"path name" e.g.
"Template".
</desc>
39 <prop oor:
name=
"IsSinglePath" oor:
type=
"xs:boolean" oor:
nillable=
"false">
41 <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single paths then.
</desc>
45 <set oor:
name=
"InternalPaths" oor:
node-type=
"MultiPath">
47 <desc>Contains path values configured by an administrator or package (read-only for the user).
</desc>
50 <prop oor:
name=
"UserPaths" oor:
type=
"oor:string-list">
52 <desc>Contains all path values configured by the user under
"Tools->Options->Paths".
</desc>
55 <prop oor:
name=
"WritePath" oor:
type=
"xs:string">
57 <desc>Define one path which is used as the writable path only.
</desc>
63 <set oor:
name=
"Paths" oor:
node-type=
"NamedPath">
65 <desc>Contains all named paths of the office.
</desc>
68 <group oor:
name=
"Variables">
70 <desc>Desktop specific defaults for
"$" variables used in Paths
</desc>
72 <prop oor:
name=
"Work" oor:
type=
"xs:string">
74 <desc>Expanded value of
"$work". Must be a valid URL.
</desc>
79 </oor:component-schema>