blob: 1d808d346d83b343bb8e10165c4de9362755a9a5 [file] [log] [blame]
ndaib94eb262004-10-13 15:55:37 +00001<?xml version='1.0' encoding='UTF-8'?>
2<!-- Schema file written by PDE -->
3<schema targetNamespace="org.eclipse.wst.server.ui">
4<annotation>
5 <appInfo>
deboer616c3a12005-03-08 16:28:10 +00006 <meta.schema plugin="org.eclipse.wst.server.ui" id="editorPages" name="Editor Pages"/>
ndaib94eb262004-10-13 15:55:37 +00007 </appInfo>
8 <documentation>
9 This extension point provides a way to add an additional page to a server or server configuration editor.
10 </documentation>
11 </annotation>
12
13 <element name="extension">
14 <complexType>
15 <choice>
16 <element ref="page"/>
17 </choice>
18 <attribute name="point" type="string" use="required">
19 <annotation>
20 <documentation>
21 a fully qualified identifier of the target extension point
22 </documentation>
23 </annotation>
24 </attribute>
25 <attribute name="id" type="string">
26 <annotation>
27 <documentation>
28 an optional identifier of the extension instance
29 </documentation>
30 </annotation>
31 </attribute>
32 <attribute name="name" type="string">
33 <annotation>
34 <documentation>
35 an optional name of the extension instance
36 </documentation>
37 </annotation>
38 </attribute>
39 </complexType>
40 </element>
41
42 <element name="page">
43 <annotation>
44 <appInfo>
45 <meta.element labelAttribute="name"/>
46 </appInfo>
47 </annotation>
48 <complexType>
49 <sequence>
50 </sequence>
51 <attribute name="id" type="string" use="required">
52 <annotation>
53 <documentation>
54 specifies a unique identifier for this extension point
55 </documentation>
56 </annotation>
57 </attribute>
58 <attribute name="class" type="string" use="required">
59 <annotation>
60 <documentation>
deboer616c3a12005-03-08 16:28:10 +000061 specifies the fully qualified name of the Java class that implements &lt;samp&gt;org.eclipse.wst.server.ui.editor.ServerEditorPageSectionFactoryDelegate&lt;/samp&gt;.
ndaib94eb262004-10-13 15:55:37 +000062 </documentation>
63 <appInfo>
deboer616c3a12005-03-08 16:28:10 +000064 <meta.attribute kind="java" basedOn="org.eclipse.wst.server.ui.editor.ServerEditorPageFactoryDelegate"/>
ndaib94eb262004-10-13 15:55:37 +000065 </appInfo>
66 </annotation>
67 </attribute>
68 <attribute name="name" type="string" use="required">
69 <annotation>
70 <documentation>
71
72 </documentation>
73 </annotation>
74 </attribute>
75 <attribute name="typeIds" type="string" use="required">
76 <annotation>
77 <documentation>
78
79 </documentation>
80 </annotation>
81 </attribute>
82 <attribute name="order" type="string">
83 <annotation>
84 <documentation>
85
86 </documentation>
87 </annotation>
88 </attribute>
89 <attribute name="insertionIds" type="string">
90 <annotation>
91 <documentation>
92
93 </documentation>
94 </annotation>
95 </attribute>
96 </complexType>
97 </element>
98
99 <annotation>
100 <appInfo>
101 <meta.section type="examples"/>
102 </appInfo>
103 <documentation>
104 The following is an example of an editor page extension point:
105
106&lt;p&gt;
107&lt;pre&gt;
108 &lt;extension point=&quot;org.eclipse.wst.server.ui.editorPages&quot;&gt;
109 &lt;page
110 id=&quot;com.example&quot;
111 order=&quot;20&quot;
112 name=&quot;%editorPage&quot;
113 typeIds=&quot;com.example.*&quot;
114 class=&quot;com.example.ExampleEditorFactory&quot;/&gt;
115 &lt;/extension&gt;
116&lt;/pre&gt;
117&lt;/p&gt;
118 </documentation>
119 </annotation>
120
121 <annotation>
122 <appInfo>
123 <meta.section type="apiInfo"/>
124 </appInfo>
125 <documentation>
deboerda1df6a2004-12-03 13:35:32 +0000126 Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.wst.server.ui.editor.ServerEditorPartFactoryDelegate&lt;/b&gt;.
ndaib94eb262004-10-13 15:55:37 +0000127 </documentation>
128 </annotation>
129
130 <annotation>
131 <appInfo>
132 <meta.section type="copyright"/>
133 </appInfo>
134 <documentation>
deboer09c692b2005-04-20 15:07:15 +0000135 Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
ndaib94eb262004-10-13 15:55:37 +0000136All rights reserved. This program and the accompanying materials are made
deboerdf10c152005-02-17 18:24:46 +0000137available under the terms of the Eclipse Public License v1.0 which accompanies
ndaib94eb262004-10-13 15:55:37 +0000138this distribution, and is available at
deboerdf10c152005-02-17 18:24:46 +0000139&lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
ndaib94eb262004-10-13 15:55:37 +0000140 </documentation>
141 </annotation>
142
143</schema>