private/xml/all_cloudcellsfromcustomer.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
    <entity name="mw_cloudcell">
        <attribute name="mw_name" />
        <attribute name="createdon" />
        <attribute name="mw_type" />
        <attribute name="mw_cloudcellid" />
        <attribute name="statecode" />
        <attribute name="mw_parentcellid" />
        <attribute name="mw_description" />
        <order attribute="mw_name" descending="false" />
        <link-entity name="mw_mw_cloudcell_mw_customer" from="mw_cloudcellid" to="mw_cloudcellid" visible="false" intersect="true">
            <link-entity name="mw_customer" from="mw_customerid" to="mw_customerid" alias="ac">
                <filter type="and">
                </filter>
            </link-entity>
        </link-entity>
    </entity>
</fetch>