Menu in Liquid XML Studio
|
Menu In Visual Studio Extension
|
|||
|
![]() |
XSD Editor Specific Menus (also see Edit Menu)
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.
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 the cardinality of the selected compositor to be changed.
See Cardinality Content Menu
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 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.
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.