private/xml/fetchCloudProduct.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
  <entity name="mw_cloudproduct">
    <attribute name="mw_name" />
    <attribute name="createdon" />
    <attribute name="mw_version" />
    <attribute name="mw_cloudproductmakerid" />
    <attribute name="mw_licence" />
    <attribute name="mw_hosting" />
    <attribute name="mw_edition" />
    <attribute name="mw_usage" />
    <attribute name="mw_monthlyleaseprice" />
    <attribute name="mw_installationprice" />
    <attribute name="mw_cloudproductid" />
    <attribute name="mw_topalaccountid" />
    <attribute name="mw_setupinstructions" />
    <attribute name="mw_description" />
    <order attribute="mw_name" descending="false" />
    <filter type="and">
      <filter type="or">
        <condition attribute="mw_name" operator="eq" value="Private Desktop User" />
      </filter>
    </filter>
  </entity>
</fetch>