<?xml version="1.0"?>

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

      <elementtype name="NameValuePair">
         <model>
            <sequence>
               <element type="string" name="Name"/>
               <element type="string" name="Value"/>
               <element type="string" name="Datatype" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="ListOfNameValuePair">
         <model>
            <element type="NameValuePair" occurs="+"/>
         </model>
      </elementtype>

   </schema>