]> git.lyx.org Git - features.git/blob - development/MacOSX/LyX.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/Resources/schema.xml
add the LyX/Mac skeleton to the repository
[features.git] / development / MacOSX / LyX.app / Contents / Library / Spotlight / LyX-Metadata.mdimporter / Contents / Resources / 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         <attribute name="org_lyx_lyx" multivalued="true" type="CFString"/>
13     </attributes>
14
15     <types>
16         <type name="SUPPORTED_UTI_TYPE">
17             <note>
18                 The keys that this metadata importer handles.
19             </note>
20             <allattrs>
21             org_lyx_lyx
22             </allattrs>
23             <displayattrs>
24             org_lyx_lyx
25             </displayattrs>
26         </type>
27     </types>
28 </schema>
29