aboutsummaryrefslogtreecommitdiff
path: root/addons/kodi.binary.instance.game/controller.xsd
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2018-07-28 15:17:56 +0100
committerenen92 <92enen@gmail.com>2018-08-02 16:22:58 +0100
commitc3c15c7d63f7b9b1c2363147b5c07ea22286e039 (patch)
tree2c19d79d556d5c983e17d753a47b0a63e31c1b90 /addons/kodi.binary.instance.game/controller.xsd
parentfe4f0293ed9be3d5c0be2888f0f3d898bdce4e9e (diff)
[schemas] Update controller.xsd schema (library attribute is required)
Diffstat (limited to 'addons/kodi.binary.instance.game/controller.xsd')
-rw-r--r--addons/kodi.binary.instance.game/controller.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/kodi.binary.instance.game/controller.xsd b/addons/kodi.binary.instance.game/controller.xsd
index a5383f826b..4c06de74a6 100644
--- a/addons/kodi.binary.instance.game/controller.xsd
+++ b/addons/kodi.binary.instance.game/controller.xsd
@@ -8,7 +8,7 @@
<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"/>
+ <xs:attribute name="library" type="xs:string" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>