git.fiddlerwoaroof.com
Resources/schema.xml
0c532ca4
 <?xml version="1.0" encoding="UTF-8"?>
 
 <schema version="1.0" xmlns="http://www.apple.com/metadata"
0223e6a6
     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">
     
     <attributes>
         <attribute name="org_lisp_definitions" multivalued="true" type="CFString"/>
         <attribute name="org_lisp_defuns" multivalued="true" type="CFString"/>
         <attribute name="org_lisp_defmethods" multivalued="true" type="CFString"/>
0c532ca4
         <attribute name="org_lisp_defpackages" multivalued="true" type="CFString"/>
0223e6a6
         <attribute name="org_lisp_defgenerics" multivalued="true" type="CFString"/>
         <attribute name="org_lisp_defmacros" multivalued="true" type="CFString"/>
         <attribute name="org_lisp_defvars" multivalued="true" type="CFString"/>
         <attribute name="org_lisp_defclasses" multivalued="true" type="CFString"/>
         <attribute name="org_lisp_defstructs" multivalued="true" type="CFString"/>
     </attributes>
0c532ca4
     
0223e6a6
     <types>
         <type name="org.lisp.lisp-source">
             <allattrs>kMDItemTextContent org_lisp_definitions org_lisp_defuns org_lisp_defmethods org_lisp_defgenerics org_lisp_defmacros org_lisp_defvars org_lisp_defclasses org_lisp_defstructs</allattrs>
0c532ca4
             <displayattrs>org_lisp_defpackages org_lisp_defclasses org_lisp_defgenerics org_lisp_defuns org_lisp_defmacros</displayattrs>
0223e6a6
         </type>
     </types>
0c532ca4
 </schema>