summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
blob: bd46f61937dd516124496ff957655351929aff62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 * 
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="WebWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<info>
		<author>rpiterman</author>
		<desc >Contains the configuration schema for the web wizard</desc>
	</info>
	<templates>
		<group oor:name="WWizLayout">
			<info>
				<desc>Information on a web-wizard layout</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>the index of the layout (start at 0, must be exporter-unique)</desc>
				</info>
			</prop>
			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
				<info>
					<desc>The UI name of the layout</desc>
				</info>
			</prop>
			<prop oor:name="FSName" oor:type="xs:string">
				<info>
					<desc>the directory name of the layout.</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizExporter">
			<info>
				<desc>Information on a web wizard exporter</desc>
			</info>
			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
				<info>
					<desc>the UI name of the exporter</desc>
				</info>
			</prop>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>a general index of the exporter, starts with 0, must be exporter-unique</desc>
				</info>
			</prop>
			<prop oor:name="ExporterClass" oor:type="xs:string">
				<info>
					<desc>A full quilified class name of the exporter class</desc>
				</info>
			</prop>
			<prop oor:name="OwnDirectory" oor:type="xs:boolean">
				<info>
					<desc>does this exporter needs an own directory to export to.</desc>
				</info>
			</prop>
			<prop oor:name="SupportsFilename" oor:type="xs:boolean">
				<info>
					<desc>does this exporter support a given filename, or export to a self-generated filename</desc>
				</info>
			</prop>
			<prop oor:name="DefaultFilename" oor:type="xs:string">
				<info>
					<desc>if does not support filename, what name does it use?</desc>
				</info>
			</prop>
			<prop oor:name="Extension" oor:type="xs:string">
				<info>
					<desc>the extension that should be used, if the expoter supports filename</desc>
				</info>
			</prop>
			<prop oor:name="SupportedMimeTypes" oor:type="xs:string">
				<info>
					<desc>one of : writer/calc/impress/draw/graphics/other/(empty for all)</desc>
				</info>
			</prop>
			<prop oor:name="Icon" oor:type="xs:string">
				<info>
					<desc>the icon to use as preview</desc>
				</info>
			</prop>
			<prop oor:name="TargetType" oor:type="xs:string">
				<info>
					<desc>A type name out of TypeDetection (like graphic_HTML)</desc>
				</info>
			</prop>
			<prop oor:name="PageType" oor:type="xs:int">
				<info>
					<desc>Page type of the target document; 0 = no page, 1 = pages, 2 = slides</desc>
				</info>
			</prop>
			<prop oor:name="Binary" oor:type="xs:boolean">
				<info>
					<desc>if the target format is binary (like pdf) - html is NOT binary.</desc>
				</info>
			</prop>
			<set oor:name="Arguments" oor:node-type="WWizArgument">
				<info>
					<desc>additional arguments given to the exporter class by initialisation</desc>
				</info>
			</set>
		</group>
		<group oor:name="WWizArgument">
			<info>
				<desc>An argument used by exporters and other configuration groups/sets</desc>
			</info>
			<prop oor:name="Value" oor:type="xs:string">
				<info>
					<desc>the value of the argument</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizStyle">
			<info>
				<desc>Specifies style information (css)
			</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
				</info>
			</prop>
			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
				<info>
					<desc>UI name of the style</desc>
				</info>
			</prop>
			<prop oor:name="CssHref" oor:type="xs:string">
				<info>
					<desc>the name of the css file</desc>
				</info>
			</prop>
			<prop oor:name="BackgroundImage" oor:type="xs:string">
				<info>
					<desc>default background image. not implemented.</desc>
				</info>
			</prop>
			<prop oor:name="IconSet" oor:type="xs:string">
				<info>
					<desc>default iconset. not implemented</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizImage">
			<info>
				<desc>locates images for the background images of the webwizard</desc>
			</info>
			<prop oor:name="Href" oor:type="xs:string">
				<info>
					<desc>either a directory or a full qualified filename. Office-path variables can be used.</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizIconSet">
			<info>
				<desc>describes an icon set, used in export of draw and impress documents.</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>index of the icon set</desc>
				</info>
			</prop>
			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
				<info>
					<desc>UI name of the icon set</desc>
				</info>
			</prop>
			<prop oor:name="FNPrefix" oor:type="xs:string">
				<info>
					<desc>prefix of the filename. see impress/draw html export</desc>
				</info>
			</prop>
			<prop oor:name="FNPostfix" oor:type="xs:string">
				<info>
					<desc>postfix of the filename. see impress/draw html export</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizDocument">
			<info>
				<desc>describes a document to be exported</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>the index of the document in the "content"</desc>
				</info>
			</prop>
			<prop oor:name="Title" oor:type="xs:string">
				<info>
					<desc>Title of the document</desc>
				</info>
			</prop>
			<prop oor:name="Description" oor:type="xs:string">
				<info>
					<desc>description of the document</desc>
				</info>
			</prop>
			<prop oor:name="URL" oor:type="xs:string">
				<info>
					<desc>a full url of the document</desc>
				</info>
			</prop>
			<prop oor:name="Author" oor:type="xs:string">
				<info>
					<desc>the author of the document</desc>
				</info>
			</prop>
			<prop oor:name="Exporter" oor:type="xs:string">
				<info>
					<desc>the name of the exporter used for this document</desc>
				</info>
			</prop>
			<prop oor:name="ApplyWebStyle" oor:type="xs:boolean">
				<info>
					<desc>not implemented</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizContent">
			<info>
				<desc>describes a web-wizard content, which contains 
				recursivley documents and other contents.
				At the moment, contents contain only documents. Implementation of
				sub-contents is a future issue
			</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>the index of the content in its parent content.</desc>
				</info>
			</prop>
			<prop oor:name="Name" oor:type="xs:string">
				<info>
					<desc>The content's name</desc>
				</info>
			</prop>
			<prop oor:name="Description" oor:type="xs:string">
				<info>
					<desc>The contents description</desc>
				</info>
			</prop>
			<set oor:name="Contents" oor:node-type="WWizContent">
				<info>
					<desc>sub contents of this content. not implemented.</desc>
				</info>
			</set>
			<set oor:name="Documents" oor:node-type="WWizDocument">
				<info>
					<desc>documents contained in this content</desc>
				</info>
			</set>
		</group>
		<group oor:name="WWizSession">
			<info>
				<desc>A web wizard session. contains all the user's input.</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>the index of the session in the list of saved session.</desc>
				</info>
			</prop>
			<prop oor:name="Name" oor:type="xs:string">
				<info>
					<desc>a user given name of the session</desc>
				</info>
			</prop>
			<prop oor:name="InDirectory" oor:type="xs:string">
				<info>
					<desc>the last used directory from which the user added documents
					to the wizard.
				</desc>
				</info>
			</prop>
			<prop oor:name="OutDirectory" oor:type="xs:string">
				<info>
					<desc>The last directory the user used as output.</desc>
				</info>
			</prop>
			<node-ref oor:name="Content" oor:node-type="WWizContent">
				<info>
					<desc>the content (documents) of the session</desc>
				</info>
			</node-ref>
			<group oor:name="Design">
				<info>
					<desc>design specifications of the session.</desc>
				</info>
				<prop oor:name="Layout" oor:type="xs:string">
					<info>
						<desc>layout name chosen by the user</desc>
					</info>
				</prop>
				<prop oor:name="Style" oor:type="xs:string">
					<info>
						<desc>Style name chosen by the user.</desc>
					</info>
				</prop>
				<prop oor:name="BackgroundImage" oor:type="xs:string">
					<info>
						<desc>background image chosen by the user.</desc>
					</info>
				</prop>
				<prop oor:name="IconSet" oor:type="xs:string">
					<info>
						<desc>Icon set chosen by the user.</desc>
					</info>
				</prop>
				<prop oor:name="OptimizeDisplaySize" oor:type="xs:int">
					<info>
						<desc>0 = 640x..., 1 = 800x..., 2 = 1024x...</desc>
					</info>
				</prop>
				<prop oor:name="DisplayTitle" oor:type="xs:boolean">
					<info>
						<desc>ignored</desc>
					</info>
				</prop>
				<prop oor:name="DisplayDescription" oor:type="xs:boolean">
					<info>
						<desc>should the desctiprion of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayAuthor" oor:type="xs:boolean">
					<info>
						<desc>should the author of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayCreateDate" oor:type="xs:boolean">
					<info>
						<desc>should the creation date of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayUpdateDate" oor:type="xs:boolean">
					<info>
						<desc>should the "last changed date" of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayFilename" oor:type="xs:boolean">
					<info>
						<desc>should the filename of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayFileFormat" oor:type="xs:boolean">
					<info>
						<desc>should the file format of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayFormatIcon" oor:type="xs:boolean">
					<info>
						<desc>should the file format icon of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplayPages" oor:type="xs:boolean">
					<info>
						<desc>should the number of pages/slides of each document be listed in the TOC</desc>
					</info>
				</prop>
				<prop oor:name="DisplaySize" oor:type="xs:boolean">
					<info>
						<desc>should the size of binary files be listed in the TOC</desc>
					</info>
				</prop>
			</group>
			<group oor:name="GeneralInfo">
				<info>
					<desc>the general web site information of the session</desc>
				</info>
				<prop oor:name="Title" oor:type="xs:string">
					<info>
						<desc>web site title</desc>
					</info>
				</prop>
				<prop oor:name="Description" oor:type="xs:string">
					<info>
						<desc>web site description </desc>
					</info>
				</prop>
				<prop oor:name="Icon" oor:type="xs:string">
					<info>
						<desc>web site favIcon (local URL)</desc>
					</info>
				</prop>
				<prop oor:name="Author" oor:type="xs:string">
					<info>
						<desc>Web Site author</desc>
					</info>
				</prop>
				<prop oor:name="Keywords" oor:type="xs:string">
					<info>
						<desc>web site keywords</desc>
					</info>
				</prop>
				<prop oor:name="CreationDate" oor:type="xs:int">
					<info>
						<desc>web site creation date</desc>
					</info>
				</prop>
				<prop oor:name="UpdateDate" oor:type="xs:int">
					<info>
						<desc>web site last update date</desc>
					</info>
				</prop>
				<prop oor:name="RevisitAfter" oor:type="xs:int">
					<info>
						<desc>web site rvisit after meta info</desc>
					</info>
				</prop>
				<prop oor:name="Email" oor:type="xs:string">
					<info>
						<desc>email for contact in web site</desc>
					</info>
				</prop>
				<prop oor:name="Copyright" oor:type="xs:string">
					<info>
						<desc>copyright notice of web site</desc>
					</info>
				</prop>
			</group>
			<set oor:name="Publishing" oor:node-type="WWizPublish">
				<info>
					<desc>publishing information of the web site. 
					always contains always 3 members with the names local, ftp and zip.
					</desc>
				</info>
			</set>
		</group>
		<group oor:name="WWizPublish">
			<info>
				<desc>specifies information of a single target to publish to</desc>
			</info>
			<prop oor:name="Publish" oor:type="xs:boolean">
				<info>
					<desc>should this target be used?</desc>
				</info>
			</prop>
			<prop oor:name="URL" oor:type="xs:string">
				<info>
					<desc>full url to publish to</desc>
				</info>
			</prop>
			<prop oor:name="Username" oor:type="xs:string">
				<info>
					<desc>used by ftp targets</desc>
				</info>
			</prop>
		</group>
		<group oor:name="WWizFilter">
			<info>
				<desc>specifies information of a filter for the add dialog</desc>
			</info>
			<prop oor:name="Index" oor:type="xs:int">
				<info>
					<desc>the index of the filter </desc>
				</info>
			</prop>
			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
				<info>
					<desc>UI Name of the filter</desc>
				</info>
			</prop>
			<prop oor:name="Filter" oor:type="xs:string">
				<info>
					<desc>Semicolon seperated list of file types this filter will show</desc>
				</info>
			</prop>
		</group>
	</templates>
	<component>
		<group oor:name="WebWizard">
			<info>
				<desc>the web wizard configuration</desc>
			</info>
			<prop oor:name="WorkDir" oor:type="xs:string">
				<info>
					<desc>the sub dir under temnplate/(langauge)/ of the web wizard files</desc>
				</info>
			</prop>
			<prop oor:name="LastSavedSession" oor:type="xs:string">
				<info>
					<desc>The name of the last saved session. empty if last session was not saved.</desc>
				</info>
			</prop>
			<set oor:name="Exporters" oor:node-type="WWizExporter">
				<info>
					<desc>the set of available exporters</desc>
				</info>
			</set>
			<set oor:name="Layouts" oor:node-type="WWizLayout">
				<info>
					<desc>the set of available layouts</desc>
				</info>
			</set>
			<set oor:name="Styles" oor:node-type="WWizStyle">
				<info>
					<desc>the set of available styles</desc>
				</info>
			</set>
			<set oor:name="BackgroundImages" oor:node-type="WWizImage">
				<info>
					<desc>the set of available background images</desc>
				</info>
			</set>
			<set oor:name="IconSets" oor:node-type="WWizIconSet">
				<info>
					<desc>the set of available icon sets (at the moment, hard programmed 4)</desc>
				</info>
			</set>
			<set oor:name="SavedSessions" oor:node-type="WWizSession">
				<info>
					<desc>the set of saved sessions.</desc>
				</info>
			</set>
			<set oor:name="Filters" oor:node-type="WWizFilter">
				<info>
					<desc>the set filters in the "add" dialog.</desc>
				</info>
			</set>
			<node-ref oor:name="DefaultSession" oor:node-type="WWizSession">
				<info>
					<desc>the default settings are loaded from this session.</desc>
				</info>
			</node-ref>
		</group>
	</component>
</oor:component-schema>