change schema type of livebox
authorYunchan Cho <yunchan.cho@samsung.com>
Thu, 17 Jan 2013 07:23:04 +0000 (16:23 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Thu, 17 Jan 2013 07:43:26 +0000 (16:43 +0900)
[Issue#] N/A
[Bug] N/A
[Cause] N/A
[Solution] seperate 'type' attribute in the 'box-label' element to sub element
[Verification] N/A

Change-Id: Ia820c5328a3d05e66ae8b16c666a897a3e64aa3e

configuration/config.tizen.xsd

index 4bc46ea..b00e09f 100755 (executable)
     </xs:complexType>
 </xs:element>
 
-<xs:element name="box-label" type="xs:string"/>
+<xs:element name="box-label"> 
+    <xs:complexType mixed="true"> 
+    </xs:complexType> 
+</xs:element>
 
 <xs:element name="box-icon">
     <xs:complexType>