remove unnecessary "required" from the XSD 50/41450/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150619.141540 accepted/tizen/common/20150619.142310 accepted/tizen/mobile/20150616.011009 accepted/tizen/tv/20150616.011023 accepted/tizen/wearable/20150616.011037 submit/tizen/20150615.113220 submit/tizen_3.0.2015.q2_common/20150619.140921 submit/tizen_common/20150619.140859
authorSemun Lee <sm79.lee@samsung.com>
Mon, 15 Jun 2015 11:28:50 +0000 (20:28 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Mon, 15 Jun 2015 11:30:05 +0000 (20:30 +0900)
Change-Id: I26a69c8b4c6dd18e17c82e6cabc63484471dba79
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
parser/manifest.xsd.in

index 1926749..720c5da 100644 (file)
         </xs:choice>
       </xs:sequence>
       <xs:attribute name="appid" use="required" type="xs:string"/>
-      <xs:attribute name="auto-restart" use="required" type="xs:boolean"/>
+      <xs:attribute name="auto-restart" type="xs:boolean"/>
       <xs:attribute name="exec" use="required"/>
-      <xs:attribute name="on-boot" use="required" type="xs:boolean"/>
+      <xs:attribute name="on-boot" type="xs:boolean"/>
       <xs:attribute name="type" use="required" type="packages:TypeType"/>
       <xs:attribute name="multiple" type="xs:boolean"/>
       <xs:attribute name="taskmanage" type="xs:boolean"/>
       <xs:attribute name="submode-mainid" type="xs:string"/>
       <xs:attribute name="launch_mode" type="packages:LaunchType"/>
       <xs:attribute name="on-boot" type="xs:boolean"/>
-      <xs:attribute name="auto-restart" use="required" type="xs:boolean"/>
+      <xs:attribute name="auto-restart" type="xs:boolean"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="ime-application">