blob: 1441736528ebbbaaaf50f88ccc706d5f4ca0df0c [file] [log] [blame]
amywuea52d512005-12-06 17:33:33 +00001<?xml version='1.0' encoding='UTF-8'?>
2<!-- Schema file written by PDE -->
3<schema targetNamespace="org.eclipse.wst.sse.core">
4<annotation>
5 <appInfo>
6 <meta.schema plugin="org.eclipse.wst.sse.core" id="commentElementHandler" name="Comment Element Handler Extension Point"/>
7 </appInfo>
8 <documentation>
9 &lt;b&gt;This extension point is internal and should not be used by any other plugins.&lt;/b&gt;
10 </documentation>
11 </annotation>
12
13 <element name="extension">
14 <complexType>
15 <sequence>
16 <element ref="handler-custom"/>
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="handler-custom">
46 <complexType>
47 <sequence>
48 <element ref="startwith"/>
49 </sequence>
50 <attribute name="commenttype" type="string" use="required">
51 <annotation>
52 <documentation>
53
54 </documentation>
55 </annotation>
56 </attribute>
57 <attribute name="class" type="string" use="required">
58 <annotation>
59 <documentation>
60
61 </documentation>
62 <appInfo>
63 <meta.attribute kind="java"/>
64 </appInfo>
65 </annotation>
66 </attribute>
67 </complexType>
68 </element>
69
70 <element name="startwith">
71 <complexType>
72 <attribute name="prefix" type="string" use="required">
73 <annotation>
74 <documentation>
75
76 </documentation>
77 </annotation>
78 </attribute>
79 </complexType>
80 </element>
81
82 <annotation>
83 <appInfo>
84 <meta.section type="since"/>
85 </appInfo>
86 <documentation>
87 &lt;b&gt;This extension point is internal and should not be used by any other plugins.&lt;/b&gt;
88 </documentation>
89 </annotation>
90
91 <annotation>
92 <appInfo>
93 <meta.section type="examples"/>
94 </appInfo>
95 <documentation>
96
97 </documentation>
98 </annotation>
99
100 <annotation>
101 <appInfo>
102 <meta.section type="apiInfo"/>
103 </appInfo>
104 <documentation>
105
106 </documentation>
107 </annotation>
108
109 <annotation>
110 <appInfo>
111 <meta.section type="implementation"/>
112 </appInfo>
113 <documentation>
114
115 </documentation>
116 </annotation>
117
118 <annotation>
119 <appInfo>
120 <meta.section type="copyright"/>
121 </appInfo>
122 <documentation>
123 Copyright (c) 2005 IBM Corporation and others.&lt;br&gt;
124All rights reserved. This program and the accompanying materials are made
125available under the terms of the Eclipse Public License v1.0 which accompanies
126this distribution, and is available at &lt;a
127href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
128 </documentation>
129 </annotation>
130
131</schema>