Please note that the FpML website will be down for maintenance from 6-8pm, New York time, on December 7, 2023. For further information email info@fpml.org
Hi, I have a problem with http://www.fpml.org/2007/FpML-4-3. When I tried to add fpml-fx-4-3.xsd to my VS2005 project (c#) using code like in sample below: XmlSchemaSet xmlSchemaSet = new XmlSchemaSet(); xmlSchemaSet.Add(“http://www.fpml.org/2007/FpML-4-3″, @”D:fpml-fx-4-3.xsd”); xmlSchemaSet.Compile(); I allways get an error like this: “Undefined complexType ‘http://www.fpml.org/2007/FpML-4-3:FxRate’ is used as a base for complex type extension.” Maybe anyone know how to fix it? 😡