[117755] Cleaned up WST extension point documentation.
diff --git a/plugins/org.eclipse.wst.internet.monitor.core/schema/internalContentFilters.exsd b/plugins/org.eclipse.wst.internet.monitor.core/schema/internalContentFilters.exsd
index 5a99e87..6fc6daf 100644
--- a/plugins/org.eclipse.wst.internet.monitor.core/schema/internalContentFilters.exsd
+++ b/plugins/org.eclipse.wst.internet.monitor.core/schema/internalContentFilters.exsd
@@ -102,16 +102,15 @@
       <documentation>
          The following is an example of a content filter extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.internet.monitor.core.contentFilter&quot;&gt;
-  &lt;filter
-   id=&quot;com.example.ExampleIdentifier&quot;
-   name=&quot;%exampleName&quot;
-   class=&quot;com.example.ExampleContentFilter&quot;/&gt;
- &lt;/extension&gt;
+   &lt;extension
+         point=&quot;org.eclipse.wst.internet.monitor.core.contentFilter&quot;&gt;
+      &lt;filter
+            id=&quot;com.example.ExampleIdentifier&quot;
+            name=&quot;%exampleName&quot;
+            class=&quot;com.example.ExampleContentFilter&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
@@ -120,7 +119,16 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;b&gt;org.eclipse.wst.internet.monitor.core.internal.provisional.ContentFilterDelegate&lt;/b&gt;.
+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.wst.internet.monitor.core.internal.provisional.ContentFilterDelegate&lt;/code&gt;.
+      </documentation>
+   </annotation>
+   
+   <annotation>
+      <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.internet.monitor.core/schema/protocolAdapters.exsd b/plugins/org.eclipse.wst.internet.monitor.core/schema/protocolAdapters.exsd
index 2a7bb3a..13081d1 100644
--- a/plugins/org.eclipse.wst.internet.monitor.core/schema/protocolAdapters.exsd
+++ b/plugins/org.eclipse.wst.internet.monitor.core/schema/protocolAdapters.exsd
@@ -92,16 +92,15 @@
       <documentation>

          The following is an example of a protocol adapter extension point to define a protocol adapter for TCP/IP:

 

-&lt;p&gt;

 &lt;pre&gt;

-&lt;extension point=&quot;org.eclipse.wst.internet.monitor.core.protocolAdapters&quot;&gt;

-  &lt;protocolAdapter

-    id=&quot;TCPIP&quot;

-    class=&quot;com.example.TCPIPProtocolAdapter&quot;

-    name=&quot;%TCPIP&quot;/&gt;

-&lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.internet.monitor.core.protocolAdapters&quot;&gt;

+      &lt;protocolAdapter

+            id=&quot;TCPIP&quot;

+            class=&quot;com.example.TCPIPProtocolAdapter&quot;

+            name=&quot;%TCPIP&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -110,7 +109,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;b&gt;org.eclipse.wst.internet.monitor.core.internal.ProtocolAdapterDelegate&lt;/b&gt;.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.wst.internet.monitor.core.internal.ProtocolAdapterDelegate&lt;/code&gt;.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd b/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
index a90f9d1..4e3ef17 100644
--- a/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
+++ b/plugins/org.eclipse.wst.internet.monitor.core/schema/startup.exsd
@@ -84,15 +84,14 @@
       <documentation>
          The following is an example of a startup extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
-&lt;extension point=&quot;org.eclipse.wst.internet.monitor.core.internal.startups&quot;&gt;
-  &lt;startup
-    id=&quot;com.example.myplugin&quot;
-    class=&quot;com.example.myplugin.Startup&quot;/&gt;
-&lt;/extension&gt;
+   &lt;extension 
+         point=&quot;org.eclipse.wst.internet.monitor.core.internal.startups&quot;&gt;
+      &lt;startup
+            id=&quot;com.example.myplugin&quot;
+            class=&quot;com.example.myplugin.Startup&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
@@ -104,6 +103,15 @@
          This extension point is internal and should not be used by any other plugins.
       </documentation>
    </annotation>
+   
+   <annotation>
+      <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
+      </documentation>
+   </annotation>
 
    <annotation>
       <appInfo>
diff --git a/plugins/org.eclipse.wst.internet.monitor.ui/schema/viewers.exsd b/plugins/org.eclipse.wst.internet.monitor.ui/schema/viewers.exsd
index 1749979..c64ce10 100644
--- a/plugins/org.eclipse.wst.internet.monitor.ui/schema/viewers.exsd
+++ b/plugins/org.eclipse.wst.internet.monitor.ui/schema/viewers.exsd
@@ -98,17 +98,16 @@
       <documentation>

          The following is an example of a content viewer extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-&lt;extension point=&quot;org.eclipse.wst.internet.monitor.ui.viewers&quot;&gt;

-  &lt;viewer

-    id=&quot;com.example.byteviewer&quot;

-    class=&quot;com.example.ByteContentViewer&quot;

-    type=&quot;requestresponse&quot;

-    label=&quot;%byteView&quot;/&gt;

-&lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.internet.monitor.ui.viewers&quot;&gt;

+      &lt;viewer

+            id=&quot;com.example.byteviewer&quot;

+            class=&quot;com.example.ByteContentViewer&quot;

+            type=&quot;requestresponse&quot;

+            label=&quot;%byteView&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -117,12 +116,21 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;b&gt;org.eclipse.wst.internet.monitor.ui.internal.provisional.ContentViewer&lt;/b&gt;.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.wst.internet.monitor.ui.internal.provisional.ContentViewer&lt;/code&gt;.

       </documentation>

    </annotation>

 

    <annotation>

       <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

          <meta.section type="copyright"/>

       </appInfo>

       <documentation>

diff --git a/plugins/org.eclipse.wst.server.core/schema/clients.exsd b/plugins/org.eclipse.wst.server.core/schema/clients.exsd
index 5b78dae..99517fc 100644
--- a/plugins/org.eclipse.wst.server.core/schema/clients.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/clients.exsd
@@ -116,17 +116,16 @@
       <documentation>

          The following is an example of a client extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-&lt;extension point=&quot;org.eclipse.wst.server.core.clients&quot;&gt;

-  &lt;client

-    id=&quot;com.example.clients&quot;

-    name=&quot;%clientName&quot;

-    description=&quot;%clientDescription&quot;

-    class=&quot;com.example.ExampleClient&quot;/&gt;

-&lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.clients&quot;&gt;

+      &lt;client

+            id=&quot;com.example.clients&quot;

+            name=&quot;%clientName&quot;

+            description=&quot;%clientDescription&quot;

+            class=&quot;com.example.ExampleClient&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -135,7 +134,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.ClientDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.ClientDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/installableRuntimes.exsd b/plugins/org.eclipse.wst.server.core/schema/installableRuntimes.exsd
index c35a66d..3caa881 100644
--- a/plugins/org.eclipse.wst.server.core/schema/installableRuntimes.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/installableRuntimes.exsd
@@ -110,20 +110,18 @@
       <documentation>
          The following is an example of an installable runtime extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
-  &lt;extension point=&quot;org.eclipse.wst.server.core.installableRuntimes&quot;&gt;
-    &lt;installableRuntime
-       id=&quot;com.myruntime.id&quot;
-       featureVersion=&quot;1.0.0&quot;
-       featureId=&quot;com.myfeature&quot;
-       featureSite=&quot;xyz&quot;
-       bundleId=&quot;com.ibm.mybundle&quot;
-       path=&quot;/zips/myRuntime.zip&quot;&gt;
-    &lt;/installableRuntime&gt;
-  &lt;/extension&gt;
+   &lt;extension 
+         point=&quot;org.eclipse.wst.server.core.installableRuntimes&quot;&gt;
+      &lt;installableRuntime
+            id=&quot;com.myruntime.id&quot;
+            featureVersion=&quot;1.0.0&quot;
+            featureId=&quot;com.myfeature&quot;
+            featureSite=&quot;xyz&quot;
+            bundleId=&quot;com.ibm.mybundle&quot;
+            path=&quot;/zips/myRuntime.zip&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
@@ -138,6 +136,15 @@
 
    <annotation>
       <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
          <meta.section type="copyright"/>
       </appInfo>
       <documentation>
diff --git a/plugins/org.eclipse.wst.server.core/schema/installableServers.exsd b/plugins/org.eclipse.wst.server.core/schema/installableServers.exsd
index 5fa3f09..aa48b2f 100644
--- a/plugins/org.eclipse.wst.server.core/schema/installableServers.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/installableServers.exsd
@@ -130,22 +130,20 @@
       <documentation>
          The following is an example of an installable server extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
-  &lt;extension point=&quot;org.eclipse.wst.server.core.installableServers&quot;&gt;
-    &lt;installableServer
-       id=&quot;com.myserver.id&quot;
-       name=&quot;My runtime name&quot;
-       description=&quot;My runtime description&quot;
-       vendor=&quot;xyz&quot;
-       version=&quot;1.0&quot;
-       featureVersion=&quot;1.0.0&quot;
-       featureId=&quot;com.myfeature&quot;
-       featureSite=&quot;xyz&quot;&gt;
-    &lt;/installableServer&gt;
-  &lt;/extension&gt;
+   &lt;extension 
+         point=&quot;org.eclipse.wst.server.core.installableServers&quot;&gt;
+      &lt;installableServer
+            id=&quot;com.myserver.id&quot;
+            name=&quot;My runtime name&quot;
+            description=&quot;My runtime description&quot;
+            vendor=&quot;xyz&quot;
+            version=&quot;1.0&quot;
+            featureVersion=&quot;1.0.0&quot;
+            featureId=&quot;com.myfeature&quot;
+            featureSite=&quot;xyz&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
@@ -160,6 +158,15 @@
 
    <annotation>
       <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appInfo>
          <meta.section type="copyright"/>
       </appInfo>
       <documentation>
diff --git a/plugins/org.eclipse.wst.server.core/schema/internalServerLocators.exsd b/plugins/org.eclipse.wst.server.core/schema/internalServerLocators.exsd
index 594d10b..729e8ca 100644
--- a/plugins/org.eclipse.wst.server.core/schema/internalServerLocators.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/internalServerLocators.exsd
@@ -97,17 +97,16 @@
       <documentation>
          The following is an example of a server locator extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
-  &lt;extension point=&quot;org.eclipse.wst.server.core.serverLocators&quot;&gt;
-    &lt;serverLocator
-       id=&quot;com.example.locator&quot;
-       name=&quot;%serverLocatorName&quot;
-       description=&quot;%serverLocatorDescription&quot;
-       class=&quot;com.example.ExampleServerLocator&quot;/&gt;
-  &lt;/extension&gt;
+   &lt;extension 
+         point=&quot;org.eclipse.wst.server.core.serverLocators&quot;&gt;
+      &lt;serverLocator
+            id=&quot;com.example.locator&quot;
+            name=&quot;%serverLocatorName&quot;
+            description=&quot;%serverLocatorDescription&quot;
+            class=&quot;com.example.ExampleServerLocator&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.server.core/schema/launchableAdapters.exsd b/plugins/org.eclipse.wst.server.core/schema/launchableAdapters.exsd
index 576c5e1..d2f9701 100644
--- a/plugins/org.eclipse.wst.server.core/schema/launchableAdapters.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/launchableAdapters.exsd
@@ -92,15 +92,14 @@
       <documentation>

          The following is an example of a launchable adapter extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-  &lt;extension point=&quot;org.eclipse.wst.server.core.launchableAdapters&quot;&gt;

-     &lt;launchableAdapter

-        id=&quot;com.example.launchableAdapter&quot;

-        class=&quot;com.example.ExampleLaunchableAdapterDelegate&quot;/&gt;

-  &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.launchableAdapters&quot;&gt;

+      &lt;launchableAdapter

+              id=&quot;com.example.launchableAdapter&quot;

+              class=&quot;com.example.ExampleLaunchableAdapterDelegate&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -109,7 +108,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.LaunchableAdapterDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.LaunchableAdapterDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/moduleArtifactAdapters.exsd b/plugins/org.eclipse.wst.server.core/schema/moduleArtifactAdapters.exsd
index ab7b3f4..15748f2 100644
--- a/plugins/org.eclipse.wst.server.core/schema/moduleArtifactAdapters.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/moduleArtifactAdapters.exsd
@@ -92,13 +92,13 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         The following is an example of a module object adapter extension point:

+         &lt;!--

+The following is an example of a module object adapter extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

 

 &lt;/pre&gt;

-&lt;/p&gt;

+--&gt;

       </documentation>

    </annotation>

 

@@ -107,7 +107,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.ModuleArtifactAdapterDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.ModuleArtifactAdapterDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

@@ -116,7 +125,11 @@
          <meta.section type="copyright"/>

       </appInfo>

       <documentation>

-         

+         Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;

+All rights reserved. This program and the accompanying materials are made 

+available under the terms of the Eclipse Public License v1.0 which accompanies 

+this distribution, and is available at 

+&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;

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/moduleFactories.exsd b/plugins/org.eclipse.wst.server.core/schema/moduleFactories.exsd
index 901be34..2ed37e5 100644
--- a/plugins/org.eclipse.wst.server.core/schema/moduleFactories.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/moduleFactories.exsd
@@ -117,13 +117,13 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         The following is an example of a module factory extension point:

+         &lt;!--

+The following is an example of a module factory extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

 

 &lt;/pre&gt;

-&lt;/p&gt;

+--&gt;

       </documentation>

    </annotation>

 

@@ -132,7 +132,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.ModuleFactoryDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.ModuleFactoryDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/moduleTypes.exsd b/plugins/org.eclipse.wst.server.core/schema/moduleTypes.exsd
index 9a54f37..d1659de 100644
--- a/plugins/org.eclipse.wst.server.core/schema/moduleTypes.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/moduleTypes.exsd
@@ -84,16 +84,15 @@
       <documentation>

          The following is an example of a module type extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-  &lt;extension point=&quot;org.eclipse.wst.server.core.moduleTypes&quot;&gt;

-    &lt;moduleType

-       id=&quot;com.example&quot;

-       name=&quot;%moduleTypeName&quot;

-       description=&quot;%moduleTypeDescription&quot;/&gt;

-  &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.moduleTypes&quot;&gt;

+      &lt;moduleType

+            id=&quot;com.example&quot;

+            name=&quot;%moduleTypeName&quot;

+            description=&quot;%moduleTypeDescription&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -105,6 +104,15 @@
          

       </documentation>

    </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

+      </documentation>

+   </annotation>

 

    <annotation>

       <appInfo>

diff --git a/plugins/org.eclipse.wst.server.core/schema/publishTasks.exsd b/plugins/org.eclipse.wst.server.core/schema/publishTasks.exsd
index 8d6ee6f..034b3b6 100644
--- a/plugins/org.eclipse.wst.server.core/schema/publishTasks.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/publishTasks.exsd
@@ -90,13 +90,13 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         The following is an example of a publish task extension point:
+         &lt;!--
+The following is an example of a publish task extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
 
 &lt;/pre&gt;
-&lt;/p&gt;
+--&gt;
       </documentation>
    </annotation>
 
@@ -105,7 +105,16 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         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.core.model.PublishTaskDelegate&lt;/b&gt;.
+         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;code&gt;org.eclipse.wst.server.core.model.PublishTaskDelegate&lt;/code&gt;.
+      </documentation>
+   </annotation>
+   
+   <annotation>
+      <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.server.core/schema/runtimeLocators.exsd b/plugins/org.eclipse.wst.server.core/schema/runtimeLocators.exsd
index 4c36e81..5f4561b 100644
--- a/plugins/org.eclipse.wst.server.core/schema/runtimeLocators.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/runtimeLocators.exsd
@@ -90,17 +90,16 @@
       <documentation>

          The following is an example of a runtime locator extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-  &lt;extension point=&quot;org.eclipse.wst.server.core.runtimeLocators&quot;&gt;

-    &lt;runtimeLocator

-       id=&quot;com.example.locator&quot;

-       name=&quot;%runtimeLocatorName&quot;

-       description=&quot;%runtimeLocatorDescription&quot;

-       class=&quot;com.example.ExampleRuntimeLocator&quot;/&gt;

-  &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.runtimeLocators&quot;&gt;

+      &lt;runtimeLocator

+            id=&quot;com.example.locator&quot;

+            name=&quot;%runtimeLocatorName&quot;

+            description=&quot;%runtimeLocatorDescription&quot;

+            class=&quot;com.example.ExampleRuntimeLocator&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -109,7 +108,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.RuntimeLocatorDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.RuntimeLocatorDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/runtimeTargetHandlers.exsd b/plugins/org.eclipse.wst.server.core/schema/runtimeTargetHandlers.exsd
index ff40135..b910392 100644
--- a/plugins/org.eclipse.wst.server.core/schema/runtimeTargetHandlers.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/runtimeTargetHandlers.exsd
@@ -99,16 +99,15 @@
       <documentation>

          The following is an example of a runtime target handler extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-  &lt;extension point=&quot;org.eclipse.wst.server.core.runtimeTargetHandlers&quot;&gt;

-     &lt;runtimeTargetHandler

-        id=&quot;com.example.runtimeTargetHandler&quot;

-        runtimeTypeIds=&quot;com.example.runtime, com.example2.*&quot;

-        class=&quot;com.example.ExampleRuntimeTargetHandler&quot;/&gt;

-   &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.runtimeTargetHandlers&quot;&gt;

+      &lt;runtimeTargetHandler

+            id=&quot;com.example.runtimeTargetHandler&quot;

+            runtimeTypeIds=&quot;com.example.runtime, com.example2.*&quot;

+            class=&quot;com.example.ExampleRuntimeTargetHandler&quot;/&gt;

+    &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -117,7 +116,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.RuntimeTargetHandlerDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.RuntimeTargetHandlerDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/runtimeTypes.exsd b/plugins/org.eclipse.wst.server.core/schema/runtimeTypes.exsd
index acd4448..d10ed02 100644
--- a/plugins/org.eclipse.wst.server.core/schema/runtimeTypes.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/runtimeTypes.exsd
@@ -146,23 +146,22 @@
       <documentation>

          The following is an example of a runtime type extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-  &lt;extension point=&quot;org.eclipse.wst.server.core.runtimeTypes&quot;&gt;

-    &lt;runtimeType

-       id=&quot;com.example.runtime&quot;

-       name=&quot;%runtimeTypeName&quot;

-       description=&quot;%runtimeTypeDescription&quot;

-       vendor=&quot;%runtimeTypeVendor&quot;

-       version=&quot;1.0&quot;

-       class=&quot;com.example.ExampleRuntimeDelegate&quot;&gt;

-       &lt;moduleType

-         types=&quot;j2ee.web&quot;

-         versions=&quot;1.2, 1.3, 1.4&quot;/&gt;

-    &lt;/runtimeType&gt;

-  &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.runtimeTypes&quot;&gt;

+      &lt;runtimeType

+            id=&quot;com.example.runtime&quot;

+            name=&quot;%runtimeTypeName&quot;

+            description=&quot;%runtimeTypeDescription&quot;

+            vendor=&quot;%runtimeTypeVendor&quot;

+            version=&quot;1.0&quot;

+            class=&quot;com.example.ExampleRuntimeDelegate&quot;&gt;

+         &lt;moduleType

+               types=&quot;j2ee.web&quot;

+               versions=&quot;1.2, 1.3, 1.4&quot;/&gt;

+      &lt;/runtimeType&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -171,7 +170,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.RuntimeDelegate&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.RuntimeDelegate&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/serverMonitors.exsd b/plugins/org.eclipse.wst.server.core/schema/serverMonitors.exsd
index 446f938..34ec8b2 100644
--- a/plugins/org.eclipse.wst.server.core/schema/serverMonitors.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/serverMonitors.exsd
@@ -104,13 +104,15 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         The following is an example of a server monitor extension point:

+         &lt;!--

+The following is an example of a server monitor extension point:

 

 &lt;p&gt;

 &lt;pre&gt;

 

 &lt;/pre&gt;

 &lt;/p&gt;

+--&gt;

       </documentation>

    </annotation>

 

@@ -119,7 +121,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         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.core.internal.ServerMonitorDelegate&lt;/b&gt;.

+         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;code&gt;org.eclipse.wst.server.core.internal.ServerMonitorDelegate&lt;/code&gt;.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/serverTypes.exsd b/plugins/org.eclipse.wst.server.core/schema/serverTypes.exsd
index 20b02f0..1d14b8f 100644
--- a/plugins/org.eclipse.wst.server.core/schema/serverTypes.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/serverTypes.exsd
@@ -181,25 +181,23 @@
       <documentation>

          The following is an example of a server type extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-&lt;extension point=&quot;org.eclipse.wst.server.core.serverTypes&quot;&gt;

-     &lt;serverType

-       id=&quot;com.example.serverType&quot;

-       name=&quot;%serverTypeName&quot;

-       description=&quot;%serverTypeDescription&quot;

-       supportsRemoteHosts=&quot;true&quot;

-       runtime=&quot;true&quot;

-       initialState=&quot;stopped&quot;

-       hasConfiguration=&quot;true&quot;

-       launchConfigId=&quot;com.example.launchConfigurationType&quot;

-       runtimeTypeId=&quot;com.example.runtime&quot;

-       class=&quot;com.example.ExampleServerDelegate&quot;

-       behaviourClass=&quot;com.example.ExampleServerBehaviourDelegate&quot;&gt;

-     &lt;/serverType&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.serverTypes&quot;&gt;

+      &lt;serverType

+            id=&quot;com.example.serverType&quot;

+            name=&quot;%serverTypeName&quot;

+            description=&quot;%serverTypeDescription&quot;

+            supportsRemoteHosts=&quot;true&quot;

+            runtime=&quot;true&quot;

+            initialState=&quot;stopped&quot;

+            hasConfiguration=&quot;true&quot;

+            launchConfigId=&quot;com.example.launchConfigurationType&quot;

+            runtimeTypeId=&quot;com.example.runtime&quot;

+            class=&quot;com.example.ExampleServerDelegate&quot;

+            behaviourClass=&quot;com.example.ExampleServerBehaviourDelegate&quot;/&gt;

    &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -208,9 +206,18 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;b&gt;org.eclipse.wst.server.core.model.ServerDelegate&lt;/b&gt; and has a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.wst.server.core.model.ServerDelegate&lt;/code&gt; and has a public 0-arg constructor.

 

-Value of the attribute &lt;b&gt;behaviourClass&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;b&gt;org.eclipse.wst.server.core.model.ServerBehaviourDelegate&lt;/b&gt; and has a public 0-arg constructor.

+Value of the attribute &lt;b&gt;behaviourClass&lt;/b&gt; must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.wst.server.core.model.ServerBehaviourDelegate&lt;/code&gt; and has a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.core/schema/startup.exsd b/plugins/org.eclipse.wst.server.core/schema/startup.exsd
index 34867c2..25bbd3c 100644
--- a/plugins/org.eclipse.wst.server.core/schema/startup.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/startup.exsd
@@ -86,15 +86,14 @@
       <documentation>

          The following is an example of a startup extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

- &lt;extension point=&quot;org.eclipse.wst.server.core.startup&quot;&gt;

-  &lt;startup

-   id=&quot;com.example.startup&quot;

-   class=&quot;com.example.ExampleStartup&quot;/&gt;

- &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.core.startup&quot;&gt;

+      &lt;startup

+            id=&quot;com.example.startup&quot;

+            class=&quot;com.example.ExampleStartup&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -103,7 +102,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;b&gt;org.eclipse.wst.server.core.model.IStartup&lt;/b&gt; and contains a public 0-arg constructor.

+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.IStartup&lt;/code&gt; and contains a public 0-arg constructor.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.ui/schema/audio.exsd b/plugins/org.eclipse.wst.server.ui/schema/audio.exsd
index ce70a24..1d3376b 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/audio.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/audio.exsd
@@ -108,15 +108,14 @@
       <documentation>
          The following is an example of a sorter extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.server.ui.sorter&quot;&gt;
-    &lt;image
-       id=&quot;com.example&quot;
-       class=&quot;com.example.runtime.MyComparator&quot;/&gt;
- &lt;/extension&gt;
+   &lt;extension 
+         point=&quot;org.eclipse.wst.server.ui.sorter&quot;&gt;
+      &lt;image
+            id=&quot;com.example&quot;
+            class=&quot;com.example.runtime.MyComparator&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
@@ -128,6 +127,15 @@
          
       </documentation>
    </annotation>
+   
+   <annotation>
+      <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
+      </documentation>
+   </annotation>
 
    <annotation>
       <appInfo>
diff --git a/plugins/org.eclipse.wst.server.ui/schema/editorActions.exsd b/plugins/org.eclipse.wst.server.ui/schema/editorActions.exsd
index e98cbe9..ec5143d 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/editorActions.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/editorActions.exsd
@@ -109,13 +109,13 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         The following is an example of an editor action extension point:

+         &lt;!--

+The following is an example of an editor action extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

  

 &lt;/pre&gt;

-&lt;/p&gt;

+--&gt;

       </documentation>

    </annotation>

 

@@ -127,6 +127,15 @@
          

       </documentation>

    </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

+      </documentation>

+   </annotation>

 

    <annotation>

       <appInfo>

diff --git a/plugins/org.eclipse.wst.server.ui/schema/editorPageSections.exsd b/plugins/org.eclipse.wst.server.ui/schema/editorPageSections.exsd
index af16ddf..f98b295 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/editorPageSections.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/editorPageSections.exsd
@@ -108,18 +108,17 @@
       <documentation>

          The following is an example of an editor page section extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

- &lt;extension point=&quot;org.eclipse.wst.server.ui.editorPageSections&quot;&gt;

-    &lt;section

-       id=&quot;com.example&quot;

-       order=&quot;0&quot;

-       insertionId=&quot;com.example.left&quot;

-       typeIds=&quot;com.example.*&quot;

-         class=&quot;com.example.ExampleEditorSectionFactory&quot;/&gt;

- &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.ui.editorPageSections&quot;&gt;

+      &lt;section

+            id=&quot;com.example&quot;

+            order=&quot;0&quot;

+            insertionId=&quot;com.example.left&quot;

+            typeIds=&quot;com.example.*&quot;

+            class=&quot;com.example.ExampleEditorSectionFactory&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -128,7 +127,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         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.ServerEditorPageSectionFactoryDelegate&lt;/b&gt;.

+         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;code&gt;org.eclipse.wst.server.ui.editor.ServerEditorPageSectionFactoryDelegate&lt;/code&gt;.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.ui/schema/editorPages.exsd b/plugins/org.eclipse.wst.server.ui/schema/editorPages.exsd
index 79af905..961642c 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/editorPages.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/editorPages.exsd
@@ -118,18 +118,17 @@
       <documentation>

          The following is an example of an editor page extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

-  &lt;extension point=&quot;org.eclipse.wst.server.ui.editorPages&quot;&gt;

-    &lt;page

-       id=&quot;com.example&quot;

-       order=&quot;20&quot;

-       name=&quot;%editorPage&quot;

-       typeIds=&quot;com.example.*&quot;

-         class=&quot;com.example.ExampleEditorFactory&quot;/&gt;

+   &lt;extension

+         point=&quot;org.eclipse.wst.server.ui.editorPages&quot;&gt;

+      &lt;page

+            id=&quot;com.example&quot;

+            order=&quot;20&quot;

+            name=&quot;%editorPage&quot;

+            typeIds=&quot;com.example.*&quot;

+            class=&quot;com.example.ExampleEditorFactory&quot;/&gt;

    &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -138,7 +137,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         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;.

+         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;code&gt;org.eclipse.wst.server.ui.editor.ServerEditorPartFactoryDelegate&lt;/code&gt;.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.server.ui/schema/initialSelectionProvider.exsd b/plugins/org.eclipse.wst.server.ui/schema/initialSelectionProvider.exsd
index 45f3073..0494e1d 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/initialSelectionProvider.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/initialSelectionProvider.exsd
@@ -3,7 +3,7 @@
 <schema targetNamespace="org.eclipse.wst.server.ui">
 <annotation>
       <appInfo>
-         <meta.schema plugin="org.eclipse.wst.server.ui" id="initialSelectionProvider" name="InitialSelectionProvider"/>
+         <meta.schema plugin="org.eclipse.wst.server.ui" id="initialSelectionProvider" name="Initial Selection Provider"/>
       </appInfo>
       <documentation>
          This extension point provides a way to initially select runtime types, runtimes, server types, and servers in the server wizards. The first extension found is always used and it is expected that only one initialSelectionProvider exists in an installation.
@@ -84,15 +84,14 @@
       <documentation>
          The following is an example of the extension point:
 
-&lt;p&gt;
 &lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.server.ui.initialSelectionProvider&quot;&gt;
-    &lt;selectionProvider
-       id=&quot;com.example&quot;
-       class=&quot;com.example.runtime.MySelectionProvider&quot;/&gt;
- &lt;/extension&gt;
+   &lt;extension 
+         point=&quot;org.eclipse.wst.server.ui.initialSelectionProvider&quot;&gt;
+      &lt;selectionProvider
+            id=&quot;com.example&quot;
+            class=&quot;com.example.runtime.MySelectionProvider&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
-&lt;/p&gt;
       </documentation>
    </annotation>
 
@@ -104,6 +103,15 @@
          
       </documentation>
    </annotation>
+   
+   <annotation>
+      <appInfo>
+         <meta.section type="implementation"/>
+      </appInfo>
+      <documentation>
+         
+      </documentation>
+   </annotation>
 
    <annotation>
       <appInfo>
diff --git a/plugins/org.eclipse.wst.server.ui/schema/serverImages.exsd b/plugins/org.eclipse.wst.server.ui/schema/serverImages.exsd
index 8243187..58b2f95 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/serverImages.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/serverImages.exsd
@@ -91,16 +91,15 @@
       <documentation>

          The following is an example of a server image extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

- &lt;extension point=&quot;org.eclipse.wst.server.ui.serverImages&quot;&gt;

-    &lt;image

-       id=&quot;com.example&quot;

-       icon=&quot;icons/obj16/runtime.gif&quot;

-       typeIds=&quot;com.example.runtime&quot;/&gt;

- &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.ui.serverImages&quot;&gt;

+      &lt;image

+            id=&quot;com.example&quot;

+            icon=&quot;icons/obj16/runtime.gif&quot;

+            typeIds=&quot;com.example.runtime&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -112,6 +111,15 @@
          

       </documentation>

    </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

+      </documentation>

+   </annotation>

 

    <annotation>

       <appInfo>

diff --git a/plugins/org.eclipse.wst.server.ui/schema/wizardFragments.exsd b/plugins/org.eclipse.wst.server.ui/schema/wizardFragments.exsd
index adba10f..91a2734 100644
--- a/plugins/org.eclipse.wst.server.ui/schema/wizardFragments.exsd
+++ b/plugins/org.eclipse.wst.server.ui/schema/wizardFragments.exsd
@@ -91,16 +91,15 @@
       <documentation>

          The following is an example of a wizard fragment extension point:

 

-&lt;p&gt;

 &lt;pre&gt;

- &lt;extension point=&quot;org.eclipse.wst.server.ui.wizardFragments&quot;&gt;

-   &lt;fragment

-      id=&quot;com.example&quot;

-      typeIds=&quot;com.example.runtime&quot;

-      class=&quot;com.example.ExampleWizardFragment&quot;/&gt;

- &lt;/extension&gt;

+   &lt;extension 

+         point=&quot;org.eclipse.wst.server.ui.wizardFragments&quot;&gt;

+      &lt;fragment

+            id=&quot;com.example&quot;

+            typeIds=&quot;com.example.runtime&quot;

+            class=&quot;com.example.ExampleWizardFragment&quot;/&gt;

+   &lt;/extension&gt;

 &lt;/pre&gt;

-&lt;/p&gt;

       </documentation>

    </annotation>

 

@@ -109,7 +108,16 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         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.wizard.WizardFragment&lt;/b&gt;.

+         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;code&gt;org.eclipse.wst.server.ui.wizard.WizardFragment&lt;/code&gt;.

+      </documentation>

+   </annotation>

+   

+   <annotation>

+      <appInfo>

+         <meta.section type="implementation"/>

+      </appInfo>

+      <documentation>

+         

       </documentation>

    </annotation>