Hi,
I'm using castor with apache axis and I've created an xml schema to
define the types used. When I use the sourcegenerator, it creates classes
for complexTypes and any element within that is of a complexType.
I've tried setting both org.exolab.castor.builder.javaclassmapping=type and
element and they both behave similarly.
<xsd:complexType name="MarketType">
<xsd:sequence>
<xsd:element name="one" type="myComplexType"/>
<xsd:element name="two" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="myComplexType">
<xsd:sequence>
<xsd:element name="a" type="xsd:string"/>
<xsd:element name="b" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
will create a class for MarketType, MyComplexType, and One. Is there any
way to not generate the 'One' class?
Thanks,
-Phil
This email and any files transmitted with it are intended solely for the
person(s)to whom it is addressed. If you are not the intended recipient,
please delete the message and all copies of it from your system, and destroy
any hardcopies of it and contact the sender of the email.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev