This is the context menu show when you right click on an item within the XSD Graphical Development Environment.
Adds the selected Item to the currently selected entity.
See Add Child Item Context Menu.
Adds the selected Item to the parent of the currently selected entity, above the selected item.
See Add Child Item Context Menu.
Adds the selected Item to the parent of the currently selected entity, below the selected item.
See Add Child Item Context Menu.
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
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
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).
Expands all the nodes in the active XSD Editor diagram.
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.
Cuts the currently selected graphical element into the clipboard.
Copies the currently selected graphical element into the clipboard.
Pastes the contents of the clipboard, into the currently selected graphical element.
Deletes the selected graphical element.