Change data type for two attributes of <tizen:box-content> on xsd schema
authorYunchan Cho <yunchan.cho@samsung.com>
Thu, 11 Apr 2013 11:27:43 +0000 (20:27 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Mon, 15 Apr 2013 10:20:36 +0000 (19:20 +0900)
[Issue#] N/A
[Problem] mouse-event and touch-effect attributes are not proper type.
[Cause] N/A
[Solution] Type of the two attributes is changed to boolean type

Change-Id: Ie981fff776a1ceefa5aa38d1eb42cceb3e77088f

configuration/config.tizen.xsd

index 8b7eef3..b2293d1 100644 (file)
                 <xs:element ref="tizen:pd" minOccurs="0" maxOccurs="1"/>
             </xs:sequence>
             <xs:attribute name="src" use="required" type="xs:anyURI"/>
-            <xs:attribute name="mouse-event" use="optional" type="xs:anyURI"/>
-            <xs:attribute name="touch-effect" use="optional" type="xs:anyURI"/>
+            <xs:attribute name="mouse-event" use="optional" type="tizen:data.boolean"/>
+            <xs:attribute name="touch-effect" use="optional" type="tizen:data.boolean"/>
         </xs:complexType>
     </xs:element>