Re: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Sebastien Dionne
g of XML Schema. >> A sequence is a group of elements that must appear in that order. If the >> elements can appear in any order, don't use a sequence. >> If you have >> >> >> >> >> that means that presentationURL must appear first,

Re: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Sebastien Dionne
> *From:* Sebastien Dionne [mailto:survivan...@gmail.com] > *Sent:* Wednesday, December 30, 2009 11:26 AM > > *To:* user@xmlbeans.apache.org > *Subject:* Re: jaxb to xmlbeans : xmlbeans fail on xs:any > > thanks. I was not suspecting a problem with Xmlbeans, is

RE: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Wing Yew Poon
ar first, if it does, followed by zero or one of any element just not in the target namespace. - Wing Yew   _   From: Sebastien Dionne [mailto:survivan...@gmail.com] Sent: Wednesday, December 30, 2009 11:26 AM To: user@xmlbeans.apache.org Subject: Re: jaxb to xmlbeans : xmlbeans fail on xs:a

Re: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Sebastien Dionne
any order, but no more than once > each. It can only contain element declarations and references. > - Wing Yew > > -- > *From:* Sebastien Dionne [mailto:survivan...@gmail.com] > *Sent:* Wednesday, December 30, 2009 9:30 AM > *To:* user@xmlbean

RE: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Wing Yew Poon
From: Sebastien Dionne [mailto:survivan...@gmail.com] Sent: Wednesday, December 30, 2009 9:30 AM To: user@xmlbeans.apache.org Subject: Re: jaxb to xmlbeans : xmlbeans fail on xs:any it wierd.. even jaxb is not able to recompile it. 2009/12/30 Sebastien Dionne mailto:survivan...@gmail.com&quo

Re: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Sebastien Dionne
here my xml that I want to parse urn:schemas-upnp-org:device:MediaServer:1 Sebastien Dionne Demo /index.html DMS-1.00 the problem is the tag that never appear in my ummarshal structure. 2009/12/30 Sebastien Dionne > hello > > I used jaxb to generate sch

Re: jaxb to xmlbeans : xmlbeans fail on xs:any

2009-12-30 Thread Sebastien Dionne
it wierd.. even jaxb is not able to recompile it. 2009/12/30 Sebastien Dionne > hello > > I used jaxb to generate schema from java source and now I'm trying to > regenerate java with xmlbeans but it failed on this line > > > > if I remove this line it will compile. > > there is something wier