Update xsd schema file regarding AppWidget
authorYunchan Cho <yunchan.cho@samsung.com>
Thu, 2 May 2013 08:56:48 +0000 (17:56 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Thu, 2 May 2013 08:57:23 +0000 (17:57 +0900)
[Issue#] N/A
[Problem] In SDK, some attributes of appwidget are not recognized
[Cause] N/A
[Solution] xsd schema file is updated as adding those attributes (type, fast-open)

Change-Id: I5585e1053d1c1d1d9f7c08deac729f9ef25eb3e9

configuration/config.tizen.xsd

index b2293d1..e92a4c1 100644 (file)
             <xs:attribute name="primary" type="tizen:data.boolean" use="required"/>
             <xs:attribute name="auto-launch" type="tizen:data.boolean" use="optional"/>
             <xs:attribute name="update-period" type="tizen:updatePeriodType" use="optional"/>
+            <xs:attribute name="type" type="xs:string" use="optional"/>
         </xs:complexType>
     </xs:element>
 
             <xs:attribute name="src" use="required" type="xs:anyURI"/>
             <xs:attribute name="width" use="required" type="xs:int"/>
             <xs:attribute name="height" use="required" type="xs:int"/>
+            <xs:attribute name="fast-open" use="optional" type="tizen:data.boolean"/>
         </xs:complexType>
     </xs:element>