<?xml version="1.0"?>

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

      <elementtype name="PricingInformation">
         <model>
            <element type="PriceCatalog" occurs="+"/>
         </model>
      </elementtype>

      <elementtype name="PriceCatalog">
         <model>
            <sequence>
               <element type="Action" occurs="?"/>
               <element type="string" name="PriceCatalogID"/>
               <element type="date" occurs="?" name="ValidFrom"/>
               <element type="date" occurs="?" name="ValidUntil"/>
            </sequence>
         </model>
      </elementtype>

   </schema>