<?xml version="1.0" encoding="utf-8"?>
<dataset name=""> <!-- * name:string - name of the dataset  -->
	<metadata> <!-- * metadata about the dataset -->
		<sourcename><!-- * string: name of the source of the data --></sourcename> 
	</metadata>
	<locationdata> <!-- * location based information -->
		<coveragecountryid><!-- * int: id of the country of the dataset coverage area. --></coveragecountryid>
	</locationdata>
	<item> <!-- * one item of data. there can be many of these -->
		<id><!-- * string: unique id of this item based on internal system id. used for updating data later --></id>
		<name><!-- * string: name of the item --></name>
		<!-- * Note: one of the following must be provided: (location) or (address, city, state) or (latitude, longitude) -->
		<location><!-- string: full text string of location. this can be used instead of address, city, state, zip--></location>
	</item>
</dataset>