How to conver xsd to Enterprise event definition

I have xsd that has lot of fields and I need to define a document that will hold all the data in that xml file

There is dtd2event application that can convert dtd into EI event definition.

Is there a way to convert xsd into EI event definition.

Any help is appreciated.

Although this is NOT the optimal solution, in wM 4.1, we’ve used a tool - XMLSpy - to convert an XSD document to a DTD document and stored it externally in a file directory. We then defined a Configured Operation that used this DTD to either Generate or Parse - your choice…

Hope this helps somewhat…

Thanks, it worked.