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="Misc" 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 content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
29    </info>
30    <templates>
31        <group oor:name="FrameLoader">
32            <info><desc>Can load a type as visible component into a com.sun.star.frame.Frame.</desc></info>
33            <prop oor:name="Types" oor:type="oor:string-list">
34                <info><desc>List of internal type names, which can be interpreted by this loader implementation.</desc></info>
35				<value/>
36            </prop>
37		</group>
38        <group oor:name="ContentHandler">
39            <info><desc>Can load a type as non visible component, e.g. sounds.</desc></info>
40            <prop oor:name="Types" oor:type="oor:string-list">
41                <info><desc>List of internal type names, which can be interpreted by this handler implementation.</desc></info>
42				<value/>
43            </prop>
44        </group>
45	</templates>
46	<component>
47        <set oor:name="FrameLoaders" oor:node-type="FrameLoader">
48            <info><desc>Lists the registered frame loader services.</desc></info>
49        </set>
50        <set oor:name="ContentHandlers" oor:node-type="ContentHandler">
51            <info><desc>Lists the registered content handler services.</desc></info>
52        </set>
53		<group oor:name="Defaults">
54            <info><desc>Contains default objects that are used if no specialized service was registered or values which specify special behaviour of type/filter environment.</desc></info>
55			<prop oor:name="DefaultFrameLoader" oor:type="xs:string">
56                <info><desc>Specify a generic frame loader, which can use filter services for loading documents into frames.</desc></info>
57				<value>com.sun.star.comp.office.FrameLoader</value>
58			</prop>
59            <prop oor:name="ShowAlienFilterWarning" oor:type="xs:boolean">
60                <info><author>OS</author><desc>Displays a warning when a user tries to set a third-party filter as the default filter in &quot;Tools - Options&quot;.</desc></info>
61                <value>true</value>
62            </prop>
63		</group>
64	</component>
65</oor:component-schema>
66