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 oor:name="Filter" oor:package="org.openoffice.TypeDetection" 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">
26    <info>
27        <author>AS</author>
28        <desc >Contains common filters for Office. See package TypeDetection and TypeDetection_Types for other parts of type/filter configuration too.</desc>
29    </info>
30    <templates>
31		<group oor:name="Filter">
32            <info><desc>Lists filters that can import or export content.</desc></info>
33			<prop oor:name="FileFormatVersion" oor:type="xs:int">
34                <info><desc>An unique ID, which is used internal to differ between file formats of same type.</desc></info>
35				<value>0</value>
36			</prop>
37            <prop oor:name="Type" oor:type="xs:string">
38                <info><desc>Supported content type of this filter. Must be an internal type name.</desc></info>
39				<value/>
40            </prop>
41            <prop oor:name="DocumentService" oor:type="xs:string">
42                <info><desc>The uno service name of the supported office document type.</desc></info>
43				<value/>
44            </prop>
45            <prop oor:name="UIComponent" oor:type="xs:string">
46                <info><desc>The uno implementation name a dialog, which is used to ask an user for special filter parameter (e.g. for csv).</desc></info>
47				<value/>
48            </prop>
49            <prop oor:name="UserData" oor:type="oor:string-list">
50                <info><desc>Filter specific data.</desc></info>
51				<value/>
52            </prop>
53            <prop oor:name="FilterService" oor:type="xs:string">
54                <info><desc>The uno implementation name of the filter service.</desc></info>
55				<value/>
56            </prop>
57            <prop oor:name="TemplateName" oor:type="xs:string">
58                <info><desc>Name of a corresponding template, which is merged together with the style seets of the loaded document.</desc></info>
59				<value/>
60            </prop>
61            <prop oor:name="Flags" oor:type="oor:string-list">
62                <info><desc>Specify the filter in some further properties (e.g. import/export/..).</desc></info>
63				<value/>
64            </prop>
65            <prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
66                <info><desc>Localized name of the filter, whch can be shown at the UI.</desc></info>
67            </prop>
68		</group>
69	</templates>
70	<component>
71        <set oor:name="Filters" oor:node-type="Filter">
72            <info><desc>Lists the registered office filters.</desc></info>
73        </set>
74	</component>
75</oor:component-schema>
76