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

    XSD Editor

    Menu in Liquid XML Studio

      

         

    Menu In Visual Studio Extension

     

     

    XSD Editor Specific Menus (also see Edit Menu)

    Add Schema Item

    Adds a root level directive to the schema. This allows other schemas to be included or imported into the currently selected one.
    See Add Schema Item Context Menu.

    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.

     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 a <import> or <include> to be added to the current schema. This allows you to use the definitions from an external file within the current XSD document.

    The schema object must be selected in order to use this menu item.

    See Import/Include 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.

    See Also