private/xml/all_cloudaccountsfromcustomer.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
    <entity name="mw_cloudaccount">
        <attribute name="mw_name" />
        <attribute name="mw_type" />
        <attribute name="mw_end" />
        <attribute name="mw_begin" />
        <attribute name="mw_customerid" />
        <attribute name="mw_password" />
        <attribute name="mw_contact" />
        <attribute name="mw_loginname" />
        <attribute name="mw_cloudaccountid" />
        <attribute name="mw_firstname" />
        <attribute name="statecode" />
        <attribute name="mw_lastname" />
        <attribute name="mw_description" />
        <attribute name="createdon" />
        <order attribute="mw_name" descending="false" />
        <link-entity name="mw_customer" from="mw_customerid" to="mw_customerid" alias="ad">
            <filter type="and">
            </filter>
        </link-entity>
    </entity>
</fetch>