users@jaxb.java.net

Re: How to resolve class/interface conflict

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Thu, 12 Feb 2004 15:41:16 -0800

Does your binding files has a line like:

    <binding schemaLocation="location/to/your/schema/language">
        <!-- Resolve collision between XML name. -->
        <jxb:bindings node="//xs:complexType[@name='Envelope']">
          <!-- Customize Element interface name -->
          <jxb:class name="MyEnvelope"/>

          <!-- Definition level customization:
               All references to this global element will be by this
               customized property name. -->
          <jxb:property name="MyEnvelope"/>
        </jxb:bindings>

?

regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net