diff options
author | enen92 <92enen@gmail.com> | 2018-08-01 19:43:14 +0100 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2018-08-08 15:44:12 +0100 |
commit | a9c6a3f3cf559307f28366ceab7b2706448104c1 (patch) | |
tree | 6b02526e4024c620e8ea0020672ad7277d9289bc /addons/kodi.binary.instance.game | |
parent | be93e1cf7ad1c4fc743ebbd183a6222f315d78ec (diff) |
[schemas] fix controller extension point schema
Diffstat (limited to 'addons/kodi.binary.instance.game')
-rw-r--r-- | addons/kodi.binary.instance.game/controller.xsd | 12 |
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"> |