<?xml version="1.0"?>

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

      <elementtype name="ATPCheckType">
         <model>
            <sequence>
               <element type="ATPCheckTypeCode" name="ATPCheckTypeCoded"/>
               <element type="string" name="ATPCheckTypeCodedOther" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="ATPCheckTypeCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>NotSpecified</option>
            <option>ConfirmQuantityAndDate</option>
            <option>ConfirmAvailableQuantityForRequestedDate</option>
            <option>ConfirmAvailableDateForRequestedQuantity</option>
         </enumeration>
      </datatype>

   </schema>