Missing tizen settings in XML schema
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 3 Jun 2013 06:54:03 +0000 (08:54 +0200)
committerGerrit Code Review <gerrit2@kim11>
Tue, 4 Jun 2013 11:38:32 +0000 (20:38 +0900)
[Issue#]       N/A
[Bug]          Some of settings are not specified in Core Spec but needed.
[Cause]        N/A
[Solution]     Added settings which are needed.
[Verification] Look at changes. Run: xmlstarlet val -e configuration/widgets.xsd configuration/config.xml

Change-Id: Ic92988fdeccf634c91f0d0835baba032ad60e854

configuration/widgets.tizen.xsd

index b3ba2ca..238d216 100755 (executable)
@@ -74,6 +74,9 @@
             <xs:attribute name="encryption" type="tizen:activationType" use="optional"/> <!-- default: disable -->
             <xs:attribute name="install-location" type="tizen:InstallLocationType" use="optional"/>
             <xs:attribute name="nodisplay" type="tizen:data.boolean" use="optional"/> <!-- default: false -->
+            <xs:attribute name="indicator-persence" type="tizen:data.boolean" use="optional"/>
+            <xs:attribute name="backbutton-persence" type="tizen:data.boolean" use="optional"/>
+            <xs:attribute name="user-agent" use="optional"/>
         </xs:complexType>
     </xs:element>