1258: Recordkeeping Schema missing includes

The fpml-recordkeeping-processes-5-10.xsd is missing several includes because of which it excludes several product substitution groups. This issue may be in other versions of Record keeping schema also. It was corrected by manually including them. The list of includes missing is as below: <xsd:include schemaLocation=”fpml-generic-5-10.xsd”/> <xsd:include schemaLocation=”fpml-standard-5-10.xsd”/> <xsd:include schemaLocation=”fpml-ird-5-10.xsd”/> <xsd:include schemaLocation=”fpml-fx-5-10.xsd”/> <xsd:include schemaLocation=”fpml-fx-targets-5-10.xsd”/> <xsd:include schemaLocation=”fpml-fx-accruals-5-10.xsd”/> <xsd:include schemaLocation=”fpml-eqd-5-10.xsd”/> … Continued