add privacy URL to crashreport dialog & updatecheck tab in options
[LibreOffice.git] / officecfg / registry / schema / org / openoffice / Office / Recovery.xcs
blob93f7ba8c4dc079c0efc32aa3ca02931cfb7dc615
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="Recovery" oor:package="org.openoffice.Office" xml:lang="en-US">
21 <info>
22 <desc> </desc>
23 </info>
24 <templates>
25 <group oor:name="RecoveryEntry">
26 <info>
27 <desc> </desc>
28 </info>
29 <prop oor:name="TempURL" oor:type="xs:string">
30 <info>
31 <desc> </desc>
32 </info>
33 </prop>
34 <prop oor:name="OriginalURL" oor:type="xs:string">
35 <info>
36 <desc> </desc>
37 </info>
38 </prop>
39 <prop oor:name="TemplateURL" oor:type="xs:string">
40 <info>
41 <desc> </desc>
42 </info>
43 </prop>
44 <prop oor:name="Module" oor:type="xs:string">
45 <info>
46 <desc> </desc>
47 </info>
48 </prop>
49 <prop oor:name="DocumentState" oor:type="xs:int">
50 <info>
51 <desc> </desc>
52 </info>
53 </prop>
54 <prop oor:name="Filter" oor:type="xs:string">
55 <info>
56 <desc> </desc>
57 </info>
58 </prop>
59 <prop oor:name="Title" oor:type="xs:string">
60 <info>
61 <desc> </desc>
62 </info>
63 </prop>
64 <prop oor:name="ViewNames" oor:type="oor:string-list">
65 <info>
66 <desc> </desc>
67 </info>
68 </prop>
69 </group>
70 </templates>
71 <component>
72 <set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
73 <info>
74 <desc> </desc>
75 </info>
76 </set>
77 <group oor:name="SessionShutdown">
78 <info>
79 <desc>The session shutdown related information.</desc>
80 </info>
81 <prop oor:name="DocumentStoreUIEnabled" oor:type="xs:boolean" oor:nillable="false">
82 <info>
83 <desc>Determines if the office is allowed to show request to store modified documents on session shutdown.</desc>
84 </info>
85 <value>false</value>
86 </prop>
87 </group>
88 <group oor:name="RecoveryInfo">
89 <info>
90 <desc> </desc>
91 </info>
92 <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
93 <info>
94 <desc>Determines if the recovery feature should be enabled or disabled</desc>
95 </info>
96 <value>true</value>
97 </prop>
98 <prop oor:name="Crashed" oor:type="xs:boolean" oor:nillable="false">
99 <info>
100 <desc> </desc>
101 </info>
102 <value>false</value>
103 </prop>
104 <prop oor:name="SessionData" oor:type="xs:boolean" oor:nillable="false">
105 <info>
106 <desc> </desc>
107 </info>
108 <value>false</value>
109 </prop>
110 </group>
111 <group oor:name="AutoSave">
112 <info>
113 <desc> </desc>
114 </info>
115 <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
116 <info>
117 <desc> </desc>
118 </info>
119 <value>true</value>
120 </prop>
121 <prop oor:name="UserAutoSaveEnabled" oor:type="xs:boolean" oor:nillable="false">
122 <info>
123 <desc> </desc>
124 </info>
125 <value>false</value>
126 </prop>
127 <prop oor:name="TimeIntervall" oor:type="xs:int" oor:nillable="false">
128 <info>
129 <desc> </desc>
130 </info>
131 <value>10</value>
132 </prop>
133 <prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
134 <info>
135 <desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less than 1 will be ignored.</desc>
136 </info>
137 <value>5</value>
138 </prop>
139 <prop oor:name="MinSpaceConfigSave" oor:type="xs:int" oor:nillable="false">
140 <info>
141 <desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less than 1 will be ignored.</desc>
142 </info>
143 <value>1</value>
144 </prop>
145 </group>
146 </component>
147 </oor:component-schema>