change type of 'version' attribute from 'NMTOKEN' to 'string' 72/53772/1 accepted/tizen/mobile/20151210.025139 accepted/tizen/tv/20151210.024652 accepted/tizen/wearable/20151210.024709 submit/tizen/20151209.082418
authorjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 9 Dec 2015 07:45:42 +0000 (16:45 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 9 Dec 2015 07:47:22 +0000 (16:47 +0900)
Change-Id: I33be42fc65a36292ce55f3b1bcd415550f4a2c5f
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
parser/manifest.xsd.in
parser/manifest.xsd.ref

index 57b1c95..099bf07 100644 (file)
@@ -33,7 +33,7 @@
       <xs:attribute name="install-location" type="xs:string"/>
       <xs:attribute name="package" use="required" type="xs:string"/>
       <xs:attribute name="type" type="xs:string"/>
-      <xs:attribute name="version" use="required" type="xs:NMTOKEN"/>
+      <xs:attribute name="version" use="required" type="xs:string"/>
       <xs:attribute name="size" type="xs:NMTOKEN"/>
       <xs:attribute name="root_path" type="xs:string"/>
       <xs:attribute name="csc_path" type="xs:string"/>
index 5e347de..8aa25c2 100644 (file)
@@ -32,7 +32,7 @@
       <xs:attribute name="install-location" type="packages:InstallLocationType"/>
       <xs:attribute name="package" use="required" type="xs:string"/>
       <xs:attribute name="type" type="packages:PackageType"/>
-      <xs:attribute name="version" use="required" type="xs:NMTOKEN"/>
+      <xs:attribute name="version" use="required" type="xs:string"/>
       <xs:attribute name="size" type="xs:NMTOKEN"/>
       <xs:attribute name="root_path" type="xs:string"/>
       <xs:attribute name="csc_path" type="xs:string"/>