Add codes for trust anchor
[platform/core/appfw/pkgmgr-info.git] / parser / manifest.xsd.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://tizen.org/ns/packages" xmlns:packages="http://tizen.org/ns/packages">
3   <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
4
5   <xs:element name="manifest">
6     <xs:complexType>
7       <xs:sequence>
8         <xs:choice maxOccurs="unbounded">
9           <xs:element ref="packages:label"/>
10           <xs:element ref="packages:icon"/>
11           <xs:element ref="packages:author"/>
12           <xs:element ref="packages:description"/>
13           <xs:element ref="packages:compatibility"/>
14           <xs:element ref="packages:profile"/>
15           <xs:element ref="packages:watch-application"/>
16           <xs:element ref="packages:watchface"/>
17           <xs:element ref="packages:service-application"/>
18           <xs:element ref="packages:ui-application"/>
19           <xs:element ref="packages:ime-application"/>
20           <xs:element ref="packages:shortcut-list"/>
21           <xs:element ref="packages:widget"/>
22           <xs:element ref="packages:widget-application"/>
23           <xs:element ref="packages:account"/>
24           <xs:element ref="packages:notifications"/>
25           <xs:element ref="packages:privileges"/>
26           <xs:element ref="packages:font"/>
27           <xs:element ref="packages:ime"/>
28           <xs:element ref="packages:feature"/>
29           <xs:element ref="packages:trust-anchor"/>
30         </xs:choice>
31         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
32       </xs:sequence>
33       <xs:attribute name="storeclient-id" type="xs:string"/>
34       <xs:attribute name="install-location" type="xs:string"/>
35       <xs:attribute name="package" use="required" type="xs:string"/>
36       <xs:attribute name="type" type="xs:string"/>
37       <xs:attribute name="version" use="required" type="xs:string"/>
38       <xs:attribute name="size" type="xs:NMTOKEN"/>
39       <xs:attribute name="root_path" type="xs:string"/>
40       <xs:attribute name="csc_path" type="xs:string"/>
41       <xs:attribute name="appsetting" type="xs:boolean"/>
42       <xs:attribute name="nodisplay-setting" type="xs:boolean"/>
43       <xs:attribute name="url" type="xs:string"/>
44       <xs:attribute name="support-disable" type="xs:boolean"/>
45       <xs:attribute name="api-version" type="xs:string"/>
46       <xs:attribute name="backend-installer" type="xs:string"/>
47       <xs:attribute name="preload" type="xs:boolean"/>
48       <xs:anyAttribute namespace="##any" processContents="lax"/>
49     </xs:complexType>
50   </xs:element>
51
52   <xs:element name="author">
53     <xs:complexType mixed="true">
54       <xs:attribute name="email"/>
55       <xs:attribute name="href"/>
56       <xs:attribute ref="xml:lang"/>
57       <xs:anyAttribute namespace="##any" processContents="lax"/>
58     </xs:complexType>
59   </xs:element>
60   <xs:element name="description">
61     <xs:complexType mixed="true">
62       <xs:attribute ref="xml:lang"/>
63       <xs:anyAttribute namespace="##any" processContents="lax"/>
64     </xs:complexType>
65   </xs:element>
66   <xs:element name="compatibility">
67     <xs:complexType>
68       <xs:anyAttribute namespace="##any" processContents="lax"/>
69     </xs:complexType>
70   </xs:element>
71   <xs:element name="profile">
72     <xs:complexType>
73       <xs:attribute name="name" use="required" type="xs:string"/>
74       <xs:anyAttribute namespace="##any" processContents="lax"/>
75     </xs:complexType>
76   </xs:element>
77   <xs:element name="watch-application">
78     <xs:complexType>
79       <xs:sequence>
80         <xs:choice maxOccurs="unbounded" minOccurs="0">
81           <xs:element ref="packages:label"/>
82           <xs:element ref="packages:icon"/>
83         </xs:choice>
84         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
85       </xs:sequence>
86       <xs:attribute name="appid" use="required" type="xs:string"/>
87       <xs:attribute name="exec" use="required"/>
88       <xs:attribute name="ambient-support" type="xs:boolean"/>
89       <xs:anyAttribute namespace="##any" processContents="lax"/>
90     </xs:complexType>
91   </xs:element>
92   <xs:element name="watchface">
93   </xs:element>
94   <xs:element name="service-application">
95     <xs:complexType>
96       <xs:sequence>
97         <xs:choice maxOccurs="unbounded" minOccurs="0">
98           <xs:element ref="packages:label"/>
99           <xs:element ref="packages:icon"/>
100           <xs:element ref="packages:application-service"/>
101           <xs:element ref="packages:app-control"/>
102           <xs:element ref="packages:category"/>
103           <xs:element ref="packages:metadata"/>
104           <xs:element ref="packages:permission"/>
105           <xs:element ref="packages:datacontrol"/>
106           <xs:element ref="packages:background-category"/>
107         </xs:choice>
108         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
109       </xs:sequence>
110       <xs:attribute name="appid" use="required" type="xs:string"/>
111       <xs:attribute name="auto-restart" type="xs:boolean"/>
112       <xs:attribute name="exec" use="required"/>
113       <xs:attribute name="on-boot" type="xs:boolean"/>
114       <xs:attribute name="type" use="required" type="xs:string"/>
115       <xs:attribute name="multiple" type="xs:boolean"/>
116       <xs:attribute name="taskmanage" type="xs:boolean"/>
117       <xs:attribute name="permission-type" type="xs:string"/>
118       <xs:attribute name="component-type" type="xs:string"/>
119       <xs:attribute name="nodisplay" type="xs:boolean"/>
120       <xs:anyAttribute namespace="##any" processContents="lax"/>
121     </xs:complexType>
122   </xs:element>
123   <xs:element name="ui-application">
124     <xs:complexType>
125       <xs:sequence>
126         <xs:choice maxOccurs="unbounded" minOccurs="0">
127           <xs:element ref="packages:label"/>
128           <xs:element ref="packages:icon"/>
129           <xs:element ref="packages:image"/>
130           <xs:element ref="packages:application-service"/>
131           <xs:element ref="packages:app-control"/>
132           <xs:element ref="packages:category"/>
133           <xs:element ref="packages:metadata"/>
134           <xs:element ref="packages:permission"/>
135           <xs:element ref="packages:datacontrol"/>
136           <xs:element ref="packages:background-category"/>
137           <xs:element ref="packages:splash-screens"/>
138         </xs:choice>
139         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
140       </xs:sequence>
141       <xs:attribute name="appid" use="required" type="xs:string"/>
142       <xs:attribute name="exec" use="required"/>
143       <xs:attribute name="multiple" type="xs:boolean"/>
144       <xs:attribute name="nodisplay" type="xs:boolean"/>
145       <xs:attribute name="taskmanage" type="xs:boolean"/>
146       <xs:attribute name="enabled" type="xs:boolean"/>
147       <xs:attribute name="type" use="required" type="xs:string"/>
148       <xs:attribute name="categories" type="xs:NCName"/>
149       <xs:attribute name="extraid"/>
150       <xs:attribute name="hw-acceleration" type="xs:string"/>
151       <xs:attribute name="screen-reader" type="xs:string"/>
152       <xs:attribute name="recentimage" type="xs:string"/>
153       <xs:attribute name="mainapp" type="xs:boolean"/>
154       <xs:attribute name="indicatordisplay" type="xs:boolean"/>
155       <xs:attribute name="portrait-effectimage" type="xs:string"/>
156       <xs:attribute name="landscape-effectimage" type="xs:string"/>
157       <xs:attribute name="effectimage-type" type="xs:string"/>
158       <xs:attribute name="guestmode-visibility" type="xs:string"/>
159       <xs:attribute name="launchcondition" type="xs:boolean"/>
160       <xs:attribute name="permission-type" type="xs:string"/>
161       <xs:attribute name="component-type" type="xs:string"/>
162       <xs:attribute name="submode" type="xs:boolean"/>
163       <xs:attribute name="submode-mainid" type="xs:string"/>
164       <xs:attribute name="process-pool" type="xs:boolean"/>
165       <xs:attribute name="auto-restart" type="xs:boolean"/>
166       <xs:attribute name="on-boot" type="xs:boolean"/>
167       <xs:attribute name="multi-instance" type="xs:boolean"/>
168       <xs:attribute name="multi-instance-mainid" type="xs:string"/>
169       <xs:attribute name="ui-gadget" type="xs:boolean"/>
170       <xs:attribute name="launch_mode" type="xs:string"/>
171       <xs:attribute name="splash-screen-display" type="xs:boolean"/>
172       <xs:anyAttribute namespace="##any" processContents="lax"/>
173     </xs:complexType>
174   </xs:element>
175   <xs:element name="ime-application">
176     <xs:complexType>
177       <xs:sequence>
178         <xs:choice maxOccurs="unbounded">
179           <xs:element ref="packages:label"/>
180           <xs:element ref="packages:icon"/>
181         </xs:choice>
182         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
183       </xs:sequence>
184       <xs:attribute name="appid" use="required" type="xs:string"/>
185       <xs:attribute name="exec" use="required" type="xs:NCName"/>
186       <xs:attribute name="multiple" type="xs:boolean"/>
187       <xs:attribute name="nodisplay" type="xs:boolean"/>
188       <xs:attribute name="type" use="required" type="xs:string"/>
189       <xs:anyAttribute namespace="##any" processContents="lax"/>
190     </xs:complexType>
191   </xs:element>
192   <xs:element name="shortcut-list">
193   </xs:element>
194   <xs:element name="widget">
195   </xs:element>
196   <xs:element name="widget-application">
197     <xs:complexType>
198       <xs:sequence>
199         <xs:choice maxOccurs="unbounded" minOccurs="0">
200           <xs:element ref="packages:label"/>
201           <xs:element ref="packages:icon"/>
202           <xs:element ref="packages:metadata"/>
203           <xs:element ref="packages:support-size"/>
204         </xs:choice>
205         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
206       </xs:sequence>
207       <xs:attribute name="appid" use="required" type="xs:string"/>
208       <xs:attribute name="exec" use="required"/>
209       <xs:attribute name="main" type="xs:boolean"/>
210       <xs:attribute name="update-period" type="xs:nonNegativeInteger"/>
211       <xs:attribute name="max-instance" type="xs:nonNegativeInteger"/>
212       <xs:attribute name="preview" type="xs:string"/>
213       <xs:anyAttribute namespace="##any" processContents="lax"/>
214     </xs:complexType>
215   </xs:element>
216   <xs:element name="account">
217   </xs:element>
218   <xs:element name="notifications">
219   </xs:element>
220   <xs:element name="ime">
221   </xs:element>
222   <xs:element name="feature">
223   </xs:element>
224   <xs:element name="trust-anchor">
225     <xs:complexType>
226       <xs:attribute name="pkg-certs-dir" type="xs:string"/>
227       <xs:attribute name="use-system-certs" type="xs:string"/>
228     </xs:complexType>
229   </xs:element>
230   <xs:element name="privileges">
231     <xs:complexType>
232       <xs:sequence>
233         <xs:choice maxOccurs="unbounded" minOccurs="0">
234           <xs:element ref="packages:privilege"/>
235           <xs:element ref="packages:appdefined-privilege"/>
236         </xs:choice>
237       </xs:sequence>
238     </xs:complexType>
239   </xs:element>
240   <xs:element name="privilege">
241     <xs:complexType mixed="true">
242       <xs:attribute name="type" type="xs:string"/>
243     </xs:complexType>
244   </xs:element>
245   <xs:element name="provides-appdefined-privileges">
246     <xs:complexType>
247       <xs:sequence>
248         <xs:choice maxOccurs="unbounded" minOccurs="0">
249           <xs:element ref="packages:appdefined-privilege"/>
250         </xs:choice>
251       </xs:sequence>
252     </xs:complexType>
253   </xs:element>
254   <xs:element name="appdefined-privilege">
255     <xs:complexType mixed="true">
256       <xs:attribute name="type" type="xs:string"/>
257       <xs:attribute name="license" type="xs:string"/>
258     </xs:complexType>
259   </xs:element>
260   <xs:element name="font">
261   </xs:element>
262   <xs:element name="label">
263     <xs:complexType mixed="true">
264       <xs:attribute ref="xml:lang"/>
265       <xs:anyAttribute namespace="##any" processContents="lax"/>
266     </xs:complexType>
267   </xs:element>
268   <xs:element name="icon">
269   <xs:complexType mixed="true">
270     <xs:attribute ref="xml:lang"/>
271     <xs:attribute name="section" type="xs:string"/>
272     <xs:attribute name="resolution" type="xs:string"/>
273     <xs:attribute name="dpi" type="xs:string"/>
274     <xs:anyAttribute namespace="##any" processContents="lax"/>
275   </xs:complexType>
276   </xs:element>
277   <xs:element name="image">
278   <xs:complexType mixed="true">
279     <xs:attribute ref="xml:lang"/>
280     <xs:attribute name="section" type="xs:string"/>
281       <xs:anyAttribute namespace="##any" processContents="lax"/>
282   </xs:complexType>
283   </xs:element>
284   <xs:element name="application-service">
285     <xs:complexType>
286       <xs:sequence>
287         <xs:choice maxOccurs="unbounded">
288           <xs:element ref="packages:operation"/>
289           <xs:element ref="packages:uri"/>
290           <xs:element ref="packages:mime"/>
291           <xs:element ref="packages:subapp"/>
292           <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
293         </xs:choice>
294       </xs:sequence>
295     </xs:complexType>
296   </xs:element>
297   <xs:element name="app-control">
298     <xs:complexType>
299       <xs:sequence>
300         <xs:choice maxOccurs="unbounded">
301           <xs:element ref="packages:operation"/>
302           <xs:element ref="packages:uri"/>
303           <xs:element ref="packages:mime"/>
304           <xs:element ref="packages:subapp"/>
305           <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
306         </xs:choice>
307       </xs:sequence>
308     </xs:complexType>
309   </xs:element>
310   <xs:element name="category">
311     <xs:complexType>
312       <xs:sequence>
313         <xs:choice maxOccurs="unbounded">
314           <xs:any minOccurs="0" processContents="lax"/>
315         </xs:choice>
316       </xs:sequence>
317       <xs:attribute name="name" use="required"/>
318       <xs:anyAttribute processContents="lax"/>
319     </xs:complexType>
320   </xs:element>
321   <xs:element name="metadata">
322     <xs:complexType>
323       <xs:attribute name="key" use="required" type="xs:string"/>
324       <xs:attribute name="value" type="xs:string"/>
325       <xs:anyAttribute processContents="lax"/>
326     </xs:complexType>
327   </xs:element>
328   <xs:element name="permission">
329   <xs:complexType>
330     <xs:attribute name="type" type="xs:string"/>
331     <xs:anyAttribute processContents="lax"/>
332   </xs:complexType>
333   </xs:element>
334   <xs:element name="datacontrol">
335   <xs:complexType>
336     <xs:sequence>
337       <xs:choice maxOccurs="unbounded" minOccurs="0">
338         <xs:element ref="packages:privilege"/>
339       </xs:choice>
340     </xs:sequence>
341     <xs:attribute name="providerid" type="xs:string"/>
342     <xs:attribute name="access" type="xs:string"/>
343     <xs:attribute name="type" type="xs:string"/>
344     <xs:attribute name="trusted" type="xs:boolean"/>
345     <xs:anyAttribute processContents="lax"/>
346   </xs:complexType>
347   </xs:element>
348   <xs:element name="operation">
349     <xs:complexType>
350       <xs:attribute name="name" use="required"/>
351       <xs:anyAttribute processContents="lax"/>
352     </xs:complexType>
353   </xs:element>
354   <xs:element name="uri">
355     <xs:complexType>
356       <xs:attribute name="name" use="required"/>
357       <xs:anyAttribute processContents="lax"/>
358     </xs:complexType>
359   </xs:element>
360   <xs:element name="mime">
361     <xs:complexType>
362       <xs:attribute name="name" use="required"/>
363       <xs:anyAttribute processContents="lax"/>
364     </xs:complexType>
365   </xs:element>
366   <xs:element name="subapp">
367     <xs:complexType>
368       <xs:attribute name="name" use="required"/>
369       <xs:anyAttribute namespace="##any" processContents="lax"/>
370     </xs:complexType>
371   </xs:element>
372   <xs:element name="background-category">
373     <xs:complexType mixed="true">
374       <xs:attribute name="value" type="xs:string"/>
375       <xs:anyAttribute namespace="##any" processContents="lax"/>
376     </xs:complexType>
377   </xs:element>
378   <xs:element name="support-size">
379   </xs:element>
380   <xs:element name="splash-screens">
381     <xs:complexType>
382       <xs:sequence>
383         <xs:choice maxOccurs="unbounded" minOccurs="0">
384         <xs:element ref="packages:splash-screen"/>
385         <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax"/>
386         </xs:choice>
387       </xs:sequence>
388     </xs:complexType>
389   </xs:element>
390   <xs:element name="splash-screen">
391     <xs:complexType>
392       <xs:attribute name="src" use="required" type="xs:string"/>
393       <xs:attribute name="type" use="required" type="xs:string"/>
394       <xs:attribute name="dpi" type="xs:string"/>
395       <xs:attribute name="orientation" use="required" type="xs:string"/>
396       <xs:attribute name="indicator-display" type="xs:string"/>
397       <xs:attribute name="app-control-operation" type="xs:string"/>
398       <xs:attribute name="color-depth" type="xs:string"/>
399       <xs:anyAttribute namespace="##any" processContents="lax"/>
400     </xs:complexType>
401   </xs:element>
402 </xs:schema>