/**
  * Gets all complex and array types.
  *
  * @return array An array containing all complex and array types
  */
 public function getTypes()
 {
     return ckXsdType::getComplexAndArrayTypes();
 }