Add apis for datacontrol privileges info
[platform/core/appfw/pkgmgr-info.git] / parser / manifest.xsd.in
index 02d0f09..5934d63 100644 (file)
   </xs:element>
   <xs:element name="datacontrol">
   <xs:complexType>
+    <xs:sequence>
+      <xs:choice maxOccurs="unbounded" minOccurs="0">
+        <xs:element ref="packages:privilege"/>
+      </xs:choice>
+    </xs:sequence>
     <xs:attribute name="providerid" type="xs:string"/>
     <xs:attribute name="access" type="xs:string"/>
     <xs:attribute name="type" type="xs:string"/>