aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.python
diff options
context:
space:
mode:
authorM. Kaijser <mcm.kaijser@gmail.com>2013-05-01 15:02:47 +0200
committerM. Kaijser <mcm.kaijser@gmail.com>2013-05-01 15:07:38 +0200
commitd385d0f336e9f120f3a0ad30969afd85fd9f817e (patch)
tree69743daa83105c3c95ae3efa69df4cfe36af44d5 /addons/xbmc.python
parenta6ad4e6c9714f9576b50e599c0a58e9633e505ab (diff)
set library attribute as required
Diffstat (limited to 'addons/xbmc.python')
-rw-r--r--addons/xbmc.python/pluginsource.xsd1
-rw-r--r--addons/xbmc.python/script.xsd2
2 files changed, 2 insertions, 1 deletions
diff --git a/addons/xbmc.python/pluginsource.xsd b/addons/xbmc.python/pluginsource.xsd
index bf80a3620e..48891a4481 100644
--- a/addons/xbmc.python/pluginsource.xsd
+++ b/addons/xbmc.python/pluginsource.xsd
@@ -7,6 +7,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" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="content">
diff --git a/addons/xbmc.python/script.xsd b/addons/xbmc.python/script.xsd
index 082aa7b975..e409b8d3d2 100644
--- a/addons/xbmc.python/script.xsd
+++ b/addons/xbmc.python/script.xsd
@@ -6,7 +6,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:complexType>
</xs:element>
<xs:simpleType name="simpleIdentifier">