<?xml version="1.0" encoding="UTF-8"?>
<xml>

<global_attributes>

	<convention>seacoos_qc_xml_1.0</convention>

</global_attributes>

<observation_types>

	<sea_surface_temperature>
		<range_test>
			<unit>degree_Celsius</unit>
		
			<seasonal>
				<start_date>01-01</start_date>
					<high>21.1</high>
					<low>15.5</low>
				<stop_date>03-31</stop_date>
				
				<start_date>04-01</start_date>
					<high>23.8</high>
					<low>15.5</low>
				<stop_date>06-30</stop_date>
				
				<start_date>07-01</start_date>
					<high>29.4</high>
					<low>18.3</low>
				<stop_date>09-30</stop_date>				

				<start_date>10-01</start_date>
					<high>29.4</high>
					<low>18.3</low>
				<stop_date>12-31</stop_date>
			</seasonal>

			<annual>
				<high>29.4</high>
				<low>15.5</low>
			</annual>
			
			<sensor>
				<high>40.0</high>
				<low>0.0</low>
			</sensor>
		</range_test>
		
		<continuity_test>
			<unit>degree_Celsius hour-1</unit>
			
			<seasonal>
				<start_date>01-01</start_date>
					<maximum_change>1.0</maximum_change>
				<stop_date>03-31</stop_date>		
		
				<!-- ... -->
		
			</seasonal>

			<!-- ... -->
			
		</continuity_test>
	</sea_surface_temperature>

	<salinity>
	
		<!-- ... -->
		
	</salinity>

</observation_types>
 
</xml>