<?xml version="1.0"?>

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

      <elementtype name="ErrorInfo">
         <model>
            <sequence>
               <element type="string" name="CompletionText"/>
               <element type="LanguageString" name="CompletionMsg"/>
               <element type="Severity"/>
               <element type="ListOfParameter" occurs="?"/>
               <element type="int" name="MinRetrySecs" occurs="?"/>
               <element type="string" name="SwVendorErrorRef" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="ListOfParameter">
         <model>
            <element type="string" name="Parameter" occurs="+"/>
         </model>
      </elementtype>

      <elementtype name="ListOfErrorInfo">
         <model>
            <element type="ErrorInfo" occurs="+"/>
         </model>
      </elementtype>

      <elementtype name="Severity">
         <model>
            <sequence>
               <element type="SeverityCode" name="SeverityCoded"/>
               <element type="string" name="SeverityCodedOther" occurs="?"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="SeverityCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>Informational</option>
            <option>Warning</option>
            <option>Diagnostic</option>
            <option>Transient</option>
            <option>Error</option>
         </enumeration>
      </datatype>

   </schema>