<?xml version="1.0" encoding="utf-8" ?>

<!--
/*
 * examples/full/datasource/demo.xml
 * 
 * This file is part of EditableGrid.
 * http://editablegrid.net
 *
 * Copyright (c) 2011 Webismymind SPRL
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://editablegrid.net/license
 */
-->

<!-- The XML data below have been generated by PHP script "demo.xml.php" (and slightly manually modified to insert some comments). -->
<!-- This file is provided only to let people that don't have a PHP-enabled web server easily accessible test the EditableGrid examples. -->

<table>

  <metadata>

 <column name='water_quality_limited_segment_name' label='Water Quality Limited Segment Name' datatype='string' editable='false'></column>
 <column name='pollutant' label='Pollutant' datatype='string' editable='false'></column>

  </metadata>
 <data>
		<row id="Rx1">
		 <column><![CDATA[Alamitos Bay (4 segments: Shore float; 1st & Bayshore; 2nd St Bridge & Bay shore; 56th Place - bayside)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="Rx2">
		 <column><![CDATA[Colorado Lagoon]]></column>
		 <column><![CDATA[Chlordane (tissue & sediment)
		   DDT (tissue)
		   Dieldrin (tissue)
		   Lead (sediment)
		   PAHs (sediment)
		   PCBs (tissue)
		   Sediment Toxicity
		   Zinc (sediment)]]></column>
	   </row>
		  <row id="Rx3">
		 <column><![CDATA[Colorado Lagoon (3 segments: north, center, south)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="Rx4">
		 <column><![CDATA[Long Beach City Beaches (13 segments: 3rd Place; 5th; 10th; 16th; 36th; 54th; 55th; 62nd; 72nd; Coronado Ave; Granada Ave; Molina Ave; Prospect Ave)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="Rx5">
		 <column><![CDATA[Los Cerritos Channel]]></column>
		 <column><![CDATA[Ammonia
		   Bis(2ethylhexyl)phthalate/DEHP
		   Chlordane (sediment)
		   Coliform Bacteria
		   Copper
		   Lead
		   Trash
		   Zinc]]></column>
	   </row>

 </data>
 </table>