<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Ken Ehn (Betach Solutions Inc.) -->
<xsd:schema xmlns:ets="http://www.caodc.ca/ETS/v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.caodc.ca/ETS/v3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.0.1">
	<!-- XML Schema for an ETS (Electronic Tour Sheet) file -->
	<!-- Copyright (c) 2007 CAODC.  All rights reserved. -->
	<xsd:include schemaLocation="ETS_v3_1_units.xsd"/>
	<xsd:include schemaLocation="ETS_v3_1_picklists.xsd"/>
	<xsd:include schemaLocation="ETS_v3_1_types.xsd"/>
	<xsd:element name="ETS">
		<xsd:annotation>
			<xsd:documentation>Electronic Tour Sheet</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:all>
				<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>Remarks and/or comments associated with the file.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="WellTours">
					<xsd:annotation>
						<xsd:documentation>The tours of one or more wells.</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="WellTour" maxOccurs="unbounded">
								<xsd:annotation>
									<xsd:documentation>The tours of each specific well. </xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:all>
										<xsd:element name="LicenseNo" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>License number of the well issued by the relevent governing agency (Alberta's EUB for example).</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="ets:idValue">
													<xsd:maxLength value="10"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:element>
										<xsd:element name="WellName" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Well name as assigned by the governing agency. Usually composed of the operator name, strike area and location.</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="ets:nameValue">
													<xsd:maxLength value="60"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:element>
										<xsd:element name="SurfaceLocation" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>The surface location of the well as recorded on the well license.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:simpleContent>
													<xsd:extension base="ets:locationValue">
														<xsd:attribute name="type" type="ets:locationType" use="optional" default="DLS">
															<xsd:annotation>
																<xsd:documentation>The type of location (survey system).The location is assumed to be "DLS" if this attribute is not specified.</xsd:documentation>
															</xsd:annotation>
														</xsd:attribute>
													</xsd:extension>
												</xsd:simpleContent>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="UniqueWellId" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Unique identifier (UWI) for the well on which the reported operation was performed. As recorded on well license.</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="ets:idValue">
													<xsd:maxLength value="30"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:element>
										<xsd:element name="SpudDateTime" type="xsd:dateTime" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>The spud date/time for the well. This attribute should not appear if drilling has not been started.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="RigReleaseDateTime" type="xsd:dateTime" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>The date/time at which the rig was released from the well. This attribute should not appear if rig release has not yet occurred.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="JobNo" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>The contractor's job number.</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="ets:idValue">
													<xsd:maxLength value="36"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:element>
										<xsd:element name="AfeNo" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>The operator's AFE number.</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="ets:idValue">
													<xsd:maxLength value="36"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:element>
										<xsd:element name="WellType" type="ets:wellType" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>The well type.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="IsReentry" type="xsd:boolean" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Has the value of true if the well is a reentry, otherwise false.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="KBHeight" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Height above ground level of the Kelly Bushing.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:simpleContent>
													<xsd:extension base="ets:kbHeightValue">
														<xsd:attribute name="uom" type="ets:elevationUnit" use="optional" default="m">
															<xsd:annotation>
																<xsd:documentation>Unit of measure used for the KB height. The units are assumed to be "m" (metres) if this attribute is not specified.</xsd:documentation>
															</xsd:annotation>
														</xsd:attribute>
													</xsd:extension>
												</xsd:simpleContent>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Rig">
											<xsd:annotation>
												<xsd:documentation>Drilling rig details.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:all>
													<xsd:element name="RigId" minOccurs="0">
														<xsd:annotation>
															<xsd:documentation>Drilling rig number or short name.</xsd:documentation>
														</xsd:annotation>
														<xsd:simpleType>
															<xsd:restriction base="ets:idValue">
																<xsd:maxLength value="4"/>
															</xsd:restriction>
														</xsd:simpleType>
													</xsd:element>
													<xsd:element name="Province" type="ets:jurisdictionType">
														<xsd:annotation>
															<xsd:documentation>Provincial jurisdiction where rig work is being done.</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="SafetyDaysOfRig" minOccurs="0">
														<xsd:annotation>
															<xsd:documentation>Total rig days without a lost time accident.</xsd:documentation>
														</xsd:annotation>
														<xsd:simpleType>
															<xsd:restriction base="xsd:nonNegativeInteger">
																<xsd:maxInclusive value="9999"/>
																<xsd:totalDigits value="4"/>
															</xsd:restriction>
														</xsd:simpleType>
													</xsd:element>
												</xsd:all>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Contractor">
											<xsd:annotation>
												<xsd:documentation>Drilling contractor.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:all>
													<xsd:element name="ContractorId">
														<xsd:annotation>
															<xsd:documentation>Four-character CAODC contractor code.</xsd:documentation>
														</xsd:annotation>
														<xsd:simpleType>
															<xsd:restriction base="xsd:string">
																<xsd:length value="4"/>
																<xsd:pattern value="[A-Z0-9]{4}"/>
															</xsd:restriction>
														</xsd:simpleType>
													</xsd:element>
													<xsd:element name="Name">
														<xsd:annotation>
															<xsd:documentation>Company name of the drilling rig contractor.</xsd:documentation>
														</xsd:annotation>
														<xsd:simpleType>
															<xsd:restriction base="ets:nameValue">
																<xsd:maxLength value="50"/>
															</xsd:restriction>
														</xsd:simpleType>
													</xsd:element>
												</xsd:all>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Operator" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Well operator required if the rig is contracted and actively working.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:all>
													<xsd:element name="Name">
														<xsd:annotation>
															<xsd:documentation>Exploration company name.</xsd:documentation>
														</xsd:annotation>
														<xsd:simpleType>
															<xsd:restriction base="ets:nameValue">
																<xsd:maxLength value="50"/>
															</xsd:restriction>
														</xsd:simpleType>
													</xsd:element>
												</xsd:all>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="DayTours">
											<xsd:annotation>
												<xsd:documentation>The tours for one or more days of the well.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="DayTour" maxOccurs="unbounded">
														<xsd:annotation>
															<xsd:documentation>The tours for each specific day of the well.</xsd:documentation>
														</xsd:annotation>
														<xsd:complexType>
															<xsd:all>
																<xsd:element name="Date" type="xsd:date">
																	<xsd:annotation>
																		<xsd:documentation>The date of the tour(s).</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
																<xsd:element name="Revision">
																	<xsd:annotation>
																		<xsd:documentation>The revision of this tour sheet. First revision is "A", second is "B", etc.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="xsd:string">
																			<xsd:maxLength value="2"/>
																			<xsd:minLength value="1"/>
																			<xsd:pattern value="[A-Z]{1,2}"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="SheetNo">
																	<xsd:annotation>
																		<xsd:documentation>The number of the tour sheet when there is more than one for a day such as when a rig moves from one well to another. First sheet of the day is 1, the second is 2, etc.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="xsd:positiveInteger">
																			<xsd:totalDigits value="1"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="ContractorRep" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Name of contractor's representative.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="ets:nameValue">
																			<xsd:maxLength value="36"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="ContractorSigned" type="xsd:boolean" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>True if the contractor's representative has reviewed and authorized the tour sheet.</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
																<xsd:element name="OperatorRep" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Name of operator's representative. </xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="ets:nameValue">
																			<xsd:maxLength value="36"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="OperatorSigned" type="xsd:boolean" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>True if the operator's representative has reviewed and authorized the tour sheet.</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
																<xsd:element name="OperatorChecks" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Daily checks by the operator and contractor.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:sequence>
																			<xsd:element name="OperatorCheck" minOccurs="7" maxOccurs="unbounded">
																				<xsd:annotation>
																					<xsd:documentation>Daily check by operator and contractor.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:all>
																						<xsd:element name="CheckNo">
																							<xsd:annotation>
																								<xsd:documentation>The code indicating a specific safety check.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:nameValue">
																									<xsd:maxLength value="100"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																						<xsd:element name="OperatorInitial" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>The Operator's representative's initials to signify that the required check has been performed.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:nameValue">
																									<xsd:maxLength value="3"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																						<xsd:element name="ContractorInitial" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>The Contractor's representative's initials to signify that the required check has been performed.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:nameValue">
																									<xsd:maxLength value="3"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																					</xsd:all>
																				</xsd:complexType>
																			</xsd:element>
																		</xsd:sequence>
																	</xsd:complexType>
																	<xsd:unique name="uniqueOperatorCheck">
																		<xsd:selector xpath="ets:OperatorCheck"/>
																		<xsd:field xpath="ets:CheckNo"/>
																	</xsd:unique>
																</xsd:element>
																<xsd:element name="ContractorChecks" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Daily checks by the contractor only.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:sequence>
																			<xsd:element name="ContractorCheck" minOccurs="5" maxOccurs="unbounded">
																				<xsd:annotation>
																					<xsd:documentation>Daily check by contractor only.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:all>
																						<xsd:element name="CheckNo">
																							<xsd:annotation>
																								<xsd:documentation>The code indicating a specific safety check.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:nameValue">
																									<xsd:maxLength value="100"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																						<xsd:element name="ContractorInitial" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>The Contractor's representative's initials to signify that the required check has been performed.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:nameValue">
																									<xsd:maxLength value="3"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																					</xsd:all>
																				</xsd:complexType>
																			</xsd:element>
																		</xsd:sequence>
																	</xsd:complexType>
																	<xsd:unique name="uniqueContractorChecks">
																		<xsd:selector xpath="ets:ContractorCheck"/>
																		<xsd:field xpath="ets:CheckNo"/>
																	</xsd:unique>
																</xsd:element>
																<xsd:element name="FuelAt800" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Fuel at 8:00.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:all>
																			<xsd:element name="RigFuel">
																				<xsd:annotation>
																					<xsd:documentation>Measurement of fuel remaining in rig tank at 0800 hrs. Can be recorded in litres or the height in tank.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:simpleContent>
																						<xsd:extension base="ets:fuelValue">
																							<xsd:attribute name="uom" type="ets:fuelUnit" use="optional" default="l">
																								<xsd:annotation>
																									<xsd:documentation>Unit of measure used to record fuel.  The units are assumed to be "l" (litres) if this attribute is not specified.</xsd:documentation>
																								</xsd:annotation>
																							</xsd:attribute>
																						</xsd:extension>
																					</xsd:simpleContent>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="BoilerFuel">
																				<xsd:annotation>
																					<xsd:documentation>Measurement of fuel remaining in boiler tank at 0800 hrs. Can be recorded in litres or the height in tank.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:simpleContent>
																						<xsd:extension base="ets:fuelValue">
																							<xsd:attribute name="uom" type="ets:fuelUnit" use="optional" default="l">
																								<xsd:annotation>
																									<xsd:documentation>Unit of measure used to record fuel.  The units are assumed to be "l" (litres) if this attribute is not specified.</xsd:documentation>
																								</xsd:annotation>
																							</xsd:attribute>
																						</xsd:extension>
																					</xsd:simpleContent>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="OperatorConsumption" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Amount of fuel consumed by Operator's equipment during the period covered by the tour sheet.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:simpleContent>
																						<xsd:extension base="ets:fuelValue">
																							<xsd:attribute name="uom" type="ets:fuelUnit" use="optional" default="l">
																								<xsd:annotation>
																									<xsd:documentation>Unit of measure used to record fuel.  The units are assumed to be "l" (litres) if this attribute is not specified.</xsd:documentation>
																								</xsd:annotation>
																							</xsd:attribute>
																						</xsd:extension>
																					</xsd:simpleContent>
																				</xsd:complexType>
																			</xsd:element>
																		</xsd:all>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Weather" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Weather and road conditions.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:all>
																			<xsd:element name="Time" type="ets:timeValue">
																				<xsd:annotation>
																					<xsd:documentation>The time at which the weather was recorded.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:element name="Temperature">
																				<xsd:annotation>
																					<xsd:documentation>The air temperature.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:simpleContent>
																						<xsd:extension base="ets:temperatureValue">
																							<xsd:attribute name="uom" type="ets:temperatureUnit" use="optional" default="C">
																								<xsd:annotation>
																									<xsd:documentation>Unit of measure used to record the temperature.  The units are assumed to be "C" (Celsius) if this attribute is not specified.</xsd:documentation>
																								</xsd:annotation>
																							</xsd:attribute>
																						</xsd:extension>
																					</xsd:simpleContent>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="Condition" type="ets:weatherType" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Weather conditions.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:element name="WindDirection" type="ets:directionType" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Wind direction.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:element name="WindStrength" type="ets:windStrengthType" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Wind strength.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:element name="RoadCondition" type="ets:roadConditionType" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Road condition.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																		</xsd:all>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Tubular" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Details of all the tubulars on site.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:all>
																			<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:element name="Casings" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Details of the casings, tubing and liners permanently cemented or suspended in the well bore.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="Casing" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Detail of a casing, tubing or liner permanently cemented or suspended in the well bore.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="Category" type="ets:casingCategory">
																										<xsd:annotation>
																											<xsd:documentation>The type of casing. </xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="Make" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Manufacturer of the casing, tubing or liner.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="16"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Grade">
																										<xsd:annotation>
																											<xsd:documentation>Tensile strength of tubular.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="8"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="OutsideDiameter" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Outside diameter of the casing, tubing or liner.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for diameters.  The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="InsideDiameter" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Minimum inside diameter of the casing, tubing or liner.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for diameters.  The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="LinearMass" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Tubular mass per unit length.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:linearMassValue">
																													<xsd:attribute name="uom" type="ets:linearMassUnit" use="optional" default="kg/m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the linear mass.  The units are assumed to be "kg/m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="JointsCount">
																										<xsd:annotation>
																											<xsd:documentation>Total number of joints in the string.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:maxInclusive value="9999"/>
																												<xsd:totalDigits value="4"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="TotalLength">
																										<xsd:annotation>
																											<xsd:documentation>Total length of the string.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for length and distances.  The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="KBToCasingHead">
																										<xsd:annotation>
																											<xsd:documentation>Distance from the kelly bushing to the casing head.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for length and distances.  The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="KBToCasingBottom">
																										<xsd:annotation>
																											<xsd:documentation>Distance from the kelly bushing to bottom of the casing string.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for length and distances.  The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="DrillPipes" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Details of the drill collars and pipes on site.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="DrillPipe" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Detail of a drill collar or pipe on site.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="Category" type="ets:drillPipeCategory">
																										<xsd:annotation>
																											<xsd:documentation>The category or type of tubular. </xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="Grade" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Tensile strength of the tubular.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="8"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="OutsideDiameter" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Outside diameter of the drill pipe or drill collar.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the outside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="InsideDiameter" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Minimum inside diameter of the tubular.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the inside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="LinearMass" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Tubular mass per unit length.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:linearMassValue">
																													<xsd:attribute name="uom" type="ets:linearMassUnit" use="optional" default="kg/m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the linear mass.  The units are assumed to be "kg/m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="JointsCount" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Total number of joints in the string.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:maxInclusive value="9999"/>
																												<xsd:totalDigits value="4"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="ToolJointOutsideDiameter" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Outside diameter of the tool joint.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the tool joint outside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="TypeThread" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Coupling size and type.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="10"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="Coils" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Details of the coil tubings on site.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="Coil" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Detail of a coil tubing on site.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="Make" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Manufacturer of the coil.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="16"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Grade" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The grade of the coil.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="8"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="OutsideDiameter">
																										<xsd:annotation>
																											<xsd:documentation>Outside diameter of the coil.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the outside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="Thickness">
																										<xsd:annotation>
																											<xsd:documentation>The thickness of the coil (outside minus inside diameter).</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the thickness. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="ReelNo" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The number of the coil's reel.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="10"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="CyclesTodayCount">
																										<xsd:annotation>
																											<xsd:documentation>The number of cycles on the coil for the day.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:maxInclusive value="9999"/>
																												<xsd:totalDigits value="4"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="CumulativeCyclesCount">
																										<xsd:annotation>
																											<xsd:documentation>The cumulative total cycles on the coil including today.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:maxInclusive value="9999"/>
																												<xsd:totalDigits value="4"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="OriginalLength">
																										<xsd:annotation>
																											<xsd:documentation>The starting length of the coil.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the length. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="SlipAndCut" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The amount of slip-and-cut.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the slip-and-cut. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="DimpleDate" type="xsd:date" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The coil's dimple date.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																		</xsd:all>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Equipment" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>The equipment on site.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:all>
																			<xsd:element name="EquipmentOrServices" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>General equipment on site and services provided to the operator.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="EquipmentOrService" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Some general equipment or service provided to the operator.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="Description">
																										<xsd:annotation>
																											<xsd:documentation>Description of the equipment or service.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:textValue">
																												<xsd:maxLength value="30"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Make" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Manufacturer of the equipment.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Model" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The model of the equipment.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Provider" type="ets:equipmentProviderType">
																										<xsd:annotation>
																											<xsd:documentation>The provider of the equipment/service.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="ExpenseOf" type="ets:equipmentExpenseOfType">
																										<xsd:annotation>
																											<xsd:documentation>Who is paying for the use of the equipment/service.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="RentalCompany" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The name of the rental company if the equipment is rented.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="30"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="SerialNo" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The serial number of the piece of equipment.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="20"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Usage">
																										<xsd:annotation>
																											<xsd:documentation>The amount of time this equipment was used.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:usageValue">
																													<xsd:attribute name="uom" type="ets:usageUnit" default="hours">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure for usage.  The units are assumed to be "hours" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="Quantity" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The number of items of this equipment available for use, if relevant.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:positiveInteger">
																												<xsd:maxInclusive value="9999"/>
																												<xsd:totalDigits value="4"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="QuantityUsed" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The number of items of this equipment used, if relevant.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:totalDigits value="4"/>
																												<xsd:maxInclusive value="9999"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="Boilers" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Details of the boilers.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="Boiler" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Details of a boiler.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="BoilerNo">
																										<xsd:annotation>
																											<xsd:documentation>The boiler number.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="10"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Make" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Manufacturer of the boiler.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Model" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The model of the boiler.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Provider" type="ets:equipmentProviderType">
																										<xsd:annotation>
																											<xsd:documentation>The provider of the boiler.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="ExpenseOf" type="ets:equipmentExpenseOfType">
																										<xsd:annotation>
																											<xsd:documentation>Who is paying for the use of the boiler.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="RentalCompany" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The name of the rental company if the boiler is rented.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="30"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="SerialNo" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The serial number of the boiler.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="20"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="ShaleShakers" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Details of the shale shakers.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="ShaleShaker" maxOccurs="9">
																							<xsd:annotation>
																								<xsd:documentation>Details on a shale shaker.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="ShakerNo" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Shale shaker number.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:positiveInteger">
																												<xsd:maxInclusive value="9"/>
																												<xsd:totalDigits value="1"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Make" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Manufacturer of the shale shaker.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Model" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The model of the shale shaker.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Screens" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Details of the shale shaker's screens.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:sequence>
																												<xsd:element name="Screen" maxOccurs="unbounded">
																													<xsd:annotation>
																														<xsd:documentation>Details of a shale shaker screen.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:all>
																															<xsd:element name="Position" type="ets:shakerScreenPosition">
																																<xsd:annotation>
																																	<xsd:documentation>The position of the screen.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="Size" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Size or type of screen mesh.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="10"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="IsScreenChanged" type="xsd:boolean">
																																<xsd:annotation>
																																	<xsd:documentation>Indicates whether the screen was changed on the shale shaker.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="IsNew" type="xsd:boolean">
																																<xsd:annotation>
																																	<xsd:documentation>True if a new shaker screen was installed.  </xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																														</xsd:all>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:sequence>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="MudPumps" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Details of mud pumps.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="MudPump" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Details of a mud pump.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="Make" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Manufacturer of the pump.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Model">
																										<xsd:annotation>
																											<xsd:documentation>The model or type of the pump.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="24"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Provider" type="ets:equipmentProviderType">
																										<xsd:annotation>
																											<xsd:documentation>The provider of the pump.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="ExpenseOf" type="ets:equipmentExpenseOfType">
																										<xsd:annotation>
																											<xsd:documentation>Who is paying for the use of the pump.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="RentalCompany" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The name of the rental company if the pump is rented.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="30"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="SerialNo" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The serial number of the pump.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="20"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="StrokeLength" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Pump stroke length.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:strokeLengthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for pump stroke length. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="RodSize" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Pump rod size useful for calculating displacements for duplex pumps.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:strokeLengthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for rod size. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="PumpStyle" type="ets:pumpStyleType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The style of the pump.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																								<xsd:attribute name="pumpNo" type="ets:pumpIdValue" use="required">
																									<xsd:annotation>
																										<xsd:documentation>The number of the pump. The first pump is number 1. A second one is number 2.</xsd:documentation>
																									</xsd:annotation>
																								</xsd:attribute>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																			<xsd:element name="Bits" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>Information on the drill bits.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:sequence>
																						<xsd:element name="Bit" maxOccurs="unbounded">
																							<xsd:annotation>
																								<xsd:documentation>Details of a drill bit.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="BitNo">
																										<xsd:annotation>
																											<xsd:documentation>Bit Number. Examples: "1A", "2RR", etc.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="6"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Size">
																										<xsd:annotation>
																											<xsd:documentation>The outside diameter of the bit.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:diameterValue">
																													<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the outside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="IADCCode1" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>IADC Rock Bit Classification Code - first position. The first number designates the series (mill tooth or insert bit). Valid values are 1 to 8 or "A" to "Z".</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="1"/>
																												<xsd:pattern value="[1-8A-Z]"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="IADCCode2" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>IADC Rock Bit Classification Code - second position. The second number designates the type (hardness). Valid values are 1 to 4.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:positiveInteger">
																												<xsd:maxInclusive value="4"/>
																												<xsd:totalDigits value="1"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="IADCCode3" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>IADC Rock Bit Classification Code - third position. The third number designates the features (gage protection, bearings etc.). Valid values are 1 to 8.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:positiveInteger">
																												<xsd:maxInclusive value="8"/>
																												<xsd:totalDigits value="1"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="IADCCode4" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>IADC Rock Bit Classification Code - fourth position. The fourth character designates fetaures. Valid values are 1 to 8 or "A" to "Z".</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="1"/>
																												<xsd:pattern value="[1-8A-Z]"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Manufacturer" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The bit manufacturer.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="20"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="BitType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The type of bit (Brand name such as "J22", "HP51", etc.).</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="20"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="SerialNo" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Bit serial number.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="20"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="JetsCount" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Number of jets installed in the bit.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:maxInclusive value="99"/>
																												<xsd:totalDigits value="2"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="JetRemark" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Comments about the bit jets such as the number of jets, their orifice diameters and/or type such as "Open" or "Centre Jet".</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:textValue">
																												<xsd:maxLength value="40"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="BitJets" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Details of the bit's jets.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:sequence>
																												<xsd:element name="BitJet" maxOccurs="unbounded">
																													<xsd:annotation>
																														<xsd:documentation>Details of a jet.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:all>
																															<xsd:element name="Description" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>A description of the type of jet used such as "Standard", "Short Extended", etc.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:textValue">
																																		<xsd:maxLength value="20"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="OrificeDiameter">
																																<xsd:annotation>
																																	<xsd:documentation>The diameter of the bit jet orifice.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:diameterValue">
																																			<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for orifice diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																														</xsd:all>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:sequence>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="DepthIn" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The depth (KB) at which the bit went into the well on the current run.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the depth value. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="DepthOut" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The depth (KB) at which the bit was pulled.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the depth value. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="HoursRunToday" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The length of time the bit was in the well over the day, actually drilling on bottom, expressed in quarter hours.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:decimal">
																												<xsd:totalDigits value="4"/>
																												<xsd:fractionDigits value="2"/>
																												<xsd:maxInclusive value="25.00"/>
																												<xsd:minInclusive value="0"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="CumulativeHoursRun">
																										<xsd:annotation>
																											<xsd:documentation>Cumulative length of time the bit has been used including today, expressed in quarter hours.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:decimal">
																												<xsd:minInclusive value="0"/>
																												<xsd:maxInclusive value="9999.99"/>
																												<xsd:totalDigits value="6"/>
																												<xsd:fractionDigits value="2"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="EntryDate" type="xsd:date" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The date on which the bit began its run.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="BitCondition" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Condition of the bit.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="CsT1" type="ets:iadcCuttingStructureCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - inner 2/3 of bit cutting structure tooth condition. Valid values are 1 to 8.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="CsT0" type="ets:iadcCuttingStructureCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - outer 1/3 of bit cutting structure tooth condition. Valid values are 1 to 8.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="CsMdc" type="ets:iadcDullCharacteristicsCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - major dull characteristics of bit.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="CsLoc" type="ets:iadcLocationCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - location of cracked or dragged cones.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="Bearing" type="ets:iadcBearingSealsCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - condition of bearings. Valid values are 0 to 8.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="Gage">
																													<xsd:annotation>
																														<xsd:documentation>The measured distance that bit is under/out of gage when pulled. A value of 0 indicates that the bit is in gage.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:diameterValue">
																																<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used to measure bit gage. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="Odc" type="ets:iadcDullCharacteristicsCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - other dull  characteristics of the bit.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="ReasonPulled" type="ets:iadcReasonPulledCode">
																													<xsd:annotation>
																														<xsd:documentation>IADC Roller Bit Dull Grading - reason dull bit was pulled. </xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="TourId">
																										<xsd:annotation>
																											<xsd:documentation>The id of the tour during which the bit was in use.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:positiveInteger">
																												<xsd:totalDigits value="1"/>
																												<xsd:fractionDigits value="0"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																					</xsd:sequence>
																				</xsd:complexType>
																			</xsd:element>
																		</xsd:all>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="DayPayroll" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Payroll-specific details for the day.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:all>
																			<xsd:element name="Camp" type="ets:campType">
																				<xsd:annotation>
																					<xsd:documentation>Type of camp provided.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:element name="IsTD4" type="xsd:boolean" minOccurs="0">
																				<xsd:annotation>
																					<xsd:documentation>When confirmed by the rig manager, indicates whether TD4's are required and have been completed.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																		</xsd:all>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Tours">
																	<xsd:annotation>
																		<xsd:documentation>The tours for the day of the well.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:sequence>
																			<xsd:element name="Tour" maxOccurs="unbounded">
																				<xsd:annotation>
																					<xsd:documentation>Each specific tour of the well for the day.</xsd:documentation>
																				</xsd:annotation>
																				<xsd:complexType>
																					<xsd:all>
																						<xsd:element name="StartTime" type="ets:dateTimeValue">
																							<xsd:annotation>
																								<xsd:documentation>The time at which the tour starts.</xsd:documentation>
																							</xsd:annotation>
																						</xsd:element>
																						<xsd:element name="EndTime" type="ets:dateTimeValue">
																							<xsd:annotation>
																								<xsd:documentation>The time at which the tour ends.</xsd:documentation>
																							</xsd:annotation>
																						</xsd:element>
																						<xsd:element name="DrillerSignature" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Name of driller responsible for the crew on the tour to certify that the driller has reviewed information for this tour and found it to be correct.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:nameValue">
																									<xsd:maxLength value="36"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																						<xsd:element name="MaxHookload" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Maximum hookload experienced during tour while hoisting or working the drill string.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:simpleContent>
																									<xsd:extension base="ets:weightValue">
																										<xsd:attribute name="uom" type="ets:weightUnit" use="optional" default="1000 daN">
																											<xsd:annotation>
																												<xsd:documentation>Unit of measure used for maximum hookload. The units are assumed to be "1000 daN" if this attribute is not specified.</xsd:documentation>
																											</xsd:annotation>
																										</xsd:attribute>
																									</xsd:extension>
																								</xsd:simpleContent>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="SafetyTopic" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>The topic of the safety meeting held during the tour. Should have the value of "None" if no meeting was conducted.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:simpleType>
																								<xsd:restriction base="ets:textValue">
																									<xsd:maxLength value="50"/>
																								</xsd:restriction>
																							</xsd:simpleType>
																						</xsd:element>
																						<xsd:element name="Macp" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Maximum Allowable Casing Pressure - the maximum pressure that can be held at surface in a kick situation. Depends on drilling fluid density, depth of casing shoe, casing burst pressures and surface equipment limitations.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:simpleContent>
																									<xsd:extension base="ets:pressureValue">
																										<xsd:attribute name="uom" type="ets:pressureUnit" use="optional" default="kPa">
																											<xsd:annotation>
																												<xsd:documentation>Unit of measure used for casing pressure. The units are assumed to be "kPa" if this attribute is not specified.</xsd:documentation>
																											</xsd:annotation>
																										</xsd:attribute>
																									</xsd:extension>
																								</xsd:simpleContent>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="DrillingAssemblys" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Drilling assemblies used during the tour.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="DrillingAssembly" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>A drilling assembly during the tour.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="StandsCount">
																													<xsd:annotation>
																														<xsd:documentation>Number of stands of drill pipe in the drill string.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:nonNegativeInteger">
																															<xsd:maxInclusive value="9999"/>
																															<xsd:totalDigits value="4"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="StandsLength">
																													<xsd:annotation>
																														<xsd:documentation>Total length of the stands of drill pipe in the drill string.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:assemblyLengthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the length values in this element. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="SinglesCount">
																													<xsd:annotation>
																														<xsd:documentation>The number of single joints of drill pipe remaining after stands of pipe have been counted.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:nonNegativeInteger">
																															<xsd:maxInclusive value="99"/>
																															<xsd:totalDigits value="2"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="SinglesLength">
																													<xsd:annotation>
																														<xsd:documentation>Total length of the single joints of drill pipe.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:assemblyLengthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the length values in this element. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="KellyDown">
																													<xsd:annotation>
																														<xsd:documentation>The length of kelly below the kelly bushing measuring point - required to calculate Total Depth.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:assemblyLengthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the length values in this element. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="WeightOfDrillCollar" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>The weight (measurement of force) of the drill collar section of the drill string at the end of the tour.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:weightValue">
																																<xsd:attribute name="uom" type="ets:weightUnit" use="optional" default="1000 daN">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the weight values in this element. The units are assumed to be "1000 daN" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="WeightOfString" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>The weight (measurement of force) of the entire drill string at the end of the tour.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:weightValue">
																																<xsd:attribute name="uom" type="ets:weightUnit" use="optional" default="1000 daN">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the weight values in this element. The units are assumed to be "1000 daN" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="BHAComponents" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>Details of the components in the bottom hole assembly.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:sequence>
																															<xsd:element name="BHAComponent" maxOccurs="unbounded">
																																<xsd:annotation>
																																	<xsd:documentation>Details on a component of the bottom hole assembly.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:all>
																																		<xsd:element name="PiecesCount">
																																			<xsd:annotation>
																																				<xsd:documentation>The number of pieces of the particular component in the assembly.</xsd:documentation>
																																			</xsd:annotation>
																																			<xsd:simpleType>
																																				<xsd:restriction base="xsd:positiveInteger">
																																					<xsd:maxInclusive value="9999"/>
																																					<xsd:totalDigits value="4"/>
																																				</xsd:restriction>
																																			</xsd:simpleType>
																																		</xsd:element>
																																		<xsd:element name="Description">
																																			<xsd:annotation>
																																				<xsd:documentation>Description of the bottom hole assembly component. Examples: "Bit", "Jar", "Drill Collar". Common abbreviations such as "DC" are also acceptable.</xsd:documentation>
																																			</xsd:annotation>
																																			<xsd:simpleType>
																																				<xsd:restriction base="ets:textValue">
																																					<xsd:maxLength value="18"/>
																																				</xsd:restriction>
																																			</xsd:simpleType>
																																		</xsd:element>
																																		<xsd:element name="OutsideDiameter">
																																			<xsd:annotation>
																																				<xsd:documentation>The outside diameter of the component.</xsd:documentation>
																																			</xsd:annotation>
																																			<xsd:complexType>
																																				<xsd:simpleContent>
																																					<xsd:extension base="ets:diameterValue">
																																						<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																																							<xsd:annotation>
																																								<xsd:documentation>Unit of measure used for the outside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																																							</xsd:annotation>
																																						</xsd:attribute>
																																					</xsd:extension>
																																				</xsd:simpleContent>
																																			</xsd:complexType>
																																		</xsd:element>
																																		<xsd:element name="InsideDiameter" minOccurs="0">
																																			<xsd:annotation>
																																				<xsd:documentation>Minimum inside diameter of the component.</xsd:documentation>
																																			</xsd:annotation>
																																			<xsd:complexType>
																																				<xsd:simpleContent>
																																					<xsd:extension base="ets:diameterValue">
																																						<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																																							<xsd:annotation>
																																								<xsd:documentation>Unit of measure used for the inside diameter. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																																							</xsd:annotation>
																																						</xsd:attribute>
																																					</xsd:extension>
																																				</xsd:simpleContent>
																																			</xsd:complexType>
																																		</xsd:element>
																																		<xsd:element name="Length">
																																			<xsd:annotation>
																																				<xsd:documentation>The total length of this section of the bottom hole assembly.</xsd:documentation>
																																			</xsd:annotation>
																																			<xsd:complexType>
																																				<xsd:simpleContent>
																																					<xsd:extension base="ets:assemblyLengthValue">
																																						<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																							<xsd:annotation>
																																								<xsd:documentation>Unit of measure used for the length. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																							</xsd:annotation>
																																						</xsd:attribute>
																																					</xsd:extension>
																																				</xsd:simpleContent>
																																			</xsd:complexType>
																																		</xsd:element>
																																	</xsd:all>
																																</xsd:complexType>
																															</xsd:element>
																														</xsd:sequence>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="HoleCondition" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Condition of the hole.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="HoleDragUp" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Force required to pull drill string in excess of string weight measured during trip out.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:weightValue">
																													<xsd:attribute name="uom" type="ets:weightUnit" use="optional" default="1000 daN">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for drag force. The units are assumed to be "1000 daN" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="HoleDragDown" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Force required to push drill string in excess of string weight measured during trip in.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:weightValue">
																													<xsd:attribute name="uom" type="ets:weightUnit" use="optional" default="1000 daN">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for drag force. The units are assumed to be "1000 daN" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="HoleTorque" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Amount of torque required to turn drill string in hole.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:torqueValue">
																													<xsd:attribute name="uom" type="ets:torqueUnit" use="optional" default="Nm">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for torque. The units are assumed to be "Nm" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="FillOnBottom" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Amount of hole fill or material that has sloughed in or settled to the bottom of the hole while the drill string has been off bottom. Measured from bottom.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:depthValue">
																													<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for measuring the fill on bottom. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="MudRecord" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Record of information about the mud.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="IsWaterBased" type="xsd:boolean">
																										<xsd:annotation>
																											<xsd:documentation>True if a water-based mud system is used.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="IsOilBased" type="xsd:boolean">
																										<xsd:annotation>
																											<xsd:documentation>True if an oil-based mud system is used.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="OtherType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The type of mud system being used if not water-based or oil-based.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:textValue">
																												<xsd:maxLength value="50"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="MudSystemType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The description of the specific mud system being used such as "Invert", "Gel-Chemical", "Gel-Polymer", etc.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:textValue">
																												<xsd:maxLength value="30"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="MudMaterials" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The mud materials added to the hole.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:sequence>
																												<xsd:element name="MudMaterial" maxOccurs="unbounded">
																													<xsd:annotation>
																														<xsd:documentation>Mud material added to the hole.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:all>
																															<xsd:element name="Product">
																																<xsd:annotation>
																																	<xsd:documentation>Description of the drilling fluid additive such as "Gel", "Sawdust", "Caustic Soda", etc.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="24"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="Amount">
																																<xsd:annotation>
																																	<xsd:documentation>The number of units of product added to the drilling fluid during the tour.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="xsd:positiveInteger">
																																		<xsd:totalDigits value="9"/>
																																		<xsd:maxInclusive value="999999999"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="Unit">
																																<xsd:annotation>
																																	<xsd:documentation>The name of the drilling fluid additive container such as "sacks", "pails", etc. or the actual unit of measure such as "kg", "m3", etc.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="16"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="UnitQuantity" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The number of units of measure contained in the container such as 40 to define a 40 kilogram sack of barite.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:mudQuantityValue">
																																			<xsd:attribute name="uom" use="optional">
																																				<xsd:annotation>
																																					<xsd:documentation>The unit of measure used to identify the quantity of product in a container such as "kg" to define a 40 kg sack of barite.</xsd:documentation>
																																				</xsd:annotation>
																																				<xsd:simpleType>
																																					<xsd:restriction base="ets:nameValue">
																																						<xsd:maxLength value="12"/>
																																					</xsd:restriction>
																																				</xsd:simpleType>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																														</xsd:all>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:sequence>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="MudSamples" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Details of fluid samples.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:sequence>
																												<xsd:element name="MudSample" maxOccurs="unbounded">
																													<xsd:annotation>
																														<xsd:documentation>Details of a fluid sample test.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:all>
																															<xsd:element name="Time" type="ets:timeValue">
																																<xsd:annotation>
																																	<xsd:documentation>The time of the drilling fluid sample test within a resolution of 15 minutes.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="Density" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The density of the drilling fluid sample.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:densityValue">
																																			<xsd:attribute name="uom" type="ets:densityUnit" use="optional" default="kg/m3">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for density. The units are assumed to be "kg/m3" if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="FunnelViscosity" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The funnel viscosity of the drilling fluid sample.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:viscosityValue">
																																			<xsd:attribute name="uom" type="ets:viscosityUnit" use="optional" default="s/l">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for viscosity. The units are assumed to be "s/l" (seconds per litre) if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="WaterLoss" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Quantity of filtrate fluid produced after subjecting a standard quantity of drilling fluid to 700 kPa of pressure for 30 minutes. Also known as "Fluid Loss".</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:waterLossValue">
																																			<xsd:attribute name="uom" type="ets:volumeUnit" use="optional" default="cm3">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for water loss. The units are assumed to be "cm3" if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="FluidPh" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The relative acidity or alkalinity of the drilling fluid. Valid values are 1 to 15.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="xsd:decimal">
																																		<xsd:totalDigits value="3"/>
																																		<xsd:fractionDigits value="1"/>
																																		<xsd:maxInclusive value="15.0"/>
																																		<xsd:minInclusive value="0.0"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="OtherTests" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Specific tests.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:sequence>
																																		<xsd:element name="OtherTest" maxOccurs="unbounded">
																																			<xsd:annotation>
																																				<xsd:documentation>A specific test.</xsd:documentation>
																																			</xsd:annotation>
																																			<xsd:complexType>
																																				<xsd:all>
																																					<xsd:element name="TestType">
																																						<xsd:annotation>
																																							<xsd:documentation>Description of the drilling fluid sample test such as "HTHP Fluid Loss", "Alkalinity", etc.</xsd:documentation>
																																						</xsd:annotation>
																																						<xsd:simpleType>
																																							<xsd:restriction base="ets:textValue">
																																								<xsd:maxLength value="20"/>
																																							</xsd:restriction>
																																						</xsd:simpleType>
																																					</xsd:element>
																																					<xsd:element name="TestValue" minOccurs="0">
																																						<xsd:annotation>
																																							<xsd:documentation>The value reported in the test. This is usually numeric but could be alphanumeric as well such as "1 mm soft" for a filter cake sample.</xsd:documentation>
																																						</xsd:annotation>
																																						<xsd:complexType>
																																							<xsd:simpleContent>
																																								<xsd:extension base="ets:mudTestValue">
																																									<xsd:attribute name="uom" use="optional">
																																										<xsd:annotation>
																																											<xsd:documentation>Unit of measure used to report the test value for the test.</xsd:documentation>
																																										</xsd:annotation>
																																										<xsd:simpleType>
																																											<xsd:restriction base="ets:nameValue">
																																												<xsd:maxLength value="12"/>
																																											</xsd:restriction>
																																										</xsd:simpleType>
																																									</xsd:attribute>
																																								</xsd:extension>
																																							</xsd:simpleContent>
																																						</xsd:complexType>
																																					</xsd:element>
																																				</xsd:all>
																																			</xsd:complexType>
																																		</xsd:element>
																																	</xsd:sequence>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="Location" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The location of the sample such as "Suction", "Shaker", etc.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="20"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="Depth" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The total depth of well at the time of the sample.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:depthValue">
																																			<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for depth. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="PVT" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Total volume of drilling fluid in the active system measured by the Pit Volume Totalizer.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:volumeValue">
																																			<xsd:attribute name="uom" type="ets:volumeUnit" use="optional" default="m3">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for total volume. The units are assumed to be "m3" if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																														</xsd:all>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:sequence>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="SolidsControls" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details of the equipment used for solids control.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="SolidsControl" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>Details of a solids control equipment.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="EquipmentName">
																													<xsd:annotation>
																														<xsd:documentation>Description of the solids control equipment for which the performance measurements are being reported.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:nameValue">
																															<xsd:maxLength value="24"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="HoursRun">
																													<xsd:annotation>
																														<xsd:documentation>The total number of hours the equipment has been run during the tour rounded to nearest 15 minutes.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:decimal">
																															<xsd:maxInclusive value="25.00"/>
																															<xsd:minInclusive value="0"/>
																															<xsd:totalDigits value="4"/>
																															<xsd:fractionDigits value="2"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="IntakeDensity">
																													<xsd:annotation>
																														<xsd:documentation>The density of the drilling fluid entering the equipment.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:densityValue">
																																<xsd:attribute name="uom" type="ets:densityUnit" use="optional" default="kg/m3">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for density. The units are assumed to be "kg/m3" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="OverflowDensity">
																													<xsd:annotation>
																														<xsd:documentation>The density of the "cleaned" fluid exiting the equipment and returned to the active system.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:densityValue">
																																<xsd:attribute name="uom" type="ets:densityUnit" use="optional" default="kg/m3">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for density. The units are assumed to be "kg/m3" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="UnderflowDensity">
																													<xsd:annotation>
																														<xsd:documentation>The density of the solids that were removed from the drilling fluid.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:densityValue">
																																<xsd:attribute name="uom" type="ets:densityUnit" use="optional" default="kg/m3">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for density. The units are assumed to be "kg/m3" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="DrillRecords" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details of drilling progress.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="DrillRecord" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>Details of a drilling activity.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="FromDepth">
																													<xsd:annotation>
																														<xsd:documentation>The depth at which this sequence commenced.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:depthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the depth value. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="ToDepth">
																													<xsd:annotation>
																														<xsd:documentation>The depth at which this sequence ended.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:depthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the depth value. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="Activity" type="ets:drillingActivityType">
																													<xsd:annotation>
																														<xsd:documentation>The type of drilling activity (drilling, reaming or coring). Allowable values are "DRILL", "REAM" or "CORE".</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="RotaryRpm">
																													<xsd:annotation>
																														<xsd:documentation>The number of rotations per minute (RPM) of the drill bit. Usually refers to the rotary table but could also refer to the top drive or mud motor rpm (inferred).</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:positiveInteger">
																															<xsd:totalDigits value="4"/>
																															<xsd:maxInclusive value="9999"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="WeightOnBit">
																													<xsd:annotation>
																														<xsd:documentation>The weight or force of the drill string that is loaded on the bit rather than suspended from the derrick.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:weightValue">
																																<xsd:attribute name="uom" type="ets:weightUnit" use="optional" default="1000 daN">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the weight on bit values. The units are assumed to be "1000 daN" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="CirculationPressure" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details of the circulating pressure from pumps.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="Pressure">
																										<xsd:annotation>
																											<xsd:documentation>The combined circulation pressure of the pumps at the end of the tour.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:simpleContent>
																												<xsd:extension base="ets:pressureValue">
																													<xsd:attribute name="uom" type="ets:pressureUnit" use="optional" default="kPa">
																														<xsd:annotation>
																															<xsd:documentation>Unit of measure used for the pressure value. The units are assumed to be "kPa" if this attribute is not specified.</xsd:documentation>
																														</xsd:annotation>
																													</xsd:attribute>
																												</xsd:extension>
																											</xsd:simpleContent>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="CirculationPumps" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Per pump details of circulation.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:sequence>
																												<xsd:element name="CirculationPump" maxOccurs="unbounded">
																													<xsd:annotation>
																														<xsd:documentation>Operating details of a circulation pump.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:all>
																															<xsd:element name="LinerSize" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The inside diameter of the pump liner used to calculate displacement.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:complexType>
																																	<xsd:simpleContent>
																																		<xsd:extension base="ets:strokeLengthValue">
																																			<xsd:attribute name="uom" type="ets:diameterUnit" use="optional" default="mm">
																																				<xsd:annotation>
																																					<xsd:documentation>Unit of measure used for liner size. The units are assumed to be "mm" if this attribute is not specified.</xsd:documentation>
																																				</xsd:annotation>
																																			</xsd:attribute>
																																		</xsd:extension>
																																	</xsd:simpleContent>
																																</xsd:complexType>
																															</xsd:element>
																															<xsd:element name="HoursRun" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The total number of hours of pump operation rounded to nearest 15 minutes.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="xsd:decimal">
																																		<xsd:totalDigits value="4"/>
																																		<xsd:fractionDigits value="2"/>
																																		<xsd:maxInclusive value="25.00"/>
																																		<xsd:minInclusive value="0"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="StrokesPerMinute" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The pump's strokes per minute while on the hole.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="xsd:positiveInteger">
																																		<xsd:maxInclusive value="999"/>
																																		<xsd:totalDigits value="3"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																														</xsd:all>
																														<xsd:attribute name="pumpNo" type="ets:pumpIdValue" use="required">
																															<xsd:annotation>
																																<xsd:documentation>The number of the pump.</xsd:documentation>
																															</xsd:annotation>
																														</xsd:attribute>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:sequence>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="PressureType" type="ets:pumpPressureType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Indicator of how one or more pumps worked on the hole. Valid values are "SINGLE", "COMBINED" and "PARALLEL".</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Remarks and/or comments.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="ReducedPumpSpeeds" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details of reduced pump speeds.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="ReducedPumpSpeed" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>Reduced pump speed details.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="Pressure">
																													<xsd:annotation>
																														<xsd:documentation>The pump pressure recorded at the reduced pumping speed.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:pressureValue">
																																<xsd:attribute name="uom" type="ets:pressureUnit" use="optional" default="kPa">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for pressure. The units are assumed to be "kPa" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="StrokesPerMinute">
																													<xsd:annotation>
																														<xsd:documentation>The pump's strokes per minute at the reduced pumping speed.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:nonNegativeInteger">
																															<xsd:totalDigits value="3"/>
																															<xsd:maxInclusive value="999"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="Depth">
																													<xsd:annotation>
																														<xsd:documentation>The depth at which the reduced rate pump pressure is recorded.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:depthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the depth. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:all>
																											<xsd:attribute name="pumpNo" type="ets:pumpIdValue" use="optional">
																												<xsd:annotation>
																													<xsd:documentation>The number of the pump used to record the reduced speed pump pressure. </xsd:documentation>
																												</xsd:annotation>
																											</xsd:attribute>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="Boilers" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details of the boilers used during the tour.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="Boiler" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>Details of a boiler used during the tour.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="BoilerNo">
																													<xsd:annotation>
																														<xsd:documentation>The boiler number.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:nameValue">
																															<xsd:maxLength value="10"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="HoursRun">
																													<xsd:annotation>
																														<xsd:documentation>The total number of hours of boiler operation rounded to nearest 15 minutes.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:decimal">
																															<xsd:totalDigits value="4"/>
																															<xsd:fractionDigits value="2"/>
																															<xsd:maxInclusive value="25.00"/>
																															<xsd:minInclusive value="0"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="BoilerPh">
																													<xsd:annotation>
																														<xsd:documentation>The relative acidity or alkalinity of the boiler water. Valid values are 1 to 15.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:decimal">
																															<xsd:totalDigits value="3"/>
																															<xsd:fractionDigits value="1"/>
																															<xsd:minInclusive value="0.0"/>
																															<xsd:maxInclusive value="15.0"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="StackTemp">
																													<xsd:annotation>
																														<xsd:documentation>The boiler stack temperature measured during the tour.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:temperatureValue">
																																<xsd:attribute name="uom" type="ets:temperatureUnit" use="optional" default="C">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the stack temperature. The units are assumed to be "C" (Celsius) if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="DeviationSurveys" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details on deviation surveys.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="DeviationSurvey" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>A deviation survey.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="Time" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>The time at which the deviation survey was taken.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:timeValue"/>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="Depth">
																													<xsd:annotation>
																														<xsd:documentation>The depth at which the deviation survey is recorded.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:depthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the depth. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																												<xsd:element name="Deviation">
																													<xsd:annotation>
																														<xsd:documentation>The inclination or drift angle of the well bore at the survey point.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="xsd:decimal">
																															<xsd:totalDigits value="5"/>
																															<xsd:fractionDigits value="2"/>
																															<xsd:maxInclusive value="999.99"/>
																															<xsd:minInclusive value="0"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="Direction">
																													<xsd:annotation>
																														<xsd:documentation>The declination or direction of the well bore at the survey point.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:nameValue">
																															<xsd:maxLength value="10"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="SurveyType" type="ets:deviationSurveyType" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>The survey type.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="TimeLogs" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>The time log of activities.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="TimeLog" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>An entry in the time log recording a specific activity that occurred.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="FromTime" type="ets:dateTimeValue">
																													<xsd:annotation>
																														<xsd:documentation>The time at which the activity commenced.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="ToTime" type="ets:dateTimeValue">
																													<xsd:annotation>
																														<xsd:documentation>The time at which the activity was completed.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="TimeCodeNo" type="ets:timeCode">
																													<xsd:annotation>
																														<xsd:documentation>The time code assigned to this activity. </xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="Detail" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>Descriptive comments about the activity.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:textValue">
																															<xsd:maxLength value="255"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="TimeLogNotes" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Notes on the time log.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="TimeLogNote" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>A note on the time log</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:textValue">
																												<xsd:maxLength value="80"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="TourPayroll" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Payroll-specific details for the tour.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:all>
																									<xsd:element name="MudAllowance" type="xsd:boolean">
																										<xsd:annotation>
																											<xsd:documentation>Indicates whether a mud allowance is to be paid for this tour.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																									<xsd:element name="SafetyDaysOfCrew" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>The number of cumulative safety days for the individual crew.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="xsd:nonNegativeInteger">
																												<xsd:maxInclusive value="9999"/>
																												<xsd:totalDigits value="4"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="CrewVehicleDriver1" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>First and last name of first employee driving the crew vehicle.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="50"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="CrewVehicleDriver2" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>First and last name of second employee driving the crew vehicle.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:simpleType>
																											<xsd:restriction base="ets:nameValue">
																												<xsd:maxLength value="50"/>
																											</xsd:restriction>
																										</xsd:simpleType>
																									</xsd:element>
																									<xsd:element name="Employees" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Details of the employees (crewmembers) on the tour.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:sequence>
																												<xsd:element name="Employee" maxOccurs="unbounded">
																													<xsd:annotation>
																														<xsd:documentation>Details of an employee (crewmember) on the tour.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:all>
																															<xsd:element name="WorkType" type="ets:workType">
																																<xsd:annotation>
																																	<xsd:documentation>The type of work being performed used to determine the rate of pay.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="Position">
																																<xsd:annotation>
																																	<xsd:documentation>The position of the crewmember for whom the time is being recorded.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="30"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="EmployeeNo">
																																<xsd:annotation>
																																	<xsd:documentation>Social Insurance Number or any other unique employee ID used to identify the employee.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:idValue">
																																		<xsd:maxLength value="11"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="Name">
																																<xsd:annotation>
																																	<xsd:documentation>First and last name of the employee.</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="50"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="Level" type="ets:techLevel" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>The employee's Rig Tech level.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="FromTime" type="ets:dateTimeValue">
																																<xsd:annotation>
																																	<xsd:documentation>The time when the employee started work. May be before the start of the tour.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="ToTime" type="ets:dateTimeValue">
																																<xsd:annotation>
																																	<xsd:documentation>The time when the employee ended work. May be after the end of the tour.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="IsInjured" type="xsd:boolean" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>When confirmed by the employee, indicates whether the employee was injured or not during the tour.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="Initial" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Employee's initials indicating "sign-off".</xsd:documentation>
																																</xsd:annotation>
																																<xsd:simpleType>
																																	<xsd:restriction base="ets:nameValue">
																																		<xsd:maxLength value="3"/>
																																	</xsd:restriction>
																																</xsd:simpleType>
																															</xsd:element>
																															<xsd:element name="IsDriver" type="xsd:boolean" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Indicates whether the employee was a driver of a crew vehicle.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="IsTD4" type="xsd:boolean" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>When confirmed by the employee, indicates whether a TD4 was completed.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="Subsistence" type="xsd:boolean" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>True if the employee should be paid subsistence allowance for this tour.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																															<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																																<xsd:annotation>
																																	<xsd:documentation>Comments and explanations of special circumstances or whatever else is required.</xsd:documentation>
																																</xsd:annotation>
																															</xsd:element>
																														</xsd:all>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:sequence>
																										</xsd:complexType>
																									</xsd:element>
																									<xsd:element name="Remarks" type="ets:remarksType" minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>Payroll remarks and/or comments not related to a specific employee.</xsd:documentation>
																										</xsd:annotation>
																									</xsd:element>
																								</xsd:all>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="WellEvents" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Details of well events.</xsd:documentation>
																							</xsd:annotation>
																							<xsd:complexType>
																								<xsd:sequence>
																									<xsd:element name="WellEvent" maxOccurs="unbounded">
																										<xsd:annotation>
																											<xsd:documentation>Details of a well event.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:complexType>
																											<xsd:all>
																												<xsd:element name="Time" type="ets:timeValue">
																													<xsd:annotation>
																														<xsd:documentation>The time at which the event occurred.</xsd:documentation>
																													</xsd:annotation>
																												</xsd:element>
																												<xsd:element name="EventNo">
																													<xsd:annotation>
																														<xsd:documentation>The event code for this event.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:nameValue">
																															<xsd:maxLength value="50"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="Description">
																													<xsd:annotation>
																														<xsd:documentation>The description of the event.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:simpleType>
																														<xsd:restriction base="ets:textValue">
																															<xsd:maxLength value="255"/>
																														</xsd:restriction>
																													</xsd:simpleType>
																												</xsd:element>
																												<xsd:element name="Depth" minOccurs="0">
																													<xsd:annotation>
																														<xsd:documentation>The depth when the event occurred.</xsd:documentation>
																													</xsd:annotation>
																													<xsd:complexType>
																														<xsd:simpleContent>
																															<xsd:extension base="ets:depthValue">
																																<xsd:attribute name="uom" type="ets:lengthUnit" use="optional" default="m">
																																	<xsd:annotation>
																																		<xsd:documentation>Unit of measure used for the depth. The units are assumed to be "m" if this attribute is not specified.</xsd:documentation>
																																	</xsd:annotation>
																																</xsd:attribute>
																															</xsd:extension>
																														</xsd:simpleContent>
																													</xsd:complexType>
																												</xsd:element>
																											</xsd:all>
																										</xsd:complexType>
																									</xsd:element>
																								</xsd:sequence>
																							</xsd:complexType>
																						</xsd:element>
																						<xsd:element name="Others" type="ets:othersType" minOccurs="0">
																							<xsd:annotation>
																								<xsd:documentation>Additional implementation-specific information for the tour.</xsd:documentation>
																							</xsd:annotation>
																						</xsd:element>
																					</xsd:all>
																					<xsd:attribute name="tourId" use="required">
																						<xsd:annotation>
																							<xsd:documentation>The tour id of the tour used to identify the specific tour of the day. The id of the first possible tour (morning tour) of a day has an id of 1, the second tour (day tour) has an id of 2, etc.</xsd:documentation>
																						</xsd:annotation>
																						<xsd:simpleType>
																							<xsd:restriction base="xsd:positiveInteger">
																								<xsd:totalDigits value="1"/>
																								<xsd:fractionDigits value="0"/>
																							</xsd:restriction>
																						</xsd:simpleType>
																					</xsd:attribute>
																				</xsd:complexType>
																				<xsd:unique name="uniqueTimeLogEntryFromTimes">
																					<xsd:annotation>
																						<xsd:documentation>Constrains the log entries to all have unique from times.</xsd:documentation>
																					</xsd:annotation>
																					<xsd:selector xpath="ets:TimeLogs/ets:TimeLog"/>
																					<xsd:field xpath="ets:FromTime"/>
																				</xsd:unique>
																				<xsd:unique name="uniqueTimeLogEntryToTimes">
																					<xsd:annotation>
																						<xsd:documentation>Constrains the log entries to all have unique from and to times.</xsd:documentation>
																					</xsd:annotation>
																					<xsd:selector xpath="ets:TimeLogs/ets:TimeLog"/>
																					<xsd:field xpath="ets:ToTime"/>
																				</xsd:unique>
																			</xsd:element>
																		</xsd:sequence>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Others" type="ets:othersType" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>Additional implementation-specific information for the day.</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
															</xsd:all>
														</xsd:complexType>
														<xsd:unique name="uniqueTourStartTimes">
															<xsd:selector xpath="ets:Tours/ets:Tour"/>
															<xsd:field xpath="ets:StartTime"/>
														</xsd:unique>
														<xsd:unique name="uniqueTourEndTimes">
															<xsd:selector xpath="ets:Tours/ets:Tour"/>
															<xsd:field xpath="ets:EndTime"/>
														</xsd:unique>
														<xsd:unique name="uniqueTourId">
															<xsd:selector xpath="ets:Tours/ets:Tour"/>
															<xsd:field xpath="@tourId"/>
														</xsd:unique>
														<xsd:unique name="uniquePumpNo">
															<xsd:selector xpath="ets:Equipment/ets:MudPumps/ets:MudPump"/>
															<xsd:field xpath="@pumpNo"/>
														</xsd:unique>
														<xsd:unique name="uniqueBoilerNo">
															<xsd:selector xpath="ets:Equipment/ets:Boilers/ets:Boiler"/>
															<xsd:field xpath="ets:BoilerNo"/>
														</xsd:unique>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Changes" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Log of changes made to the data.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="Change" maxOccurs="unbounded">
														<xsd:annotation>
															<xsd:documentation>Details of a data item value that was set, changed or deleted.</xsd:documentation>
														</xsd:annotation>
														<xsd:complexType>
															<xsd:all>
																<xsd:element name="At">
																	<xsd:annotation>
																		<xsd:documentation>The date and time of the change.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="xsd:dateTime"/>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="By">
																	<xsd:annotation>
																		<xsd:documentation>Identification of who made the change.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="ets:nameValue">
																			<xsd:maxLength value="36"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="Item">
																	<xsd:annotation>
																		<xsd:documentation>Identification of the data item that was changed.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="ets:idValue">
																			<xsd:maxLength value="200"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="Operation">
																	<xsd:annotation>
																		<xsd:documentation>Operation performed (new, update or delete).</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="xsd:string">
																			<xsd:enumeration value="NEW">
																				<xsd:annotation>
																					<xsd:documentation>New item value set/entered.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:enumeration>
																			<xsd:enumeration value="UPDATE">
																				<xsd:annotation>
																					<xsd:documentation>Item value changed/updated.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:enumeration>
																			<xsd:enumeration value="DELETE">
																				<xsd:annotation>
																					<xsd:documentation>Item value removed/deleted.</xsd:documentation>
																				</xsd:annotation>
																			</xsd:enumeration>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="TourDate" type="xsd:date" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>The date of the tour if the data item was specific to a tour.</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
																<xsd:element name="TourId" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>The id of the tour if the data item was specific to a tour.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="xsd:positiveInteger">
																			<xsd:totalDigits value="1"/>
																			<xsd:fractionDigits value="0"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="From" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>The value before the change if the value is not new (being set the first time). </xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="ets:textValue">
																			<xsd:maxLength value="1000"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
																<xsd:element name="To" minOccurs="0">
																	<xsd:annotation>
																		<xsd:documentation>The value after the change if the value is not being deleted.</xsd:documentation>
																	</xsd:annotation>
																	<xsd:simpleType>
																		<xsd:restriction base="ets:textValue">
																			<xsd:maxLength value="1000"/>
																		</xsd:restriction>
																	</xsd:simpleType>
																</xsd:element>
															</xsd:all>
														</xsd:complexType>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Others" type="ets:othersType" minOccurs="0">
											<xsd:annotation>
												<xsd:documentation>Additional implementation-specific information for the well.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:all>
								</xsd:complexType>
								<xsd:unique name="uniqueDayTourDate">
									<xsd:selector xpath="ets:DayTours/ets:DayTour"/>
									<xsd:field xpath="ets:Date"/>
								</xsd:unique>
								<xsd:keyref name="refDayTourDate" refer="ets:uniqueDayTourDate">
									<xsd:selector xpath="ets:Changes/ets:Change"/>
									<xsd:field xpath="ets:TourDate"/>
								</xsd:keyref>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="Others" type="ets:othersType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>Additional implementation-specific information for the file.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:all>
			<xsd:attribute name="fileDateTime" type="xsd:dateTime" use="required">
				<xsd:annotation>
					<xsd:documentation>The date and time when this ETS file was created.</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="etsVersion" type="xsd:string" use="required" fixed="3.0.1">
				<xsd:annotation>
					<xsd:documentation>The version of the ETS standard used to create the file.</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="createdBy" use="optional">
				<xsd:annotation>
					<xsd:documentation>The name of the individual creating the file if relevant.</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="ets:nameValue">
						<xsd:maxLength value="50"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="application" use="required">
				<xsd:annotation>
					<xsd:documentation>The name of the ETS software application used to generate the ETS file and identifies a specific implementation of the ETS standard.</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="ets:nameValue">
						<xsd:maxLength value="36"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="applicationRelease" use="required">
				<xsd:annotation>
					<xsd:documentation>ETS software vendor's application release number and further identifies the specific implementation of the ETS standard.</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="ets:nameValue">
						<xsd:maxLength value="36"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
