<SimRepo>
	<!-- --------------------------- 
		Example sim specification: 
		<sim url="https://www.eqsim.com/susrepos/SUSP1_CADILLAC.zip" id="SUSP1_CADILLAC" help="https://www.simsushare.com/" title="Cadillac Bar" author="SimsUshare">
			Side C reveals balloon construction.
		</sim>
		
		Here are the attributes you can use:
		- url: location of zip file. The sim should have the same sim id as what you specify in the 'id' attribute. You can find the
		       sim id by looking at the folder name of your sim (not the title/name)
		- id: The sim id of your sim. Must match the sim inside the zip file. If the id is being used already on the user's computer,
		      SimsUshare recognizes it and gives the user the option to copy as a new sim, or overwrite the existing sim.
		- title: (Optional) Sim name shown to user. This does not have to be unique among a user's sims.
		- author: (Optional) author name(s).
		- help: (Optional) a web page you can specify that the user is told "Click here for more information".
		
		You can specify a more detailed description of the sim within the <sim> and </sim> tags, shown above as "Side C reveals...".
		This has to be valid XML, so please avoid special characters, or use the appropriate escape sequences.
		
		It is only necessary to have id and url, the other attributes (url, title, author, help, and description) are optional.
		
		If you want to have a password on your repo, you can add "downloadPass" to SimRepo (as in <SimRepo downloadPass="somepass"> 
		or on an individual sim, as in <sim downloadPass="abc" ...>. IMPORTANT: This password security system is weak since the
		real password is sent in clear text for anyone listening to the software network traffic. It is not intended for sensitive
		material, only to deter casual potential thieves. Anyone who knows your xml file location (or the name catalogmgr.php in your
		URL that you make) can retrieve the XML file and look at any password.
		--------------------------- -->
	
	<sim url="https://repos.simsushare.com/BERKFIRE/WAREHOUSE.zip" id="WAREHOUSE" title="Warehouse" author="Berkeley Fire"></sim>
	<sim url="https://repos.simsushare.com/BERKFIRE/WESTSIDEBUNGALO.zip" id="WESTSIDEBUNGALO" title="West Side Bungalow" author="Berkeley Fire"></sim>
	<sim url="https://repos.simsushare.com/BERKFIRE/997CEDAR.zip" id="997CEDAR" title="997 Cedar" author="Berkeley Fire"></sim>
	<sim url="https://repos.simsushare.com/BERKFIRE/FISHHOUSE.zip" id="FISHHOUSE" title="Fish House" author="Berkeley Fire"></sim>
	<sim url="https://repos.simsushare.com/BERKFIRE/PKHOUSE.zip" id="PKHOUSE" title="PK House" author="Berkeley Fire"></sim>
	<sim url="https://repos.simsushare.com/BERKFIRE/QUINLANHOME.zip" id="QUINLANHOME" title="Quinlan Home" author="Berkeley Fire"></sim>

</SimRepo>