Advanced mode
Advanced mode is intended for expert users who are familiar with Mondrian XML syntax and want to create or modify semantic models by directly editing the underlying XML.
In Advanced mode, the Semantic Model Editor continuously validates XML content against the Mondrian XML Schema Definition (XSD). Any invalid XML is underlined in red. Validation errors may result from syntax issues, missing required elements or attributes, or incorrect element ordering as defined by the Mondrian schema. The model cannot be saved until all validation errors are resolved. To view details about a specific error, hover over the underlined XML to display a tooltip with the validation message.
Advance mode functionality
Auto format
Clean ups XML by removing unnecessary spaces, tabs, and empty lines, and by applying consistent indentation. To auto format XML, click Auto Format.
Find and replace
Enables you to find and replace XML in the editor.
To open the find and replace toolbar, place your cursor inside the editor and select Ctrl + F.
To switch between find-only and find and replace modes, expand and collapse the search box.
Auto complete
Suggests valid elements and attributes based on your current position in the schema.
To activate autocomplete, place your cursor inside the editor and select Ctrl+Space .
Suggestions are provided in the following scenarios.
Element entry: For the current parent, autocomplete suggests valid child elements. If the name is partially entered, suggestions are filtered to match the input.
Attribute entry: For known elements, autocomplete suggests valid attributes for the element. Attributes already in use are excluded from suggestions because duplicate attributes are not allowed.
Enumerated values: When the value of an attribute is defined as an enumeration, autocomplete suggests valid options.
Last updated
Was this helpful?

