⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schema.xml

📁 It is a chm file viewer lib with source code
💻 XML
字号:
<?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>        Custom attributes that this metadata importer supports.  Below	is an example of a multivalued string attribute.  Other types	are CFNumber, CFDate, CFBoolean and CFData.		          </note>    <attributes>        <attribute name="com_Foo_YourAttrName" multivalued="true" type="CFString"/>    </attributes>    <types>        <type name="SUPPORTED_UTI_TYPE">            <note>		The keys that this metadata importer handles.            </note>            <allattrs>	    com_Foo_YourAttrName            </allattrs>            <displayattrs>	    com_Foo_YourAttrName            </displayattrs>        </type>    </types></schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -