summaryrefslogtreecommitdiffstats
path: root/addons/kodi.resource/images.xsd
blob: d48b720382054b5ee6be9591998bf4126db94731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="extension">
    <xs:complexType>
      <xs:attribute name="point" type="simpleIdentifier" use="required"/>
      <xs:attribute name="compile" type="xs:boolean"/>
      <xs:attribute name="type" type="xs:string"/>
    </xs:complexType>
  </xs:element>
  <xs:simpleType name="simpleIdentifier">
    <xs:restriction base="xs:string">
      <xs:pattern value="kodi\.resource\.images"/>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>