summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhit Adlakha <adlakhashobhit@gmail.com>2020-03-02 11:38:55 -0500
committerShobhit Adlakha <adlakhashobhit@gmail.com>2020-03-02 11:38:55 -0500
commit07bb17059b79274aec16ac807b70e01551898711 (patch)
tree91caf1530397e99c2cb4e394aeac0fe981eb2f04
parent1ccf4041c223286aeef9721956abacdf26160f23 (diff)
downloadsdl_core-fix/add_missing_attrs_for_api_elements.tar.gz
Add the missing attributes to the schemafix/add_missing_attrs_for_api_elements
-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">