[255354] Extension Schema missing description on how to define icon path.
diff --git a/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF
index 8191ed3..641d011 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.service.policy/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.wst.ws.service.policy;singleton:=true
-Bundle-Version: 1.0.2.qualifier
+Bundle-Version: 1.0.3.qualifier
 Bundle-Activator: org.eclipse.wst.ws.service.policy.ServicePolicyActivator
 Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.ws.service.policy/schema/servicePolicy.exsd b/bundles/org.eclipse.wst.ws.service.policy/schema/servicePolicy.exsd
index cde818d..fd6d5b5 100644
--- a/bundles/org.eclipse.wst.ws.service.policy/schema/servicePolicy.exsd
+++ b/bundles/org.eclipse.wst.ws.service.policy/schema/servicePolicy.exsd
@@ -133,7 +133,7 @@
          <attribute name="iconPath" type="string">
             <annotation>
                <documentation>
-                  A plugin relative path to some icon file for this service policy.
+                  A plugin relative path to some icon file for this service policy, or alternatively, a complete plugin path to the icon file, in format plugin://pluginName/pluginRelativePath (example plugin://com.mycompany.myplugin/icons/icon.gif)
                </documentation>
             </annotation>
          </attribute>
diff --git a/features/org.eclipse.wst.ws_core.feature/feature.xml b/features/org.eclipse.wst.ws_core.feature/feature.xml
index 5d3173a..03d7bc2 100644
--- a/features/org.eclipse.wst.ws_core.feature/feature.xml
+++ b/features/org.eclipse.wst.ws_core.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.wst.ws_core.feature"
       label="%featureName"
-      version="3.0.3.qualifier"
+      version="3.0.4.qualifier"
       provider-name="%providerName">
 
    <description>