To retrieve standard objects and/or custom fields on standard objects, you must name the
component in package.xml. The following
package.xml file will retrieve a single field
EngineeringReqNumber__c, on the Case object, as well as the
entire Account object.
Custom objects and standard objects should be specified in the same <types> section, the one containing <name>CustomObject</name>.