Problem about XmlQName

2010-03-08 Thread Chun-Hsiung Tseng
Hello, when using XmlQName (and its related functionalities), I encountered some weird behavior First of all, the xml document (and schema) for test comes from an OASIS spec: http://docs.oasis-open.org/bpel4people/ws-humantask-1.1-spec-cd-06.html schema files: http://docs.oasis-open.org/bpel4peop

XMLBeans with Derived ComplexTypes

2010-03-08 Thread shyenuganti
Hi, I have a schema which takes a list of "Record" types. Each 'Record' is complex type of SenderDetails, Recipientdetails, shipdate, description and Ref elements. The main.xsd is as follows: -