Merged with trunk R1393.
[ardour.git] / tools / Spotlight Importer / 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="com_Foo_YourAttrName" 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             com_Foo_YourAttrName
22             </allattrs>
23             <displayattrs>
24             com_Foo_YourAttrName
25             </displayattrs>
26         </type>
27     </types>
28 </schema>
29