<?xml version="1.0"?>

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

      <elementtype name="ASNOrderNumber">
         <extends type="OrderNumber">
            <append>
               <element type="ASNPartialOrder" occurs="?"/>
               <element type="ASNReferences" occurs="?"/>
            </append>
         </extends>
      </elementtype>

      <elementtype name="ASNPartialOrder">
         <model>
            <sequence>
               <element type="ASNPartialOrderCode" name="ASNPartialOrderCoded"/>
               <element type="string" occurs="?" name="ASNPartialOrderCodedOther"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="ASNPartialOrderCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>CompleteOrder</option>
            <option>PartialOrder</option>
         </enumeration>
      </datatype>

   </schema>