xref: /trunk/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs (revision adf11df40006212c9bc6044f6c93ed03d30bd01b)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*d435a3beSAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*d435a3beSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*d435a3beSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*d435a3beSAndrew Rist * distributed with this work for additional information
7*d435a3beSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*d435a3beSAndrew Rist * to you under the Apache License, Version 2.0 (the
9*d435a3beSAndrew Rist * "License"); you may not use this file except in compliance
10*d435a3beSAndrew Rist * with the License.  You may obtain a copy of the License at
11cdf0e10cSrcweir *
12*d435a3beSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13cdf0e10cSrcweir *
14*d435a3beSAndrew Rist * Unless required by applicable law or agreed to in writing,
15*d435a3beSAndrew Rist * software distributed under the License is distributed on an
16*d435a3beSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*d435a3beSAndrew Rist * KIND, either express or implied.  See the License for the
18*d435a3beSAndrew Rist * specific language governing permissions and limitations
19*d435a3beSAndrew Rist * under the License.
20cdf0e10cSrcweir *
21*d435a3beSAndrew Rist ***********************************************************-->
22*d435a3beSAndrew Rist
23*d435a3beSAndrew 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" oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xml:lang="en-US">
26cdf0e10cSrcweir  <info>
27cdf0e10cSrcweir    <desc>Contains the installed OpenOffice.org Base database drivers.</desc>
28cdf0e10cSrcweir  </info>
29cdf0e10cSrcweir  <templates>
30cdf0e10cSrcweir    <group oor:name="Property">
31cdf0e10cSrcweir      <info>
32cdf0e10cSrcweir        <desc>Describes a property of a driver.</desc>
33cdf0e10cSrcweir      </info>
34cdf0e10cSrcweir      <prop oor:name="Value" oor:type="oor:any" oor:localized="true">
35cdf0e10cSrcweir        <info>
36cdf0e10cSrcweir          <desc>Describes the value.</desc>
37cdf0e10cSrcweir        </info>
38cdf0e10cSrcweir      </prop>
39cdf0e10cSrcweir    </group>
40cdf0e10cSrcweir    <group oor:name="Feature">
41cdf0e10cSrcweir      <info>
42cdf0e10cSrcweir        <desc>Describes a feature a driver supports.</desc>
43cdf0e10cSrcweir      </info>
44cdf0e10cSrcweir      <prop oor:name="Value" oor:type="xs:boolean" oor:localized="true">
45cdf0e10cSrcweir        <info>
46cdf0e10cSrcweir          <desc>The feature value.</desc>
47cdf0e10cSrcweir        </info>
48cdf0e10cSrcweir      </prop>
49cdf0e10cSrcweir    </group>
50cdf0e10cSrcweir    <group oor:name="URLPattern">
51cdf0e10cSrcweir      <info>
52cdf0e10cSrcweir        <desc>Specifies a database driver.</desc>
53cdf0e10cSrcweir      </info>
54cdf0e10cSrcweir      <prop oor:name="ParentURLPattern" oor:type="xs:string">
55cdf0e10cSrcweir        <info>
56cdf0e10cSrcweir          <desc>Specifies the URL pattern of the parent which settings should be used if not present.</desc>
57cdf0e10cSrcweir        </info>
58cdf0e10cSrcweir      </prop>
59cdf0e10cSrcweir      <prop oor:name="Driver" oor:type="xs:string">
60cdf0e10cSrcweir        <info>
61cdf0e10cSrcweir          <desc>Specifies the factory name of the database driver.</desc>
62cdf0e10cSrcweir        </info>
63cdf0e10cSrcweir      </prop>
64cdf0e10cSrcweir      <prop oor:name="DriverTypeDisplayName" oor:type="xs:string" oor:localized="true">
65cdf0e10cSrcweir        <info>
66cdf0e10cSrcweir          <desc>Specifies the UI name of the database driver.</desc>
67cdf0e10cSrcweir        </info>
68cdf0e10cSrcweir      </prop>
69cdf0e10cSrcweir      <set oor:name="Properties" oor:node-type="Property">
70cdf0e10cSrcweir        <info>
71cdf0e10cSrcweir          <desc>Defines a list of all properties which are different from default.</desc>
72cdf0e10cSrcweir        </info>
73cdf0e10cSrcweir      </set>
74cdf0e10cSrcweir      <set oor:name="Features" oor:node-type="Feature">
75cdf0e10cSrcweir        <info>
76cdf0e10cSrcweir          <desc>Defines a list of all properties which are different from default.</desc>
77cdf0e10cSrcweir        </info>
78cdf0e10cSrcweir      </set>
79cdf0e10cSrcweir      <set oor:name="MetaData" oor:node-type="Property">
80cdf0e10cSrcweir        <info>
81cdf0e10cSrcweir          <desc>Defines a list of all meta data properties which the database application should supports.</desc>
82cdf0e10cSrcweir        </info>
83cdf0e10cSrcweir      </set>
84cdf0e10cSrcweir    </group>
85cdf0e10cSrcweir  </templates>
86cdf0e10cSrcweir  <component>
87cdf0e10cSrcweir    <set oor:name="Installed" oor:node-type="URLPattern">
88cdf0e10cSrcweir      <info>
89cdf0e10cSrcweir        <desc>Contains a list of URLs supported by installed database drivers.</desc>
90cdf0e10cSrcweir      </info>
91cdf0e10cSrcweir    </set>
92cdf0e10cSrcweir  </component>
93cdf0e10cSrcweir</oor:component-schema>
94