cs_injectionTestData.xsd 3.53 KB
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema 
	elementFormDefault="qualified" 
	attributeFormDefault="unqualified" 
	targetNamespace="http://www.witsml.org/schemas/131/addendum/combo" 
	xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	version="1.3.1">
	<!--                                                         -->
	<!-- POSC License Agreement
	This file is distributed under the POSC License Agreement at
	http://www.posc.org/about/license.shtml.
	Use of this file constitutes agreement with the POSC License Agreement.
	-->
	<!--                                                         -->
	<xsd:include schemaLocation="cs_wellTestInterval.xsd"/>
	<xsd:include schemaLocation="cs_cumulative.xsd"/>
	<xsd:include schemaLocation="cs_injectionTestResults.xsd"/>
	<xsd:include schemaLocation="typ_catalog_wellTest.xsd"/>
	<!--                                                         -->
	<xsd:complexType name="cs_injectionTestData">
		<xsd:sequence>
			<xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The interval tested. This element includes a top and base 
					depth, and the formation tested.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="InjectedFluid" type="witsml:InjectionFluid" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The fluid that is being injected. </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="wellTestCumulative" type="witsml:cs_cumulative" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The cumulative volumes of fluids at the time of the 
					well test. The fluids are oil, gas, and water.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="minimumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The minimum pressure measured at the annulus.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="maximumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The maximum pressure measured at the annulus.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="wellheadFlowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The flowing pressure measured at the wellhead during the test.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="wellheadMaximumPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The maximum pressure measured at the wellhead during the well test.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="injectionTestResults" type="witsml:cs_injectionTestResults" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The production results of the test.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<!--                                                         -->
</xsd:schema>