|
Revision 2578, 0.8 kB
(checked in by timothy, 4 years ago)
|
Spotlight importer tweaks.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<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"> |
|---|
| 3 |
<note> |
|---|
| 4 |
Schema for additional attributes supplied by the Colloquy importer. |
|---|
| 5 |
</note> |
|---|
| 6 |
|
|---|
| 7 |
<types> |
|---|
| 8 |
<type name="cc.javelin.colloquy.colloquytranscript"> |
|---|
| 9 |
<allattrs> |
|---|
| 10 |
kMDItemTitle |
|---|
| 11 |
kMDItemCreator |
|---|
| 12 |
kMDItemKind |
|---|
| 13 |
kMDItemWhereFroms |
|---|
| 14 |
kMDItemContributors |
|---|
| 15 |
kMDItemCoverage |
|---|
| 16 |
kMDItemDurationSeconds |
|---|
| 17 |
kMDItemLastUsedDate |
|---|
| 18 |
</allattrs> |
|---|
| 19 |
<displayattrs> |
|---|
| 20 |
kMDItemTitle |
|---|
| 21 |
kMDItemCoverage |
|---|
| 22 |
kMDItemDurationSeconds |
|---|
| 23 |
kMDItemWhereFroms |
|---|
| 24 |
</displayattrs> |
|---|
| 25 |
</type> |
|---|
| 26 |
</types> |
|---|
| 27 |
</schema> |
|---|