FpML Issues Tracker
closed
Block
Always
Architecture
Admin
mgratacos
Summary
Adding a dec namespace declaration on the enumeration value "Forward" in the "OptionTypeEnum" is invalid because it contradicts the following XSD rule:
http://www.w3.org/TR/xmlschema-1/#coss-particle
The solution is to move all the "dec" namespace declarations to the xsd:schema element of each FpML document.
Notes:
mgratacos
07/17/07 4:12 pm
I corrected this on the trunk last week. There was a problem with the generation script that outputs the schema files from /src. It was not copying the new dec namespace. We’ll issue an errata and a new build will be released.