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=
"Recovery" oor:
package=
"org.openoffice.Office" xml:
lang=
"en-US">
25 <group oor:
name=
"RecoveryEntry">
29 <prop oor:
name=
"TempURL" oor:
type=
"xs:string">
34 <prop oor:
name=
"OriginalURL" oor:
type=
"xs:string">
39 <prop oor:
name=
"TemplateURL" oor:
type=
"xs:string">
44 <prop oor:
name=
"Module" oor:
type=
"xs:string">
49 <prop oor:
name=
"DocumentState" oor:
type=
"xs:int">
54 <prop oor:
name=
"Filter" oor:
type=
"xs:string">
59 <prop oor:
name=
"Title" oor:
type=
"xs:string">
64 <prop oor:
name=
"ViewNames" oor:
type=
"oor:string-list">
72 <set oor:
name=
"RecoveryList" oor:
node-type=
"RecoveryEntry">
77 <group oor:
name=
"SessionShutdown">
79 <desc>The session shutdown related information.
</desc>
81 <prop oor:
name=
"DocumentStoreUIEnabled" oor:
type=
"xs:boolean" oor:
nillable=
"false">
83 <desc>Determines if the office is allowed to show request to store modified documents on session shutdown.
</desc>
88 <group oor:
name=
"RecoveryInfo">
92 <prop oor:
name=
"Enabled" oor:
type=
"xs:boolean" oor:
nillable=
"false">
94 <desc>Determines if the recovery feature should be enabled or disabled
</desc>
98 <prop oor:
name=
"Crashed" oor:
type=
"xs:boolean" oor:
nillable=
"false">
104 <prop oor:
name=
"SessionData" oor:
type=
"xs:boolean" oor:
nillable=
"false">
111 <group oor:
name=
"AutoSave">
115 <prop oor:
name=
"Enabled" oor:
type=
"xs:boolean" oor:
nillable=
"false">
121 <prop oor:
name=
"UserAutoSaveEnabled" oor:
type=
"xs:boolean" oor:
nillable=
"false">
127 <prop oor:
name=
"TimeIntervall" oor:
type=
"xs:int" oor:
nillable=
"false">
133 <prop oor:
name=
"MinSpaceDocSave" oor:
type=
"xs:int" oor:
nillable=
"false">
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>
139 <prop oor:
name=
"MinSpaceConfigSave" oor:
type=
"xs:int" oor:
nillable=
"false">
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>
147 </oor:component-schema>