root / tmp / org.txm.chartsengine.core / schema / org.txm.chartsengine.chartsengine.exsd @ 2323
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.core" xmlns="http://www.w3.org/2001/XMLSchema"> |
4 |
<annotation> |
5 |
<appinfo> |
6 |
<meta.schema plugin="org.txm.chartsengine.core" id="org.txm.chartsengine.chartsengine" name="Charts Engine"/> |
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="ChartsEngine"/> |
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="ChartsEngine"> |
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.core.ChartsEngine:"/> |
59 |
</appinfo> |
60 |
</annotation> |
61 |
</attribute> |
62 |
<attribute name="name" type="string" use="required"> |
63 |
<annotation> |
64 |
<documentation> |
65 |
|
66 |
</documentation> |
67 |
</annotation> |
68 |
</attribute> |
69 |
<attribute name="description" type="string" use="required"> |
70 |
<annotation> |
71 |
<documentation> |
72 |
|
73 |
</documentation> |
74 |
<appinfo> |
75 |
<meta.attribute translatable="true"/> |
76 |
</appinfo> |
77 |
</annotation> |
78 |
</attribute> |
79 |
</complexType> |
80 |
</element> |
81 |
|
82 |
<annotation> |
83 |
<appinfo> |
84 |
<meta.section type="since"/> |
85 |
</appinfo> |
86 |
<documentation> |
87 |
[Enter the first release in which this extension point appears.] |
88 |
</documentation> |
89 |
</annotation> |
90 |
|
91 |
<annotation> |
92 |
<appinfo> |
93 |
<meta.section type="examples"/> |
94 |
</appinfo> |
95 |
<documentation> |
96 |
[Enter extension point usage example here.] |
97 |
</documentation> |
98 |
</annotation> |
99 |
|
100 |
<annotation> |
101 |
<appinfo> |
102 |
<meta.section type="apiinfo"/> |
103 |
</appinfo> |
104 |
<documentation> |
105 |
[Enter API information here.] |
106 |
</documentation> |
107 |
</annotation> |
108 |
|
109 |
<annotation> |
110 |
<appinfo> |
111 |
<meta.section type="implementation"/> |
112 |
</appinfo> |
113 |
<documentation> |
114 |
[Enter information about supplied implementation of this extension point.] |
115 |
</documentation> |
116 |
</annotation> |
117 |
|
118 |
|
119 |
</schema> |