Introduction Part 3 of this series of articles showed how we can generate .NET classes from the FpML XSD schema using xsd.exe. It showed how we can then use standard .NET serialization syntax to populate the classes from FpML documents, and vice versa. However, as mentioned in part 3, xsd.exe generates buggy code when used … Continue reading Problems with Using xsd.exe to Generate .NET Classes from the FpML XSD Schema (Introduction to using FpML with .NET Tools Part 4)
Category: xsd.exe
Generating .NET Classes from the FpML XSD Schema (Introduction to using FpML with .NET Tools Part 3)
Introduction Part one of this series of articles looked at how we can use Visual Studio to examine the FpML XML schema documents (XSDs), and the associated example XML instance documents. Part two of the series looked in some detail at the structure of an FpML trade XML document, and showed how to investigate its … Continue reading Generating .NET Classes from the FpML XSD Schema (Introduction to using FpML with .NET Tools Part 3)