root / tmp / org.txm.chartsengine.rcp / schema / org.txm.chartsengine.eventcallback.exsd @ 130
History | View | Annotate | Download (3.3 kB)
1 |
<?xml version='1.0' encoding='UTF-8'?> |
---|---|
2 |
<!-- Schema file written by PDE --> |
3 |
<schema targetNamespace="org.txm.chartsengine.rcp" xmlns="http://www.w3.org/2001/XMLSchema"> |
4 |
<annotation> |
5 |
<appinfo> |
6 |
<meta.schema plugin="org.txm.chartsengine.rcp" id="org.txm.chartsengine.eventcallback" name="Chart composite event call back"/> |
7 |
</appinfo> |
8 |
<documentation> |
9 |
[Enter description of this extension point.] |
10 |
</documentation> |
11 |
</annotation> |
12 |
|
13 |
<element name="extension"> |
14 |
<annotation> |
15 |
<appinfo> |
16 |
<meta.element /> |
17 |
</appinfo> |
18 |
</annotation> |
19 |
<complexType> |
20 |
<choice minOccurs="1" maxOccurs="unbounded"> |
21 |
<element ref="EventCallBack"/> |
22 |
</choice> |
23 |
<attribute name="point" type="string" use="required"> |
24 |
<annotation> |
25 |
<documentation> |
26 |
|
27 |
</documentation> |
28 |
</annotation> |
29 |
</attribute> |
30 |
<attribute name="id" type="string"> |
31 |
<annotation> |
32 |
<documentation> |
33 |
|
34 |
</documentation> |
35 |
</annotation> |
36 |
</attribute> |
37 |
<attribute name="name" type="string"> |
38 |
<annotation> |
39 |
<documentation> |
40 |
|
41 |
</documentation> |
42 |
<appinfo> |
43 |
<meta.attribute translatable="true"/> |
44 |
</appinfo> |
45 |
</annotation> |
46 |
</attribute> |
47 |
</complexType> |
48 |
</element> |
49 |
|
50 |
<element name="EventCallBack"> |
51 |
<complexType> |
52 |
<attribute name="class" type="string"> |
53 |
<annotation> |
54 |
<documentation> |
55 |
|
56 |
</documentation> |
57 |
<appinfo> |
58 |
<meta.attribute kind="java" basedOn="org.txm.chartsengine.rcp.events.EventCallBack:"/> |
59 |
</appinfo> |
60 |
</annotation> |
61 |
</attribute> |
62 |
<attribute name="chartsEngineName" type="string" use="default" value="jfreechart_charts_engine"> |
63 |
<annotation> |
64 |
<documentation> |
65 |
The charts engine name linked to the callback. |
66 |
</documentation> |
67 |
</annotation> |
68 |
</attribute> |
69 |
<attribute name="resultDataClass" type="string"> |
70 |
<annotation> |
71 |
<documentation> |
72 |
The result class linked to the callback. |
73 |
</documentation> |
74 |
</annotation> |
75 |
</attribute> |
76 |
</complexType> |
77 |
</element> |
78 |
|
79 |
<annotation> |
80 |
<appinfo> |
81 |
<meta.section type="since"/> |
82 |
</appinfo> |
83 |
<documentation> |
84 |
[Enter the first release in which this extension point appears.] |
85 |
</documentation> |
86 |
</annotation> |
87 |
|
88 |
<annotation> |
89 |
<appinfo> |
90 |
<meta.section type="examples"/> |
91 |
</appinfo> |
92 |
<documentation> |
93 |
[Enter extension point usage example here.] |
94 |
</documentation> |
95 |
</annotation> |
96 |
|
97 |
<annotation> |
98 |
<appinfo> |
99 |
<meta.section type="apiinfo"/> |
100 |
</appinfo> |
101 |
<documentation> |
102 |
[Enter API information here.] |
103 |
</documentation> |
104 |
</annotation> |
105 |
|
106 |
<annotation> |
107 |
<appinfo> |
108 |
<meta.section type="implementation"/> |
109 |
</appinfo> |
110 |
<documentation> |
111 |
[Enter information about supplied implementation of this extension point.] |
112 |
</documentation> |
113 |
</annotation> |
114 |
|
115 |
|
116 |
</schema> |