1<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 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<oor:component-schema oor:name="ExtensionDependencies" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 23 <info> 24 <author>JSC</author> 25 <desc>Contains a list of extensions with additional dependencies to overrule missing dependencies in extensions 26 or to control specific extensions in general.</desc> 27 </info> 28 <templates> 29 <group oor:name="Extension"> 30 <info><desc>Describes the additional meta data for an extension whereas the node name have to be the extension identifier.</desc></info> 31 <prop oor:name="Versions" oor:type="oor:string-list" oor:localized="false"> 32 <info><desc>Specifies a list of extension versions for which the extra dependecies should be active.</desc></info> 33 </prop> 34 <prop oor:name="Platforms" oor:type="oor:string-list" oor:localized="false"> 35 <info><desc>Specifies a list of platforms for which the extra dependencies mechanism is active.</desc></info> 36 </prop> 37 <prop oor:name="Dependencies" oor:type="xs:string" oor:localized="false"> 38 <info><desc>Specifies a list of additional dependencies.</desc></info> 39 </prop> 40 </group> 41 </templates> 42 <component> 43 <set oor:name="Extensions" oor:node-type="Extension"> 44 <info><desc>Specifies the list of extensions with extra dependecies.</desc></info> 45 </set> 46 </component> 47</oor:component-schema> 48