How to import (+copy) and refresh external XSD Schema in JDev?
Assume I created a BPEL project in JDeveloper.
Now I want to import a XSD schema which is somewhere on my hard disc.
How can I do this?
I found no "Import XSD" menu entry. Even in menu File->Import...
there is no entry "Import XSD schema".
When I tell JDev to import it during e.g. an "assign" specification (=not as a stand-alone operation)
then just the location is referred e.g.
D:\test\proj1\foobar\mytest.xsd
but it is NOT copied to the workspace project folder.
So how can I tell JDev:
Take D:\test\proj1\foobar\mytest.xsd, then copy it to the project folder
D:\jdev\workspace\myproj1 and show it in JDev under "Schemas"?
Furthermore I am searching for a "refresh". What, if I edit the XSD with an external (=non-JDev) editor.
How can I tell JDev to refresh the imported XSD schema, too (=make the changes visible in JDev) ?
Peter