최신버전에 맞는 타겟플렛폼 설정.
[Tadpole.git] / com.hangum.tadpole.commons.sql / schema / com.hangum.tadpole.engine.initialize.engine.exsd
blob480c13b37ab0cae6729e0f98e29b6c599d278aee
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- Schema file written by PDE -->
3 <schema targetNamespace="com.hangum.tadpole.engine" xmlns="http://www.w3.org/2001/XMLSchema">
4 <annotation>
5 <appinfo>
6 <meta.schema plugin="com.hangum.tadpole.engine" id="com.hangum.tadpole.engine.initialize.engine" name="Initialze engine"/>
7 </appinfo>
8 <documentation>
9 [Enter description of this extension point.]
10 </documentation>
11 </annotation>
13 <element name="extension">
14 <annotation>
15 <appinfo>
16 <meta.element />
17 </appinfo>
18 </annotation>
19 <complexType>
20 <choice>
21 <element ref="initialize"/>
22 </choice>
23 <attribute name="point" type="string" use="required">
24 <annotation>
25 <documentation>
27 </documentation>
28 </annotation>
29 </attribute>
30 <attribute name="id" type="string">
31 <annotation>
32 <documentation>
34 </documentation>
35 </annotation>
36 </attribute>
37 <attribute name="name" type="string">
38 <annotation>
39 <documentation>
41 </documentation>
42 <appinfo>
43 <meta.attribute translatable="true"/>
44 </appinfo>
45 </annotation>
46 </attribute>
47 </complexType>
48 </element>
50 <element name="initialize">
51 <complexType>
52 <attribute name="class" type="string">
53 <annotation>
54 <documentation>
56 </documentation>
57 <appinfo>
58 <meta.attribute kind="java" basedOn=":com.hangum.tadpole.engine.initialize.InitializeEngine"/>
59 </appinfo>
60 </annotation>
61 </attribute>
62 </complexType>
63 </element>
65 <annotation>
66 <appinfo>
67 <meta.section type="since"/>
68 </appinfo>
69 <documentation>
70 [Enter the first release in which this extension point appears.]
71 </documentation>
72 </annotation>
74 <annotation>
75 <appinfo>
76 <meta.section type="examples"/>
77 </appinfo>
78 <documentation>
79 [Enter extension point usage example here.]
80 </documentation>
81 </annotation>
83 <annotation>
84 <appinfo>
85 <meta.section type="apiinfo"/>
86 </appinfo>
87 <documentation>
88 [Enter API information here.]
89 </documentation>
90 </annotation>
92 <annotation>
93 <appinfo>
94 <meta.section type="implementation"/>
95 </appinfo>
96 <documentation>
97 [Enter information about supplied implementation of this extension point.]
98 </documentation>
99 </annotation>
102 </schema>