xref: /AOO41X/main/officecfg/registry/schema/org/openoffice/FirstStartWizard.xcs (revision 83137a03adbb58b5b3bdafefefa1e93de35e0011)
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="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US">
26    <info>
27        <author>CD</author>
28        <desc >Contains properties regarding the first start wiazrd.</desc>
29    </info>
30    <templates>
31        <group oor:name="Option">
32            <info>
33                <author>CD</author>
34                <desc>Describes properties of a wizard tab page option.</desc>
35            </info>
36            <prop oor:name="Visible" oor:type="xs:boolean">
37                <info>
38                    <author>CD</author>
39                    <desc>Determine if an option is visible or not.</desc>
40                </info>
41                <value>true</value>
42            </prop>
43        </group>
44    </templates>
45    <component>
46        <group oor:name="TabPages">
47            <info>
48                <author>CD</author>
49                <desc>Contains properties for the various first start wizard tab pages.</desc>
50            </info>
51            <group oor:name="Registration">
52                <info>
53                    <author>CD</author>
54                    <desc>Specifies properties of the registration tab page.</desc>
55                </info>
56                <set oor:name="RegistrationOptions" oor:node-type="Option">
57                    <info>
58                        <author>CD</author>
59                        <desc>Specifies radio button properties of the registration tab page.</desc>
60                    </info>
61                </set>
62            </group>
63        </group>
64    </component>
65</oor:component-schema>
66