add privacy URL to crashreport dialog & updatecheck tab in options
[LibreOffice.git] / officecfg / registry / schema / org / openoffice / Office / Paths.xcs
blob759e0b7cdd0ba9c9afe9622437cdf1344c9263c9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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 .
18 -->
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">
21 <info>
22 <desc>Configuration of layered paths replacing the old path configuration org.openoffice.Office.Common/Path.</desc>
23 </info>
24 <templates>
25 <group oor:name="MultiPath">
26 <info>
27 <desc>Describe a path in its details.</desc>
28 </info>
29 <prop oor:name="Unused" oor:type="xs:string">
30 <info>
31 <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.</desc>
32 </info>
33 </prop>
34 </group>
35 <group oor:name="NamedPath">
36 <info>
37 <desc>Bind a list of path values to a "path name" e.g. "Template".</desc>
38 </info>
39 <prop oor:name="IsSinglePath" oor:type="xs:boolean" oor:nillable="false">
40 <info>
41 <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single paths then.</desc>
42 </info>
43 <value>false</value>
44 </prop>
45 <set oor:name="InternalPaths" oor:node-type="MultiPath">
46 <info>
47 <desc>Contains path values configured by an administrator or package (read-only for the user).</desc>
48 </info>
49 </set>
50 <prop oor:name="UserPaths" oor:type="oor:string-list">
51 <info>
52 <desc>Contains all path values configured by the user under "Tools-&gt;Options-&gt;Paths".</desc>
53 </info>
54 </prop>
55 <prop oor:name="WritePath" oor:type="xs:string">
56 <info>
57 <desc>Define one path which is used as the writable path only.</desc>
58 </info>
59 </prop>
60 </group>
61 </templates>
62 <component>
63 <set oor:name="Paths" oor:node-type="NamedPath">
64 <info>
65 <desc>Contains all named paths of the office.</desc>
66 </info>
67 </set>
68 <group oor:name="Variables">
69 <info>
70 <desc>Desktop specific defaults for "$" variables used in Paths</desc>
71 </info>
72 <prop oor:name="Work" oor:type="xs:string">
73 <info>
74 <desc>Expanded value of "$work". Must be a valid URL.</desc>
75 </info>
76 </prop>
77 </group>
78 </component>
79 </oor:component-schema>