<?xml version="1.0"?>

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

      <elementtype name="InvoiceMedium">
         <model>
            <sequence>
               <element type="InvoiceMediumCode" name="InvoiceMediumCoded" occurs="?"/>
               <element type="string" name="InvoiceMediumCodedOther" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="InvoiceMediumCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>ByMail</option>
            <option>Electronically</option>
            <option>Supplemental</option>
         </enumeration>
      </datatype>

   </schema>