<?xml version="1.0"?>

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

      <elementtype name="AllowOrChargeTreatment">
         <model>
            <sequence>
               <element type="AllowOrChargeTreatmentCode" name="AllowOrChargeTreatmentCoded" occurs="?"/>
               <element type="string" name="AllowOrChargeTreatmentCodedOther" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="AllowOrChargeTreatmentCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>UnitPriceNet</option>
            <option>UnitPriceGross</option>
            <option>SubTotalNet</option>
         </enumeration>
      </datatype>

   </schema>