integrated MakeAnonymousTypeGlobalAction with text view
diff --git a/bundles/org.eclipse.wst.xsd.ui/plugin.xml b/bundles/org.eclipse.wst.xsd.ui/plugin.xml
index dc23d8b..94ed7f0 100644
--- a/bundles/org.eclipse.wst.xsd.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xsd.ui/plugin.xml
@@ -242,7 +242,7 @@
 		</keyBinding>
 	</extension>
 	
-	 	<extension point="org.eclipse.ui.commands">
+	<extension point="org.eclipse.ui.commands">
 		<command name="%command.xsd.refactor.makeElementGlobal.element.name"
 			description="%command.xsd.refactor.makeElementGlobal.element.description"
 			categoryId="org.eclipse.ui.category.edit"
@@ -254,6 +254,19 @@
 			keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
 		</keyBinding>
 	</extension>
+	
+   <extension point="org.eclipse.ui.commands">
+		<command name="%command.xsd.refactor.makeTypeGlobal.element.name"
+			description="%command.xsd.refactor.makeTypeGlobal.element.description"
+			categoryId="org.eclipse.ui.category.edit"
+			id="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal">
+		</command>
+		<keyBinding 
+			contextId="org.eclipse.wst.xsd.ui.text.editor.context"
+			commandId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal"
+			keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
+		</keyBinding>
+	</extension>
    
     <!--extension
        point="org.eclipse.ltk.core.refactoring.renameParticipants">