Description: The Following is NOT SUPPORTED.
Assume a Schema file "MySchema.xsd" in D:\tmp and you would like to refer to that schema element in mapper without importing the schema file into the Application or Shared module.
1). Create a new project.
2). Right click on Schemas --> New --> XML Schema file c:\tmp\linktofilesystem.xsd
3). Click on "Advanced".
4). Click "Link to file system" and choose a schema which is outside of the workspace.
5). Create a new process which uses the schema.
Symptoms: TIBCO-BW-SCHEMA-RESOLVER-500101: Schema not found.
Cause: BW6 does not support this use case, as it mandates the schema files to be present inside the application / shared modules.