Hi, can I take it you have had a breif look at
http://castor.org/sourcegen.html#Non-trivial-real-world-example for a more or less complete example on how to use a binding file in this context ? Regards Werner [EMAIL PROTECTED] wrote: > 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] > ------------------------------------------------- > > ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

