Liquid Studio Documentation
XSD Editor / Menus and Toolbars / XSD Editor Context Menu
In This Topic
    XSD Editor Context Menu
    In This Topic

    This is the context menu show when you right click on an item within the XSD Graphical Development Environment.

    Add Child Item

    Adds the selected Item to the currently selected entity.
    See Add Child Item Context Menu.

    Insert Above

    Adds the selected Item to the parent of the currently selected entity, above the selected item.
    See Add Child Item Context Menu.

    Append Below

    Adds the selected Item to the parent of the currently selected entity, below the selected item.
    See Add Child Item Context Menu.

    Refactor

    Allows elements of the schema to be altered globally across the whole schema set.
    i.e. you can rename a schema element, and the changes will be propagated to all the references to the object.
    See Refactor Menu

    Cardinality

    Allows the cardinality of the selected compositor to be changed.
    See Cardinality Content Menu

    Compositor Type

    Allows the type selected compositor to be changed.
    See Compositor Type Context Menu

    Edit Annotation

    Edits the annotation associated with the selected entity.
    Annotations allow human or machine readable information to be added to an entity, but are ignored by the parser (such as comments).

    Expand All

    Expands all the nodes in the active XSD Editor diagram.

    This can take quite a long time on large schemas, and consume a lot of resources.

    Import/Include Wizard

    Allows Import or Include files to be added to the current schema.
    See Import Wizard

    Generate Code

    Launches the XML Data Binding wizard, which allows code to be generated from your XML Schema. The generated code provides strongly typed properties for all the elements and attributes in your schema. This makes it quick and easy to write code to create or consume compliant XML.

    The code generation can be performed for cross platform C++, C#, Java, VB.Net, & VB6.

    Create Sample XML

    Creates an Sample XML document from the selected element in the schema.

    Cut

    Cuts the currently selected graphical element into the clipboard.

    Copy

    Copies the currently selected graphical element into the clipboard.

    Paste

    Pastes the contents of the clipboard, into the currently selected graphical element.

    Delete

    Deletes the selected graphical element.

    See Also