<?xml version="1.0"?>

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

      <elementtype name="TradingPartnerResponse">
         <model>
            <element type="ListOfTradingPartnerResponseInfo"/>
         </model>
      </elementtype>

      <elementtype name="TradingPartnerResponseInfo">
         <model>
            <sequence>
               <element type="ReturnMessageInformation"/>
               <element type="ListOfReturnedIdentification" occurs="?"/>
               <element type="URI" occurs="?" name="RedirectURL"/>
               <element type="string" occurs="?" name="ServiceID"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="ReturnMessageInformation">
         <model>
            <sequence>
               <element type="PrimaryMessageInformation"/>
               <element type="ListOfSecondaryMessageInformation" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="ListOfSecondaryMessageInformation">
         <model>
            <element type="SecondaryMessageInformation" occurs="+"/>
         </model>
      </elementtype>

      <elementtype name="ListOfTradingPartnerResponseInfo">
         <model>
            <element type="TradingPartnerResponseInfo" occurs="+"/>
         </model>
      </elementtype>

   </schema>