summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Update.xcs
blob: 5ad40022e3e5fbcbd5446d75592c8881433f7531 (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 -->

<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<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="Update" oor:package="org.openoffice.Office" xml:lang="en-US">
  <info>
    <desc>Contains settings for the Updater</desc>
  </info>
  <component>
    <group oor:name="Update">
        <info>
            <desc>All Settings for the Updater</desc>
        </info>
        <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
            <info>
                <desc>Determines if the automatic Updater is enabled or disabled</desc>
            </info>
            <value>true</value>
        </prop>
        <prop oor:name="Mode" oor:type="xs:int" oor:nillable="false">
            <info>
                <desc>Selects if the the user should be asked about updates or not</desc>
            </info>
            <value>Some Value</value>
        </prop>
        <prop oor:name="LastUpdateTime" oor:type="xs:long" oor:nillable="false">
            <info>
                <desc>The last time the update check ran</desc>
            </info>
            <value>0</value>
        </prop>
        <prop oor:name="URL" oor:type="xs:string" oor:nillable="false">
            <info>
                <desc>The URL that is used for the update check</desc>
            </info>
            <value>http://vm195.documentfoundation.org/</value>
        </prop>
        <prop oor:name="UpdateChannel" oor:type="xs:string" oor:nillable="false">
            <info>
                <desc>The update channel that is currently in use</desc>
            </info>
            <value>daily-master-gandalf</value>
        </prop>
    </group>
  </component>
</oor:component-schema>