All, I am a new user to xmlbeans. So far we are very happy using it on the project. Cuddo's to the development team.
My problem is this, I am trying to create xsd's on the fly for our clients ( as the data xsd is not known until runtime.). I am using the call:Inst2Xsd.inst2xsd(xmlObjectArr, new Inst2XsdOptions()); Everything works as expected only I would like to set the min and max occurrences on certain nodes as well as map there data types. I am only ever able to get type="xs:string" even when a date object is supplied as the node value. I have searched the web and can find no reference as to how to do this. Could someone please supply a code sample or point to a tutorial. Much appreciated, Rhys --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

