[117755] Updated root extension point, id, and name where required.
Moved extension points schemas into one xsds directory.
diff --git a/plugins/org.eclipse.wst.validation/plugin.xml b/plugins/org.eclipse.wst.validation/plugin.xml
index ee7930c..c861ce1 100644
--- a/plugins/org.eclipse.wst.validation/plugin.xml
+++ b/plugins/org.eclipse.wst.validation/plugin.xml
@@ -7,7 +7,7 @@
    <extension-point id="validator" name="%Validator" schema="xsds/validatorExtSchema.exsd"/>
    <extension-point id="referencialFileValidator" name="%ReferencialFileValidator" schema="xsds/referencialFileExtSchema.exsd"/>
    <extension-point id="validationSelectionHandler" name="%validationSelectionHandler" schema="xsds/validationSelectionHandler.exsd"/>
-   <extension-point id="validationHelper" name="validationHelper" schema="schema/validationHelper.exsd"/>   
+   <extension-point id="validationHelper" name="validationHelper" schema="xsds/validationHelper.exsd"/>   
    
 <!--============================-->
 <!-- Validation Contributions   -->
diff --git a/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd b/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd
index 3c512ca..1371daa 100644
--- a/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!-- Schema file written by PDE -->
-<schema targetNamespace="com.ibm.etools.validation">
+<schema targetNamespace="org.eclipse.wst.validation">
 <annotation>
       <appInfo>
-         <meta.schema plugin="com.ibm.etools.validation" id="referencialFileValidator" name="ReferencialFileValidator"/>
+         <meta.schema plugin="org.eclipse.wst.validation" id="referencialFileValidator" name="ReferencialFileValidator"/>
       </appInfo>
       <documentation>
          [Enter description of this extension point.]
@@ -23,21 +23,21 @@
          <attribute name="point" type="string" use="required">
             <annotation>
                <documentation>
-                  
+                  a fully qualified identifier of the target extension point
                </documentation>
             </annotation>
          </attribute>
          <attribute name="id" type="string">
             <annotation>
                <documentation>
-                  
+                  an optional identifier of the extension instance
                </documentation>
             </annotation>
          </attribute>
          <attribute name="name" type="string">
             <annotation>
                <documentation>
-                  
+                  an optional name of the extension instance
                </documentation>
             </annotation>
          </attribute>
@@ -112,7 +112,11 @@
          <meta.section type="copyright"/>
       </appInfo>
       <documentation>
-         
+         Copyright (c) 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.validation/schema/validationHelper.exsd b/plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd
similarity index 82%
rename from plugins/org.eclipse.wst.validation/schema/validationHelper.exsd
rename to plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd
index 091ea1e..00f28e6 100644
--- a/plugins/org.eclipse.wst.validation/schema/validationHelper.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd
@@ -18,21 +18,21 @@
          <attribute name="point" type="string" use="required">
             <annotation>
                <documentation>
-                  
+                  a fully qualified identifier of the target extension point
                </documentation>
             </annotation>
          </attribute>
          <attribute name="id" type="string">
             <annotation>
                <documentation>
-                  
+                  an optional identifier of the extension instance
                </documentation>
             </annotation>
          </attribute>
          <attribute name="name" type="string">
             <annotation>
                <documentation>
-                  
+                  an optional name of the extension instance
                </documentation>
                <appInfo>
                   <meta.attribute translatable="true"/>
@@ -102,7 +102,11 @@
          <meta.section type="copyright"/>
       </appInfo>
       <documentation>
-         
+         Copyright (c) 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.validation/xsds/validationSelectionHandler.exsd b/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd
index 7c064bf..0a4dcc2 100644
--- a/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.common.frameworks">
+<schema targetNamespace="org.eclipse.wst.validation">
 <annotation>
       <appInfo>
-         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="validationSelectionHandler" name="validationSelectionHandler"/>
+         <meta.schema plugin="org.eclipse.wst.validation" id="validationSelectionHandler" name="validationSelectionHandler"/>
       </appInfo>
       <documentation>
          [Enter description of this extension point.]
@@ -18,21 +18,21 @@
          <attribute name="point" type="string" use="required">
             <annotation>
                <documentation>
-                  
+                  a fully qualified identifier of the target extension point
                </documentation>
             </annotation>
          </attribute>
          <attribute name="id" type="string">
             <annotation>
                <documentation>
-                  
+                  an optional identifier of the extension instance
                </documentation>
             </annotation>
          </attribute>
          <attribute name="name" type="string">
             <annotation>
                <documentation>
-                  
+                  an optional name of the extension instance
                </documentation>
             </annotation>
          </attribute>
@@ -106,7 +106,11 @@
          <meta.section type="copyright"/>
       </appInfo>
       <documentation>
-         
+         Copyright (c) 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.validation/xsds/validatorExtSchema.exsd b/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd
index de29048..daaa155 100644
--- a/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?>

 <!-- Schema file written by PDE -->

-<schema targetNamespace="com.ibm.etools.validation">

+<schema targetNamespace="org.eclipse.wst.validation">

 <annotation>

       <appInfo>

-         <meta.schema plugin="com.ibm.etools.validation" id="validator" name="Validator"/>

+         <meta.schema plugin="org.eclipse.wst.validation" id="validator" name="Validator"/>

       </appInfo>

       <documentation>

          This extension point give the ability to create a new validator that can validate resources in a Java Project. The validator needs to registered for a given nature of the project for it to run on that project. The user can specifiy file filters to filter out files that need to be validated. The new validator registered by the project nature on the project can be run manually or incrementally if  Auto Build is turned on, during incremental builds the changed delta of files are only validated if those files are part of the validation filters specified.

@@ -18,21 +18,21 @@
          <attribute name="point" type="string" use="required">

             <annotation>

                <documentation>

-                  

+                  a fully qualified identifier of the target extension point

                </documentation>

             </annotation>

          </attribute>

          <attribute name="id" type="string" use="required">

             <annotation>

                <documentation>

-                  

+                  an optional identifier of the extension instance

                </documentation>

             </annotation>

          </attribute>

          <attribute name="name" type="string" use="required">

             <annotation>

                <documentation>

-                  

+                  an optional name of the extension instance

                </documentation>

             </annotation>

          </attribute>

@@ -187,37 +187,37 @@
    <element name="markerId">

       <annotation>

          <documentation>

-            The markerId element is is used to get a custom problem marker for the custom validator implemented using this extension point
-
-This markerId element also needs a corresponding problemMarker extension to be defined bythis validator with the same Id as the makerIdValue for the validator to have its own marker type. Here is an example of the a problemMarker extension defined for a markerIdValue &quot;FooMarker&quot;
-
- &lt;extension
-         id=&quot;FooMarker&quot;
-         name=&quot;%EJB_VALIDATION_PROBLEMMARKER_NAME&quot;
-         point=&quot;org.eclipse.core.resources.markers&quot;&gt;
-      &lt;super
-            type=&quot;org.eclipse.wst.validation.problemmarker&quot;&gt;
-      &lt;/super&gt;
-      &lt;persistent
-            value=&quot;true&quot;&gt;
-      &lt;/persistent&gt;
-      &lt;attribute
-            name=&quot;owner&quot;&gt;
-      &lt;/attribute&gt;
-      &lt;attribute
-            name=&quot;validationSeverity&quot;&gt;
-      &lt;/attribute&gt;
-      &lt;attribute
-            name=&quot;targetObject&quot;&gt;
-      &lt;/attribute&gt;
-      &lt;attribute
-            name=&quot;groupName&quot;&gt;
-      &lt;/attribute&gt;
-      &lt;attribute
-            name=&quot;messageId&quot;&gt;
-      &lt;/attribute&gt;
-   &lt;/extension&gt;
-   
+            The markerId element is is used to get a custom problem marker for the custom validator implemented using this extension point

+

+This markerId element also needs a corresponding problemMarker extension to be defined bythis validator with the same Id as the makerIdValue for the validator to have its own marker type. Here is an example of the a problemMarker extension defined for a markerIdValue &quot;FooMarker&quot;

+

+ &lt;extension

+         id=&quot;FooMarker&quot;

+         name=&quot;%EJB_VALIDATION_PROBLEMMARKER_NAME&quot;

+         point=&quot;org.eclipse.core.resources.markers&quot;&gt;

+      &lt;super

+            type=&quot;org.eclipse.wst.validation.problemmarker&quot;&gt;

+      &lt;/super&gt;

+      &lt;persistent

+            value=&quot;true&quot;&gt;

+      &lt;/persistent&gt;

+      &lt;attribute

+            name=&quot;owner&quot;&gt;

+      &lt;/attribute&gt;

+      &lt;attribute

+            name=&quot;validationSeverity&quot;&gt;

+      &lt;/attribute&gt;

+      &lt;attribute

+            name=&quot;targetObject&quot;&gt;

+      &lt;/attribute&gt;

+      &lt;attribute

+            name=&quot;groupName&quot;&gt;

+      &lt;/attribute&gt;

+      &lt;attribute

+            name=&quot;messageId&quot;&gt;

+      &lt;/attribute&gt;

+   &lt;/extension&gt;

+   

    Without a problemMarker extension defined, the customer validator will use the base Validation Message problemMarker type.

          </documentation>

       </annotation>

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

       </appInfo>

       <documentation>

-         

+         Copyright (c) 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>