<?xml version="1.0"?>

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

      <elementtype name="SchemaCategory">
         <model>
            <sequence>
               <element type="string" name="CategoryID"/>
               <element type="ParentCategoryRefList" occurs="?"/>
               <element type="CategoryName" occurs="*"/>
               <element type="ShortDescription" occurs="*"/>
               <element type="LongDescription" occurs="*"/>
               <element type="CategoryAttribute" occurs="*"/>
            </sequence>
         </model>
         <attdef datatype="ID" name="CategoryID">
            <implied/>
         </attdef>
         <attdef datatype="IDREFS" name="ParentCategoryRef">
            <implied/>
         </attdef>
      </elementtype>

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

      <elementtype name="ParentCategoryRefList">
         <model>
            <element type="string" name="CategoryIDRef" occurs="+"/>
         </model>
      </elementtype>

   </schema>