Merge pull request #25959 from neo1973/TagLib_deprecation_warnings
[xbmc.git] / addons / kodi.binary.instance.game / controller.xsd
blob13e9e0cf26e671b60d9b845c8105f8bc6caa7627
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:attribute name="library" type="xs:string" use="required"/>
10 </xs:complexType>
11 </xs:element>
12 <xs:simpleType name="simpleIdentifier">
13 <xs:restriction base="xs:string">
14 <xs:pattern value="kodi\.game\.controller"/>
15 </xs:restriction>
16 </xs:simpleType>
17 </xs:schema>