Forums

FpML Discussion

General FpML Discussion Technical & Implementation Questions http://www.fpml.org/2007/FpML-4-3:FxRate – error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1662
    majon
    Spectator

    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? 😡

    #1663
    majon
    Spectator

    Ok I know what was wrong…. I must at first import to project all *.xsd files connected with this (4.3) version. Bye

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.