summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevhenii Dementieiev (GitHub) <57259850+ydementieiev@users.noreply.github.com>2020-02-26 16:02:42 +0200
committerGitHub <noreply@github.com>2020-02-26 09:02:42 -0500
commit9d55bc6668c5c159d2303f122fc0bc56ea6b3cc2 (patch)
tree3ee2781a0e82b161a5387551d967f8a94679c3b7
parent8b166c146e3b3af1f7d8f9c38e63299d36293c3f (diff)
downloadsdl_core-9d55bc6668c5c159d2303f122fc0bc56ea6b3cc2.tar.gz
Add missing until param for enumeration elements (#3249)
-rw-r--r--src/components/interfaces/MOBILE_API.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/interfaces/MOBILE_API.xsd b/src/components/interfaces/MOBILE_API.xsd
index f1b96b3f92..71d37a7955 100644
--- a/src/components/interfaces/MOBILE_API.xsd
+++ b/src/components/interfaces/MOBILE_API.xsd
@@ -32,6 +32,7 @@
</xs:sequence>
<xs:attribute type="xs:string" name="name" use="optional"/>
<xs:attribute type="xs:float" name="since" use="optional"/>
+ <xs:attribute type="xs:float" name="until" use="optional"/>
<xs:attribute type="xs:string" name="internal_name" use="optional"/>
<xs:attribute type="xs:int" name="value" use="optional"/>
<xs:attribute type="xs:string" name="rootscreen" use="optional"/>