Webcentric XML Configuration

This schema describes the Webcentric markup language, an XML-based configuration that defines the layout of various components on screen and other aspects of the application's appearance such as menus and styles.

This configuration also includes the configuration of various actions. Actions define run-time behaviour for a Webcentric application. An Action allows us to define a response to a particular event. All Actions are triggered by events, and each Action declaration specifies the event that will trigger its execution. Actions can be used to define event-handlers for many element types. Not all events can be raised by all elements; the events that may be raised by a given element type are documented with the element type descriptions. All Actions have an XML representation and can also be invoked through the JavaScript API.