Skip to content

7digital/XsdToObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XsdToObject

Parse a set of XSD documents and produce C# source code.

Features:

  • Maps complex XSD types to classes and simple XSD types to basic .NET types
  • Maps XSD elements to IList or T depending on value of maxOccurs attribute
  • Generated class and property names always starts with upper case letter
  • Property names of IList type always ends with 's'
  • Handles XML attributes

About

Parse a set of XSD documents and product C# object code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages