Set a preferable representation type for a filter

Hello,

I use this XML element to set the preferrable view for :

<Hints>
<ShowInMenu category="MyCompany"/>
   <View type="MyView" port="0" />
   <RepresentationType view="MyView" type="Surface" />
</Hints>

It works for the preferable view but not for the representation type.

Is it possible, like for views, to set a preferable representation for a filter (e.g. Surface) ? or even hide some representation types ?

Thanks.