Change min value of updatePeriodType to 1800
authorYunchan Cho <yunchan.cho@samsung.com>
Sat, 22 Jun 2013 13:10:38 +0000 (22:10 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sat, 22 Jun 2013 13:33:40 +0000 (22:33 +0900)
[Issue#] N/A
[Problem] min value of updatePeriodType on schema is not 1800
[Cause] N/A
[Solution] min value of it is changed from 60 to 1800

Change-Id: Ibae00eef6f464f31c44b7f429ae4579d76f46224

configuration/widgets.tizen.xsd

index 1b7c8c6..f930778 100644 (file)
@@ -48,7 +48,7 @@
 
     <xs:simpleType name="updatePeriodType">
         <xs:restriction base="xs:float">
-            <xs:minInclusive value="60"/>
+            <xs:minInclusive value="1800"/>
         </xs:restriction>
     </xs:simpleType>