public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('ShowcaseItem', $strComplexTypeArray)) {
         $strComplexTypeArray['ShowcaseItem'] = ShowcaseItem::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }