<?xml version="1.0"?> <schema uri="urn:x-commerceone:document:com:commerceone:XCBL35:XCBL35.sox$1.0"> <elementtype name="OrderConfirmationResponseDetail"> <model> <sequence> <element type="string" name="OrderConfirmationItemNum"/> <element type="string" name="BuyerOrderConfirmationItemNum"/> <element type="BasicResponseCode" name="OrderConfirmationResponseCode" occurs="?"/> <element type="string" name="OrderConfirmationResponseCodedOther" occurs="?"/> <element type="ListOfAccountAssignment" occurs="?"/> <element type="ListOfStructuredNote" occurs="?"/> <element type="ErrorInfo" occurs="?"/> <element type="ListOfNameValueSet" occurs="?"/> </sequence> </model> </elementtype> <elementtype name="ListOfOrderConfirmationResponseDetail"> <model> <element type="OrderConfirmationResponseDetail" occurs="+"/> </model> </elementtype> </schema> |