<?xml version="1.0" encoding="UTF-8"?><om:CompositeObservation xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:om="http://www.opengis.net/om/1.0" xmlns:swe="http://www.opengis.net/swe/1.0.2" xmlns:ioos="http://www.noaa.gov/ioos/0.6.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/om/1.0 ../schemas/ioosObservationSpecializations.xsd" gml:id="TemperaturePointCollectionTimeSeriesObservation">	<!-- NOTE: The relative path in xsi:schemaLocation above allows document validation using a schema in the local file system. Once the on-line server is operational, change it to xsi:schemaLocation="http://www.opengis.net/om/1.0 http://www.csc.noaa.gov/ioos/schema/IOOS-DIF/IOOS/0.6.1/schemas/ioosObservationSpecializations.xsd" -->	<gml:description>This example data record applies to in situ Water Temperature data at 1 or more times from a collection of 1 or more stations.</gml:description>	<!-- Optional description of data record. -->	<gml:name>Example Water Temperature data record</gml:name>	<!-- Optional name of data record. -->	<gml:boundedBy>		<gml:Envelope srsName="urn:ogc:def:crs:epsg::4326">			<!--For a Collection of stations, this Envelope gives the Latitude and Longitude bounds of the collection. For a single station, the lower and upper corner values should be identical unless that station has well-defined nonzero extent. -->			<!--srsName is the URN of a coordinate reference system (CRS). The CRS 'urn:ogc:def:crs:epsg::4326' refers to latitude, then longitude in decimal degrees based on the World Geodetic System 84 (WGS84) reference frame. Negative values are South and West. For IOOS, the use of at least urn:ogc:def:crs:epsg::4326 is mandatory; additional CRSes may optionally be offered by data providers. -->			<gml:lowerCorner>34.450 -127.008</gml:lowerCorner>			<!-- southwest corner in this CRS -->			<gml:upperCorner>34.454 -127.012</gml:upperCorner>			<!-- northeast corner in this CRS -->		</gml:Envelope>	</gml:boundedBy>	<om:observationMetadata xlink:href="http://example.metadata.server.location.replace.with.actual/iso19139.xml"/>	<!-- Reference to ISO 19139 metadata in a remote document.  See MD_Metadata_Type defined in IOOS-DIF/OGC/iso/19139\20070417/gmd/metadataEntity.xsd for the schema definition of the referenced element-->	<om:samplingTime>		<!-- Observation time -->		<gml:TimePeriod gml:id="ST">			<gml:description>For a Time Series, the samplingTime gives the temporal bounds of the time series. For a single time, the begin and end times must be identical. Dates and times are expressed in ISO 8601 syntax with punctuation: yyyy-mm-ddThh:mm:ss.sssZ. Least significant components may be truncated from the right end if not needed. The 'Z' suffix indicates Universal Time ("zulu"). UT is recommended; local times must use local time zone offset specifier.</gml:description>			<gml:beginPosition>2008-01-11T10:00:00.00Z</gml:beginPosition>			<gml:endPosition>2008-01-11T14:00:00.00Z</gml:endPosition>		</gml:TimePeriod>	</om:samplingTime>	<om:procedure>		<!-- The om:procedure section describes the measurement process. It includes Station and Sensor metadata. At present, such metadata is encoded in ioosTypes.xsd components. Future work includes the definition of Sensor Model Language (SensorML) process descriptions and replacement of the om:procedure with a URN that would be used to get sensor metadata using the SOS DescribeSensor operation.  -->		<om:Process>			<ioos:CompositeContext gml:id="SensorMetadata" recDef="http://www.csc.noaa.gov/ioos/schema/IOOS-DIF/IOOS/0.6.1/recordDefinitions/PointSensorMetadataRecordDefinition.xml">				<!--This recDef attributes gives the URL of an external record definition XML file that describes the structure of the sensor metadata section. -->				<gml:valueComponents>					<ioos:Count name="NumberOfStations">3</ioos:Count>					<!-- Count of number of entries in following array -->					<ioos:ContextArray gml:id="StationArray">						<gml:description>Metadata that describes one or more stations.</gml:description>						<gml:valueComponents>							<ioos:CompositeContext gml:id="Station1Info">								<gml:description>Metadata about a single station. The value of the gml:id attribute may be used in a # relative URL reference in the om:result section later in this file.</gml:description>								<gml:valueComponents>									<ioos:StationName>Quonset Point</ioos:StationName>									<!-- Provider-assigned name for this station. -->									<ioos:Organization>CO-OPS</ioos:Organization>									<!-- The name or abbreviation of the organization that operates the station, or that provides the data on behalf of the operator. Example: "NDBC". In the absence of a known dictionary of organization names, the content of this element is left to the operators and providers.It is recommended that this name be brief and be used consistently for all stations. It is suggested that this Organization value be used as the 'authority' portion of StationId and SensorId URNs when appropriate, but if so note that the name must not contain a colon (:) and may only contain these characters in addition to letters and numbers: ()+,-.=@;$_!*' . -->									<ioos:StationId>urn:x-noaa:def:station:co-ops:nb0301</ioos:StationId>									<!-- StationId is a unique URN for this station. The scheme follows that defined in OGC document #07-092r1, "Definition identifier URNs in OGC namespace," but for NOAA-assigned URNs it uses the x-noaa namespace (to be replaced by 'noaa' namespace should one be registered with IANA, the Internet Assigned Numbers Authority). The URN scheme is urn:namespace:def:objectType:authority:[version:]code where (a) 'urn' and 'def' are fixed strings; (b) 'namespace' is 'x-noaa' in this instance; (c) 'objectType' is 'station' to indicate an observing station; (d) 'authority' is 'ndbc' in this instance and indicates the organization that assigned the Station ID; (e) 'version' is optional and used only if Station ID depends on a particular version of the list of stations registered by this authority; (f) 'code' is an individual station identifier string or number (in this instance a WMO number). -->									<gml:Point gml:id="Station1LatLon">										<gml:description>The location of this station. srsName is not specified, so the one from gml:Envelope above applies here by default.</gml:description>										<gml:pos>41.5832 -71.3954</gml:pos>									</gml:Point>									<ioos:VerticalDatum>urn:ogc:def:datum:epsg::5113</ioos:VerticalDatum>									<!-- Valid datums are enumerated in ioosTypes.xsd. EPSG 5113 is local instantaneous sea level. Positive is above sea level. -->									<ioos:VerticalPosition>0.0</ioos:VerticalPosition>									<!-- Position in meters with respect to VerticalDatum -->									<ioos:Context name="TotalWaterDepth" uom="m">12.02</ioos:Context>									<!--Nominal water depth at this station location.-->									<ioos:Count name="Station1NumberOfSensors">1</ioos:Count>									<!-- Number of sensors on this station for which metadata is provided. Normally this value is 1 (when data from a single sensor is provided), but when the data from multiple sensors on the same platform is provided then this value is greater than 1. -->									<ioos:ContextArray gml:id="Station1SensorArray">										<gml:description>Description of one or more sensors on this station.</gml:description>										<gml:valueComponents>											<ioos:CompositeContext gml:id="Station1Sensor1Info">												<gml:description>Metadata about a single sensor.</gml:description>												<gml:valueComponents>													<ioos:SensorId>urn:x-noaa:def:sensor:co-ops:46401:thermometer</ioos:SensorId>													<!-- SensorId is a unique URN for this sensor on this station. The URN scheme is similar to that for StationId, with objectType=sensor and a string or number identifying this sensor on this station appended after the station code. -->													<ioos:SamplingRate uom="Hz">0.25</ioos:SamplingRate>													<!--Sampling rate is the frequency at which the sensor makes measurements.-->													<ioos:ReportingInterval uom="s">900</ioos:ReportingInterval>													<!--ReportingInterval is the time resolution at which data are reported from this sensor. If the sensor reports data as frequently as it samples, then reportingInterval = 1/samplingRate. Often, however, a sensor aggregates or averages several samples before producing a report over a longer interval.-->													<ioos:ProcessingLevel>Level 3</ioos:ProcessingLevel>													<!--ProcessingLevel is a string indicating the status or quality of the measurement. The content of the string value is unconstrained, and could be a label such as "Level 3" or "Final" or the URL of a document describing the processing or QA/QC that has been performed.-->												</gml:valueComponents>											</ioos:CompositeContext>										</gml:valueComponents>									</ioos:ContextArray>								</gml:valueComponents>							</ioos:CompositeContext>							<ioos:CompositeContext gml:id="Station2Info">								<gml:description>Metadata about a single station. The value of the gml:id attribute may be used in a # relative URL reference in the om:result section later in this file.</gml:description>								<gml:valueComponents>									<ioos:StationName>Fall River</ioos:StationName>									<!-- Provider-assigned name for this station. -->									<ioos:Organization>COOPS</ioos:Organization>									<!-- The name or abbreviation of the organization that operates the station, or that provides the data on behalf of the operator. Example: "NDBC". In the absence of a known dictionary of organization names, the content of this element is left to the operators and providers.It is recommended that this name be brief and be used consistently for all stations. It is suggested that this Organization value be used as the 'authority' portion of StationId and SensorId URNs when appropriate, but if so note that the name must not contain a colon (:) and may only contain these characters in addition to letters and numbers: ()+,-.=@;$_!*' . -->									<ioos:StationId>urn:x-noaa:def:station:co-ops:nb0302</ioos:StationId>									<!-- StationId is a unique URN for this station. The scheme follows that defined in OGC document #07-092r1, "Definition identifier URNs in OGC namespace," but for NOAA-assigned URNs it uses the x-noaa namespace (to be replaced by 'noaa' namespace should one be registered with IANA, the Internet Assigned Numbers Authority). The URN scheme is urn:namespace:def:objectType:authority:[version:]code where (a) 'urn' and 'def' are fixed strings; (b) 'namespace' is 'x-noaa' in this instance; (c) 'objectType' is 'station' to indicate an observing station; (d) 'authority' is 'ndbc' in this instance and indicates the organization that assigned the Station ID; (e) 'version' is optional and used only if Station ID depends on a particular version of the list of stations registered by this authority; (f) 'code' is an individual station identifier string or number (in this instance a WMO number). -->									<gml:Point gml:id="Station2LatLon">										<gml:description>The location of this station. srsName is not specified, so the one from gml:Envelope above applies here by default.</gml:description>										<gml:pos>34.452 -127.010</gml:pos>									</gml:Point>									<ioos:VerticalDatum>urn:ogc:def:datum:epsg::5113</ioos:VerticalDatum>									<!-- Valid datums are enumerated in ioosTypes.xsd. EPSG 5113 is local instantaneous sea level. Positive is above sea level. -->									<ioos:VerticalPosition>0.0</ioos:VerticalPosition>									<!-- Position in meters with respect to VerticalDatum -->									<ioos:Context name="TotalWaterDepth" uom="m">12.02</ioos:Context>									<!--Nominal water depth at this station location.-->									<ioos:Count name="Station2NumberOfSensors">1</ioos:Count>									<!-- Number of sensors on this station for which metadata is provided. Normally this value is 1 (when data from a single sensor is provided), but when the data from multiple sensors on the same platform is provided then this value is greater than 1. -->									<ioos:ContextArray gml:id="Station2SensorArray">										<gml:description>Description of one or more sensors on this station.</gml:description>										<gml:valueComponents>											<ioos:CompositeContext gml:id="Station2Sensor1Info">												<gml:description>Metadata about a single sensor.</gml:description>												<gml:valueComponents>													<ioos:SensorId>urn:x-noaa:def:sensor:co-ops:46402:thermometer</ioos:SensorId>													<!-- SensorId is a unique URN for this sensor on this station. The URN scheme is similar to that for StationId, with objectType=sensor and a string or number identifying this sensor on this station appended after the station code. -->													<ioos:SamplingRate uom="Hz">0.25</ioos:SamplingRate>													<!--Sampling rate is the frequency at which the sensor makes measurements.-->													<ioos:ReportingInterval uom="s">900</ioos:ReportingInterval>													<!--ReportingInterval is the time resolution at which data are reported from this sensor. If the sensor reports data as frequently as it samples, then reportingInterval = 1/samplingRate. Often, however, a sensor aggregates or averages several samples before producing a report over a longer interval.-->													<ioos:ProcessingLevel>Level 3</ioos:ProcessingLevel>													<!--ProcessingLevel is a string indicating the status or quality of the measurement. The content of the string value is unconstrained, and could be a label such as "Level 3" or "Final" or the URL of a document describing the processing or QA/QC that has been performed.-->												</gml:valueComponents>											</ioos:CompositeContext>										</gml:valueComponents>									</ioos:ContextArray>								</gml:valueComponents>							</ioos:CompositeContext>							<ioos:CompositeContext gml:id="Station3Info">								<gml:description>Metadata about a single station. The value of the gml:id attribute may be used in a # relative URL reference in the om:result section later in this file.</gml:description>								<gml:valueComponents>									<ioos:StationName>Third Point ADCP</ioos:StationName>									<!-- Provider-assigned name for this station. -->									<ioos:Organization>COOPS</ioos:Organization>									<!-- The name or abbreviation of the organization that operates the station, or that provides the data on behalf of the operator. Example: "NDBC". In the absence of a known dictionary of organization names, the content of this element is left to the operators and providers.It is recommended that this name be brief and be used consistently for all stations. It is suggested that this Organization value be used as the 'authority' portion of StationId and SensorId URNs when appropriate, but if so note that the name must not contain a colon (:) and may only contain these characters in addition to letters and numbers: ()+,-.=@;$_!*' . -->									<ioos:StationId>urn:x-noaa:def:station:co-ops:nb0303</ioos:StationId>									<!-- StationId is a unique URN for this station. The scheme follows that defined in OGC document #07-092r1, "Definition identifier URNs in OGC namespace," but for NOAA-assigned URNs it uses the x-noaa namespace (to be replaced by 'noaa' namespace should one be registered with IANA, the Internet Assigned Numbers Authority). The URN scheme is urn:namespace:def:objectType:authority:[version:]code where (a) 'urn' and 'def' are fixed strings; (b) 'namespace' is 'x-noaa' in this instance; (c) 'objectType' is 'station' to indicate an observing station; (d) 'authority' is 'ndbc' in this instance and indicates the organization that assigned the Station ID; (e) 'version' is optional and used only if Station ID depends on a particular version of the list of stations registered by this authority; (f) 'code' is an individual station identifier string or number (in this instance a WMO number). -->									<gml:Point gml:id="Station3LatLon">										<gml:description>The location of this station. srsName is not specified, so the one from gml:Envelope above applies here by default.</gml:description>																				<gml:pos>34.450 -127.008</gml:pos>									</gml:Point>									<ioos:VerticalDatum>urn:ogc:def:datum:epsg::5113</ioos:VerticalDatum>									<!-- Valid datums are enumerated in ioosTypes.xsd. EPSG 5113 is local instantaneous sea level. Positive is above sea level. -->									<ioos:VerticalPosition>0.0</ioos:VerticalPosition>									<!-- Position in meters with respect to VerticalDatum -->									<ioos:Context name="TotalWaterDepth" uom="m">12.02</ioos:Context>									<!--Nominal water depth at this station location.-->									<ioos:Count name="Station3NumberOfSensors">1</ioos:Count>									<!-- Number of sensors on this station for which metadata is provided. Normally this value is 1 (when data from a single sensor is provided), but when the data from multiple sensors on the same platform is provided then this value is greater than 1. -->									<ioos:ContextArray gml:id="Station3SensorArray">										<gml:description>Description of one or more sensors on this station.</gml:description>										<gml:valueComponents>											<ioos:CompositeContext gml:id="Station3Sensor1Info">												<gml:description>Metadata about a single sensor.</gml:description>												<gml:valueComponents>													<ioos:SensorId>urn:x-noaa:def:sensor:co-ops:46403:thermometer</ioos:SensorId>													<!-- SensorId is a unique URN for this sensor on this station. The URN scheme is similar to that for StationId, with objectType=sensor and a string or number identifying this sensor on this station appended after the station code. -->													<ioos:SamplingRate uom="Hz">0.25</ioos:SamplingRate>													<!--Sampling rate is the frequency at which the sensor makes measurements.-->													<ioos:ReportingInterval uom="s">900</ioos:ReportingInterval>													<!--ReportingInterval is the time resolution at which data are reported from this sensor. If the sensor reports data as frequently as it samples, then reportingInterval = 1/samplingRate. Often, however, a sensor aggregates or averages several samples before producing a report over a longer interval.-->													<ioos:ProcessingLevel>Level 3</ioos:ProcessingLevel>													<!--ProcessingLevel is a string indicating the status or quality of the measurement. The content of the string value is unconstrained, and could be a label such as "Level 3" or "Final" or the URL of a document describing the processing or QA/QC that has been performed.-->												</gml:valueComponents>											</ioos:CompositeContext>										</gml:valueComponents>									</ioos:ContextArray>								</gml:valueComponents>							</ioos:CompositeContext>						</gml:valueComponents>					</ioos:ContextArray>				</gml:valueComponents>			</ioos:CompositeContext>		</om:Process>	</om:procedure>	<!-- Observable -->	<om:observedProperty xlink:href="http://www.csc.noaa.gov/ioos/schema/IOOS-DIF/IOOS/0.6.1/dictionaries/phenomenaDictionary.xml#WaterTemperature">	<!-- The observedProperty is a reference to phenomena dictionary entry that provides the semantics for the observed property. A new dictionary entry must be created if a relevant one does not exist. -->	</om:observedProperty>	<om:featureOfInterest xlink:href="urn:cgi:feature:CGI:EarthOcean"/>	<!-- The featureOfInterest is a URI that references the feature. The EarthOcean feature is borrowed from the Commission for the Management and Application of Geoscience Information (CGI) registry at https://www.seegrid.csiro.au/twiki/bin/view/CGIModel/CGIFeatureRegister . A more specific feature (such as a particular body of water) could be used. -->	<om:result>		<!-- The om:result section contains the actual measurement values. -->		<ioos:Composite recDef="http://www.csc.noaa.gov/ioos/schema/IOOS-DIF/IOOS/0.6.1/recordDefinitions/TemperaturePointDataRecordDefinition.xml" gml:id="WaterTemperaturePointCollectionTimeSeriesDataObservations">			<!--This recDef attributes gives the URL of an external record definition XML file that describes the structure of the measurement value section.-->			<gml:valueComponents>				<ioos:Count name="NumberOfObservationPoints">3</ioos:Count>				<!-- Count of the number of stations for which data are actually reported. This value could be less than the NumberOfStations described in the om:procedure section if not all stations in the gml:Envelope reported data for the desired time period and phenomenon. -->				<ioos:Array gml:id="TemperaturePointCollectionTimeSeries">					<!-- This array contains data from each station providing data, and for each time reported. -->					<gml:valueComponents>						<ioos:Composite gml:id="Station1TimeSeriesRecord">							<gml:description>A container for an array size declaration and an array of values in a time series.</gml:description>							<gml:valueComponents>								<ioos:Count name="Station1NumberOfObservationTimes">3</ioos:Count>								<!-- Number of data reports in the time series for this station. Stations may report at different Reporting Intervals and therefore have different numbers of measurements in a given time period. -->								<ioos:Array gml:id="Station1TimeSeries">									<gml:description>A time series of 1 or more data reports from this station.</gml:description>									<gml:valueComponents>										<ioos:Composite gml:id="Station1T1Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station1T1ObservationConditions" processDef="#Station1Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station1T1Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T10:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station1T1PointObservation" processDef="#Station1Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.54</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>										<ioos:Composite gml:id="Station1T2Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station1T2ObservationConditions" processDef="#Station1Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station1T2Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T12:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->																											</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station1T2PointObservation" processDef="#Station1Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.44</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>										<ioos:Composite gml:id="Station1T3Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station1T3ObservationConditions" processDef="#Station1Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station1T3Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T14:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station1T3PointObservation" processDef="#Station1Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.34</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>									</gml:valueComponents>								</ioos:Array>							</gml:valueComponents>						</ioos:Composite>						<ioos:Composite gml:id="Station2TimeSeriesRecord">							<gml:description>A container for an array size declaration and an array of values in a time series.</gml:description>							<gml:valueComponents>								<ioos:Count name="Station2NumberOfObservationTimes">3</ioos:Count>								<!-- Number of data reports in the time series for this station. Stations may report at different Reporting Intervals and therefore have different numbers of measurements in a given time period. -->								<ioos:Array gml:id="Station2TimeSeries">									<gml:description>A time series of 1 or more data reports from this station.</gml:description>									<gml:valueComponents>										<ioos:Composite gml:id="Station2T1Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station2T1ObservationConditions" processDef="#Station2Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata referenced (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station2T1Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T10:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station2T1PointObservation" processDef="#Station2Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.74</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>										<ioos:Composite gml:id="Station2T2Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station2T2ObservationConditions" processDef="#Station2Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata referenced (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station2T2Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T12:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station2T2PointObservation" processDef="#Station2Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.64</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>										<ioos:Composite gml:id="Station2T3Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station2T3ObservationConditions" processDef="#Station2nfo">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata referenced (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station2T3Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T14:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station2T3PointObservation" processDef="#Station2Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.54</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>									</gml:valueComponents>								</ioos:Array>							</gml:valueComponents>						</ioos:Composite>						<ioos:Composite gml:id="Station3TimeSeriesRecord">							<gml:description>A container for an array size declaration and an array of values in a time series.</gml:description>							<gml:valueComponents>								<ioos:Count name="Station2NumberOfObservationTimes">3</ioos:Count>								<!-- Number of data reports in the time series for this station. Stations may report at different Reporting Intervals and therefore have different numbers of measurements in a given time period. -->								<ioos:Array gml:id="Station3TimeSeries">									<gml:description>A time series of 1 or more data reports from this station.</gml:description>									<gml:valueComponents>										<ioos:Composite gml:id="Station3T1Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station3T1ObservationConditions" processDef="#Station3Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata referenced (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station3T1Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T10:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station3T1PointObservation" processDef="#Station3Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.34</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>										<ioos:Composite gml:id="Station3T2Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station3T2ObservationConditions" processDef="#Station3Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata referenced (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station3T2Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T12:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station3T2PointObservation" processDef="#Station3Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.24</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>										<ioos:Composite gml:id="Station3T3Point">											<gml:description>A container for time-dependent metadata and data.</gml:description>											<gml:valueComponents>												<ioos:CompositeContext gml:id="Station3T3ObservationConditions" processDef="#Station3Info">													<gml:description>A container for the time of this measurement, and time-dependent metadata. The processDef attribute is a reference to station metadata referenced (a) elsewhere in the same instance document (using a relative #reference) or (b) external in another document (using a fully-qualified URL) or (c) be a URN for a standard process, e.g. one use as an argument of an SOS DescribeSensor operation.</gml:description>													<gml:valueComponents>														<gml:TimeInstant gml:id="Station3T3Time">															<gml:description>The actual time of this particular measurement. See the discussion of om:samplingTime above for the formatting of dates and times.</gml:description>															<gml:timePosition>2008-01-11T14:00:00.00Z</gml:timePosition>														</gml:TimeInstant>														<!-- Any time-dependent metadata about this observation would go here as a sequence of ioos:Context elements. -->													</gml:valueComponents>												</ioos:CompositeContext>												<ioos:CompositeValue gml:id="Station3T3PointObservation" processDef="#Station3Sensor1Info">													<gml:description>One entry in the time series from this station.</gml:description>													<gml:valueComponents>														<!-- One ioos:Quantity data value per scalar observable, one ioos:CompositeValue for each nested composite observable, and/or one ioos:ValueArray for each nested multi-valued observable.  One ioos:NamedQuantityList for each array observable, with an associated ioos:Count for the array size. -->																												<ioos:Quantity name="WaterTemperature" uom="C">6.14</ioos:Quantity>							  													</gml:valueComponents>												</ioos:CompositeValue>											</gml:valueComponents>										</ioos:Composite>									</gml:valueComponents>								</ioos:Array>							</gml:valueComponents>						</ioos:Composite>					</gml:valueComponents>				</ioos:Array>			</gml:valueComponents>		</ioos:Composite>	</om:result></om:CompositeObservation>