Add missing attribute in manifest.xsd.in 83/54083/1
authorjongmyeongko <jongmyeong.ko@samsung.com>
Fri, 11 Dec 2015 07:53:05 +0000 (16:53 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Fri, 11 Dec 2015 07:53:05 +0000 (16:53 +0900)
Change-Id: I8cf278c0869d05a5e2bef26f43dfc80a1c5a9308
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
parser/manifest.xsd.in
parser/manifest.xsd.ref

index 099bf07..e091a29 100644 (file)
           <xs:any minOccurs="0" processContents="lax"/>
         </xs:choice>
       </xs:sequence>
+      <xs:attribute name="name" use="required"/>
       <xs:anyAttribute processContents="lax"/>
     </xs:complexType>
   </xs:element>
index 8aa25c2..7b06989 100644 (file)
           <xs:any minOccurs="0" processContents="lax"/>
         </xs:choice>
       </xs:sequence>
+      <xs:attribute name="name" use="required"/>
       <xs:anyAttribute processContents="lax"/>
     </xs:complexType>
   </xs:element>