hi
I am using codegen (1.2.1) to generate Java code.
I see only the complexTypes being mapped to the java code.
I would like to generate code for xsd elements that use these complex types.
I tried putting the element names in the includes in customization file but
it does not help.

Example:
<xs:complexType name="MySchemaType">
...
</xs:complexType>

<xs:element name="MyElement1" type="MySchemaType"/>
<xs:element name="MyElement2" type="MySchemaType"/>

Generated code has MySchemaType.java but nothing for MyElement1 and
MyElement2 even after I added them as includes. Looks like I am missing some
important point here. (I could not find any related explanatory note)

thanks for the help
kapil
-- 
View this message in context: 
http://www.nabble.com/codegen-ignoring-xsd%3Aelement-with-named-complexType-tp24036372p24036372.html
Sent from the jibx-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to