<?xml version="1.0" encoding="UTF-8"?>
<ODPX xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.gomoos.org/schema/odpx/1" xmlns:gml="http://www.opengis.net/gml" xmlns:odpx="http://www.gomoos.org/schema/odpx/1" xmlns:swe="http://www.opengis.net/swe/1.0.1" xsi:schemaLocation="http://www.gomoos.org/schema/odpx/1 /Users/ian/Documents/GoMOOS/Projects/Exchange_Network/GoMOOS%20Implementation/Schema_Data_etc/ODPX_Schema/odpx/1/index.xsd" schemaVersion="1.0">
	<!-- xsi:schemaLocation="http://www.gomoos.org/schema/odpx/1 http://www.gomoos.org/schema/odpx/1/index.xsd"    -->
	<!-- xsi:schemaLocation="http://www.gomoos.org/schema/odpx/1 odpx/1/index.xsd" -->
	<Organization schemaVersion="1.0">
		<OrganizationDescription>
			<OrganizationDescriptionIdOnly>
				<OrganizationIdentifier>GoMOOS_TEST</OrganizationIdentifier>
			</OrganizationDescriptionIdOnly>
	    </OrganizationDescription>
		<Activity schemaVersion="1.0">
			<ActivityDescription>
				<ActivityDescriptionAllElements>
					<ActivityIdentifier>A0101</ActivityIdentifier>
					<ActivityTypeCode>Sample-Integrated Time Series</ActivityTypeCode>
					<ActivityMediaName>Water/Air</ActivityMediaName>
					<ActivityStartDate>2001-07-10</ActivityStartDate>
					<ActivityStartTime>
						<Time>03:00:00</Time>
						<TimeZoneCode>GMT</TimeZoneCode>
					</ActivityStartTime>
					<ActivityEndDate>2002-03-08</ActivityEndDate>
					<ActivityEndTime>
						<Time>15:00:00</Time>
						<TimeZoneCode>GMT</TimeZoneCode>
					</ActivityEndTime>
					<ActivityRelativeDepthName>MSL</ActivityRelativeDepthName>
					<ActivityTopDepthHeightMeasure>
						<MeasureValue>-4</MeasureValue>
						<MeasureUnitCode>m</MeasureUnitCode>
					</ActivityTopDepthHeightMeasure>
					<ActivityBottomDepthHeightMeasure>
						<MeasureValue>562</MeasureValue>
						<MeasureUnitCode>m</MeasureUnitCode>
					</ActivityBottomDepthHeightMeasure>
					<ProjectIdentifier>GoMOOS_Buoys</ProjectIdentifier>
					<ActivityConductingOrganizationText>
						University of Maine Physical Oceanographic Group
					</ActivityConductingOrganizationText>
					<MonitoringLocationIdentifier>A01</MonitoringLocationIdentifier>
					<ActivityCommentText>Stellwagen Bank, Surface Mooring</ActivityCommentText>
				</ActivityDescriptionAllElements>
			</ActivityDescription>
			<ActivityLocation>
					<odpx:where>
						<!--Lat/Long point-->
						<gml:Point srsName="urn:ogc:def:crs:EPSG:6.5:4326">
							<gml:pos>42.5181 -70.5652</gml:pos>
						</gml:Point>
					</odpx:where>
			</ActivityLocation>
		</Activity>
	</Organization>	
</ODPX>

