aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/kodi.binary.instance.game/controller.xsd12
1 files changed, 4 insertions, 8 deletions
diff --git a/addons/kodi.binary.instance.game/controller.xsd b/addons/kodi.binary.instance.game/controller.xsd
index 39f5c0e2d7..13e9e0cf26 100644
--- a/addons/kodi.binary.instance.game/controller.xsd
+++ b/addons/kodi.binary.instance.game/controller.xsd
@@ -3,14 +3,10 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="extension">
<xs:complexType>
- <xs:complexContent>
- <xs:extension base="gamecontroller">
- <xs:attribute name="point" type="xs:string" use="required"/>
- <xs:attribute name="id" type="simpleIdentifier"/>
- <xs:attribute name="name" type="xs:string"/>
- <xs:attribute name="library" type="xs:string" use="required"/>
- </xs:extension>
- </xs:complexContent>
+ <xs:attribute name="point" type="xs:string" use="required"/>
+ <xs:attribute name="id" type="simpleIdentifier"/>
+ <xs:attribute name="name" type="xs:string"/>
+ <xs:attribute name="library" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:simpleType name="simpleIdentifier">