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)
Month: January 2008
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)
How FpML Validates a Basic Trade Document (Introduction to using FpML with .NET Tools Part 2)
Introduction Part 1 of this series of articles gave a general introduction to using Microsoft .NET tools to investigate FpML XSD schemas. This article will focus more closely on the FpML itself, by looking at the structure of an FpML trade XML document in some detail. It will explain how the FpML schemas fit together … Continue reading How FpML Validates a Basic Trade Document (Introduction to using FpML with .NET Tools Part 2)