diff options
Diffstat (limited to 'addons/xbmc.python')
-rw-r--r-- | addons/xbmc.python/pluginsource.xsd | 1 | ||||
-rw-r--r-- | addons/xbmc.python/script.xsd | 2 |
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"> |