Making XSD types available at runtime

Hey, im creating a visual studio extension to deal with some annoying XML, and ive run into an issue. When my XML file includes an XSD, i want to automatically generate all complex types in that schema as classes, and make them available for code completion in the active project, but i have no idea how to go about this.
Was this page helpful?