| 1234567891011121314151617181920212223 | <?xml version="1.0" encoding="utf-8" ?><Reservoirs> <ReservoirDevice>	<ReservoirID>2</ReservoirID>	<TCID>TC1-2</TCID>	<PlannedInitialChemistry>Cu</PlannedInitialChemistry>	<MetalCells>		<MetalID>5</MetalID>		<MetalID>6</MetalID>		<MetalID>7</MetalID>		<MetalID>8</MetalID>	</MetalCells>  </ReservoirDevice>  <ReservoirDevice>	<ReservoirID>3</ReservoirID>	<TCID>TC1-3</TCID>	<PlannedInitialChemistry>Ni</PlannedInitialChemistry>	<MetalCells>		<MetalID>9</MetalID>		<MetalID>10</MetalID>	</MetalCells>  </ReservoirDevice></ThorntonConfig>
 |