aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/spotlight_importer/schema.xml
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-06-20 15:44:42 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-06-20 15:44:42 +0000
commit8ed6e207e30fad55f3cc5d1bd84636d71d33c6fb (patch)
tree2a6810739e40ae4c7c739b3089569aaa00a071e8 /packages/darwin_app/spotlight_importer/schema.xml
parent299093af04db5e33035097e6749d6c9d710713d5 (diff)
checking in spotlight importer for future autobuilding
svn path=/trunk/; revision=10057
Diffstat (limited to 'packages/darwin_app/spotlight_importer/schema.xml')
-rw-r--r--packages/darwin_app/spotlight_importer/schema.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/packages/darwin_app/spotlight_importer/schema.xml b/packages/darwin_app/spotlight_importer/schema.xml
new file mode 100644
index 00000000..748b96e8
--- /dev/null
+++ b/packages/darwin_app/spotlight_importer/schema.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<schema version="1.0" xmlns="http://www.apple.com/metadata"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.apple.com/metadata file:///System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/MetadataSchema.xsd">
+ <!--
+ The 'attributes' section defines custom attributes that this metadata importer supports.
+ Below is an example of a multivalued string attribute. Uncomment this part
+ of the file if you need to define a custom attribute.
+
+ 'multivalued' indicates whether the attribute is an array type or not.
+
+ 'type' indicates the data type of the attribute.
+ Available types are CFString, CFNumber, CFDate, CFBoolean and CFData.
+
+ If you don't need to define a custom attribute, it is safe to remove this section.
+
+ <attributes>
+ <attribute name="com_Foo_YourAttrName" multivalued="true" type="CFString"/>
+ </attributes>
+
+
+ To see the system's definitions for the builtin attributes and file types, look at the system schema,
+ /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/schema.xml
+ -->
+
+ <types>
+ <type name="org.puredata.pd-patch"> <!-- add one <type>...</type> entry for each UTI that you need to define.
+
+ <!-- 'allattrs' is a whitespace separated list of all of the attributes that this UTI type normally has.
+ It does not have to be exhaustive. -->
+ <allattrs>
+ </allattrs>
+ <!-- 'displayattrs' is a whitespace separated list of the attributes that should normally be displayed when previewing files of this UTI type. -->
+ <displayattrs>
+ </displayattrs>
+
+ </type>
+ <type name="org.puredata.max-patch">
+ <allattrs>
+ </allattrs>
+ <displayattrs>
+ </displayattrs>
+
+ </type>
+ </types>
+</schema>
+