1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23
24<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
25<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">
26    <info>
27        <desc> </desc>
28    </info>
29	<templates>
30		<group oor:name="RecoveryEntry">
31            <info>
32                <desc> </desc>
33            </info>
34			<prop oor:name="TempURL" oor:type="xs:string">
35                <info>
36                    <desc> </desc>
37                </info>
38    		</prop>
39			<prop oor:name="OriginalURL" oor:type="xs:string">
40                <info>
41                    <desc> </desc>
42                </info>
43			</prop>
44			<prop oor:name="TemplateURL" oor:type="xs:string">
45                <info>
46                    <desc> </desc>
47                </info>
48			</prop>
49			<prop oor:name="Module" oor:type="xs:string">
50                <info>
51                    <desc> </desc>
52                </info>
53			</prop>
54			<prop oor:name="DocumentState" oor:type="xs:int">
55                <info>
56                    <desc> </desc>
57                </info>
58			</prop>
59			<prop oor:name="Filter" oor:type="xs:string">
60                <info>
61                    <desc> </desc>
62                </info>
63			</prop>
64			<prop oor:name="Title" oor:type="xs:string">
65                <info>
66                    <desc> </desc>
67                </info>
68			</prop>
69            <prop oor:name="ViewNames" oor:type="oor:string-list">
70                <info>
71                    <desc> </desc>
72                </info>
73            </prop>
74        </group>
75    </templates>
76	<component>
77		<set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
78            <info>
79                <desc> </desc>
80            </info>
81        </set>
82        <group oor:name="SessionShutdown">
83            <info>
84				<author>MAV</author>
85                <desc>The session shutdown related information.</desc>
86            </info>
87            <prop oor:name="DocumentStoreUIEnabled" oor:type="xs:boolean">
88                <info>
89                    <author>MAV</author>
90                    <desc>Determines if the office is allowed to show request to store modified documents on session shutdown.</desc>
91                </info>
92                <value>false</value>
93            </prop>
94        </group>
95        <group oor:name="RecoveryInfo">
96            <info>
97                <desc> </desc>
98            </info>
99            <prop oor:name="Enabled" oor:type="xs:boolean">
100                <info>
101                    <desc>Determines if the recovery feature should be enabled or disabled</desc>
102                </info>
103                <value>true</value>
104            </prop>
105            <prop oor:name="Crashed" oor:type="xs:boolean">
106                <info>
107                    <desc> </desc>
108                </info>
109                <value>false</value>
110            </prop>
111            <prop oor:name="SessionData" oor:type="xs:boolean">
112                <info>
113                    <desc> </desc>
114                </info>
115                <value>false</value>
116            </prop>
117        </group>
118        <group oor:name="CrashReporter">
119            <info>
120                <desc>Settings for the crash reporter.</desc>
121            </info>
122            <prop oor:name="Enabled" oor:type="xs:boolean">
123                <info>
124                    <desc>Specifies if the crash reporter should be enabled or disabled.</desc>
125                </info>
126                <value>true</value>
127            </prop>
128        </group>
129        <group oor:name="AutoSave">
130            <info>
131                <desc> </desc>
132            </info>
133            <prop oor:name="Enabled" oor:type="xs:boolean">
134                <info>
135                    <desc> </desc>
136                </info>
137                <value>true</value>
138            </prop>
139            <prop oor:name="TimeIntervall" oor:type="xs:int">
140                <info>
141                    <desc> </desc>
142                </info>
143                <value>15</value>
144            </prop>
145            <prop oor:name="MinSpaceDocSave" oor:type="xs:int">
146                <info>
147                    <desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored.</desc>
148                </info>
149                <value>5</value>
150            </prop>
151            <prop oor:name="MinSpaceConfigSave" oor:type="xs:int">
152                <info>
153                    <desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored.</desc>
154                </info>
155                <value>1</value>
156            </prop>
157        </group>
158    </component>
159</oor:component-schema>
160