<?xml version="1.0"?>

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

      <elementtype name="ObjectAttribute">
         <model>
            <sequence>
               <element type="string" name="AttributeID"/>
               <element type="UOM" name="AttributeUnit" occurs="?"/>
               <element type="AttributeValue" occurs="*"/>
            </sequence>
         </model>
      </elementtype>

      <elementtype name="AttributeValue">
         <model>
            <string/>
         </model>
         <attdef name="lang" datatype="xmllang">
            <default>en</default>
         </attdef>
      </elementtype>

   </schema>