added "translatable" property
diff --git a/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd b/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd
index 1dcb33d..9cafe8f 100644
--- a/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd
+++ b/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd
@@ -36,6 +36,9 @@
                <documentation>
                   an optional name of the extension instance
                </documentation>
+               <appInfo>
+                  <meta.attribute translatable="true"/>
+               </appInfo>
             </annotation>
          </attribute>
       </complexType>
diff --git a/tests/org.eclipse.core.expressions.tests/schema/testParticipants.exsd b/tests/org.eclipse.core.expressions.tests/schema/testParticipants.exsd
index ca270a9..b42f497 100644
--- a/tests/org.eclipse.core.expressions.tests/schema/testParticipants.exsd
+++ b/tests/org.eclipse.core.expressions.tests/schema/testParticipants.exsd
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>

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

-<schema targetNamespace="org.eclipse.ltk.core.refactoring">

+<schema targetNamespace="ore.eclipse.core.expressions">

 <annotation>

       <appInfo>

          <meta.schema plugin="ore.eclipse.core.expressions" id="testParticipants" name="Test Participants"/>

@@ -11,7 +11,7 @@
    </annotation>

 

    <include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage.exsd"/>

-   

+

    <element name="extension">

       <complexType>

          <sequence>

@@ -36,6 +36,9 @@
                <documentation>

                   an optional name of the extension instance

                </documentation>

+               <appInfo>

+                  <meta.attribute translatable="true"/>

+               </appInfo>

             </annotation>

          </attribute>

       </complexType>

@@ -47,6 +50,11 @@
             <element ref="enablement"/>

          </all>

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

+            <annotation>

+               <documentation>

+                  

+               </documentation>

+            </annotation>

          </attribute>

       </complexType>

    </element>

@@ -56,6 +64,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

+         

       </documentation>

    </annotation>

 

@@ -64,6 +73,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

+         

       </documentation>

    </annotation>

 

@@ -72,6 +82,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

+         

       </documentation>

    </annotation>

 

@@ -80,12 +91,13 @@
          <meta.section type="copyright"/>

       </appInfo>

       <documentation>

-         &lt;p&gt;

-&lt;a href=&quot;hglegal.htm&quot;&gt;

- &lt;img SRC=&quot;ngibmcpy.gif&quot;

-   ALT=&quot;Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved.&quot;

-   BORDER=0 height=14 width=324&gt;&lt;/a&gt;

+         &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+   ALT=&quot;Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved.&quot;
+   BORDER=0 height=14 width=324&gt;&lt;/a&gt;
 &lt;/p&gt;

       </documentation>

    </annotation>

+

 </schema>