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="ExtendedColorScheme" oor:package="org.openoffice.Office" xml:lang="en-US">
26	<info>
27		<author>OJ</author>
28	</info>
29	<templates>
30		<group oor:name="ColorEntry">
31			<info>
32				<desc>Specifies the color settings for the document.</desc>
33			</info>
34			<prop oor:name="Color" oor:type="xs:int">
35				<info>
36					<desc>Specifies the color of the document.</desc>
37				</info>
38			</prop>
39			<prop oor:name="DefaultColor" oor:type="xs:int">
40				<info>
41					<desc>Specifies the system color of the document.</desc>
42				</info>
43			</prop>
44		</group>
45		<group oor:name="Component">
46			<info>
47				<desc>Specifies the component color settings.</desc>
48			</info>
49			<set oor:name="Entries" oor:node-type="ColorEntry">
50				<info>
51					<author>OJ</author>
52					<desc>Specifies the color settings for customizing the appearance the extension.</desc>
53				</info>
54			</set>
55		</group>
56		<group oor:name="EntryName">
57			<info>
58				<desc>Specifies the UI name for the color or group name of the component.</desc>
59			</info>
60			<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
61				<info>
62					<desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
63				</info>
64			</prop>
65		</group>
66		<group oor:name="ComponentName">
67			<info>
68				<desc>Specifies the ui strings for the component.</desc>
69			</info>
70			<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
71				<info>
72					<desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
73				</info>
74			</prop>
75			<set oor:name="Entries" oor:node-type="EntryName">
76				<info>
77					<author>OJ</author>
78					<desc>Specifies the entry names.</desc>
79				</info>
80			</set>
81		</group>
82		<set oor:name="ExtendedColorScheme" oor:node-type="Component">
83			<info>
84				<author>OJ</author>
85				<desc>Specifies the color settings for customizing the appearance of extensions.</desc>
86			</info>
87		</set>
88	</templates>
89	<component>
90		<group oor:name="ExtendedColorScheme">
91			<info>
92				<author>OJ</author>
93				<desc>Specifies the color settings for customizing the appearance of extensions.</desc>
94			</info>
95			<prop oor:name="CurrentColorScheme" oor:type="xs:string">
96				<info>
97					<desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
98				</info>
99			</prop>
100			<set oor:name="ColorSchemes" oor:node-type="ExtendedColorScheme">
101				<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
102				<info>
103					<author>OJ</author>
104					<desc>Lists entries with color settings.</desc>
105				</info>
106			</set>
107		</group>
108		<set oor:name="EntryNames" oor:node-type="ComponentName">
109			<info>
110				<author>OJ</author>
111				<desc>Lists entries with color entry UI names.</desc>
112			</info>
113		</set>
114	</component>
115</oor:component-schema>
116