I have an XSD with int 0..1 and xmlbeans generates the java code with int instead of Integer. I have tested with xfire and xfire generates Integer. Anyone know why xmlbeans uses integer? Here is the part of my xsd:
<element name="idProduction" type="int" maxOccurs="1" minOccurs="0"> </element> Thanks, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

