XSD to C# Converter -


i have used jaxb , ant script convert xsd java classes. after have used java c# code converter tool. below 1 of c# code generated comments

//java c# converter todo task: java annotations not have direct .net equivalent attributes: //original line: @xmlaccessortype(xmlaccesstype.field) @xmltype(name = "java.city") public class adxpcity extends adxp public class javacity : java {   } 

should convert commented @xmlaccessortype(xmlaccesstype.field) @xmltype(name = "java.city") (or) can use above class is?

the better thing convert xsd c# directly via xsd.exe gets installed visual studio.

the basic form be

 xsd.exe yourfile.xsd /classes 

however if review documentation can customize further options default namespace class generated inside.

there other 3rd party code generators listed in question have more features xsd.exe, have used xsd2code , found use.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -