Imports and Includes allow types defined in external XSD files to be used/re-used within another XSD.
The Import/Include wizard allows you to set these links up.
Include
Allows access to all the globally defined entities in another schema with the same target namespace (or no specified target namespace) as the containing schema.
Import
Allows access to all the globally defined entities in another schema with a different target namespace as the containing schema.
Creates an Import or Include entry in the selected (parent) schema depending on the type of schema being included.
Creates a new XSD schema file, and adds an include or import statement into the selected schema.
Includes or imports an existing schema into the selected schema
This wizard page is only shown if you selected "Create a new schema" in the previous page.
The filename used to save the new schema file. The filename should end with .xsd.
A relative or absolute path can be provided for the filename.
If a relative path is supplied then it is relative to the selected (parent) schema.
The new schema will contain no target namespace declaration.
The new schema will copy the target namespace declaration from the selected (parent) schema. If the parent has no target namespace then neither will the new schema.
The new schema will use the target namespace specified in the text box.
This wizard page is only shown if you selected "include an existing schema" in the previous page.
The full path of the XSD to be included/imported. This can be a URL.
If this is checked and it is possible to form a relative path from the selected (parent) schema to the specified schema. Then the schema will be referenced using a relative path in the selected (parent) schema.
(Readonly) shows the target namespace used in the included schema (will be blank if it contains no target namespace).