Is XSD2Ecore able to handle *.xsd files with multiple depedencies ? [message #603374] |
Mon, 27 October 2008 16:02 |
Eclipse User |
|
|
|
Hi!
I used XSD2Ecore to create *.ecore files out of *.xsds.
Concretely these:
XMLSchema.xsd (http://www.w3.org/2001/XMLSchema)
WSDL.xsd (http://schemas.xmlsoap.org/wsdl/)
SOAP.xsd (http://schemas.xmlsoap.org/wsdl/soap/)
These are the official W3C files, I did not alter them in any way.
WSDL.xsd is using elments of XMLSchema.xsd.
SOAP.xsd is using elements of both, XMLSchema.xsd and WSDL.xsd.
Now here comes the problem: when converting WSDL.xsd to ecore no
XMLSchema.ecore is required. The same happens, when I convert SOAP.xsd
to ecore. Like expected I have to specify the WSDL.ecore. But I dont
have to specify the XMLSchema.ecore.
Like I said, WSDL.xsd and SOAP.xsd use several elements from XMLSchema.xsd
but when I want to generate the ecore file, I dont have to specify the
appropriate XMLSchema.ecore. Why not ? Is it even possible to generate
an ecore file for a *.xsd file which is depedent on more then one other
*.xsd
file ?
Thanks in advance,
Tim
|
|
|
Powered by
FUDForum. Page generated in 0.03585 seconds