Please note that the FpML website will be down for maintenance from 6-8pm, New York time, on December 7, 2023. For further information email info@fpml.org
Hi All, I have generated Java classes from fpml-main-4-6.xsd (included all required XSDs) using JAXB 2.0. JAXB2.0 doesn’t generate class for tag. I have formed request till but have no idea how to put this tag inside tag. Any help would be appreciated. Thanks. Hardik
Hi Harkik, JAXB used to have problems supporting XML Schema type substitution and that’s probably why it’s not generating the classes. I thought these were solved but it seems that version 2.0 still has the problem. Could you use a different binding tool like XMLBeans or NetBeans for your project? They support type substitution fine. Regards, Marc