inital plugin from webtools project
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.monitor.core / schema / contentFilters.exsd
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <!-- Schema file written by PDE -->\r
3 <schema targetNamespace="net.sourceforge.phpeclipse.monitor.core">\r
4 <annotation>\r
5       <appInfo>\r
6          <meta.schema plugin="net.sourceforge.phpeclipse.monitor.core" id="contentFilters" name="Content Filters"/>\r
7       </appInfo>\r
8       <documentation>\r
9          This extension point is used to filter content received in a monitor.\r
10       </documentation>\r
11    </annotation>\r
12 \r
13    <element name="extension">\r
14       <complexType>\r
15          <sequence>\r
16             <element ref="filter" minOccurs="0" maxOccurs="unbounded"/>\r
17          </sequence>\r
18          <attribute name="point" type="string" use="required">\r
19             <annotation>\r
20                <documentation>\r
21                   a fully qualified identifier of the target extension point\r
22                </documentation>\r
23             </annotation>\r
24          </attribute>\r
25          <attribute name="id" type="string">\r
26             <annotation>\r
27                <documentation>\r
28                   an optional identifier of the extension instance\r
29                </documentation>\r
30             </annotation>\r
31          </attribute>\r
32          <attribute name="name" type="string">\r
33             <annotation>\r
34                <documentation>\r
35                   an optional name of the extension instance\r
36                </documentation>\r
37             </annotation>\r
38          </attribute>\r
39       </complexType>\r
40    </element>\r
41 \r
42    <element name="filter">\r
43       <annotation>\r
44          <appInfo>\r
45             <meta.element labelAttribute="name"/>\r
46          </appInfo>\r
47       </annotation>\r
48       <complexType>\r
49          <sequence>\r
50          </sequence>\r
51          <attribute name="id" type="string" use="required">\r
52             <annotation>\r
53                <documentation>\r
54                   specifies a unique identifier for this extension point\r
55                </documentation>\r
56             </annotation>\r
57          </attribute>\r
58          <attribute name="class" type="string" use="required">\r
59             <annotation>\r
60                <documentation>\r
61                   specifies the fully qualified name of a Java class that implements &lt;samp&gt;net.sourceforge.phpeclipse.monitor.core.IContentFilterDelegate&lt;/samp&gt;.\r
62 Content filter instances of this type will delegate to instances of this class.\r
63                </documentation>\r
64                <appInfo>\r
65                   <meta.attribute kind="java" basedOn="net.sourceforge.phpeclipse.monitor.core.Idd"/>\r
66                </appInfo>\r
67             </annotation>\r
68          </attribute>\r
69          <attribute name="name" type="string" use="required">\r
70             <annotation>\r
71                <documentation>\r
72                   a translatable name used to identify the filter\r
73                </documentation>\r
74             </annotation>\r
75          </attribute>\r
76          <attribute name="order" type="string">\r
77             <annotation>\r
78                <documentation>\r
79                   a integer used to order filters relative to each other\r
80                </documentation>\r
81             </annotation>\r
82          </attribute>\r
83       </complexType>\r
84    </element>\r
85 \r
86    <annotation>\r
87       <appInfo>\r
88          <meta.section type="examples"/>\r
89       </appInfo>\r
90       <documentation>\r
91          The following is an example of a content filter extension point:
92
93 &lt;p&gt;
94 &lt;pre&gt;
95  &lt;extension point=&quot;net.sourceforge.phpeclipse.monitor.core.contentFilter&quot;&gt;
96   &lt;filter
97    id=&quot;com.example.ExampleIdentifier&quot;
98    name=&quot;%exampleName&quot;
99    class=&quot;com.example.ExampleContentFilter&quot;/&gt;
100  &lt;/extension&gt;
101 &lt;/pre&gt;\r
102       </documentation>\r
103    </annotation>\r
104 \r
105    <annotation>\r
106       <appInfo>\r
107          <meta.section type="apiInfo"/>\r
108       </appInfo>\r
109       <documentation>\r
110          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.monitor.core.IContentFilterDelegate&lt;/b&gt;.\r
111       </documentation>\r
112    </annotation>\r
113 \r
114    <annotation>\r
115       <appInfo>\r
116          <meta.section type="copyright"/>\r
117       </appInfo>\r
118       <documentation>\r
119          Copyright (c) 2000, 2003 IBM Corporation and others.&lt;br&gt;
120 All rights reserved. This program and the accompanying materials are made 
121 available under the terms of the Common Public License v1.0 which accompanies 
122 this distribution, and is available at 
123 &lt;a href=&quot;http://www.eclipse.org/legal/cpl-v10.html&quot;&gt;http://www.eclipse.org/legal/cpl-v10.html&lt;/a&gt;\r
124       </documentation>\r
125    </annotation>\r
126 \r
127 </schema>\r