FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
iyermakova
Summary
Please add the name fpml to the fpml namespace declaration in the validation examples. This makes testing and development much easier.
... version="4-3" xmlns="http://www.fpml.org/2007/FpML-4-3" xmlns:fpml="http://www.fpml.org/2007/FpML-4-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fpml.org/2007/FpML-4-3 fpml-main-4-3.xsd http://www.w3.org/2000/09/xmldsig# xmldsig-core-schema.xsd" xsi:type="RequestTradeConfirmation" ...
It is the line xmlns:fpml="http://www.fpml.org/2007/FpML-4-3" that needs adding to the examples
Notes:
iyermakova
08/24/07 5:17 pm
fpml was added to the fpml namespace declaration for all FpML examples(xmlns:fpml=”http://www.fpml.org/2007/FpML-4-3″)
iyermakova
08/24/07 5:18 pm
fpml was added to the fpml namespace declaration for all FpML examples.
The change is added to the subversion