-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.xml
More file actions
27 lines (24 loc) · 756 Bytes
/
Copy pathschema.xml
File metadata and controls
27 lines (24 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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">
<note>
</note>
<attributes>
</attributes>
<types>
<type name="org.finkproject.finkinfo">
<note>
The keys that this metadata importer handles.
</note>
<allattrs>
</allattrs>
<displayattrs>
kMDItemTitle
kMDItemAuthors
kMDItemDescription
kMDItemVersion
</displayattrs>
</type>
</types>
</schema>