After you import schema resources into your project, each external reference in those schemas must point to a unique schema that is also contained in the same project.
If external references that do not point to a unique schema, they are identified as unresolved references and flagged in the Task View as errors. For your schemas to work properly in your business process, you must manually resolve these errors. Failure to do so results in problems during packaging.
You manually resolve schemas by browsing a URL, your current project, or the file system for schemas or by accepting the auto-referenced schemas that appear when you open the XSD Resolver Wizard.
Auto-referenced schemas means that a match for a given URI, Unique Resource Identifier, was found in the current project and must be accepted. Because there can only be one project schema for each URI value, these cannot be edited in the Reference table.
To identify unresolved references in imported schemas:
In the Orchestration Navigator, open the imported .xsd file.
Double-click the .xsd file to view its contents.
Right-click the schema root and select Expand All.
Note: If you are working with large schemas that have simpleTypes, consider setting the Schema Preferences to False. This turns off the display of facets and can speed up the loading and display of large schemas in the Viewer. It also makes the schema more readable because there may be fewer nodes to display. See Schema Editor Preferences.
Review all elements
in the schema tree. Unresolved references are identified by .
To resolve references:
In the Orchestration Design Perspective, choose one of the following to open the XSD Resolver Wizard:
In the Orchestration Navigator, right-click the .xsd file for which you want to resolve references and select Resolve References from the shortcut menu.
In the Orchestration Navigator, select the .xsd file for which you want to resolve references, then right-click the root node of the schema and select Resolve References from the shortcut menu.
The Processing Schema progress dialog displays while loading the schema.
Follow the instructions in the dialog boxes that follow to browse a URL, your current project, or the file system for schemas or to accept the auto-referenced schemas in the Resolved to field.
Note: As you resolve references, the list of references in the table may increase. This occurs when you have added schemas that also contain unresolved references. These newly added references must be resolved using the method described in this procedure.
When you click Finish, all project resources using that .xsd are updated.
View the Dependencies View for Uses of this schema.