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<oor:component-schema oor:name="ReportDesign" 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">
25    <info>
26		<author>OJ</author>
27		<desc>Contains informatation of report design.</desc>
28	</info>
29	<component>
30		<group oor:name="PropertyBrowser">
31            <info>
32                <desc>specifies settings for the property browser used for reports and report controls.</desc>
33            </info>
34            <prop oor:name="DirectHelp" oor:type="xs:boolean">
35                <info>
36                    <author>OJ</author>
37                    <desc>Enables or disables a help section at the bottom of the property browser, which shows the help of the currently active property.</desc>
38                </info>
39                <value>false</value>
40            </prop>
41        </group>
42        <group oor:name="Extension">
43            <info>
44                <desc>specifies extension settings for the report designer.</desc>
45            </info>
46            <prop oor:name="DownloadURL" oor:type="xs:string">
47                <info>
48                    <author>LLA</author>
49                    <desc>Direct download URL to the Oracle(tm) Report Builder extension.</desc>
50                </info>
51                <value>http://extensions.services.openoffice.org</value>
52            </prop>
53            <prop oor:name="Name" oor:type="xs:string">
54                <info>
55                    <author>LLA</author>
56                    <desc>Name of the extension.</desc>
57                </info>
58                <value>Oracle(tm) Report Builder</value>
59            </prop>
60        </group>
61        <group oor:name="UserData" oor:extensible="true">
62			<info>
63				<desc>Denotes an additional field for arbitrary data.</desc>
64			</info>
65		</group>
66	</component>
67</oor:component-schema>
68