<?xml version="1.0" encoding="UTF-8" ?> 
<spatial xmlns="http://www.heritage-standards.org.uk/midas/schema/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.heritage-standards.org.uk/midas/schema/2.0
http://www.heritage-standards.org.uk/midas/schema/2.0/midas_spatial.xsd">
	<place>
		<address>
			<streetaddress>Old Manor Farm</streetaddress>
			<streetaddress>23 Winding Way</streetaddress>			
			<city>Taunton</city>
			<adminarea>Devon</adminarea>
			<postcode>DE21 N32</postcode>
			<country>UK</country>
		</address>
		<namedplace>
			<location type ="county" namespace ="EH_CDP98">Devon</location>
			<location type ="district" namespace ="EH_CDP98">South Hams</location>
			<location type ="civilparish">Chivelstone</location>
			<location type ="locality">Easder Valley</location>
		</namedplace>
		<gridref namespace ="OSGB36">ST673972</gridref>
		<geopolitical type="country">England</geopolitical>
	</place>
	<geometry>
		<!-- boundingBox identifies the minimum bounding rectangle within which the site lies -->
		<!-- All spatial coordinates for the OSGR must have 6 or more digits -->
		<boundingBox srs ="EPSG:27700" minx ="267000" miny ="297000" maxx ="267500" maxy ="2975900"/>	
		<spatialappellation type="centrepoint">
			<quickpoint> <!--  quick-and-dirty X and Y grid reference -->
				<srs>EPSG:27700</srs> <!--  Spatial Reference System: OSGR is always  EPSG:27700 -->
				<x>267350</x>
				<y>297250</y>
			</quickpoint>
			<entity spatialtype="Point" uri="32453" namespace="WESTSHIRE HER GIS">
				<wkt srs="EPSG:27700">POINT(267250 297250)</wkt>
			</entity>
			<capturemethod>Map reference</capturemethod>
		</spatialappellation>
		<spatialappellation type="scheduledarea">
			<entity spatialtype="Polygon" uri="21345" namespace="WESTSHIRE HER GIS">
				<wkt srs="EPSG:27700">POLYGON((267318 297302, 267471 297221, 334876 341874, 129435 194321, 267318 297302))</wkt>
				<!-- note that wkt polygons must always close with the opening point -->
			</entity>
			<capturemethod>Aerial Photo</capturemethod>
		</spatialappellation>
	</geometry>
	<representations>
		<representation namespace ="O.S.1:10000">ST 69 NE</representation>
	</representations>
</spatial>

