<?xml version="1.0"?>

   <schema uri="urn:x-commerceone:document:com:commerceone:XCBL35:XCBL35.sox$1.0">

      <elementtype name="SourcingResultDetail">
         <model>
            <sequence>
               <element type="Reference" name="SourcingResultItemID"/>
               <element type="boolean" name="WinningQuoteIndicator"/>
               <element type="OrderParty" name="SourcingResultParty"/>
               <element type="OrderDates" name="SourcingResultDates" occurs="?"/>
               <element type="Currency" name="SourcingResultCurrency" occurs="?"/>
               <element type="ListOfSourcingResultItem"/>
               <element type="string" name="SourcingResultDetailNotes" occurs="?"/>
               <element type="ListOfAttachment" name="ListOfSourcingResultDetailAttachment" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="ListOfSourcingResultDetail">
         <model>
            <element type="SourcingResultDetail" occurs="+"/>
         </model>
      </elementtype>

   </schema>