1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / schema / urlMap.exsd
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <!-- Schema file written by PDE -->\r
3 <schema targetNamespace="org.eclipse.webbrowser">\r
4 <annotation>\r
5       <appInfo>\r
6          <meta.schema plugin="org.eclipse.webbrowser" id="urlMap" name="URL Mapping"/>\r
7       </appInfo>\r
8       <documentation>\r
9          This extension point provides a way to map URLs (Strings) entered in the internal Web browser to another URL. For instance, it can be user to map the word &quot;eclipse&quot; to &quot;http://www.eclipse.org&quot;.\r
10       </documentation>\r
11    </annotation>\r
12 \r
13    <element name="extension">\r
14       <complexType>\r
15          <sequence>\r
16             <element ref="urlMap" 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="urlMap">\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 the Java class that implements &lt;samp&gt;IURLMap&lt;/samp&gt;.\r
62                </documentation>\r
63                <appInfo>\r
64                   <meta.attribute kind="java" basedOn="org.eclipse.webbrowser.IURLMap"/>\r
65                </appInfo>\r
66             </annotation>\r
67          </attribute>\r
68       </complexType>\r
69    </element>\r
70 \r
71    <annotation>\r
72       <appInfo>\r
73          <meta.section type="examples"/>\r
74       </appInfo>\r
75       <documentation>\r
76          The following is an example of a URL map extension point:
77
78 &lt;p&gt;
79 &lt;pre&gt;
80  &lt;extension point=&quot;org.eclipse.webbrowser.urlMap&quot;&gt;
81   &lt;startup
82    id=&quot;com.example.ExampleIdentifier&quot;
83    class=&quot;com.example.ExampleURLMap&quot;/&gt;
84  &lt;/extension&gt;
85 &lt;/pre&gt;
86 &lt;/p&gt;\r
87       </documentation>\r
88    </annotation>\r
89 \r
90    <annotation>\r
91       <appInfo>\r
92          <meta.section type="apiInfo"/>\r
93       </appInfo>\r
94       <documentation>\r
95          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.webbrowser.IURLMap&lt;/b&gt;.\r
96       </documentation>\r
97    </annotation>\r
98 \r
99    <annotation>\r
100       <appInfo>\r
101          <meta.section type="copyright"/>\r
102       </appInfo>\r
103       <documentation>\r
104          Copyright (c) 2000, 2003 IBM Corporation and others.&lt;br&gt;
105 All rights reserved. This program and the accompanying materials are made 
106 available under the terms of the Common Public License v1.0 which accompanies 
107 this distribution, and is available at 
108 &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
109       </documentation>\r
110    </annotation>\r
111 \r
112 </schema>\r