Hi,

  Maybe it was mentioned here already (anyone to point me to some list search 
engine?), but i have a question. While generating source for my classes, i get 
multiple of following conflicts:

 Warning: A class name generation conflict has occured between element 
'/foo/bar' and element '/foo/bar'

 Is it possible to workaround something like this in binding file? It happens 
for schemas with syntax like this:

 <xsd:sequence>
     <xsd:element ref="CardDetails" maxOccurs="unbounded"/>
     <xsd:element name="CardAccountOwner" type="Party" minOccurs="0"/>
 </xsd:sequence>
 <xsd:sequence>
     <xsd:element name="CardAccountOwner" type="Party" minOccurs="0"/>
     <xsd:element name="CardAccount" type="Account"/>
 </xsd:sequence>
 <xsd:sequence>
     <xsd:element ref="CardDetails" maxOccurs="unbounded"/>
     <xsd:element name="CardAccountOwner" type="Party" minOccurs="0"/>
     <xsd:element name="CardAccount" type="Account"/>
 </xsd:sequence>
 
 (for CardAccount and CardAccountOwner in this case)

Regards.

//Michal Wozniak

----------------------------------------------------------------------
Poznaj Stefana! Zmien komunikator! >>> http://link.interia.pl/f1924


-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to