[Omega] Release RC1
[xbmc.git] / addons / kodi.resource / images.xsd
blobd48b720382054b5ee6be9591998bf4126db94731
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="simpleIdentifier" use="required"/>
7 <xs:attribute name="compile" type="xs:boolean"/>
8 <xs:attribute name="type" 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\.images"/>
14 </xs:restriction>
15 </xs:simpleType>
16 </xs:schema>