<?xml version="1.0" standalone="yes"?>

<!-- Species have the following attributes:
    
    id="int"                    required
    * Unique identifier for this species.
    
    name="string"               required
    * String representation for this Species.  Can have
      &lt;sub&gt; and &lt;sup&gt; HTML tags.  Care must be taken to
      ensure that the begin and end tags are balanced.
       
    enthalpy="double"           assumed="0.0"
    * Species Enthalpy in kJ/mol.
    
    entropy="douple"            assumed="0.0"
    * Species Entropy in J/K*mol.
    
    specificHeat="double"       assumed="0.0"
    * Specific Heat in J/K*mol.
    
    state="string"              assumed="l", valid={"aq", "l", "s"}
    * Represents the state of this species: liquid (l), aqueous (aq),
      or solid (s).
       
    molecularWeight="double"    assumed="0.0"
    * Molecular weight of this species in grams/mol.
    
    charge="int"                assumed="0"
    * Charge of this reagant, ie: +1, -2, etc.
    
    hue="int"                   assumed="0", valid={"0",...,"360"}
    * The hue (HSV) of this species.
    
    saturation="int"            assumed="0", valid={"0",...,"100"}
    * The saturation (HSV) of this species.
    
    value="int"                 assumed="0", valid={"0",...,"100"}
    * The brightness (HSV) of this species. 
    
    colorConcentration="double" assumed="0.0"
    * The concentration in moles/L that the color (HSV) of this species
      has been measured at.
-->

<SPECIES_LIST>
	<!-- Water. -->
	<SPECIES id="0" name="H&lt;sub&gt;2&lt;/sub&gt;O" 
	                enthalpy="-285.83" 
	                entropy="69.95" 
			    state="l"
	                molecularWeight="18.02"/>
	<SPECIES id="1" name="H&lt;sup&gt;+&lt;/sup&gt;"
	                molecularWeight="1.007"/>
	<SPECIES id="2" name="OH&lt;sup&gt;-&lt;/sup&gt;"
	                enthalpy="-229.9" 
	                entropy="-10.75" 
	                molecularWeight="17.01"/>

	<!-- Regular Species. -->
	<SPECIES id="100" name="Na&lt;sup&gt;+&lt;/sup&gt;" 
	                  enthalpy="-240.12" 
	                  entropy="59" 
	                  molecularWeight="22.99"/>
	<SPECIES id="101" name="Cl&lt;sup&gt;-&lt;/sup&gt;" 
	                  enthalpy="-167.16" 
	                  entropy="56.5" 
	                  molecularWeight="35.45"/>
	<SPECIES id="200" name="PO&lt;sub&gt;4&lt;/sub&gt;&lt;sup&gt;3-&lt;/sup&gt;"
	                  enthalpy="-1277.4"
	                  entropy="-222"
	                  molecularWeight="94.97"/>
	<SPECIES id="201" name="HPO&lt;sub&gt;4&lt;/sub&gt;&lt;sup&gt;2-&lt;/sup&gt;"
	                  enthalpy="-1292.14"
	                  entropy="-33.5"
	                  molecularWeight="95.98"/>
	<SPECIES id="202" name="H&lt;sub&gt;2&lt;/sub&gt;PO&lt;sub&gt;4&lt;/sub&gt;&lt;sup&gt;-&lt;/sup&gt;"
	                  enthalpy="-1296.29"
	                  entropy="90.4"
	                  molecularWeight="96.99"/>
	<SPECIES id="210" name="CH&lt;sub&gt;3&lt;/sub&gt;COO&lt;sup&gt;-&lt;/sup&gt;"
	                  enthalpy="-486.01"
	                  entropy="86.6"
	                  molecularWeight="59.05"/>
	<SPECIES id="211" name="CH&lt;sub&gt;3&lt;/sub&gt;COOH"
	                  enthalpy="-485.76"
	                  entropy="178.7"
	                  molecularWeight="60.06"/>
	<SPECIES id="224" name="Co(H&lt;sub&gt;2&lt;/sub&gt;O)&lt;sub&gt;6&lt;/sub&gt;&lt;sup&gt;2+&lt;/sup&gt;"
	                  enthalpy="0"
	                  entropy="0"
	                  molecularWeight="120.9"
			  	hue="360"
			 	saturation="65"
			 	value="100"
			 	colorConcentration=".2"/>
	<SPECIES id="226" name="CoCl&lt;sub&gt;4&lt;/sub&gt;&lt;sup&gt;2-&lt;/sup&gt;"
	                  enthalpy="-575.64"
	                  entropy="489.21"
	                  molecularWeight="90.9"
				hue="240"
				saturation="75"
				value="100"
				colorConcentration=".2"/>
	<SPECIES id="227" name="6H&lt;sub&gt;2&lt;/sub&gt;O(l)"
	                  enthalpy="-190.45"
	                  entropy="32.83"
	                  molecularWeight="120.9"/>
	<SPECIES id="232" name="Ag&lt;sup&gt;+&lt;/sup&gt;"
	                  enthalpy="105.9"
	                  entropy="73.93"
	                  molecularWeight="120.9"/>
	<SPECIES id="233" name="NO&lt;sub&gt;3&lt;/sub&gt;&lt;sup&gt;-&lt;/sup&gt;"
	                  enthalpy="-206.57"
	                  entropy="146"
	                  molecularWeight="120.9"/>
	<SPECIES id="234" name="AgCl"
	                  enthalpy="-127.03"
	                  entropy="96.11"
				state="s"
				hue="180"
				saturation="0"
				value="100"
				colorConcentration=".03"
	                  molecularWeight="120.9"/>

</SPECIES_LIST>