xs:sequence tags define an ordered sequence of elements. Therefore, the provided XML is invalid because the sequence of SubmitPurchaseOrder child elements does not match the sequence in the XSD.
Switching the argx and argy tags (in the XML or the XSD) will result in a valid document. Regards, Coram -- View this message in context: http://www.nabble.com/a-simple-xsd-question-tf2467386.html#a6879329 Sent from the Xml Beans - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

