public static function getDerivedAttributeTypes()
 {
     return array_merge(parent::getDerivedAttributeTypes(), array('FullName', 'ImportModelTestItem3Derived'));
 }
 /**
  * Override to block out additional attributes that are not importable
  * @return array
  */
 public static function getNonImportableAttributeNames()
 {
     return array_merge(parent::getNonImportableAttributeNames(), array('latestDateTime'));
 }