The context menus are automatically generated from the content structure which is defined in the XML Schema Definition (XSD). The screenshot below shows a piece of the XSD. The XSD contains all definitions for every element that's in the Shazzoo editor. In the screenshot you see for example the elements 'column3' and 'textbox'. Both elements act as a container for other elements and that's where we insert the new Search component. The green arrows show you that the Search component has been inserted both in 'column3' and in 'textbox'. If we don't want the Search component to be positioned within a Textbox component, we can simply define it in this XSD.


