private/xml/all_contact.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
    <entity name="contact">
        <attribute name="fullname" />
        <attribute name="telephone1" />
        <attribute name="jobtitle" />
        <attribute name="contactid" />
        <attribute name="parentcustomerid" />
        <attribute name="address1_line1" />
        <attribute name="winvs_location" />
        <attribute name="mobilephone" />
        <attribute name="gendercode" />
        <attribute name="emailaddress1" />
        <order attribute="fullname" descending="false" />
        <filter type="and">
        </filter>
    </entity>
</fetch>