alternative for xsd.exe

  • Thread starter Thread starter fj
  • Start date Start date
F

fj

I am trying to generate c# class out of schema files. The problem I am
having is the schema file is very completed and it imports other schema file
as the child objects. The related schema definition files are more than 5
most of the time.

I try to use xsd.exe. It won't work. Does anybody have used other tools to
generate c# class?

-fj
 
fj said:
I am trying to generate c# class out of schema files. The problem I am
having is the schema file is very completed and it imports other schema
file as the child objects. The related schema definition files are more
than 5 most of the time.

I try to use xsd.exe. It won't work. Does anybody have used other tools to
generate c# class?

I've used xsd.exe with some success to create classes from complex imported
schemas - I can't remember the command line switches but from what I do
remember you need to pass all off the schema files to xsd.exe not just the
"top" level schema.

HTH
 
Back
Top