Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Is XSD2Ecore able to handle *.xsd files with multiple depedencies ?
Is XSD2Ecore able to handle *.xsd files with multiple depedencies ? [message #603374] Mon, 27 October 2008 16:02
Tim Brömme is currently offline Tim BrömmeFriend
Messages: 19
Registered: July 2009
Junior Member
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
Previous Topic:xsd export
Next Topic:Is XSD2Ecore able to handle *.xsd files with multiple depedencies ?
Goto Forum:
  


Current Time: Thu Mar 28 21:37:51 GMT 2024

Powered by FUDForum. Page generated in 0.02043 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top