Here is where I am standing now:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true" >
<entity name="new_misesajour" >
<attribute name="new_name" />
<attribute name="new_date" />
<attribute name="new_version" />
<attribute name="new_gamme" />
<attribute name="new_compte" />
<attribute name="new_misesajourid" />
<order attribute="new_gamme" descending="false" />
<order attribute="new_date" descending="true" />
<filter type="and" >
<condition attribute="statecode" operator="eq" value="0" />
<condition attribute="new_type" operator="eq" value="100000000" />
</filter>
<filter type="or" >
<condition attribute="accountid" operator="eq" uiname="abc" uitype="account" value="{48AC436F-4C1F-E511-80BD-0050569871D9}" entityname="ac" />
<condition attribute="accountid" operator="eq" uiname="abc" uitype="account" value="{48AC436F-4C1F-E511-80BD-0050569871D9}" entityname="ad" />
<condition attribute="accountid" operator="eq" uiname="abc" uitype="account" value="{48AC436F-4C1F-E511-80BD-0050569871D9}" entityname="af" />
</filter>
<link-entity name="list" from="listid" to="new_liste" alias="aa" >
<link-entity name="listmember" from="listid" to="listid" visible="false" intersect="true" >
<link-entity name="account" from="accountid" to="entityid" alias="ac" link-type="outer" />
</link-entity>
</link-entity>
<link-entity name="list" from="listid" to="new_liste2" alias="ab" >
<link-entity name="listmember" from="listid" to="listid" visible="false" intersect="true" >
<link-entity name="account" from="accountid" to="entityid" alias="ad" link-type="outer" />
</link-entity>
</link-entity>
<link-entity name="list" from="listid" to="new_liste3" alias="ae" >
<link-entity name="listmember" from="listid" to="listid" visible="false" intersect="true" >
<link-entity name="account" from="accountid" to="entityid" alias="af" link-type="outer" />
</link-entity>
</link-entity>
</entity>
</fetch>