Hi Erik,

The problem with the schema is that no type information is supplied for
the elements, meaning any content may be present in the actual
documents. This isn't an error, but it does mean the only way to handle
these elements is by using a DOM representation for the content. I think
that's what the 1.2.3 code is doing.

You can get the current code from CVS and build it yourself to try this out.

I'm going to be making yet another attempt to get out the 1.2.3 release
in the next few days, so it's a good time to give this a try and make
sure it works for your case.

  - Dennis

Dennis M. Sosnoski
Java SOA and Web Services Consulting <http://www.sosnoski.com/consult.html>
Axis2/CXF/Metro SOA and Web Services Training
<http://www.sosnoski.com/training.html>
Web Services Jump-Start <http://www.sosnoski.com/jumpstart.html>


On 11/02/2010 12:15 PM, Erik Kron wrote:
> I am trying to generate code from an xsd. I am getting the following errors:( 
> I 
> am getting similar warnings on different elements)
>
> Warning: No type defined for element 'uarfcnDl' at (line 6891...
> Warning: No type defined for element 'sib5bisEnabled' at (line 6892, col 
> 72,.....
>
> Below is part of the XSD:
>
>         <complexType>
>             <complexContent>
>                 <extension base="xn:vsData">
>                     <all>
>                         <element name="freqBand" minOccurs="0" />
>                         <element name="defaultHoType" minOccurs="0" />
>                         <element name="userLabel" minOccurs="0" />
>                         <element name="uarfcnDl" minOccurs="0" />
>                         <element name="sib5bisEnabled" minOccurs="0" />
>                     </all>
>                 </extension>
>             </complexContent>
>         </complexType>
>
> In my search via the mailing list, it looks like this issue is reolved in 
> ver1.2.3. Is this true or is my understanding wrong?
>
> If this issue is indeed resolved in ver1.2.3, how do I get my hands on this 
> release so that I can try it out.
>
> Erik  
>
>
>       
>
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>   
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to