blob: f3f37b5b20747f3b6e4c36a56904cfe7a348fe8b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<title>Plug-in manifest dtd</title>
</head>
<body lang="EN-US" style='tab-interval:.5in'>
<pre>&lt;?xml encoding=&quot;US-ASCII&quot;?&gt;
&lt;?eclipse version=&quot;3.2&quot;?&gt;
&lt;!ELEMENT plugin (extension-point*, extension*)&gt;
&lt;!ELEMENT fragment (extension-point*, extension*)&gt;
&lt;!ELEMENT extension-point EMPTY&gt;
&lt;!ATTLIST extension-point
name CDATA #REQUIRED
id CDATA #REQUIRED
schema CDATA #IMPLIED
&gt;
&lt;!ELEMENT extension ANY&gt;
&lt;!ATTLIST extension
point CDATA #REQUIRED
name CDATA #IMPLIED
id CDATA #IMPLIED
&gt;
</pre>
<hr>
<p><span style='font-size:10.0pt'>Older versions of the plug-in DTD can be found here:</span></p>
<ul>
<li><span style='font-size:10.0pt'>Version <a href="plugin_dtd_30.html">3.0</a></span></li>
</ul>
</body>
</html>