<?xml version="1.0" encoding="UTF-8"?>
<!--   		Example of Target data 		-->
<targets 
	xmlns="http://www.witsml.org/schemas/1series" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://www.witsml.org/schemas/1series  ../xsd_schemas/obj_target.xsd" 
	version="1.4.1.1">
<!-- 
These examples are only intended to demonstrate the type of data that can be exchanged.
They totally artificial and are not intended to demonstrate best practices. 
-->
	<documentInfo>
		<documentName>target</documentName>
		<fileCreationInformation>
			<fileCreationDate>2001-10-31T08:15:00.000Z</fileCreationDate> 
			<fileCreator>John Smith</fileCreator>
		</fileCreationInformation>
	</documentInfo>
	<target uidWell="W-12" uidWellbore="B-01" uid="tg3e">
		<nameWell>6507/7-A-42</nameWell>
		<nameWellbore>A-42</nameWellbore>
  		<name>Target #2</name>
		<dispNsCenter uom="ft">1935.15</dispNsCenter>
		<dispEwCenter uom="ft">3731.05</dispEwCenter>
		<tvd uom="ft">3731.05</tvd>
		<dispNsOffset uom="ft">1935.15</dispNsOffset>
		<dispEwOffset uom="ft">3731.05</dispEwOffset>
		<thickAbove uom="ft">5</thickAbove>
		<thickBelow uom="ft">5</thickBelow>
		<dip uom="dega">0</dip>
		<strike uom="dega">0</strike>
		<rotation uom="dega">0</rotation>
		<lenMajorAxis uom="ft">50</lenMajorAxis>
		<widMinorAxis uom="ft">50</widMinorAxis>
		<typeTargetScope>irregular</typeTargetScope>
		<dispNsSectOrig uom="ft">4</dispNsSectOrig>
		<dispEwSectOrig uom="ft">5</dispEwSectOrig>
		<aziRef>grid north</aziRef>
		<catTarg>geological</catTarg>
		<location uid="loc-1">
			<wellCRS uidRef="crs2">Adindian</wellCRS>
			<latitude uom="dega">93</latitude>
			<longitude uom="dega">42</longitude>
		</location>
		<location uid="loc-2">
			<wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
			<projectedX uom="ft">500</projectedX>
			<projectedY uom="ft">300</projectedY>
		</location>
		<targetSection uid="ts-1">
			<sectNumber>1</sectNumber>
			<typeTargetSectionScope>line</typeTargetSectionScope>
			<lenRadius uom="ft">100</lenRadius>
			<angleArc uom="dega">90</angleArc>
			<thickAbove uom="ft">0</thickAbove>
			<thickBelow uom="ft">0</thickBelow>
			<location uid="loc-1">
				<wellCRS uidRef="crs2">Adindian</wellCRS>
				<latitude uom="dega">93</latitude>
				<longitude uom="dega">42</longitude>
			</location>
			<location uid="loc-2">
				<wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
				<projectedX uom="ft">500</projectedX>
				<projectedY uom="ft">300</projectedY>
			</location>
		</targetSection>
		<targetSection uid="ts-2">
			<sectNumber>2</sectNumber>
			<typeTargetSectionScope>arc</typeTargetSectionScope>
			<lenRadius uom="ft">100</lenRadius>
			<angleArc uom="dega">90</angleArc>
			<thickAbove uom="ft">0</thickAbove>
			<thickBelow uom="ft">0</thickBelow>
			<location uid="loc-1">
				<wellCRS uidRef="crs2">Adindian</wellCRS>
				<latitude uom="dega">93</latitude>
				<longitude uom="dega">42</longitude>
			</location>
			<location uid="loc-2">
				<wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
				<projectedX uom="ft">500</projectedX>
				<projectedY uom="ft">300</projectedY>
			</location>
		</targetSection>
		<targetSection uid="ts-3">
			<sectNumber>3</sectNumber>
			<typeTargetSectionScope>line</typeTargetSectionScope>
			<lenRadius uom="ft">100</lenRadius>
			<angleArc uom="dega">0</angleArc>
			<thickAbove uom="ft">0</thickAbove>
			<thickBelow uom="ft">0</thickBelow>
			<location uid="loc-1">
				<wellCRS uidRef="crs2">Adindian</wellCRS>
				<latitude uom="dega">93</latitude>
				<longitude uom="dega">42</longitude>
			</location>
			<location uid="loc-2">
				<wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
				<projectedX uom="ft">500</projectedX>
				<projectedY uom="ft">300</projectedY>
			</location>
		</targetSection>
		<commonData>
			<itemState>plan</itemState>
			<comments>These are the comments associated with the Target data object.</comments>
		</commonData>
	</target>
</targets>

