FpML Issues Tracker
closed
Minor
Always
Schema
zakons
mgratacos
Summary
Using the JAXB compiler in JDK 1.6, we found the following 3 errors in the XSD, all due to duplicate ID's:
U:CommoditiesFpMLreporting-5-3_xml>c:xjc -nv fpml-reporting-5-3.xsd parsing a schema... [ERROR] Element "{http://www.fpml.org/FpML-5/reporting}definePosition" shows up in more than one properties. line 502 of file:/U:/Commodities/FpML/reporting-5-3_xml/fpml-reconciliation-5- 3.xsd
[ERROR] The following location is relevant to the above error line 496 of file:/U:/Commodities/FpML/reporting-5-3_xml/fpml-reconciliation-5- 3.xsd
[ERROR] Property "Id" is already defined. Use
[ERROR] The following location is relevant to the above error line 202 of file:/U:/Commodities/FpML/reporting-5-3_xml/fpml-shared-5-3.xsd
[ERROR] Property "Id" is already defined. Use
[ERROR] The following location is relevant to the above error line 252 of file:/U:/Commodities/FpML/reporting-5-3_xml/fpml-shared-5-3.xsd
Failed to parse a schema.
Notes:
jordibarcelo
06/04/13 1:50 pm
Testing with jaxbbuilder.2.0.1581 in NetBeans IDE, Reporting 5.3 schema can be compiled with no errors.
Screenshot attached.