<?xml version="1.0" encoding="UTF-8"?>
<tsml:MonitoringFeature gml:id="xsd-monitoring-point.example" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:om="http://www.opengis.net/om/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:tsml="http://www.opengis.net/timeseriesml/1.3" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:sam="http://www.opengis.net/sampling/2.0" xmlns:sams="http://www.opengis.net/samplingSpatial/2.0" xsi:schemaLocation="http://www.opengis.net/timeseriesml/1.3 http://schemas.opengis.net/tsml/1.3/timeseriesML.xsd">
	<gml:description>Example monitoring feature for XML http://www.opengis.net/spec/tsml/1.0/req/xsd-monitoring-feature. Nile river at Deddington, South
    Esk catchment, Tasmania</gml:description>
	<gml:name codeSpace="http://www.csiro.au/">Deddington</gml:name>
	<sam:sampledFeature xlink:href="http://csiro.au/features/rivers/nile" xlink:title="Nile river"/>
	<sams:shape>
		<gml:Point gml:id="location_deddington">
			<gml:pos srsName="urn:ogc:def:crs:EPSG::4326">-41.814935 147.568517 </gml:pos>
		</gml:Point>
	</sams:shape>
	<tsml:relatedParty>
		<gmd:CI_ResponsibleParty>
			<gmd:organisationName>
				<gco:CharacterString>Department of Primary Industries, Parks, 
          Water and Environment (DPIPWE)</gco:CharacterString>
			</gmd:organisationName>
			<gmd:role>
				<gmd:CI_RoleCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#CI_RoleCode" codeListValue="CI_RoleCode_owner">Owner</gmd:CI_RoleCode>
			</gmd:role>
		</gmd:CI_ResponsibleParty>
	</tsml:relatedParty>
	<tsml:verticalDatum>
		<gml:VerticalDatum gml:id="local_vert_datum">
			<gml:identifier codeSpace="http://my.org/monitoring_points">deddington_local_gauge</gml:identifier>
			<gml:scope>not known</gml:scope>
			<!-- The local datum is 102.3m above the Australian Height Datum (EPSG 5712) -->
			<gml:anchorDefinition codeSpace="urn:ogc:def:crs:EPSG::5712">102.3</gml:anchorDefinition>
		</gml:VerticalDatum>
	</tsml:verticalDatum>
	<tsml:timeZone>
		<tsml:TimeZone>
			<tsml:zoneOffset>+11:00</tsml:zoneOffset>
			<tsml:zoneAbbreviation>AEDT</tsml:zoneAbbreviation>
		</tsml:TimeZone>
	</tsml:timeZone>
</tsml:MonitoringFeature>
