<?xml version="1.0" encoding="UTF-8"?>
<tsml:TimeseriesDomainRange xmlns:tsml="http://www.opengis.net/timeseriesml/1.3" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmlcov="http://www.opengis.net/gmlcov/1.0" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/timeseriesml/1.3 http://schemas.opengis.net/tsml/1.3/timeseriesML.xsd" gml:id="ts_dr_ex">
	<gml:description>An example of a domain-range style timeseries.</gml:description>
	<gml:domainSet>
		<tsml:TimePositionList gml:id="temporal_domain">
			<tsml:timePositionList>2001-01-01T00:00:00Z 2001-01-02T00:00:00Z 2001-01-03T00:00:00Z 2001-01-04T00:00:00Z 2001-01-05T00:00:00Z
			2001-01-06T00:00:00Z</tsml:timePositionList>
		</tsml:TimePositionList>
	</gml:domainSet>
	<gml:rangeSet>
		<gml:QuantityList uom="m"> 2.03 2.06 2.42 missing 2.04 2.23 </gml:QuantityList>
	</gml:rangeSet>
	<gmlcov:rangeType>
		<swe:DataRecord>
			<swe:field name="range_set">
				<swe:Quantity>
					<swe:uom code="m"/>
				</swe:Quantity>
			</swe:field>
		</swe:DataRecord>
	</gmlcov:rangeType>
	<gmlcov:metadata>
		<gmlcov:Extension>
			<tsml:TimeseriesMetadataExtension>
				<tsml:defaultPointMetadata>
					<tsml:PointMetadata>
						<tsml:quality xlink:href="http://opengis.net/def/waterml/2.0/quality/good"/>
						<tsml:interpolationType xlink:href="http://opengis.net/def/waterml/2.0/interpolationType/continuous"/>
					</tsml:PointMetadata>
				</tsml:defaultPointMetadata>
				<tsml:annotation>
					<tsml:AnnotationCoverage gml:id="quality_cov">
						<gml:domainSet xlink:href="#temporal_domain"/>
						<gml:rangeSet>
							<gml:CategoryList codeSpace="http://opengis.net/def/timeseriesml/1.0/quality/"> good bad good missing good bad</gml:CategoryList>
						</gml:rangeSet>
						<gmlcov:rangeType/>
					</tsml:AnnotationCoverage>
				</tsml:annotation>
				<tsml:annotation>
					<tsml:AnnotationCoverage gml:id="comment_cov">
						<gml:domainSet xlink:href="#temporal_domain"/>
						<gml:rangeSet>
							<gml:ValueArray gml:id="comment_array">
								<gml:valueComponents>
									<gml:Category>This is a free text comment</gml:Category>
									<gml:Category xsi:nil="true"/>
									<gml:Category>Example comment</gml:Category>
									<gml:Category>Another one</gml:Category>
									<gml:Category>Has to be one for each point</gml:Category>
								</gml:valueComponents>
							</gml:ValueArray>
						</gml:rangeSet>
						<gmlcov:rangeType/>
					</tsml:AnnotationCoverage>
				</tsml:annotation>
			</tsml:TimeseriesMetadataExtension>
		</gmlcov:Extension>
	</gmlcov:metadata>
</tsml:TimeseriesDomainRange>
