On Tue, Apr 22, 2014 at 11:02:42PM +0800, Jinquan Liu wrote: > Hi Dave, > > > > Sorry for that didn??t response to you a long time. I was busy on my work > recently. Anyway, I found that you have released 2.12d version. That??s > great. Did you remember the issue I mentioned in this mail about the > elements under VCloudExtension node could not found in the generated > instance. I can find below class which is one type of elements under > VCloudExtension node. > > class VmVimInfoType(GeneratedsSuper): > > Could you help with it? Thanks a lot! >
Jinquan, I'm afraid that I do not believe that I can solve this one. VCloudExtension is a complexType defined in Vcloud_schema/1.5/schemas/vcloud/common.xsd. It is define with content xs:any. I read about that, and it seems that xs:any is a "wild-card", which means that an element of type VCloudExtension can contain child elements of any type. However, the code generated by generateDS.py has to know what possible children an element can have so that it can parse and build those children. I'm sorry that I'm not giving any help with this. If you (or someone else on the list) has a suggestion about how this might be handled, I'd be interested. Dave -- Dave Kuhlman http://www.davekuhlman.org ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ generateds-users mailing list generateds-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/generateds-users