summaryrefslogtreecommitdiffstats
path: root/addons/kodi.resource/games.xsd
blob: eb9809b51c381c9bfb045dd4de240727ea3ba20d (plain)
1
2
3
4
5
6
7
8
9
<?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="xs:string" use="required"/>
    </xs:complexType>
  </xs:element>
</xs:schema>