Add apis for datacontrol privileges info
[platform/core/appfw/pkgmgr-info.git] / parser / manifest.xsd.in
index 3150bbd..5934d63 100644 (file)
         <xs:choice maxOccurs="unbounded" minOccurs="0">
           <xs:element ref="packages:label"/>
           <xs:element ref="packages:icon"/>
+          <xs:element ref="packages:metadata"/>
           <xs:element ref="packages:support-size"/>
         </xs:choice>
         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
       <xs:attribute name="exec" use="required"/>
       <xs:attribute name="main" type="xs:boolean"/>
       <xs:attribute name="update-period" type="xs:nonNegativeInteger"/>
+      <xs:attribute name="max-instance" type="xs:nonNegativeInteger"/>
       <xs:attribute name="preview" type="xs:string"/>
       <xs:anyAttribute namespace="##any" processContents="lax"/>
     </xs:complexType>
     </xs:complexType>
   </xs:element>
   <xs:element name="privilege">
+    <xs:complexType mixed="true">
+      <xs:attribute name="type" type="xs:string"/>
+    </xs:complexType>
   </xs:element>
   <xs:element name="font">
   </xs:element>
   </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"/>
+    <xs:attribute name="trusted" type="xs:boolean"/>
     <xs:anyAttribute processContents="lax"/>
   </xs:complexType>
   </xs:element>
       <xs:attribute name="orientation" use="required" type="xs:string"/>
       <xs:attribute name="indicator-display" type="xs:string"/>
       <xs:attribute name="app-control-operation" type="xs:string"/>
+      <xs:attribute name="color-depth" type="xs:string"/>
       <xs:anyAttribute namespace="##any" processContents="lax"/>
     </xs:complexType>
   </xs:element>