-
Notifications
You must be signed in to change notification settings - Fork 29
/
sdk.xsd
451 lines (438 loc) · 14.2 KB
/
sdk.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<?xml version="1.0" encoding="UTF-8"?>
<schema
targetNamespace="http://www.sap.com/bi/zen/sdk"
elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://www.sap.com/bi/zen/sdk">
<annotation>
<documentation>
This schema describes an SAP BusinessObjects Design Studio software development kit (SDK)
extension. A developer uses this schema to express an SDK extension with extension components
in an XML file.
</documentation>
</annotation>
<element
name="sdkExtension"
type="tns:Extension">
<unique name="uniqueComponentName">
<selector xpath="./tns:component"/>
<field xpath="@id"/>
</unique>
<unique name="uniqueGroupName">
<selector xpath="./tns:group"/>
<field xpath="@id"/>
</unique>
</element>
<complexType name="Extension">
<annotation>
<documentation>This is the root type for a Design Studio SDK extension.</documentation>
</annotation>
<sequence>
<element
name="license"
type="string"
minOccurs="0"
maxOccurs="1">
<annotation>
<documentation>
License agreement text
</documentation>
</annotation>
</element>
<element
name="group"
type="tns:Group"
minOccurs="0"
maxOccurs="unbounded">
</element>
<element
name="component"
type="tns:Component"
minOccurs="0"
maxOccurs="unbounded">
<unique name="uniquePropertyId">
<selector xpath="./tns:property"/>
<field xpath="@id"/>
</unique>
</element>
</sequence>
<attribute
name="eula"
type="string">
<annotation>
<documentation>
End user license agreement text.
</documentation>
</annotation>
</attribute>
<attribute
name="id"
use="required">
<annotation>
<documentation>
Specifies an extension id to avoid name conflicts of an SDK extension and its extension
components with other SDK extensions and their extension components. The specified string
is combined with all extension component names in this SDK extension to create a unique
extension component id. Use a Java-like package notation, for example "com.samplecompany",
using lower-case letters, digits, and a period (.) as a delimiter.
</documentation>
</annotation>
<simpleType>
<restriction base="token">
<pattern value="([a-z|\d])+(\.([a-z]|\d)+)*"></pattern>
</restriction>
</simpleType>
</attribute>
<attribute
name="vendor"
type="string"
use="required">
<annotation>
<documentation>
Vendor name.
</documentation>
</annotation>
</attribute>
<attribute
name="version"
use="required">
<annotation>
<documentation>
Version number in major.minor format, for example "1.0".
</documentation>
</annotation>
<simpleType>
<restriction base="token">
<pattern value="\d+\.\d+"></pattern>
</restriction>
</simpleType>
</attribute>
<attribute
name="title"
type="string"
use="required">
<annotation>
<documentation>
Title of the SDK extension.
</documentation>
</annotation>
</attribute>
</complexType>
<complexType name="Group">
<annotation>
<documentation>
Specifies a custom group in Design Studio's views. A custom group in the Component view
contains extension components. A custom group in the Properties view contains properties of
an extension component.
</documentation>
</annotation>
<complexContent>
<extension base="tns:Descriptable">
</extension>
</complexContent>
</complexType>
<complexType name="Component">
<annotation>
<documentation>
Specifies an extension component.
</documentation>
</annotation>
<complexContent>
<extension base="tns:Descriptable">
<sequence>
<element
name="stdInclude"
type="tns:StdInclude"
minOccurs="0"
maxOccurs="unbounded">
<annotation>
<documentation>
Includes a JavaScript framework.
</documentation>
</annotation>
</element>
<element
name="jsInclude"
type="string"
minOccurs="0"
maxOccurs="unbounded">
<annotation>
<documentation>
References a JavaScript file to include with this extension component. It is either
a relative path to the root folder of the SDK extension or a fully qualified URL.
</documentation>
</annotation>
</element>
<element
name="cssInclude"
type="string"
minOccurs="0"
maxOccurs="unbounded">
<annotation>
<documentation>
References a CSS file to include with this extension component. It is either a
relative path to the root folder of the SDK extension or a fully qualified URL.
</documentation>
</annotation>
</element> <element name="property" type="tns:Property" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>
Property of the extension component.
</documentation>
</annotation>
</element>
<element
name="initialization"
type="tns:Initialization"
minOccurs="0"
maxOccurs="1">
<annotation>
<documentation>
Initialization values of properties.
</documentation>
</annotation>
</element>
<element
name="supportedBackend"
minOccurs="0"
maxOccurs="unbounded"
type="tns:BackendSystemType">
<annotation>
<documentation>
Platform which supports this custom component. Specify one of the following values:
LOCAL, BIPLATFORM, HANA, or NETWEAVER. If this element is unspecified, then all
platforms support this extension component.
</documentation>
</annotation>
</element>
</sequence>
<attribute
name="group"
type="string">
<annotation>
<documentation>
Group in the Design Studio's Component view where this extension component is
displayed. Specify a custom group you have defined in this SDK extension, otherwise
this extension component is placed in the default Custom Component group.
</documentation>
</annotation>
</attribute>
<attribute
name="propertySheetPath"
type="string">
<annotation>
<documentation>
References the HTML file of the Additional Properties Sheet. This file must be located
in the "res" folder of the extension component.
</documentation>
</annotation>
</attribute>
<attribute
name="databound"
type="boolean"
use="optional"
default="false">
<annotation>
<documentation>
Indicates if this extension component is data-bound (uses data sources).
</documentation>
</annotation>
</attribute>
<attribute
name="newInstancePrefix"
type="string">
<annotation>
<documentation>
Prefix of the name of a newly created instance of this extension component. If this
attribute is unspecified, then a default name of the form "extension component type
(upper-case) + integer counter" is used, for example COLOREDBOX_1.
</documentation>
</annotation>
</attribute>
<attribute
name="handlerType"
type="tns:HandlerTypes"
default="div">
<annotation>
<documentation>
Specifies the technology that implements this extension component. Specify one of the
following values: div, sapui5 (default: div).
</documentation>
</annotation>
</attribute>
<attribute
name="icon"
type="string">
<annotation>
<documentation>
References an icon displayed with this extension component in Design Studio's
Component and Outline view. The path is relative to the root folder of the SDK
extension.
</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
<complexType name="Descriptable">
<attribute
name="id"
use="required">
<simpleType>
<restriction base="token">
<pattern value="([a-z|A-Z|\d|/])+"></pattern>
</restriction>
</simpleType>
</attribute>
<attribute
name="title"
type="string"
use="required"></attribute> <attribute name="tooltip" type="string"></attribute>
<attribute
name="visible"
type="boolean"
default="true"></attribute>
</complexType>
<complexType name="Property">
<annotation>
<documentation>
Property of this extension component.
</documentation>
</annotation>
<complexContent>
<extension base="tns:Descriptable">
<sequence>
<element
name="possibleValue"
type="string"
minOccurs="0"
maxOccurs="unbounded">
</element>
<element
name="option"
type="tns:Option" minOccurs="0" maxOccurs="unbounded">
</element>
</sequence>
<attribute
name="type"
type="tns:PropertyType"
use="required"></attribute>
<attribute
name="group"
type="string">
<annotation>
<documentation>
Group in the Design Studio's Properties view where this property is displayed. Specify
a custom group you have defined in this SDK extension or one of the following values:
Display, DataBinding, or Events (default: Display).
</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
<simpleType name="PropertyType">
<restriction base="string">
<enumeration value="String"></enumeration>
<enumeration value="Text"></enumeration>
<enumeration value="int"></enumeration>
<enumeration value="float"></enumeration>
<enumeration value="boolean"></enumeration>
<enumeration value="ScriptText"></enumeration>
<enumeration value="Color"></enumeration>
<enumeration value="Url"></enumeration>
<enumeration value="ResultCell"></enumeration>
<enumeration value="ResultCellSet"></enumeration>
<enumeration value="ResultCellList"></enumeration>
<enumeration value="ResultSet"></enumeration>
</restriction>
</simpleType>
<complexType name="Initialization">
<annotation>
<documentation>
Initial values of properties (built-in and custom) of this extension component when a new
instance of this extension component is created.
</documentation>
</annotation>
<sequence>
<element
name="defaultValue"
type="tns:PropertyValue"
minOccurs="0"
maxOccurs="unbounded"></element>
</sequence>
</complexType>
<complexType name="PropertyValue">
<annotation>
<documentation>
Initial value of a property (built-in and custom) of this extension component when a new
instance of this custom extension component is created.
</documentation>
</annotation>
<simpleContent>
<extension base="string">
<attribute
name="property"
type="string"
use="required"></attribute>
</extension>
</simpleContent>
</complexType>
<simpleType name="BackendSystemType">
<restriction base="string">
<enumeration value="LOCAL"></enumeration>
<enumeration value="BIPLATFORM"></enumeration>
<enumeration value="NETWEAVER"></enumeration>
<enumeration value="HANA"></enumeration>
</restriction>
</simpleType>
<simpleType name="HandlerTypes">
<annotation>
<documentation>
Specifies the technology that implements this custom component. It defines the JavaScript
format of your handler file.
</documentation>
</annotation>
<restriction base="string">
<enumeration value="div"></enumeration>
<enumeration value="sapui5"></enumeration>
<enumeration value="cvom"></enumeration>
<enumeration value="datasource"></enumeration>
</restriction>
</simpleType>
<complexType name="StdInclude">
<annotation>
<documentation>
Includes a JavaScript framework shipped with Design Studio.
</documentation>
</annotation>
<attribute
name="kind"
use="required">
<simpleType>
<restriction base="string">
<enumeration value="d3"></enumeration>
<enumeration value="cvom"></enumeration>
</restriction>
</simpleType>
</attribute>
</complexType>
<complexType name="Option">
<attribute
name="name"
type="string" use="required">
</attribute>
<attribute
name="value"
type="string" use="required">
</attribute>
</complexType>
</schema>