sample project as-is
[Mograsim.git] / SampleERCP / schema / splashExtension.exsd
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- Schema file written by PDE -->
3 <schema targetNamespace="Sample">
4 <annotation>
5       <appInfo>
6          <meta.schema plugin="Sample" id="splashExtension" name="Splash Extensions"/>
7       </appInfo>
8       <documentation>
9          [Enter description of this extension point.]
10       </documentation>
11    </annotation>
12
13    <element name="extension">
14       <complexType>
15          <sequence minOccurs="1" maxOccurs="unbounded">
16             <element ref="splashExtension"/>
17          </sequence>
18          <attribute name="point" type="string" use="required">
19             <annotation>
20                <documentation>
21                   
22                </documentation>
23             </annotation>
24          </attribute>
25          <attribute name="id" type="string">
26             <annotation>
27                <documentation>
28                   
29                </documentation>
30             </annotation>
31          </attribute>
32          <attribute name="name" type="string">
33             <annotation>
34                <documentation>
35                   
36                </documentation>
37                <appInfo>
38                   <meta.attribute translatable="true"/>
39                </appInfo>
40             </annotation>
41          </attribute>
42       </complexType>
43    </element>
44
45    <element name="splashExtension">
46       <annotation>
47          <appInfo>
48             <meta.element labelAttribute="id" icon="icon"/>
49          </appInfo>
50       </annotation>
51       <complexType>
52          <attribute name="id" type="string" use="required">
53             <annotation>
54                <documentation>
55                   
56                </documentation>
57             </annotation>
58          </attribute>
59          <attribute name="icon" type="string" use="required">
60             <annotation>
61                <documentation>
62                   50x50 icon
63                </documentation>
64                <appInfo>
65                   <meta.attribute kind="resource"/>
66                </appInfo>
67             </annotation>
68          </attribute>
69          <attribute name="tooltip" type="string">
70             <annotation>
71                <documentation>
72                   
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    <annotation>
116       <appInfo>
117          <meta.section type="copyright"/>
118       </appInfo>
119       <documentation>
120          
121       </documentation>
122    </annotation>
123
124 </schema>