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" oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xml:lang="en-US"> 26 <info> 27 <desc>Contains the installed OpenOffice.org Base database drivers.</desc> 28 </info> 29 <templates> 30 <group oor:name="Property"> 31 <info> 32 <desc>Describes a property of a driver.</desc> 33 </info> 34 <prop oor:name="Value" oor:type="oor:any" oor:localized="true"> 35 <info> 36 <desc>Describes the value.</desc> 37 </info> 38 </prop> 39 </group> 40 <group oor:name="Feature"> 41 <info> 42 <desc>Describes a feature a driver supports.</desc> 43 </info> 44 <prop oor:name="Value" oor:type="xs:boolean" oor:localized="true"> 45 <info> 46 <desc>The feature value.</desc> 47 </info> 48 </prop> 49 </group> 50 <group oor:name="URLPattern"> 51 <info> 52 <desc>Specifies a database driver.</desc> 53 </info> 54 <prop oor:name="ParentURLPattern" oor:type="xs:string"> 55 <info> 56 <desc>Specifies the URL pattern of the parent which settings should be used if not present.</desc> 57 </info> 58 </prop> 59 <prop oor:name="Driver" oor:type="xs:string"> 60 <info> 61 <desc>Specifies the factory name of the database driver.</desc> 62 </info> 63 </prop> 64 <prop oor:name="DriverTypeDisplayName" oor:type="xs:string" oor:localized="true"> 65 <info> 66 <desc>Specifies the UI name of the database driver.</desc> 67 </info> 68 </prop> 69 <set oor:name="Properties" oor:node-type="Property"> 70 <info> 71 <desc>Defines a list of all properties which are different from default.</desc> 72 </info> 73 </set> 74 <set oor:name="Features" oor:node-type="Feature"> 75 <info> 76 <desc>Defines a list of all properties which are different from default.</desc> 77 </info> 78 </set> 79 <set oor:name="MetaData" oor:node-type="Property"> 80 <info> 81 <desc>Defines a list of all meta data properties which the database application should supports.</desc> 82 </info> 83 </set> 84 </group> 85 </templates> 86 <component> 87 <set oor:name="Installed" oor:node-type="URLPattern"> 88 <info> 89 <desc>Contains a list of URLs supported by installed database drivers.</desc> 90 </info> 91 </set> 92 </component> 93</oor:component-schema> 94