Searching way to split and merge XSD schema files

Having trouble installing Oxygen? Got a bug to report? Post it all here.
pstein
Posts: 17
Joined: Wed May 21, 2008 9:13 pm

Searching way to split and merge XSD schema files

Post by pstein »

Assume I have one XSD Schema file with multiple ComplexTypes inside.
Now I want to cut one (or some) of these ComplexTypes and put it into
a new/existing other, second XSD schema file below a different namespace.

Of cause this should not be done simply textually but the references/associations should be kept.

In the original XSD schema file the new XSD schema file must be imported (if not already).
If the type is used in another ComplexType or Element spec then it should become the prefix of the new namespace.

How can I do this (visually-drag-and-drop) in Oxygen XML Editor?

Is there at least way for the opposite direction: When MERGING
a ComplexType or Element from a second XSD schema file into the current
first XSD Schema file?

Peter
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: Searching way to split and merge XSD schema files

Post by george »

Hi Peter,

oXygen provides a number of re-factoring actions but the one you describe is not among them. We plan to extend the re-factoring support in the future and I noted also your request.

Best Regards,
George
George Cristian Bina
Post Reply