Fix manifest.xsd for the tag "res-control" 42/260142/1
authorIlho Kim <ilho159.kim@samsung.com>
Mon, 21 Jun 2021 06:21:06 +0000 (15:21 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Mon, 21 Jun 2021 06:21:06 +0000 (15:21 +0900)
Change-Id: Ia48b37a8f3115ef01f671aedce07c0c5c64d57ed
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
parser/manifest.xsd.in
parser/manifest.xsd.ref

index 6ae656a..0719089 100644 (file)
     </xs:complexType>
   </xs:element>
   <xs:element name="res-control">
-    <xs:attribute name="resource-type" type="xs:string"/>
-    <xs:attribute name="min-res-version" type="xs:string"/>
-    <xs:attribute name="max-res-version" type="xs:string"/>
-    <xs:attribute name="auto-close" type="xs:string"/>
+    <xs:complexType>
+      <xs:attribute name="resource-type" use="required" type="xs:string"/>
+      <xs:attribute name="min-res-version" type="xs:string"/>
+      <xs:attribute name="max-res-version" type="xs:string"/>
+      <xs:attribute name="auto-close" type="xs:string"/>
+      <xs:anyAttribute namespace="##any" processContents="lax"/>
+    </xs:complexType>
   </xs:element>
 </xs:schema>
index a3b31af..7a565f1 100644 (file)
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="res-control">
-    <xs:attribute name="resource-type" type="xs:string"/>
-    <xs:attribute name="min-res-version" type="xs:string"/>
-    <xs:attribute name="max-res-version" type="xs:string"/>
-    <xs:attribute name="auto-close" type="xs:string"/>
+    <xs:complexType>
+      <xs:attribute name="resource-type" use="required" type="xs:string"/>
+      <xs:attribute name="min-res-version" type="xs:string"/>
+      <xs:attribute name="max-res-version" type="xs:string"/>
+      <xs:attribute name="auto-close" type="xs:string"/>
+      <xs:anyAttribute namespace="##any" processContents="lax"/>
+    </xs:complexType>
   </xs:element>
 </xs:schema>