summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs41
1 files changed, 17 insertions, 24 deletions
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
index 09869bd75ac8..f8096568fd83 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
@@ -17,10 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema
- oor:package="org.openoffice.TypeDetection" oor:name="Types" xml:lang="en-US"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Types" xml:lang="en-US">
<info>
<desc>Contains common content types for Office. See package TypeDetection
and TypeDetection_Filters for other parts of type/filter configuration
@@ -38,69 +35,65 @@
recognized. Types with an order value &lt; 1 will be sorted
alphabeticly.</desc>
</info>
- <value>0</value>
+ <value>0</value>
</prop>
- <prop
- oor:name="URLPattern" oor:type="oor:string-list" oor:nillable="false">
+ <prop oor:name="URLPattern" oor:type="oor:string-list" oor:nillable="false">
<info>
- <desc>List of URL pattern (with simple wildcards */?) which match to
+ <desc>List of URL pattern (with simple wildcards */?) which match to
this type.</desc>
</info>
- <value/>
+ <value/>
</prop>
- <prop
- oor:name="Extensions" oor:type="oor:string-list" oor:nillable="false">
+ <prop oor:name="Extensions" oor:type="oor:string-list" oor:nillable="false">
<info>
- <desc>List of file extensions, which match to this type.</desc>
+ <desc>List of file extensions, which match to this type.</desc>
</info>
- <value/>
+ <value/>
</prop>
<prop oor:name="DocumentIconID" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Global ID of an icon, which represent this tye at the UI.</desc>
</info>
- <value>0</value>
+ <value>0</value>
</prop>
<prop oor:name="MediaType" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Corresponding mime type.</desc>
</info>
- <value/>
+ <value/>
</prop>
<prop oor:name="Preferred" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>In case of ambigoues registrations (e.g. for extensions doc/txt)
it specify the prefererred type.</desc>
</info>
- <value>false</value>
+ <value>false</value>
</prop>
- <prop
- oor:name="PreferredFilter" oor:type="xs:string" oor:nillable="false">
+ <prop oor:name="PreferredFilter" oor:type="xs:string" oor:nillable="false">
<info>
<desc>An optimization; points directly at the preferred filter for
this type. No search across all filters is neccessary.</desc>
</info>
- <value/>
+ <value/>
</prop>
<prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
<info>
<desc>Localized name of this type for showing it at the UI.</desc>
</info>
</prop>
- <prop
- oor:name="ClipboardFormat" oor:type="xs:string" oor:nillable="false">
+ <prop oor:name="ClipboardFormat" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Unique identifier, which can be searched inside the stream to
detect this format.</desc>
</info>
- <value/>
+ <value/>
</prop>
<prop oor:name="DetectService" oor:type="xs:string" oor:nillable="false">
<info>
<desc>An optimization; points directly at the deep detection service,
which can verify a flat detection.</desc>
</info>
- <value/>
+ <value/>
</prop>
</group>
</templates>