1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*7fced07dSAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*7fced07dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*7fced07dSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*7fced07dSAndrew Rist * distributed with this work for additional information
7*7fced07dSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*7fced07dSAndrew Rist * to you under the Apache License, Version 2.0 (the
9*7fced07dSAndrew Rist * "License"); you may not use this file except in compliance
10*7fced07dSAndrew Rist * with the License.  You may obtain a copy of the License at
11*7fced07dSAndrew Rist *
12*7fced07dSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*7fced07dSAndrew Rist *
14*7fced07dSAndrew Rist * Unless required by applicable law or agreed to in writing,
15*7fced07dSAndrew Rist * software distributed under the License is distributed on an
16*7fced07dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*7fced07dSAndrew Rist * KIND, either express or implied.  See the License for the
18*7fced07dSAndrew Rist * specific language governing permissions and limitations
19*7fced07dSAndrew Rist * under the License.
20*7fced07dSAndrew Rist *
21*7fced07dSAndrew Rist ***********************************************************-->
22*7fced07dSAndrew Rist
23*7fced07dSAndrew Rist
24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
25cdf0e10cSrcweir<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="Configuration" oor:package="org.openoffice.ucb" xml:lang="en-US"> <info>
26cdf0e10cSrcweir		<author>ABI</author>
27cdf0e10cSrcweir		<desc >Contains components and templates used for UCB configuration related data. </desc>
28cdf0e10cSrcweir	</info>
29cdf0e10cSrcweir	<templates>
30cdf0e10cSrcweir		<group oor:name="ContentProviderData">
31cdf0e10cSrcweir			<info>
32cdf0e10cSrcweir				<desc>Contains data describing the configuration parameters of a Content Provider.</desc>
33cdf0e10cSrcweir			</info>
34cdf0e10cSrcweir			<prop oor:name="ServiceName" oor:type="xs:string">
35cdf0e10cSrcweir				<info>
36cdf0e10cSrcweir					<desc>Specifies the name of the UNO service to be used to instantiate the UCP.</desc>
37cdf0e10cSrcweir				</info>
38cdf0e10cSrcweir			</prop>
39cdf0e10cSrcweir			<prop oor:name="URLTemplate" oor:type="xs:string">
40cdf0e10cSrcweir				<info>
41cdf0e10cSrcweir					<desc>Contains the URL template.</desc>
42cdf0e10cSrcweir				</info>
43cdf0e10cSrcweir			</prop>
44cdf0e10cSrcweir			<prop oor:name="Arguments" oor:type="xs:string">
45cdf0e10cSrcweir				<info>
46cdf0e10cSrcweir					<desc>Contains additional arguments for UCP creation.</desc>
47cdf0e10cSrcweir				</info>
48cdf0e10cSrcweir			</prop>
49cdf0e10cSrcweir		</group>
50cdf0e10cSrcweir		<group oor:name="ContentProvidersDataSecondaryKeys">
51cdf0e10cSrcweir			<info>
52cdf0e10cSrcweir				<desc>Specifies secondary keys for Content Provider configuration data.</desc>
53cdf0e10cSrcweir			</info>
54cdf0e10cSrcweir			<set oor:name="ProviderData" oor:node-type="ContentProviderData">
55cdf0e10cSrcweir				<info>
56cdf0e10cSrcweir					<desc>Specifies a set of Content Provider configuration data for the UCB.</desc>
57cdf0e10cSrcweir				</info>
58cdf0e10cSrcweir			</set>
59cdf0e10cSrcweir		</group>
60cdf0e10cSrcweir		<group oor:name="ContentProvidersDataPrimaryKeys">
61cdf0e10cSrcweir			<info>
62cdf0e10cSrcweir				<desc>Specifies primary keys for Content Provider configuration data.</desc>
63cdf0e10cSrcweir			</info>
64cdf0e10cSrcweir			<set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys">
65cdf0e10cSrcweir				<info>
66cdf0e10cSrcweir					<desc>Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc>
67cdf0e10cSrcweir				</info>
68cdf0e10cSrcweir			</set>
69cdf0e10cSrcweir		</group>
70cdf0e10cSrcweir	</templates>
71cdf0e10cSrcweir	<component>
72cdf0e10cSrcweir		<set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys">
73cdf0e10cSrcweir			<info>
74cdf0e10cSrcweir				<desc>Contains a root entry for Content Provider configurations.</desc>
75cdf0e10cSrcweir			</info>
76cdf0e10cSrcweir		</set>
77cdf0e10cSrcweir	</component>
78cdf0e10cSrcweir</oor:component-schema>
79cdf0e10cSrcweir
80cdf0e10cSrcweir
81cdf0e10cSrcweir
82cdf0e10cSrcweir
83cdf0e10cSrcweir
84cdf0e10cSrcweir
85cdf0e10cSrcweir
86cdf0e10cSrcweir
87cdf0e10cSrcweir
88cdf0e10cSrcweir
89cdf0e10cSrcweir
90cdf0e10cSrcweir
91