<?xml version="1.0"?>

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

      <elementtype name="SourcingCreateResponseDetail">
         <model>
            <sequence>
               <element type="string" name="SourcingItemID"/>
               <element type="string" name="SourcingItemName"/>
               <element type="string" name="ItemNumber"/>
               <element type="string" name="ParentItemIdentifier" occurs="?"/>
               <element type="SourcingItemResponseCode" name="SourcingItemResponseCoded"/>
               <element type="string" name="SourcingItemResponseCodedOther" occurs="?"/>
               <element type="ListOfSourcingItemComponentResponse" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="ListOfSourcingCreateResponseDetail">
         <model>
            <element type="SourcingCreateResponseDetail" occurs="+"/>
         </model>
      </elementtype>

   </schema>