Re: Serializing non-containment reference

2008-06-16 Thread Frank Budinsky
Hi Santhosh, My guess is your schema definition has errors. You should have something like this on the element: xmlns:tns="... your models targetNamespace..." xmlns:sdoXML="commonj.sdo/xml" and then the the cross reference declared like this: sdoXML:propertyType="tns:InvolvedPartyImpl" Also,

Serializing non-containment reference

2008-06-16 Thread Santhosh Adiga
Hi, I am trying to serialize and deserialize a SDO containing a non-containment reference. Here is the xsd corresponding to the SDO.