Re: JM_EVENT_UNEXPECTED_CHILD_ELEMENT: Unexpected element

2008-01-18 Thread giangnn
Hi, Can you please elaborate further? Is it a valid feature which is not supported by Jaxme, or am I writing the invalid XML file? Thank you very much Jochen Wiedmann wrote: > >>xsi:type="exp:USAddress"> > > xsi:type is not supported. Therefore, your XML fragment is tre

Re: JM_EVENT_UNEXPECTED_CHILD_ELEMENT: Unexpected element

2008-01-18 Thread Jochen Wiedmann
>xsi:type="exp:USAddress"> xsi:type is not supported. Therefore, your XML fragment is treated as an instance of exp:Address, where the "state" element is indeed invalid. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (T

JM_EVENT_UNEXPECTED_CHILD_ELEMENT: Unexpected element

2008-01-18 Thread giangnn
Hello, I'm new to Jaxme. I'm trying the following example: XSD content http://www.w3.org/2001/XMLSchema"; xmlns:exp="http://example.org/sample/"; targetNamespace="http://example.org/sample/"; elementFormDefault="qualified">