merge the formfield patch from ooo-build
[ooovba.git] / officecfg / registry / schema / org / openoffice / Setup.xcs
blobe8a25425fda31b61216ff55c6ba3e402e4635446
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 *
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: Setup.xcs,v $
11 * $Revision: 1.53 $
13 * This file is part of OpenOffice.org.
15 * OpenOffice.org is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU Lesser General Public License version 3
17 * only, as published by the Free Software Foundation.
19 * OpenOffice.org is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU Lesser General Public License version 3 for more details
23 * (a copy is included in the LICENSE file that accompanied this code).
25 * You should have received a copy of the GNU Lesser General Public License
26 * version 3 along with OpenOffice.org. If not, see
27 * <http://www.openoffice.org/license.html>
28 * for a copy of the LGPLv3 License.
30 ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
32 <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="Setup" oor:package="org.openoffice" xml:lang="en-US">
33 <info>
34 <author>JB/IS</author>
35 <desc >Contains Setup preferences, such as the installed UI locales or the available modules.</desc>
36 </info>
37 <templates>
38 <group oor:name="InstalledLocale">
39 <info>
40 <author>JB</author>
41 <desc>Describes a language pack that is installed to provide a localized office UI.</desc>
42 </info>
43 <prop oor:name="Origin" oor:type="xs:string">
44 <info>
45 <author>JB</author>
46 <desc>Identifies the organization, group or person that provided this language pack.</desc>
47 </info>
48 </prop>
49 </group>
50 <group oor:name="MigrationStep">
51 <info>
52 <author>LO</author>
53 <desc>Describes one step of migration</desc>
54 </info>
55 <prop oor:name="MigrationService" oor:type="xs:string">
56 <info>
57 <author>LO</author>
58 <desc>an optional uno service that is called after files and nodes have been copied in order to perform custom migration actions. The service needs to support XInitializable and XJob interfaces according do http://specs.openoffice.org/appwide/migration/spec_migration.sxw</desc>
59 </info>
60 </prop>
61 <prop oor:name="ServiceConfigComponents" oor:type="oor:string-list">
62 <info>
63 <author>LO</author>
64 <desc>a list of config components that are to be passed to service</desc>
65 </info>
66 </prop>
67 <prop oor:name="IncludedFiles" oor:type="oor:string-list">
68 <info>
69 <author>LO</author>
70 <desc>a list of wildcards relative to the old userdata origin that are to be copied</desc>
71 </info>
72 </prop>
73 <prop oor:name="ExcludedFiles" oor:type="oor:string-list">
74 <info>
75 <author>LO</author>
76 <desc>a list of wildcards relative to the old userdata origin that are to be copied</desc>
77 </info>
78 </prop>
79 <prop oor:name="IncludedNodes" oor:type="oor:string-list">
80 <info>
81 <author>LO</author>
82 <desc>a list of configuration node paths that are to be moved from the old user layer to the new user layer</desc>
83 </info>
84 </prop>
85 <prop oor:name="ExcludedNodes" oor:type="oor:string-list">
86 <info>
87 <author>LO</author>
88 <desc>a list of configuration node paths that are not to be moved from the old user layer to the new user layer</desc>
89 </info>
90 </prop>
91 </group>
92 <group oor:name="Factory">
93 <info>
94 <author>AS</author>
95 <desc>Describes an application module (a document factory, such as Writer).</desc>
96 </info>
97 <prop oor:name="ooSetupFactoryActualFilter" oor:type="xs:string">
98 <!-- UIHints: setup -->
99 <info>
100 <desc>It's the "most actual" filter, which is able to import/export ALL currently implemented features of this office module.
101 It has to be the programatic name of the filter.</desc>
102 </info>
103 </prop>
104 <prop oor:name="ooSetupFactoryActualTemplateFilter" oor:type="xs:string">
105 <!-- UIHints: setup -->
106 <info>
107 <desc>The same meaning as ooSetupFactoryActualFilter ... but regarding to the actual template format.</desc>
108 </info>
109 </prop>
110 <prop oor:name="ooSetupFactoryDefaultFilter" oor:type="xs:string">
111 <!-- UIHints: setup -->
112 <info>
113 <desc>Specifies the default file format for saving documents inside this office module.</desc>
114 </info>
115 </prop>
116 <prop oor:name="ooSetupFactoryDocumentService" oor:type="xs:string">
117 <!-- UIHints: setup -->
118 <info>
119 <desc>Its the service name of the document model used by this module. E.g. filter match against those service name.</desc>
120 </info>
121 </prop>
122 <!--The default must be written by the setup.-->
123 <prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
124 <!-- UIHints: setup -->
125 <info>
126 <desc>Specifies the short name of the factory.</desc>
127 </info>
128 </prop>
129 <prop oor:name="ooSetupFactoryUIName" oor:type="xs:string">
130 <!-- UIHints: setup -->
131 <info>
132 <desc>Specifies the UI name of the factory.</desc>
133 </info>
134 </prop>
135 <prop oor:name="ooSetupFactoryTemplateFile" oor:type="xs:string">
136 <!-- UIHints: setup -->
137 <info>
138 <desc>Specifies the name of the standard template file for the factory.</desc>
139 </info>
140 </prop>
141 <prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string">
142 <!-- UIHints: setup -->
143 <info>
144 <desc>Specifies the attributes of the factory window</desc>
145 </info>
146 </prop>
147 <prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:type="xs:string">
148 <!-- UIHints: setup -->
149 <info>
150 <desc>Specifies the URL for opening an empty document in the factory.</desc>
151 </info>
152 </prop>
153 <prop oor:name="ooSetupFactoryIcon" oor:type="xs:int">
154 <!-- UIHints: setup -->
155 <info>
156 <desc>Specifies the ID of the icon for the factory</desc>
157 </info>
158 <value>0</value>
159 </prop>
160 <prop oor:name="ooSetupFactoryStyleFilter" oor:type="xs:int">
161 <!-- UIHints: setup -->
162 <info>
163 <desc>Specifies the ID of the style filter (Stylist) for the factory</desc>
164 </info>
165 <value>-1</value>
166 </prop>
167 <prop oor:name="ooSetupFactoryCommandConfigRef" oor:type="xs:string">
168 <info>
169 <author>CD</author>
170 <desc>Refer to a configuration file, which contains the list of UI commands, suitable for this module.</desc>
171 </info>
172 </prop>
173 <prop oor:name="ooSetupFactoryWindowStateConfigRef" oor:type="xs:string">
174 <info>
175 <author>CD</author>
176 <desc>Refer to a configuration file, which contains the persistent window data, suitable for this module.</desc>
177 </info>
178 </prop>
179 <prop oor:name="ooSetupFactoryCmdCategoryConfigRef" oor:type="xs:string">
180 <info>
181 <author>CD</author>
182 <desc>Refers to a configuration file which contains category definitions for user interface commands suitable for this module.</desc>
183 <desc>Refers to a configuration file which contains category definitions for user interface commands suitable for this module.</desc>
184 </info>
185 </prop>
186 <prop oor:name="ooSetupFactoryHelpBaseURL" oor:type="xs:string">
187 <info>
188 <author>AS</author>
189 <desc>Describe the base part of a help URL, which can be used to show the start help page according to the used office factory.</desc>
190 </info>
191 </prop>
192 <prop oor:name="ooSetupFactoryHelpOnOpen" oor:type="xs:boolean">
193 <info>
194 <author>AS</author>
195 <desc>Enable/disable automatic showing of the start help page for this office factory, if any document suitable for this factory is opened.</desc>
196 </info>
197 <!-- Attention: Because this feature must be enabled explicitly, we define the following:
198 a) value = NIL => feature disabled
199 b) value = false/true => feature enabled but inactive/active
200 default = a) => no value inside xcs!
202 </prop>
203 </group>
204 </templates>
205 <component>
206 <group oor:name="Product">
207 <info>
208 <author>MBA</author>
209 <desc>Contains common product and version information</desc>
210 </info>
211 <!--The default must be written by the setup.-->
212 <prop oor:name="ooName" oor:type="xs:string">
213 <info>
214 <desc>Specifies the name of a product.</desc>
215 </info>
216 <value/>
217 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
218 </prop>
219 <prop oor:name="ooXMLFileFormatVersion" oor:type="xs:string">
220 <info>
221 <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file formats.</desc>
222 </info>
223 <value/>
224 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
225 </prop>
226 <prop oor:name="ooXMLFileFormatName" oor:type="xs:string">
227 <info>
228 <desc>Specifies the name of the SO6/7 or OOo1.0 xml file formats.</desc>
229 </info>
230 <value/>
231 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
232 </prop>
233 <prop oor:name="ooSetupVersion" oor:type="xs:string">
234 <info>
235 <desc>Specifies the version number of the product that appears on the user interface.</desc>
236 </info>
237 <value/>
238 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
239 </prop>
240 <prop oor:name="ooSetupVersionAboutBox" oor:type="xs:string">
241 <info>
242 <author>PB</author>
243 <desc>Specifies the complete (major.minor.micro) version number of the product that appears only on the about box.</desc>
244 </info>
245 <value/>
246 </prop>
247 <prop oor:name="ooSetupExtension" oor:type="xs:string">
248 <info>
249 <desc>Specifies the version number that appears on the user interface.</desc>
250 </info>
251 <value/>
252 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
253 </prop>
254 <prop oor:name="ooOpenSourceContext" oor:type="xs:int">
255 <info>
256 <desc>Specifies the context of the product. A value greater than 0 is specifying an OpenSource context.</desc>
257 </info>
258 <value>0</value>
259 </prop>
260 </group>
261 <group oor:name="Office">
262 <!--The default must be written by the setup.-->
263 <info>
264 <desc>Specifies the installation location, locales and the available factories for creating documents.</desc>
265 </info>
266 <prop oor:name="ooSetupInstallPath" oor:type="xs:string">
267 <!-- OldPath: Service User/[username] -->
268 <!-- OldLocation: userdb.ini -->
269 <info>
270 <deprecated/>
271 <author>AS/BEI</author>
272 <desc>Specifies the path to where the user data is installed. User data can only be installed in a valid directory.</desc>
273 </info>
274 <value/>
275 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
276 </prop>
277 <prop oor:name="ooSetupInstallURL" oor:type="xs:string">
278 <!-- OldPath: Service User/[username] -->
279 <!-- OldLocation: userdb.ini -->
280 <info>
281 <deprecated/>
282 <author>AS/BEI</author>
283 <desc>Specifies the user install path as a URL. The path must match the UCB configuration.</desc>
284 </info>
285 <value/>
286 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
287 </prop>
288 <prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean">
289 <!-- OldPath: Service User/[username] -->
290 <!-- OldLocation: userdb.ini -->
291 <info>
292 <deprecated/>
293 <author>IS/BEI</author>
294 <desc>Indicates if the user data is copied successfully.</desc>
295 </info>
296 </prop>
297 <prop oor:name="ooSetupLocales" oor:type="oor:string-list">
298 <!-- OldLocation: setup.inf-->
299 <!-- UIHints: setup -->
300 <!--The default list must be deleted, as soon as the setup writes the values (#79254).-->
301 <info>
302 <deprecated>This list value was replaced by the Installedlanguages set.</deprecated>
303 <author>PB / IS</author>
304 <desc>Specifies the application languages that are installed, if a multilingual version is used.</desc>
305 </info>
306 </prop>
307 <set oor:name="InstalledLocales" oor:node-type="InstalledLocale">
308 <info>
309 <author>JB / IS</author>
310 <desc>Enumerates the application languages that are installed, if a multilingual version is used.</desc>
311 </info>
312 </set>
313 <prop oor:name="ooSetupShowIntro" oor:type="xs:boolean">
314 <!-- OldPath: Common/Show-Intro -->
315 <!-- OldLocation: soffice.ini -->
316 <!-- UIHints: Tools - Options - General - View -->
317 <info>
318 <deprecated>This feature is controlled by an entry in the soffice.ini or the -nologo command line parameter.</deprecated>
319 <author>CD</author>
320 <desc>Specifies whether the splash screen is displayed during startup.</desc>
321 </info>
322 </prop>
323 <prop oor:name="ooSetupConnectionURL" oor:type="xs:string">
324 <!-- OldPath: Common-->
325 <!-- OldLocation: soffice.ini -->
326 <info>
327 <author>CD</author>
328 <desc>Specifies the URL for an UNO connection that can be used to script the office from outside.</desc>
329 </info>
330 <value/>
331 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
332 </prop>
333 <prop oor:name="LicenseAcceptDate" oor:type="xs:string">
334 <info>
335 <author>LO</author>
336 <desc>The xsd:datetime (YYYY-MM-DDTHH:MM:SS) on which the user has accepted the license. If the current installation has a license that is newer then this date, the license has to be accepted again.</desc>
337 </info>
338 </prop>
339 <prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean">
340 <info>
341 <author>LO</author>
342 <desc>is set to true, when the FirstStartWizard has been completed</desc>
343 </info>
344 <value>false</value>
345 </prop>
346 <prop oor:name="MigrationCompleted" oor:type="xs:boolean">
347 <info>
348 <author>LO</author>
349 <desc>This should be set to true, as soon as settings from
350 nother version have been imported into this installation
351 in order to prevent multiple migrations</desc>
352 </info>
353 <value>false</value>
354 </prop>
355 <prop oor:name="LastCompatibilityCheckID" oor:type="xs:string">
356 <info>
357 <author>DV</author>
358 <desc>The build ID of the office. On startup the office will compare this ID with the current build id to decide if the extensions dependencies need to be checked.</desc>
359 </info>
360 <value>not checked</value>
361 </prop>
362 <set oor:name="Factories" oor:node-type="Factory">
363 <info>
364 <author>AS</author>
365 <desc>Contains all of the document factories that were installed during setup.</desc>
366 </info>
367 </set>
368 </group>
369 <group oor:name="L10N">
370 <info>
371 <author>PB</author>
372 <desc>Specifies the installation locales.</desc>
373 </info>
374 <!--The default must be written by the setup.-->
375 <prop oor:name="ooLocale" oor:type="xs:string">
376 <!-- OldPath: User/Language -->
377 <!-- OldLocation: soffice.ini -->
378 <!-- UIHints: Tools - Options - General - Other -->
379 <!--The initial default should be written by the setup.-->
380 <info>
381 <author>PB</author>
382 <desc>Indicates the Office language selected by the user.</desc>
383 <label>Locale</label>
384 </info>
385 <value/>
386 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
387 </prop>
388 <prop oor:name="ooSetupSystemLocale" oor:type="xs:string">
389 <!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Locale setting -->
390 <info>
391 <author>ER</author>
392 <desc>Indicates the locale setting defined by the user. By default, this label is empty and the system locale is used.</desc>
393 </info>
394 <value/>
395 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
396 </prop>
397 <prop oor:name="ooSetupCurrency" oor:type="xs:string">
398 <!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Default currency -->
399 <info>
400 <author>ER</author>
401 <desc>Indicates the currency settings defined by the user. By default, this label is empty and the currency defined in the ooSetupSystemLocale is used.</desc>
402 </info>
403 <value/>
404 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
405 </prop>
406 <prop oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean" oor:nillable="false">
407 <info>
408 <author>OS</author>
409 <desc>Indicates that the decimal separator (dot or commma) is used as appropriate for the selected locale instead of the one related to the default keyboard layout.</desc>
410 <label>Decimal separator key same as locale setting.</label>
411 </info>
412 <value>true</value>
413 </prop>
414 </group>
415 <group oor:name="Configuration">
416 <info>
417 <author>JB</author>
418 <desc>Contains settings that control configuration data access.</desc>
419 </info>
420 <prop oor:name="TransferUserSettingsOnce" oor:type="xs:boolean" oor:nillable="false">
421 <info>
422 <deprecated>This feature is not supported any more since OOo 2.0</deprecated>
423 <author>JB</author>
424 <desc>Deprecated</desc>
425 </info>
426 </prop>
427 <prop oor:name="ooLastVersionTouched" oor:type="xs:string">
428 <info>
429 <author>Kohei Yoshida</author>
430 <desc>Specifies the version of OOo that touched the configration for the last time. The format must
431 be in the form of major.minor.micro (e.g. 2.3.1). Note that this value may not always be present if the
432 last touched version is very old.</desc>
433 </info>
434 </prop>
435 </group>
436 <group oor:name="Migration">
437 <info>
438 <author>LO</author>
439 <desc>Contains settings that control configuration data access.</desc>
440 </info>
441 <set oor:name="MigrationSteps" oor:node-type="MigrationStep">
442 <info>
443 <author>LO</author>
444 <desc>The enumeration of migration steps that are to be applied on first start</desc>
445 </info>
446 </set>
447 <prop oor:name="SupportedVersions" oor:type="oor:string-list">
448 <info>
449 <author>LO</author>
450 <desc>version identifiers, that are supported for migration</desc>
451 </info>
452 <value/>
453 </prop>
454 </group>
455 </component>
456 </oor:component-schema>