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="Compatibility" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
26        <author>PB</author>
27        <desc>List of applications and their recommended formatting options</desc>
28    </info>
29    <templates>
30        <group oor:name="FormattingOptions">
31            <info><desc>Recommended formatting options for one application</desc></info>
32            <prop oor:name="Module" oor:type="xs:string">
33                <info><desc>Module of the application</desc></info>
34                <constraints>
35                    <enumeration oor:value="swriter">
36                        <info><desc>Writer module</desc></info>
37                    </enumeration>
38                </constraints>
39            </prop>
40            <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
41                <info><desc>Use printer metrics for document formatting</desc></info>
42                <value>false</value>
43            </prop>
44            <prop oor:name="AddSpacing" oor:type="xs:boolean">
45                <info><desc>Add spacing between paragraphs and tables</desc></info>
46                <value>true</value>
47            </prop>
48            <prop oor:name="AddSpacingAtPages" oor:type="xs:boolean">
49                <info><desc>Add paragraph and table spacing at tops of pages</desc></info>
50                <value>true</value>
51            </prop>
52            <prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean">
53                <info><desc>Use OpenOffice.org 1.1 tabstop formatting</desc></info>
54                <value>false</value>
55            </prop>
56            <prop oor:name="NoExternalLeading" oor:type="xs:boolean">
57                <info><desc>Do not add leading (extra space) between lines of text</desc></info>
58                <value>false</value>
59            </prop>
60            <prop oor:name="UseLineSpacing" oor:type="xs:boolean">
61                <info><desc>Use OpenOffice.org 1.1 line spacing</desc></info>
62                <value>false</value>
63            </prop>
64            <prop oor:name="AddTableSpacing" oor:type="xs:boolean">
65                <info><desc>???</desc></info>
66                <value>true</value>
67            </prop>
68            <prop oor:name="UseObjectPositioning" oor:type="xs:boolean">
69                <info><desc>Use OpenOffice.org 1.1 object positioning</desc></info>
70                <value>false</value>
71            </prop>
72            <prop oor:name="UseOurTextWrapping" oor:type="xs:boolean">
73                <info><desc>Use OpenOffice.org 1.1 text wrapping</desc></info>
74                <value>false</value>
75            </prop>
76            <prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean">
77                <info><desc>Consider wrapping style when positioning objects</desc></info>
78                <value>false</value>
79            </prop>
80            <prop oor:name="ExpandWordSpace" oor:type="xs:boolean">
81                <info><desc>Expand word space on lines with manual line breaks in justified paragraphs</desc></info>
82                <value>true</value>
83            </prop>
84        </group>
85    </templates>
86
87    <component>
88        <set oor:name="AllFileFormats" oor:node-type="FormattingOptions">
89            <info><desc>The List of the applications.</desc></info>
90        </set>
91		<group oor:name="WriterCompatibilityVersion">
92			<info>
93				<author>PB</author>
94				<desc>Used by the writer compatibility flag as the last OOo version.</desc>
95			</info>
96			<!--The default must be written by the setup.-->
97			<prop oor:name="OOo11" oor:type="xs:string">
98				<!-- UIHints: Tools - Options - OOo Writer - Compatibility -->
99				<!--The value should only be written by the setup.-->
100				<info>
101					<author>PB</author>
102					<desc>OOo version 1.1.</desc>
103                    <label>OOo version 1.1.</label>
104				</info>
105                <value/>
106			</prop>
107        </group>
108    </component>
109</oor:component-schema>
110