<?xml version="1.0" encoding="UTF-8"?>
<GetCoverage xmlns="http://www.opengis.net/wcs/1.1" 
xmlns:ows="http://www.opengis.net/ows" 
xmlns:owcs="http://www.opengis.net/wcs/1.1/ows" 
xmlns:gml="http://www.opengis.net/gml" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.opengis.net/wcs/1.1 ../wcsGetCoverage.xsd" 
service="WCS" version="1.1.0">
	<!-- Partial example. Primary editor: Arliss Whiteside. Last updated 2006-09-20-->
	<owcs:Identifier>TBD</owcs:Identifier>
	<DomainSubset>
		<ows:BoundingBox>
			<ows:LowerCorner>9999 9999</ows:LowerCorner>
			<ows:UpperCorner>9999 9999</ows:UpperCorner>
		</ows:BoundingBox>
	</DomainSubset>
	<RangeSubset>
		<FieldSubset>
			<owcs:Identifier>TBD</owcs:Identifier>
		</FieldSubset>
	</RangeSubset>
	<Output format="image/gif" store="false"/>
</GetCoverage>
