Change manifest schema to allow unknown values 45/52645/4
authorLukasz Wysocki <l.wysocki@samsung.com>
Wed, 25 Nov 2015 09:43:23 +0000 (10:43 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Tue, 1 Dec 2015 09:44:40 +0000 (01:44 -0800)
This change is associated with following change:
-https://review.tizen.org/gerrit/#/c/50502/

Change-Id: Ib88ed8d2fdf6a40631974e4d180c4db14f74892e

parser/manifest.xsd.in

index a834b1d..b0aa5db 100644 (file)
   </xs:element>
   <xs:element name="background-category">
     <xs:complexType mixed="true">
-      <xs:attribute name="value" type="packages:BackgroundCategoryType"/>
+      <xs:attribute name="value" type="xs:string"/>
       <xs:anyAttribute namespace="##any" processContents="lax"/>
     </xs:complexType>
   </xs:element>
-  <xs:simpleType name="BackgroundCategoryType">
-    <xs:restriction base="xs:string">
-      <xs:enumeration value="media"/>
-      <xs:enumeration value="download"/>
-      <xs:enumeration value="background-network"/>
-      <xs:enumeration value="location"/>
-      <xs:enumeration value="sensor"/>
-      <xs:enumeration value="iot-communication"/>
-      <xs:enumeration value="system"/>
-    </xs:restriction>
-  </xs:simpleType>
   <xs:element name="support-size">
   </xs:element>
 </xs:schema>