IDs for the XML main menu and the oXygen toolbars
IDs for the items in the XML main menu, the oXygen toolbar on the top-level toolbar, and
		the oXygen toolbar in the oXygen editor are listed in the Processing
			[oxygenactionbar] section of the log.
For
			example:
		Processing [oxygenactionbar]
	com.oxygenxml.editor.validate .............: 
To remove a top menu, enter its ID in a 
		<removeditem> element and enter
			its type in the type attribute. Valid type
			values are:- menu: XML main menu
- toolbar: Buttons for the Oxygen editor on the top-level toolbar
- button: Buttons inside the Oxygen editor
For example, to remove the Validate command from the XML menu,
			enter its ID in the eclipseui.xml file as
			follows:
	<section id="oxygenactionbar">
   <removeditem id="com.oxygenxml.editor.validate" type="menu" />
   ...