<?xml version="1.0"?>

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

      <elementtype name="OrderConfirmationHeader">
         <model>
            <sequence>
               <element type="string" name="SellerOrderConfirmationNumber"/>
               <element type="string" name="SellerOrderNumber"/>
               <element type="datetime" name="OrderConfirmationIssueDate"/>
               <element type="OrderConfirmationType" occurs="?"/>
               <element type="Language" occurs="?"/>
               <element type="Currency" occurs="?"/>
               <element type="OrderConfirmationParty" occurs="?"/>
               <element type="OrderConfirmationAction" occurs="?"/>
               <element type="AlphaNum40" name="OrderConfirmationHeaderShortDescription" occurs="?"/>
               <element type="string" name="OrderConfirmationHeaderNote" occurs="?"/>
               <element type="ListOfStructuredNote" occurs="?"/>
               <element type="ListOfNameValueSet" occurs="?"/>
               <element type="ListOfAttachment" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="OrderConfirmationParty">
         <model>
            <sequence>
               <element type="Party" name="BuyerParty" occurs="?"/>
               <element type="Party" name="SellerParty" occurs="?"/>
               <element type="Party" name="ShipToParty" occurs="?"/>
               <element type="ListOfPartyCoded" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="OrderConfirmationType">
         <model>
            <sequence>
               <element type="OrderConfirmationTypeCode" name="OrderConfirmationTypeCoded"/>
               <element type="string" name="OrderConfirmationTypeCodedOther" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="OrderConfirmationTypeCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>OrderConfirmation</option>
            <option>ReturnDelivery</option>
         </enumeration>
      </datatype>

      <elementtype name="OrderConfirmationAction">
         <model>
            <sequence>
               <element type="OrderConfirmationActionCode" name="OrderConfirmationActionCoded"/>
               <element type="string" name="OrderConfirmationActionCodedOther" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="OrderConfirmationActionCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>Create</option>
            <option>Update</option>
            <option>Delete</option>
         </enumeration>
      </datatype>

   </schema>