CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2011
    Posts
    1

    Question XSD.exe with multiple xsd files

    Hi

    I am trying to build a C# class/classes from about 270 xsd files. The xsd files define the types, methods and properties required. Most of the types from one xsd inheret from types defined in another xsd.

    Can I do this with xsd.exe tool?

    How?

    Should I include all 270 xsd filenames in the command? That sounds ridiculous.

  2. #2
    Join Date
    Mar 2019
    Posts
    1

    Post Re: XSD.exe with multiple xsd files

    Quote Originally Posted by vdbergfw View Post
    Hi

    I am trying to build a C# class/classes from about 270 xsd files. The xsd files define the types, methods and properties required. Most of the types from one xsd inheret from types defined in another xsd.

    Can I do this with xsd.exe tool?

    How?

    Should I include all 270 xsd filenames in the command? That sounds ridiculous.
    Hi,

    Did you got the solustion?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured