summaryrefslogtreecommitdiffstats
path: root/addons/kodi.resource/games.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'addons/kodi.resource/games.xsd')
-rw-r--r--addons/kodi.resource/games.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/kodi.resource/games.xsd b/addons/kodi.resource/games.xsd
new file mode 100644
index 0000000..eb9809b
--- /dev/null
+++ b/addons/kodi.resource/games.xsd
@@ -0,0 +1,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>