1<?xml version="1.0"?>
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<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="Settings" oor:package="org.openoffice.Office.OOoImprovement" xml:lang="en-US">
23  <info>
24    <desc>Contains preferences for the OpenOffice.org Improvement Program components.</desc>
25  </info>
26  <templates/>
27  <component>
28    <group oor:name="Participation">
29      <info>
30        <desc>invitations to usage tracking etc.</desc>
31      </info>
32      <prop oor:name="OfficeStartCounterdown" oor:type="xs:int">
33        <info>
34          <desc>the number of starts that will be skipped before the user will get invited to the
35                OpenOffice.org Improvement Program. If this is zero the user will get asked.
36                </desc>
37        </info>
38        <value>1</value>
39      </prop>
40      <prop oor:name="InvitationAccepted" oor:type="xs:boolean">
41        <info>
42          <desc>true, if the user accepted the invitation.</desc>
43        </info>
44        <value>false</value>
45      </prop>
46      <prop oor:name="ShowedInvitation" oor:type="xs:boolean">
47        <info>
48          <desc>true, if the user was already invited.</desc>
49        </info>
50        <value>false</value>
51      </prop>
52      <prop oor:name="DeliveredPrebundled" oor:type="xs:boolean">
53        <info>
54          <desc>true, if the extension is prebundled - is set by an onFirstRunInitialization job.
55                (currently not implemented)</desc>
56        </info>
57        <value>false</value>
58      </prop>
59      <prop oor:name="HelpUrl" oor:type="xs:string">
60        <info>
61          <desc>the url where additional infomation can be found.</desc>
62        </info>
63        <value>http://wiki.services.openoffice.org/wiki/User_Experience/OpenOffice.org_User_Feedback_Program</value>
64      </prop>
65    </group>
66    <group oor:name="Counters">
67      <info>
68        <desc>counts of recorded events, uploaded reports etc.</desc>
69      </info>
70      <prop oor:name="UploadedReports" oor:type="xs:int">
71        <info>
72          <desc>the number of reports uploaded.</desc>
73        </info>
74        <value>0</value>
75      </prop>
76      <prop oor:name="LoggedEvents" oor:type="xs:int">
77        <info>
78          <desc>the number of events in zipped or already uploaded report.</desc>
79        </info>
80        <value>0</value>
81      </prop>
82      <prop oor:name="FailedAttempts" oor:type="xs:int">
83        <info>
84          <desc>the number of failed upload tries.</desc>
85        </info>
86        <value>0</value>
87      </prop>
88    </group>
89    <group oor:name="Upload">
90      <info>
91        <desc>settings on destination for uploading reports</desc>
92      </info>
93      <prop oor:name="SoapUrl" oor:type="xs:string">
94        <info>
95          <desc>the url where reports get send to.</desc>
96        </info>
97        <value>http://report.services.openoffice.org:80/soap/servlet/rpcrouter</value>
98      </prop>
99      <prop oor:name="SoapIdAdditions" oor:type="xs:string">
100        <info>
101          <desc>Additions to the SoapId for automated testing
102                DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
103          </desc>
104        </info>
105        <value></value>
106      </prop>
107      <prop oor:name="ReporterEmail" oor:type="xs:string">
108        <info>
109          <desc>The Emailaddress to fill out in the reportmail.xml file.
110                DO NOT SET THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
111                Its only purpose is testing and quality assureance.
112          </desc>
113        </info>
114        <value></value>
115      </prop>
116    </group>
117  </component>
118</oor:component-schema>
119