Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 422 Bytes

Usage

Command line syntax : XXsd2Code [SourceDirectory] / [TargetDirectory] / [TargetLanguage][C++,C++CLI,C#,Java]/[Optional]

Use the following commnand to generate code

C++ : XXsd2Code.exe CustomerInfo.xsd/c:\myfolder/C++

Java : XXsd2Code.exe CustomerInfo.xsd/c:\myfolder/Java

C# : XXsd2Code.exe CustomerInfo.xsd/c:\myfolder/C#

C++/CLI (managed .net c++) : XXsd2Code.exe CustomerInfo.xsd/c:\myfolder/C++CLI