diff options
author | enen92 <92enen@gmail.com> | 2018-08-02 18:47:53 +0100 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2018-08-08 15:44:11 +0100 |
commit | a5d62706def105e242600b9b988db2b6331b12b6 (patch) | |
tree | 9d8e1a54f2df72291398e3a61322b8f65caa14e7 /addons/xbmc.python/script.xsd | |
parent | 542f6c4dc369070dc75d5175f94c6bc27df70adb (diff) |
[schemas] restrict all possible values for extension point attributes
Diffstat (limited to 'addons/xbmc.python/script.xsd')
-rw-r--r-- | addons/xbmc.python/script.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.python/script.xsd b/addons/xbmc.python/script.xsd index cc099b108c..6e8a4af88c 100644 --- a/addons/xbmc.python/script.xsd +++ b/addons/xbmc.python/script.xsd @@ -14,7 +14,7 @@ </xs:element> <xs:simpleType name="simpleIdentifier"> <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> + <xs:pattern value="xbmc\.(python\.(library|lyrics|module|script|weather)|ui\.screensaver|subtitle\.module)"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="providesList"> |