Hi there,
testing castor-xml we found out a strange code generation behaviour

Using a schema with the following included 
 <xs:element name="foo">
  <xs:complexType>
   <xs:sequence> 
    <xs:choice maxOccurs="unbounded">
     <xs:element ref="baz"/>
     <xs:element ref="bar"/>
    </xs:choice>
   </xs:sequence> 
  </xs:complexType>
 </xs:element>
only one Element for the choice is generated instedead of a list of
choices. Removing the sequence-decls everything is ok. 
-- 
Yours
--ukriegel
---------------------------------------------------------------------
Dr. E.Ulrich Kriegel, [EMAIL PROTECTED],
Fraunhofer ISST, Mollstra�e 1, D-10178 Berlin, Germany
tel:   (++49(0)30) 243 06 446 fax:   (++49 (0) 30) 24306 199.
For public key either send mail with subject ##public-key or look at
http://www.isst.fhg.de/~ukriegel/public-key.html
=====================================================================

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to