[This message was posted by Gary Rich of CISX <[email protected]> to the "FIXML_Schema" discussion forum at http://fixprotocol.org/discuss/19. You can reply to it on-line at http://fixprotocol.org/discuss/read/1a15c4c7 - PLEASE DO NOT REPLY BY MAIL.]
Hi, I realise this is an old thread but did you get any further with this as I have exactly the same problem? > Hi, > > Has anybody used the FixML44 schema with xmlbeans? > > I seem to be getting stuck on the type inheritance > > I start with: FIXMLDocument doc = FIXMLDocument.Factory.newInstance(); > FIXMLDocument.FIXML fixml = doc.addNewFIXML(); > > but fixml only has addNewBatch() and addNewMessage(). > > So i try AllocationReportMessageT rpt = > AllocationReportMessageT.Factory.newInstance(); fixml.setMessage( rpt ); > > but the generated XML shows the allocation report element name as > Message instead of AllocationReport. [You can unsubscribe from this discussion group by sending a message to mailto:[email protected]] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Financial Information eXchange" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fix-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
