]> git.lyx.org Git - lyx.git/blob - development/MacOSX/spotlight/schema.xml
update functions.xpm and add to scons_manifest.py
[lyx.git] / development / MacOSX / spotlight / schema.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2  
3 <schema version="1.0" xmlns="http://www.apple.com/metadata"
4                       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5                       xsi:schemaLocation="http://www.apple.com/metadata file:///System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/MetadataSchema.xsd">
6     <note>
7         Custom attributes that this metadata importer supports.  Below
8         is an example of a multivalued string attribute.  Other types
9         are CFNumber, CFDate, CFBoolean and CFData.                   
10     </note>
11     <attributes>
12     </attributes>
13
14     <types>
15         <type name="SUPPORTED_UTI_TYPE">
16             <note>
17                 The keys that this metadata importer handles.
18             </note>
19             <allattrs>
20             </allattrs>
21             <displayattrs>
22             </displayattrs>
23         </type>
24     </types>
25 </schema>
26