Searching way to split and merge XSD schema files
Posted: Sat Jun 20, 2009 3:46 pm
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
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