Applied code to fix the PHP Browser hang issue reported in bug #1374420. It was teste...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / schema / favorites.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="favorites" name="Favorite URLs"/>\r
7       </appInfo>\r
8       <documentation>\r
9          This extension point provides a way to define default Favorites (URLs).\r
10       </documentation>\r
11    </annotation>\r
12 \r
13    <element name="extension">\r
14       <complexType>\r
15          <sequence>\r
16             <element ref="favorite" 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="favorite">\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="url" type="string" use="required">\r
59             <annotation>\r
60                <documentation>\r
61                   specifies the URL of the favorite\r
62                </documentation>\r
63             </annotation>\r
64          </attribute>\r
65          <attribute name="name" type="string" use="required">\r
66             <annotation>\r
67                <documentation>\r
68                   specifies the translatable name of the favorite\r
69                </documentation>\r
70             </annotation>\r
71          </attribute>\r
72          <attribute name="locked" type="boolean">\r
73             <annotation>\r
74                <documentation>\r
75                   set to &quot;true&quot; if the favorite cannot be changed by the user, and &quot;false&quot; if the favorite is initially available, but the user can remove it\r
76                </documentation>\r
77             </annotation>\r
78          </attribute>\r
79       </complexType>\r
80    </element>\r
81 \r
82    <annotation>\r
83       <appInfo>\r
84          <meta.section type="examples"/>\r
85       </appInfo>\r
86       <documentation>\r
87          The following is an example of the favorites extension point:
88
89 &lt;p&gt;
90 &lt;pre&gt;
91  &lt;extension point=&quot;org.eclipse.webbrowser.favorites&quot;&gt;
92   &lt;startup
93    id=&quot;com.example.ExampleIdentifier&quot;
94    name=&quot;eclipse&quot;
95    url=&quot;http://www.eclipse.org&quot;/&gt;
96  &lt;/extension&gt;
97 &lt;/pre&gt;
98 &lt;/p&gt;\r
99       </documentation>\r
100    </annotation>\r
101 \r
102    <annotation>\r
103       <appInfo>\r
104          <meta.section type="apiInfo"/>\r
105       </appInfo>\r
106       <documentation>\r
107          \r
108       </documentation>\r
109    </annotation>\r
110 \r
111    <annotation>\r
112       <appInfo>\r
113          <meta.section type="copyright"/>\r
114       </appInfo>\r
115       <documentation>\r
116          Copyright (c) 2000, 2003 IBM Corporation and others.&lt;br&gt;
117 All rights reserved. This program and the accompanying materials are made 
118 available under the terms of the Common Public License v1.0 which accompanies 
119 this distribution, and is available at 
120 &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
121       </documentation>\r
122    </annotation>\r
123 \r
124 </schema>\r