<?xml version="1.0"?>

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

      <elementtype name="PersonCommunicationType">
         <model>
            <sequence>
               <element type="PersonCommunicationTypeCode" name="PersonCommunicationTypeCoded"/>
               <element type="string" name="PersonCommunicationTypeCodedOther"/>
            </sequence>
         </model>
      </elementtype>

      <datatype name="PersonCommunicationTypeCode">
         <enumeration datatype="NMTOKEN">
            <option>Other</option>
            <option>TelephoneNumber</option>
            <option>FaxNumber</option>
            <option>EmailAddress</option>
            <option>MobileNumber</option>
            <option>TelexNumber</option>
            <option>TelextexNumber</option>
            <option>PagerNumber</option>
            <option>HomePage</option>
            <option>URL</option>
            <option>FTP</option>
         </enumeration>
      </datatype>

   </schema>