<?xml version="1.0" encoding="UTF-8"?>
<!-- $Header: /home/cvs/siam/puckXML/1338.xml,v 1.2 2004/05/24 22:27:43 headley Exp $	-->
<!-- Last edited by $Author: headley $	$Date: 2004/05/24 22:27:43 $   -->
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://ssds.shore.mbari.org/ssdsdata/config/schema/2004cimt/SSDS_Metadata.xsd"
    majorVersion="1" minorVersion="5" lastAuthor="$Author: headley $" lastUpdate="$Date: 2004/05/24 22:27:43 $" >
	<Deployment role="instrument" name="M0-CIMT"
	nominalLongitude="-121.903333" nominalLatitude="36.833333" nominalDepth="0">
		<Device	id="1338" name="Serial CTD" type="CTD" mfgName="Seabird" 
			mfgModel="SBE 37-SM 7000m V2.5" mfgSerialNumber="37SM26805-2003"
			preferredDeploymentRole="Instrument">
			<description>Serial CTD (1st deployed on M0-CIMT)</description>
			<Person	firstname="Paul" surname="Coenen" organization="MBARI"
			email="coenen@mbari.org" phone="831-775-2099"/>
		</Device>

		<Deployment role="sensor">
			<Device id="1329" name="Pressure Sensor" type="pressureSensor" preferredDeploymentRole="sensor"
			mfgName="Seabird" mfgModel="unknown" mfgSerialNumber="4979">
			</Device>
		</Deployment>
		
		<description>M0-CIMT installation of Serial CTD</description>
		<output>
			<DataStream>
				<description>Serial CTD data stream</description>
				<!-- Comments:
				-->
				<RecordDescription bufferStyle="ASCII"
				bufferParseType="ordered"
				bufferItemSeparator=","
				bufferLengthType="variable"
				parseable="true" recordType="1">
					<!-- COMMAND Sent:
					-->
					<!-- Sample Record:
						22.9091, 0.00004,   -0.052, 30 Apr 2004, 22:52:25
					-->
					<!-- Accuracy:
					-->
					<!--
						Comments:
							This XML assumes one data record per packet.
					-->
					<RecordVariable
						name="Temperature"
						longName="Water Temperature"
						units="deg C"	referenceScale="TBD"
						columnIndex="1"
						format="float" >
							<description>water temperature</description>
							<StandardVariable name="temperature"/>
					</RecordVariable>
					<RecordVariable
						name="Conductivity"
						longName="Conductivity"
						units="S/m"	referenceScale="TBD"
						columnIndex="2"
						format="float" >
							<description>sea water conductivity</description>
							<StandardVariable name="conductivity"/>
					</RecordVariable>
					<RecordVariable
						name="Pressure"
						longName="Pressure"
						units="decibars"	referenceScale="TBD"
						columnIndex="3"
						format="float" >
							<description>pressure of sea water</description>
							<StandardVariable name="pressure"/>
					</RecordVariable>
					<RecordVariable
						name="Date"
						longName="Date of Sample"
						units="dd_MMM_yyyy"	referenceScale="TBD"
						columnIndex="4"
						format="string"	>
							<description>date in 'dd MMM yyyy' format</description>
							<StandardVariable name="date"/>
					</RecordVariable>
					<RecordVariable
						name="Time"
						longName="Time of Day"
						units="hh-mm-ss"	referenceScale="TBD"
						columnIndex="5"
						format="string"	>
							<description>time of day in hh:mm:ss format</description>
							<StandardVariable name="time"/>
					</RecordVariable>

				</RecordDescription>
			</DataStream>
		</output>
	</Deployment>
</Metadata>
