<?xml version="1.0" standalone="yes"?> <geocode_request vendor="elocation"> <address_list> <input_location id="27010"> <input_address match_mode="EXACT"> <us_form1 street="1 Oracle dr" lastline="Nashua, NH 03062" /> </input_address> </input_location> </address_list> </geocode_request>
<?xml version="1.0" standalone="yes"?> <geocode_request vendor="elocation"> <address_list> <input_location id="27010"> <input_address match_mode="EXACT"> <us_form2 street="1 Oracle Dr" city="Nashua" state="NH" zip_code="03062" /> </input_address> </input_location> </address_list> </geocode_request>
<?xml version="1.0" standalone="yes"?> <geocode_request vendor="elocation"> <address_list> <input_location id="27010"> <input_address match_mode="DEFAULT"> <gen_form street="1 Oracle st" city="Nashua" region="NH" country="US" postal_code="03062" /> </input_address> </input_location> </address_list> </geocode_request>
<?xml version="1.0" standalone="yes"?> <geocode_request vendor="elocation"> <address_list> <input_location id="27010"> <input_address match_mode="RELAX_POSTAL_CODE"> <gdf_form street="1 Oracle st" builtup_area="Nashua" order1_area="NH" country="US" postal_code="03063" /> </input_address> </input_location> </address_list> </geocode_request>
<?xml version="1.0" standalone="yes"?> <geocode_request vendor="elocation"> <address_list> <input_location id="27010"> <input_address match_mode="RELAX_STREET_TYPE"> <unformatted country="US" > <address_line value="Mr. John Smith" /> <address_line value="Oracle NEDC" /> <address_line value="1 Oracle Dr" /> <address_line value="Nashua, NH 03062" /> </unformatted> </input_address> </input_location> </address_list> </geocode_request>