summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhit Adlakha <ShobhitAd@users.noreply.github.com>2020-03-02 16:25:16 -0500
committerGitHub <noreply@github.com>2020-03-02 16:25:16 -0500
commitb0868c0a2de0d2210e7a8a7aa9e94f702fc5d01c (patch)
tree91caf1530397e99c2cb4e394aeac0fe981eb2f04
parent1ccf4041c223286aeef9721956abacdf26160f23 (diff)
downloadsdl_core-b0868c0a2de0d2210e7a8a7aa9e94f702fc5d01c.tar.gz
Add the missing attributes to the schema (#3266)
-rw-r--r--src/components/interfaces/MOBILE_API.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/interfaces/MOBILE_API.xsd b/src/components/interfaces/MOBILE_API.xsd
index 71d37a7955..17592bad50 100644
--- a/src/components/interfaces/MOBILE_API.xsd
+++ b/src/components/interfaces/MOBILE_API.xsd
@@ -33,6 +33,8 @@
<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="deprecated" use="optional"/>
+ <xs:attribute type="xs:string" name="removed" 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"/>
@@ -68,6 +70,7 @@
<xs:attribute type="xs:float" name="since" use="optional"/>
<xs:attribute type="xs:float" name="until" use="optional"/>
<xs:attribute type="xs:string" name="deprecated" use="optional"/>
+ <xs:attribute type="xs:string" name="removed" use="optional"/>
<xs:attribute type="xs:string" name="platform" use="optional"/>
</xs:complexType>
<xs:complexType name="paramType" mixed="true">
@@ -91,6 +94,7 @@
<xs:attribute type="xs:float" name="maxvalue" use="optional"/>
<xs:attribute type="xs:string" name="until" use="optional"/>
<xs:attribute type="xs:string" name="deprecated" use="optional"/>
+ <xs:attribute type="xs:string" name="removed" use="optional"/>
<xs:attribute type="xs:string" name="platform" use="optional"/>
</xs:complexType>
<xs:complexType name="structType" mixed="true">
@@ -122,6 +126,7 @@
<xs:attribute type="xs:float" name="since" use="optional"/>
<xs:attribute type="xs:float" name="until" use="optional"/>
<xs:attribute type="xs:string" name="deprecated" use="optional"/>
+ <xs:attribute type="xs:string" name="removed" use="optional"/>
<xs:attribute type="xs:string" name="internal_scope" use="optional"/>
<xs:attribute type="xs:string" name="platform" use="optional"/>
</xs:complexType>
@@ -149,6 +154,7 @@
<xs:attribute type="xs:float" name="since" use="optional"/>
<xs:attribute type="xs:float" name="until" use="optional"/>
<xs:attribute type="xs:string" name="deprecated" use="optional"/>
+ <xs:attribute type="xs:string" name="removed" use="optional"/>
</xs:complexType>
<xs:complexType name="interfaceType">
<xs:choice maxOccurs="unbounded" minOccurs="0">