[FileItem] Fix mimetype content lookup
[xbmc.git] / addons / kodi.resource / uisounds.xsd
blob619401b4f70399457886e9a878808d7499ff4eea
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
4 <xs:element name="extension">
5 <xs:complexType>
6 <xs:attribute name="point" type="xs:string" use="required"/>
7 <xs:attribute name="id" type="simpleIdentifier"/>
8 <xs:attribute name="name" type="xs:string"/>
9 </xs:complexType>
10 </xs:element>
11 <xs:simpleType name="simpleIdentifier">
12 <xs:restriction base="xs:string">
13 <xs:pattern value="kodi\.resource\.uisounds"/>
14 </xs:restriction>
15 </xs:simpleType>
16 </xs:schema>